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



body {
	background-color: #F2F8F9;
	margin: 0;
	padding: 0;
}


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%;
	max-height: 400px;
	min-height: 170px;
}

.container {
font-family: 'Exo 2', sans-serif;
   font-size: 23px;
   color: #333;
   line-height: 1.5;
   margin: auto 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{
	font-family: 'Exo 2', sans-serif;
	position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #80bac0;
  color: #fff;
  text-align: center;
  padding-top: 20px;

}
