*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #002555;
}
html, body{
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #002555;
}
header {
	background-color:#002555;
	position: sticky;
	top: 0;
	z-index:100;
	height: 90px;
}
.container{
	margin: 0 auto;
	width:95%;
	max-width:1200px;
}
a.logo img{
	max-width: 255px;
	margin-top:6px;
}
.flags{
	float: right;
	padding-top:50px;
}
.flags img{
	max-width: 40%;
}
.flags a.active{
	display:none;
}
label {
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
	color:white;
}
#toggle {
  display: none;
}
ul{
margin:55px 10px 0 0 ;
float:right;
}
ul a{
    text-decoration: none;
	color: white;
	margin-right: 5px;
	padding: 0 10px 13px 10px;
			 font-weight:500;
}
li{
font-size: 16px;
display: inline;
font-weight: 600;
}
.nav-link.active{
	color: #00aeef;
	border-bottom: 5px solid #00aeef;
}
.nav-link:hover{
	color: #00aeef;
	border-bottom: 5px solid #00aeef;
}
.background {
  min-height: calc(100vh - 89px);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home{
min-height: calc(100vh + 1px);
}
.bottom-banner img{
	max-width:100%;
	height:auto;
	    margin: 20px 0;
}
h2{
    padding: 35px 0 25px 0;
    font-size: 34px;
    text-align: center;
}
h3{
	font-size: 28px;
}
h1{
	text-align:center;
	color:white;
}
.h1-1{
		padding-top:250px;
		font-size:24px;
}
p {
	line-height: 1.7;
	font-size: 18px;
}
.bottom-banner{
  min-height: 170px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.photo{
	width:42%;
	min-height:300px;
	border: blue solid;
	float:left;
	margin-bottom:20px;
}
.photo img{
	width:42%;
}
.content{
	width:55%;
	min-height:300px;
	border: green solid;
	float:right;
	margin-bottom:20px;
}
.responsive {
	padding: 0 6px;
	float: left;
	width: 24.99999%;
  }
div.gallery {
	text-align: center;
  }
  div.gallery img {
	width: 66%;
	height: auto;
	border-radius: 50%;
  }
  
  div.desc {
	padding: 15px;
	text-align: center;
  }
  
  @media (max-width: 800px) {
header{
height:auto;
}
.background{
    min-height: calc(100vh - 83px);
}
.home{
	min-height: calc(100vh + 1px);
}
.content{
width:100%;
float:left;
}
	a.logo img{
	max-width: 230px;
}
  ul {
    display:none;
	margin:0;
	float: none;
  }
  ul a{
	     padding:10px 0;
  }
  li{
display: block;
padding: 5px 0;
}
.nav-link.active{
	border-bottom: none;
}
.nav-link:hover{
	border-bottom: none;
}
      label {
        display: block;
        cursor: pointer;
		margin: 25px 15px 0 0;
    }
	    #toggle:checked + ul {
        display: block;
    }
		    #toggle:checked + header {
        height: 200px;
    }
	h2{
		font-size: 31px;
	}
	p{
		font-size: 16px;
	}
}
  @media only screen and (max-width: 700px) {
	.responsive {
		width: 99.99999%;
	  margin: 6px 0;
	  display: block;
	}
	div.gallery {
		width: 99.99999%;
	  }
	  div.desc {
		width: 99.99999%;
	  }
  }
  
  @media only screen and (max-width: 500px) {
	.responsive {
	  width: 100%;
	}
  }
  
  .clearfix:after {
	content: "";
	display: table;
	clear: both;
  }
footer {
	background-color:#002555;
	min-height: 110px;
	position: sticky;
}
footer ul{
	margin: 0 0 0 0; 
    float: left;
}
footer li{
	display: block;
}















