@charset "utf-8";
/* CSS Document */

.preload * {
 -webkit-transition: none !important;
 -moz-transition: none !important;
 -ms-transition: none !important;
 -o-transition: none !important;
}

body {
	margin: 0;
	font-size: 1.05em;
	line-height: 1.3em;
	color: #000;
	font-family: "Century Schoolbook L", "Times New Roman", "serif";
}

h1 {
	font-size: 1.5em;
	font-weight: 800;
	margin-top: 2.2em;
}

h2 {
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 2em;
}

h3 {
	font-size: 1.25em;
	font-weight: 300;
	margin-top: 2em;
}

a[name] {
  padding-top: 120px;
  margin-top: -120px;
  display: block;
}

h1 a {
	text-decoration: none;
	color: #3D3D3D;
}

.back-link {
	text-decoration: none;
	color: #5F5F5F;
}

.back-arrow {
	visibility: hidden;
	margin-left: -1em;
}
.back-link:hover .back-arrow {
  	visibility: visible;
	transition: 0.4s;
	margin-left: 0;
}

.img-box {
	width: 100%; 
	text-align: center; 
	margin-top: 2em;
}

.img-bg {
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
	width: 70%;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	border: 0 solid #fff;
}

header {
	height: 3.5em;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
}

main {
	margin-top: 5%;
	padding: 10% 0;	
	min-height: 400px;
	width: inherit;
	background-image: url("../img/bg-1024x548.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-bottom-left-radius: 1000px 100px;
	border-bottom-right-radius: 1000px 100px;
	z-index: 1;
	position: relative;
	display: block;
}

footer .third img {
	height: 150px;
	width: auto;
}

footer .third {
	text-align: center;
	padding-top: 40px;
}

.footer-bg {
	background-image: url("../img/silver-brushed-metal-texture-1024x1024.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
	height: 100%;
	width: 100%;
	z-index: -1;
	bottom: 0;
	left: 0;
	position: fixed;
	display: block;
}

.nav-area {
	background-color: #fff;
	box-shadow: 0 5px 20px 0 #aaa;
	width: 100%;
	text-align: center;
	z-index: 3;
	position: fixed;
	left: 0;
	transition: 0.5s;
}

.nav-area .logo {
	display: block;
  	font-size: 1em;
  	text-decoration: none;
}
.nav-area .logo img {
	height: 75px;
	width: auto;
	margin: 0 30px;
	transition: 0.5s;
}

.nav-area .logo-mobile {
	width: 100%;
	text-align: left;
	height: 50px;	
}

.nav-area .logo-mobile img {
	height: 50px;
	width: auto;
	margin: 20px 30px;
}

.nav-area div {
	font-size: 1.2em;
}

.nav-area div a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #000;
	border-top: solid 3px #fff;
}

.nav-area a:hover, .nav-area .menu-btn:hover{
	color: #1D3EB5;
	border-top: solid 3px #1D3EB5;
}

.nav-area div[aria-current] a {
	color: #1D3EB5;
	border-top: solid 3px #1D3EB5;
}

.nav-area .menu {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 90%;
	max-width: 1400px;
	opacity: 95%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: stretch;
}

.nav-area .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 45px 30px;
  position: relative;
  user-select: none;
}

.nav-area .menu-icon .navicon {
  background: #333;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

.nav-area .menu-icon .navicon:before,
.nav-area .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.nav-area .menu-icon .navicon:before {
  top: 5px;
}

.nav-area .menu-icon .navicon:after {
  top: -5px;
}

.nav-area .menu-btn {
  display: none;
}

.nav-area .menu-btn:checked ~ .menu {
  	display: flex;
	padding: 0 15px;
	width: auto;
	position: fixed;
	right: 10px;
	top: 100px;
	box-shadow: 0 5px 10px 0 #aaa;
	flex-flow: column wrap;
	align-items: right;
	text-align: right;
	background-color: #fff;
}

.nav-area .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.nav-area .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.nav-area .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.nav-area .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav-area .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

.flex-top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start;
}

.flex-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: center;
}

@media screen and (min-width: 1200px) {
  .nav-area {
	  padding-top: 50px;
	  height: 120px;
 	  top: 3em;
 }
  .nav-area div a {
	  padding: 20px 25px;
  }
  .nav-area .menu {
	  clear: none;
  }
  .nav-area .menu-icon {
	  display: none;
	  right: -200px;
  }
  .logo-mobile {
	  display: none;
	}
	footer {
		margin: 30px auto;
		width: 80%;
		min-height: 300px;
	}
	section {
		margin: 0 auto;
		width: 70%;
	}
	.full {
		width: 100%;
		padding-top: 3em;
	}
	.half {
		min-width: 300px;
		width: 45%;
	}
	.half-bg {
		min-width: 300px;
		width: 45%;		
		margin: 20px;
		padding: 20px;
		background-color: rgba(255,255,255,0.5);
		border: 0 solid #fff;
		border-radius: 10px;
	}
	.half img {
		width: 100%;
		height: auto;
	}
	.third {
		min-width: 200px;
		width: 20%;
	}
}

@media screen and (max-width: 1199px) {
	.nav-area {
		height: 90px;
		top: 0;
	}

	.nav-area .menu {
		display: none;		
	}
	.nav-area .menu-icon .navicon {
		display: block;
	  }
	.nav-area .logo {
		display: none;
	}
	footer {
		margin: 30px auto;
		width: 94%;
		min-height: 300px;
	}
	section {
		margin: 0 auto;
		width: 94%;
		padding: 2em 0 4em 0;
	}
	.full {
		width: 100%;
	}
	.half {
		width: 100%;
	}
	.half-bg {
		min-width: 300px;
		width: 100%;	
		background-color: rgba(255,255,255,0.5);
		border: 0 solid #fff;
		border-radius: 10px;
	}
	.half img {
		width: 100%;
		height: auto;
	}
	.third {
		width: 100%;
	}
}
