* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}



body {
	font-family: 'Exo 2', sans-serif;
	background-color: #F2F8F9;
	background-size: cover;
	justify-content: center;
	align-items: center;
}

.contact-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

@media (max-width: 641px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
  }
}

.contact-info {
  max-width: 500px;
  line-height: 75px;
  padding: 10px;
  margin: 80px 0px;
  font-size: 15px;
  flex: 1;
}

.contact-info i {
  margin-right: 20px;
  font-size: 25px;
}

.contact-info a {
  color:black;
}
.map-section {
  width: 48%;
  height: 300px;
  margin-bottom: 20px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .contact-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .map-section {
    width: 100%;
    order: 3;
  }
}


nav {
	background-color: #F2F8F9;
	font-family: 'Cinzel', serif;
	height: 80px;
	width: 100%
}

label.logo{
	color: #B0D3D8;
	font-size: 32px;
	line-height: 80px;
	padding: 0 20px;
	font-weight: bold;
	position: relative;
}

label.logo-small{
	color: #B0D3D8;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	bottom: 0px;
	left: 0px;
}

nav ul{
float:right;
margin-right: 20px;
}

nav ul li{
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
}

nav ul li a{
	color: #B0D3D8;
	font-size: 17px;
	padding: 7px 13px;
	border-radius: 3px;
	text-transform: uppercase;
}

div style{
  width: 50px;
  height: 50px;
}


a.active, a:hover{
	background: #DDEDEF;
	transition: .5s;
}

.responsive-image{
  max-width: 100%;
  height: auto;
}

.container {
font-family: 'Exo 2', sans-serif;
   font-size: 23px;
   color: #333;
   line-height: 1.5;
   margin: 100px auto;
	 text-align: center;
	 padding: 50px;
}



.checkbtn{
	font-size:30px;
	color:#B0D3D8;
	float: right;
	line-height: 80px;
	margin-right: 15px;
	cursor: pointer;
	display: none;
}

#check{
	display: none;
}

@media (max-width: 1000px){
  label.logo{
    font-size: 28px;
    padding-left: 50px;
		position: absolute;
  }

	label.logo-small{
		color: #B0D3D8;
		font-size: 12px;
		font-weight: bold;
		position: relative;
		bottom: -50px;
		left: 52px;
	}

  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 900px){

  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 120vh;
    background: #80bac0;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}

@media (max-width: 470px){

	label.logo{
		font-size: 22px;
		padding-left: 20px;
		position: absolute;
	}

	label.logo-small{
		color: #B0D3D8;
		font-size: 10px;
		font-weight: bold;
		position: relative;
		bottom: -50px;
		left: 22px;
	}

  .checkbtn{
    display: block;
		font-size:25px;
  }

	.container {
	font-family: 'Exo 2', sans-serif;
	   font-size: 15px;
	   color: #333;
	   line-height: 1.5;
	   margin: 20px auto;
		 text-align: center;
		 padding: 50px;
	}

  ul{
    position: fixed;
    width: 100%;
    height: 120vh;
    background: #80bac0;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}

section{
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}

footer{
	position: relative;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #80bac0;
  color: #fff;
  text-align: center;
  padding-top: 20px;

}
