@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	color:#000;
}

#logo	{text-align:center;
}

#logo img	{width: 750px;
}

#container	{
		width: 800px;
		padding-left: 20px;
		padding-right: 20px;
		margin: auto;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: #3CF;
}

/* mouse over link */
a:hover {
    color: #3CF;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #963;
}

#nav	{
	margin-bottom: 35px;
	margin-top:25px;
	text-align: center;
	font-align: 20px;
	background-color: #bc85c2;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav ul	{
	display: inline;

	
}

#nav ul li {
		display: inline;
        list-style-type: none;
        margin-left: 30px;
        margin-right: 30px;
}
#nav ul li a {
	text-decoration: none;
	color: #ffffff;
	}

#content-float-centre img	{
		width:100%;
		height: 350px;
}

#social-media-icons	img	{
		width:100px;
		height: 100px;
}

.containing{
	/*default-width: 100%;
	overflow:hidden;*/
	min-height: 250px;

}

.block1{
	width: 370px;
	float:left;
	margin-left: 10px;
	/*padding-bottom: 50px;*/
}
.block2{
	width: 370px;
	float:left;
	margin-left: 30px;
	/*padding-left:10px;*/
	/*padding-bottom: 50px;*/
}


h3	{
	text-align: center;
}

h4	{
	background-color:#a23b7d;
	font-family: 'Dosis', sans-serif;
	font-size:14px;
	color: #ffffff;
	text-align:center;
	column-width: 470px;
	padding: 5px;
}



#footer	{
	margin-bottom: 25px;
	max-height:30px;
	min-height:30px;
	text-align: center;
	font-align: 14px;
	background-color:#bc85c2;
	padding: 10px;
}



#footer ul	{
	display: inline;
	padding-left: 0;
}

#footer	ul li	{
		display: inline;
        list-style-type: none;
        margin-left: 80px;
        margin-right: 80px;
}

#footer ul li a {
	text-decoration: none;
	color: #FFF;
	}

form {
  background: -webkit-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
  background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
  background: linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
  margin: auto;
  position: relative;
  width: 350px;
  height: 400px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #F93;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #999;
  border: inset 1px solid #333;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}


input {
  width: 275px;
  display: block;
  border: 1px solid #999;
  height: 25px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#feedback {
  width: 275px;
  height: 100px;
  display: block;
}
	
button {
  width: 100px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #09C;
  color: #F93;
  height: 30px;
  border-radius: 15px;
  border: 1p solid #999;
}

input.button:hover {
  background: #F90;
  color: #09C;
}

	
@media only screen and (max-width: 480px) and (min-width: 320px) {
#container {
	width: 100%;
	padding-left:0;
	padding-right:0;
}
.containing {min-height: 600px;}

#nav ul {
	padding-left: 0;

}
#nav ul li {
	margin-left: 0;
	margin-right: 10px;	
}
#content-float-centre img {
	width: 100%;
	height: auto;
}
.block1 {
	width: 100%;
	padding-left: 0;
	padding-bottom: 20px;
}
.block2 {
	margin-left: 0;
	padding-left: 0;
	width:100%;
}

	#footer ul {
	padding-left: 0;
}
	#footer	ul li {
	margin-left: 0;
	margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#container {
	width: 100% !important;
}
#nav ul {
	padding-left: 0;
}
#nav ul li {
	margin-left: 0;
	margin-right: 10px;	
}
#content-float-centre img {
	width: 100%;
}
.block1 {
	width: 47%;
	padding-left: 0;
	padding-bottom: 20px;
}
.block2 {
	width: 47%;
	padding-left: 0;
}

#footer ul {
	padding-left: 0;
}
#footer	ul li {
	margin-left: 0;
	margin-right: 20px;
}

}
	


