*{
	padding:0px;
	margin: 0px;
}

/*responsive///////////////*/
ul{
	list-style-type: none;
}
.topheader{
	/*background-color: #d2143a;*/
	background-color: #00CED1;
	background-size: 100% 100%;
	max-height: 2000px;
	background-attachment: fixed;
}
.headerbot div{
	background-color: white;
	min-height: 1px;
	padding: 0px 50px;
}
.headerbot p{
	display: inline;
	margin: auto 0px;
	height: 50%;
	color: #00CED1;
	font-size: 14px;
	text-transform: uppercase;
	/*text-shadow: 1px 1px black;*/
	font-weight: bold;
	/*height: 10px;*/
}
.headerbot i{
	font-size: 16px;
	color:green;
}
/*DROPDOWN////////////*/

.dropdown{
	position: relative;
	display: inline-block;;
}
.dropdown-content{
	display: none;
	position: absolute;
	right:0;
  min-width: 700px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,1);
  padding: 12px 16px;
  z-index: 1;
  background-color: #00CED1;
}
.dropdown:hover .dropdown-content{
	display:inline-block;
}
.dropdown-content a{
	color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.drst li{
line-height: 1em;
}
.drst{
	width: 100%;
	text-align: left;
}

/*SECTION1///////////////*/

.sec1 {
	margin-top: 10px;
}


.sec1top{
	border: 8px solid black;
}
/*.sec1left{
	background-color: black;
}
.sec1left h2{
	text-transform: uppercase;
	font-size: 50px;
	color: white;
	margin-top: 150px;
	padding: 30px;
}*/

.sec1left img{
	height: 100%;
	width: 100%;
	border-radius: 20px;
}
/*.sec1right{
border:5px solid black;
border-right: none;
}*/

.contactform {
	text-transform: uppercase;
	/*font-size: 22px;*/
	padding: 50px;
	color:white;
	/*margin-top: 50px;*/
	display: block;
	
	
}
.contactform label{
	width: 20%;
	font-size: 15px;
}
.contactform input{
	border: 1px solid white;
	border-radius: 5px;
	width: 90%;
	height: 40px;
	/*background-color: black;*/
	max-height: 200px;
	padding-left:10px;
	font-size: 15px;
	border-left: 1px solid black;	
	border-bottom: 1px solid black;
}
textarea{
	border: 1px solid white;
	border-radius: 5px;
	width: 90%;
	max-height: 200px;
	padding-left:10px;
	height: 100px;
	border-left: 1px solid black;	
	border-bottom: 1px solid black;
}
textarea::placeholder{
	font-size:15px;
}
.contactform button{
	background-color:#00CED1;
	padding: 5px;
	border:2px solid white;
	color:#fff ;
	border-radius: 25px;
	box-shadow: 2px 2px #00CED1;
	margin: auto;
	width: 150px;

}
.contactform button:hover{
	background-color: black;
	font-weight: bold;
}


/*SECTION 2/////////////////////*/

.sec2{
	margin-top: 1px;
	background-color: #FF7F50;
	color: white;
}
.sec2 h2{
	text-transform:uppercase;
	font-size: 50px;
	padding: 50px 0px;
	font-family: 'Vidaloka', serif;
}
.sec2 h3{
	text-transform:uppercase;

}
.sec2 i{
	 border-radius: 50%;
	 padding: 20px;
	 width: 100px;
	margin-bottom: 50px;
	border: solid white;
	background-color: #00CED1;
	font-size: 50px;
}
.sec2 i:hover{
	background-color: #DC143C;
}
.sec2 p{
	margin-top: 20px;
	font-size: 25px;
	font-family: 'Cormorant Unicase', serif;
}

/*SOCIAL MEDIA LINK//////////////
*/
.social1{
	background-color:#00CED1; 
	padding: 20px;
	margin-top: 1px;
}
.socialicon1:hover{
	color: #4267B2;
}
.socialicon2:hover{
	color: #1DA1F2;
}
.socialicon3:hover{
color:#E1306C;
}
.socialicon4:hover{
	color: #FF0000;
}


/*///////////////footer*/
.footer{
	height: 50px;
	bottom: 0;
	background-color: #00CED1;
	margin-top: 1px;
}
.footer h6{
	line-height: 50px;
}

