*{
margin:0;
padding:0;

}
.head{
	/*border-radius: 25px;*/
	background: #9da8b2;
	background-image:
		url("background1.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50%;
	padding: 20px; 
	/*max-width: 70%;*/
	height: 230px;
	max-width: 50%, 50%;
	/*margin-left: 22.8%;
	margin-right: 23.7%;*/
	margin-bottom: 10px;
	/*margin-top: 2%;*/
}
body{
   min-width:700px;        /* Suppose you want minimum width of 1000px */
   width: auto !important;  /* Firefox will set width as auto */
   width:700px;            /* As IE6 ignores !important it will set width as 1000px; */
}
.logo{
	margin-right:50%;
	text-align: left;
	max-width: 100%;
}
.image{
	float: left;
	padding: 10px;
}
.niceimage{
	margin-right: 50%;
	position:absolute;
	
}
.links{
	text-align: center;
	padding-bottom: 10px;
	max-width: 100%;
}
body {
	background-color:#f4f4f4;
}
.main{
	vertical-align: middle;
}
.description {
	text-align: center;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-top: 0px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.mainhome{
	padding-left: 22.8%;
	padding-right: 23.7%;	
}
.section1desc{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	margin-top: 1px;
	margin-bottom: 1px;
	max-width: 100%;
	font-size: 40px;
	text-align: center;
}
.option1desc{
	text-decoration: none;
	background-color: #9da8b2;
	border: none;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	border-radius: 25px;
	
}
.option1desc:hover{
	text-decoration:underline;
	background-color: #acb7c1;
	
}
.option1{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	#margin-top: 10px;
	margin-bottom: 10px;
	height: 225px;
}
.option1img{
	margin-right:13%;
}
.option2{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 225px;
}
.option2desc{
	text-decoration: none;
	background-color: #9da8b2;
	border: none;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	border-radius: 25px;
}
.option2desc:hover{
	text-decoration:underline;
	background-color: #acb7c1;
	
}
.img2{
	padding-left:2%
}
.section2desc{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	margin-top: 1px;
	margin-bottom: 1px;
	max-width: 100%;
	font-size: 30px;
	text-align: center;
	
}
.option2img{
	margin-right: 9%;
}
.option3{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	#margin-top: 10px;
	margin-bottom: 10px;
	height: 280px;
}
.option3desc{
	text-decoration: none;
	background-color: #9da8b2;
	border: none;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	border-radius: 25px;
}
.option3desc:hover{
	text-decoration:underline;
	background-color: #acb7c1;
	
}
.option3img{
	/*margin-right:0%;*/
}
.option4{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 220px;
}
.option4desc{
	text-decoration: none;
	background-color: #9da8b2;
	border: none;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	border-radius: 25px;
}
.option4desc:hover{
	text-decoration:underline;
	background-color: #acb7c1;
}


.option5{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 270px;
}
.option5desc{
	text-decoration: none;
	background-color: #9da8b2;
	border: none;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	border-radius: 25px;
}
.option5desc:hover{
	text-decoration:underline;
	background-color: #acb7c1;
	
}
.option5img{
	margin-left: -3%;
	margin-right: 20%;
	min-width: 150px;
}

.option6{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 190px;
}
.option6desc{
	text-decoration: none;
	background-color: #9da8b2;
	border: none;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	border-radius: 25px;
}
.option6desc:hover{
	text-decoration:underline;
	background-color: #acb7c1;
	
}
.option6img{
	margin-left: -1%;
	margin-right: 20%;
	min-width: 150px;
}
/*.option1desc{
 border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  padding: 20px;
  width: 500px;
  cursor: pointer;
  margin: 5px;
}

.option1desc span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 5s;
}

.option1desc span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 5s;
}

.option1desc:hover span {
  padding-right: 100px;
}

.option1desc:hover span:after {
  opacity: 1;
  right: 0;
}*/