body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}

p{
	font-size:18px;
}

h2{
	font-size:38px;
}

h3{
	font-size:32px;
}

h4{
	font-size:26px;
}
	
@-ms-viewport{
  width: device-width;
}

.center{
	max-width:1000px;
	width:92%;
	margin:0 auto;
}

a{
	text-decoration:none;
}

.btn{
	font-weight:500;
	font-size:18px;
	background-color:#0072CE;
	color:#fff!important;
	padding:15px 25px;
	text-decoration:none!important;
	border:0;
	cursor:pointer;
	text-align:center;
}
	
.btn:hover, 
.btn:focus, 
.btn:active{
	background-color:#fff;
	color:#000!important;
	border:none;
}

.btn-alt{
	font-weight:500;
	font-size:18px;
	background-color:#0072CE;
	color:#fff!important;
	padding:15px 25px;
	text-decoration:none!important;
	border:0;
	cursor:pointer;
	text-align:center;
}

.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active{
	background-color:#F5F5F5;
	color:#000!important;
	border:none;
}

.content{
	margin:40px 0;
}

.content a{
	color:#0072CE;
}

.content a:hover,
.content a:focus,
.content a:active{
	text-decoration:underline;
}

.content h3{
	margin-top:30px;
}

.content li{
	margin-bottom:10px;
}

.content-title{
	margin:50px 0;
}

.content-title h2{
	font-size:30px;
}

i{
	font-style:normal;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

figure{
	margin:0;
}

i{
	font-family:FontAwesome;
}

#content{
	margin-top:250px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
}

/* Main Navbar */

#big-nav{
	position:fixed;
	width:100%;
	z-index:2;
	top:0;
	z-index:4;
	background-color:#fff;
	transition:.2s;
	overflow:hidden;
}

#navbar{
	width:100%;
	display:flex;
	align-items:center;
}

#big-nav, #resp-links{
	font-weight:400;
	font-size:14px;
}

/* Nav Top */

.topnav{
	height:100px;
}

.topnav .center{
	position:relative;
	height:100%;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
}

/* Nav Bottom */

.bottomnav{
	height:40px;
	background-color:#0072CE;
}

.bottomnav .center{
	height:100%;
}

.bottomnav .menu-main-navigation-container{
	width:100%;
}

.bottomnav .menu{
	width:100%;
}

.bottomnav ul{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.bottomnav a{
	color:#fff;
	font-size:18px;
}

#big-nav a:hover,
#big-nav a:focus,
#big-nav a:active{
	color:#0072CE;
}

#big-nav ul a:hover,
#big-nav ul a:focus,
#big-nav ul a:active,
#resp-links ul a:hover,
#resp-links ul a:focus,
#resp-links ul a:active{
	color:#A9A9A9;
}

/* Nav Brand */

#nav-brand{
	display:block;
	font-size:25px;
	display:flex;
	margin:auto 0;
}

#big-nav #nav-brand{
	height:60px;
}

#nav-brand img{
	display:block;
	height:100%;
	width:auto;
}

@media(max-width:370px){
	#navbar #nav-brand{
		font-size:22px;
	}
}

#nav-links{
	display:flex;
	align-items:center;
	overflow:hidden;
	z-index:1;
	background-color:transparent;
	transition:.6s;
	justify-content:flex-end;
	align-items:center;
}

/* Nav Contact */

#nav-contact{
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	height:100%;
}

#nav-contact a{
	display:flex;
	align-items:flex-end;
	font-size:22px;
	text-transform:none;
}

#nav-contact a:first-of-type{
	margin-right:30px;
}

#nav-contact i{
	margin:0 7px 2px 0;
	color:#0072CE;
}

#nav-contact i.fa-phone{
	margin-right:10px;
}

@media(max-width:950px){
	#nav-contact{
		flex-direction:column;
		align-items:flex-start;
		justify-content:center;
	}
	#nav-contact a{
		font-size:20px;
	}
}

/* Nav Links */

.navLinks{
	height:100%;
}

#navbar #nav-links ul{
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
}

#navbar li{
	list-style:none;
}

#navbar h1{
	text-transform:uppercase;
}

#navbar a{
	color:#000;
	text-decoration:none;
}

#navbar #nav-links a{
	margin:0 0 0 30px;
}

#navbar #nav-links li:first-of-type a{
	margin:0;
}

/* Nav Mobile */

#resp-links{
	top:0;
	right:0;
	height:100%;
	z-index:6;
	position:fixed;
	overflow:hidden;
	transition:.6s;
	display:flex;
	justify-content:flex-start;
	background-color:#fff;
}

#resp-links li{
	margin:20px 0;
}

#resp-links ul{
	box-sizing:border-box;
	padding:100px 0 0 30px;
}

#resp-links ul a{
	font-size:18px;
	text-transform:uppercase;
	color:#000;
	overflow:hidden;
	white-space: nowrap;
}

#resp-links #nav-brand{
	position:absolute;
	bottom:0;
	margin:0 0 40px 30px;
}

#resp-links #footer-brand h2{
	font-size:22px;
}

#resp-links #footer-brand h3{
	font-size:15px;
	color:#A9A9A9;
}

#resp-links #footer-brand h4{
	font-size:15px;
	color:#000;
}

.respOverlay{
	width:100vw;
	height:100vh;
	z-index:5;
	background-color:rgba(0, 0, 0, 0.8);
	position:fixed;
	opacity:1;
	transition:.0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}

#resp-overlay.resp-overlay-display{
	opacity:1;
	display:block;
}

.respLinks{
	width:0;
}

.responsive{
	width:180px;
}

@media(max-width:700px){
	.bottomnav{
		display:none;
	}
	.topnav .center{
		justify-content:flex-start;
	}
}

@media(min-width:700px){
	#resp-links{
		display:none;
	}
}

@media(max-width:340px){
	#big-nav #nav-brand{
		height:50px;
	}
}

/* Nav Hamburger */

.hamburger{
	position:fixed;
	right:4%;
	top:37px;
	z-index:7;
	background-color:transparent;
	display:none;
	transition:.5s;
}

.hamburger a.icon{
	display:block;
	padding:0;
	cursor:pointer;
}
	
.hamburger a.icon div{
	width:40px;
	height:4px;
	background-color:#0072CE;
	margin:10px 0;
	transition:0.4s;
}

.change .bar1{
	-webkit-transform: rotate(-45deg) translate(-9px, 9px);
	transform: rotate(-45deg) translate(-9px, 9px);
}

.change .bar2{
	opacity:0;
}

.change .bar3{
	-webkit-transform: rotate(45deg) translate(-9px, -11px);
	transform: rotate(45deg) translate(-9px, -11px);
}

.change a.icon div{
	background-color:#0072CE;
}

.shrink{
	background-color:#fff!important;
}

.shrink .topnav a{
	color:#000!important;
}

.alt a.icon div{
	background-color:#0072CE;
}

.remove{
	height:0;
}

#phone-mobile-link{
	display:none;
}

@media(max-width:700px){
	.hamburger{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:flex-end;
	}
	#nav-contact{
		display:none;
	}
	.big-nav{
		height:100px;
		box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	#resp-links img{
		height:170px;
	}
	.hamburger{
		top: 24px;
	}
	#phone-mobile-link{
		display:block;
		position:fixed;
		z-index: 7;
		top: 32px;
		right: calc(4% + 80px);
	}
	#phone-mobile-link i{
		font-size:40px;
		color: #0072CE;
	}
}

@media(min-height:550px){
	.navbar{
		overflow:hidden;
	}
	#navBrand{
		position:absolute;
		bottom:70px;
		margin-bottom:0;
	}
}

@media(max-width:450px){
	#big-nav #nav-brand{
		height: 50px;
	}
	#phone-mobile-link{
		right: calc(4% + 60px);
	}
}

@media(max-width:380px){
	#big-nav #nav-brand{
		height: 44px;
	}
}

/* Homepage Header */

.header-home{
	display:flex;
	height:calc(100% - 140px);
	width:100%;
	margin-top:140px;
	position:relative;
	background-size:cover;
	background-position:80% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

@media(max-width:700px){
	.header-home{
		background-attachment:scroll;
		height:calc(100% - 100px);
		margin-top:100px;
	}
}

.header-home .header-text-container{
	width:100%;
	height:100%;
	background-color:transparent;
}

.header-home .center{
	height:100%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}

.header-home .header-text{
	width:100%;
	z-index:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	text-align:center;
}

.header-home .header-text img{
	width:400px;
	height:auto;
	margin:0 auto;
}

.header-home .header-text h3{
	color:#fff;
	font-size:28px;
	font-weight:400;
	margin:0;
	margin-top:30px;
}

.header-home .header-text h1{
	color:#fff;
	font-size:60px;
	font-weight:200;
	margin:0;
	text-transform:uppercase;
	font-weight:600;
}

.header-home .header-text h2{
	color:#fff;
	margin:0;
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
}

.header-home .header-text p{
	color:#fff;
	margin:15px 0 30px 0;
	font-size:26px;
	font-weight:400;
	max-width:600px;
}

.header-home .header-text .btn{
	margin:0;
	display:inline-block;
}

@media(max-width:550px){
	.header-home .header-text h1{
		font-size:55px;
	}
	.header-home .header-text p{
		font-size:20px;
	}
}

@media(max-width:450px){
	.header-home .header-text h1{
		font-size:50px;
	}
}

@media(max-width:360px){
	.header-home .header-text h1{
		font-size:45px;
	}
}

/* Header Page */

.header-page{
	background-size:cover;
	background-position:50% 20%;
	background-repeat:no-repeat;
	margin:140px 0 20px 0;
	position:relative;
}

.header-page .center{
	padding:60px 0;
	display:flex;
	align-items:center;
	justify-content:center;
}

@media(max-width:700px){
	.header-page{
		margin-top:100px;
	}
}

@media(max-width:400px){
	.header-page h1{
		font-size:30px;
	}
}

.header-page h1{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	z-index: 1;
}

/* Page Header Small */

#header-page-small{
	margin-top:140px;
	padding:40px 0 0;
}

@media(max-width:700px){
	#header-page-small{
		margin-top:100px;
	}
}

#header-page-small h1{
	margin:10px 0 0;
	font-size:40px;
	color:#0072CE;
}

#header-page-small h3{
	color:#0072CE;
	margin:0;
}

/* About Box */

#about_box{
	margin-bottom:60px;
}

.about_box_grid{
	display:flex;
}

.about_box:nth-of-type(odd) .about_box_grid{
	flex-direction:row-reverse;
}

.about_box_grid div{
	width:50%;
}

.about_box_grid img,
.about_box_grid video{
	display:block;
	width:100%;
	height:auto;
}

.about_box_text{
	box-sizing:border-box;
	padding:30px;
	background-color:#FAFAFA;
	display:flex;
	flex-direction:column;
}

.about_box_text .btn_container{
	margin-top:auto;
	display: flex;
	padding-top: 20px;
}

.about_box_grid .about_box_text h2{
	text-align:left;
	margin:0 0 10px 0;
}

@media(max-width:1100px){
	.about_box_grid div{
		width:100%;
	}
	.about_box_grid{
		flex-direction:column!important;
	}
}

/* Services Grid */

#services-grid-container{
	margin:0;
}

.services-grid-box{
	box-sizing:border-box;
	padding:60px 0;
}

.services-main-grid-container .services-grid-box:first-of-type{
	padding-top:30px;
}

.services-grid-box .center{
	display:flex;
}

.services-grid-box .center div{
	width:50%;
}

.services-grid-box img{
	width:100%;
	height:auto;
}

.services-grid-text{
	box-sizing:border-box;
	padding:0 0 0 40px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.services-grid-text h3{
	margin:0;
	font-size:24px;
}

.services-grid-text p{
	margin-bottom:0;
	font-size:20px;
	font-weight:500;
}

.services-grid-text .btn-alt{
	align-self:flex-start;
}

.services-grid-box:nth-of-type(even){
	background-color:#0072CE;
}

.services-grid-box:nth-of-type(even) .center{
	flex-direction:row-reverse;
}
.services-grid-box:nth-of-type(even) .services-grid-text{
	padding:0 40px 0 0;
}

.services-grid-box:nth-of-type(even) h3,
.services-grid-box:nth-of-type(even) p{
	color:#fff;
}

.services-grid-box:nth-of-type(even) .btn-alt{
	color:#fff;
	border:2px solid #fff;
}

.services-grid-box:nth-of-type(even) .btn-alt:hover,
.services-grid-box:nth-of-type(even) .btn-alt:focus,
.services-grid-box:nth-of-type(even) .btn-alt:active{
	background-color:#fff;
	color:#000;
}

@media(max-width:800px){
	.services-grid-box .center{
		flex-direction:column-reverse!important;
	}
	.services-grid-box .center div{
		width:100%!important;
	}
	.services-grid-text{
		padding:0;
	}
}

/* Services Grid New */

#services-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:30px;
}

#display-post{
	display:grid;
	grid-template-columns:1fr;
	width:100%;
}

#display-post .thumbnail-img{
	width:100%;
}

#display-post .thumbnail-img img{
	display:block;
	width:100%;
	height:auto;
}

#display-post .display-text{
	width:100%;
	padding:0;
}

#services-grid h3{
	color:#000;
	font-size:24px;
}

@media(max-width:580px){
	.display-text h3{
		font-size:18px;
	}
}

.display-text p{
	color:#4c4c4c;
}

#read-more{
	color:#4A6EBE;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
}

#read-more:hover{
	color:#4c4c4c;
}

#service-grid-box{
	margin-bottom:30px;
}

.display-text p{
	font-size:16px;
}

@media(max-width:700px){
	#services-grid{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:450px){
	#services-grid{
		grid-template-columns:1fr;
		margin-top:30px;
		grid-gap:0;
	}
}

.content .button{
	width:100%;
	text-align:center;
	margin-bottom:60px;
	padding-bottom:60px;
	border-bottom:1px solid #eaeaea;
}

.button .btn{
	border:1px solid #0254A6;
	color:#0254A6;
	text-align:center;
	margin:0 auto;
}

.button .btn:hover{
	color:#fff;
}

.destinations .button{
	margin-bottom:0;
	border:0;
}

/* Services Page */

@media(max-width:700px){
	#service-content-container{
		margin-top:100px;
	}
}

#service-content-container .center{
	display:flex;
}

#service-content-container strong{
	margin:10px 0 0;
	font-size: 26px;
}

#service-content-container h3{
	color:#0072CE;
	margin: 20px 0 5px 0;
	font-size: 18px;
}

.content-image img{
	width:100%;
	height:auto;
	margin-top:20px;
}

#sidebar{
	box-sizing:border-box;
	margin:0 40px 0 0;
	display:inline-block;
	min-width: 160px;
}

#sidebar a{
	padding:0 0 20px 0;
	margin:20px 0 0 0;
	border-bottom:1px solid #868686;
	display:block;
	width:100%;
}

#sidebar a:first-of-type{
	margin-top:30px;
}

#sidebar-link-title{
	display:inline-block;
}

#sidebar h4{
	margin:0;
	color:#868686;
	font-weight: 400;
	display:inline;
	font-size: 17px;
}

#sidebar a:hover h4,
#sidebar a:focus h4,
#sidebar a:active h4{
	color:#000;
}

#service-content{
	width:100%;
}

#service-content-container .content-text h3{
	color:#000;
	margin:20px 0;
}

@media(max-width:700px){
	#service-content-container .center{
		flex-direction:column-reverse;
	}
	#sidebar{
		margin-bottom:60px;
	}
}

.services-page-grid .services-grid-box:first-of-type{
	padding-top:20px;
}

.service-image img{
	width:100%;
	height:auto;
}

.service-content{
	width:100%;
}

.service-content .content-text p:first-of-type{
	margin-top:0;
}

@media(max-width:900px){
	.service-content .center{
		grid-template-columns:1fr;
	}
}

/* Slideshow */

.slideshow{
	width:100%;
}

/* slideshow container */

.slideshow-container{
	position:relative;
	margin:auto;
}

.slideshow-container img{
	width:100%;
	height:auto;
	max-width:none;
}

/* hide the images by default */

.mySlides{
    display: none;
	position:relative;
}

/* next & previous buttons */

.prev, .next{
  cursor:pointer;
  position:absolute;
  bottom:35%;
  width:auto;
  padding:16px;
  font-family:fontawesome;
  font-size:80px;
}

.slideshow-container a{
	color:#fff;
}

.slideshow-container a:hover,
.slideshow-container a:focus,
.slideshow-container a:active{
	color:#2D2D2D;
	text-decoration:none;
}

.next{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* caption text */

.text{
  color: #f2f2f2;
  font-size: 15px;
  padding:0;
  position: absolute;
  bottom:5%;
  width: 100%;
  text-align: center;
}

/* dots/bullets/indicators */

.dots-container{
	margin:auto;
}

.dots{
	text-align:right;
	margin-top:10px;
}

.dot{
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover{
  background-color: #717171;
}

/* fading animation */

.fade{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}

/* Service Box */

#services-box{
	width:100%;
	padding:30px 0 60px;
	display:flex;
	align-items:center;
	justify-content:center;
}

/* Contact Box */

#contact-box{
	position:relative;
	width:100%;
	background-size:cover;
	background-position:70% 50%;
	background-repeat:no-repeat;
}

#contact-box .center{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	box-sizing:border-box;
    padding: 50px 0 70px 0;
	z-index: 1;
	position: relative;
}

#contact-box h2{
	color:#fff;
	font-size: 42px;
    font-weight: 400;
	margin:0;
}

#contact-box p{
	color:#fff;
	font-size: 24px;
    margin: 20px 0 50px;
}

@media(max-width:450px){
	#contact-box h2{
		font-size: 38px;
	}
	#contact-box p{
		font-size: 22px;
	}
}

/* Our Work Main */

#work-grid-container{
	margin:60px 0;
}

#work-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:30px;
}

.work-grid-box{
	width:100%;
	position:relative;
}

.work-grid-box img{
	width:100%;
	height:auto;
	display:block;
}

.work-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.4);
	opacity:1;
}

.overlay-dark .work-overlay{
	background-color:rgba(0, 0, 0, 0.8);
}

.work-text{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
}

.work-text h3{
	color:#fff;
	font-size:24px;
	z-index:3;
}

@media(max-width:900px){
	#work-grid{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:550px){
	#work-grid{
		grid-template-columns:1fr;
	}
}

/* Contact */

.contact{
	margin:60px 0 60px 0;
}

.contact-form{
	width:100%;
}

.contact-form h2{
	font-size:25px;
}

.contact-form p{
	margin:30px 0 10px;
}

.contact-form .error-sign p{
	margin-top:7px;
	color: #d30404;
}

.contact-form .full input{
	width:100%;
}

.contact-form textarea{
	width:100%;
	height:160px;
}

.contact-form-inputs{
	padding:10px;
	font-size: 18px;
	box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
}

.contact-form .btn{
	margin-top:40px;
	cursor:pointer;
}

.error p{
	color: #0072CE;
    margin: 40px 0 0 0;
    font-size: 22px;
    font-weight: 500;
}

.thank-you-container p{
	font-size: 18px;
}

.g-recaptcha{
	margin-top:40px;
}

/* Footer */

footer{
	box-sizing:border-box;
	padding: 60px 0 40px 0;
	width:100%;
	background-color:#F5F5F5;
}

footer .center{
	display:grid;
	grid-template-columns:32% 32% 18% 18%;
}

#footer-logo #nav-brand{
	width:250px;
	margin-top:20px;
	position:relative;
	justify-content:flex-start;
}

#footer_logo{
	display:block;
	margin:0;
}

#footer-address img{
	display:block;
	width:180px;
	height:auto;
	margin:0 0 20px 0;
}

#footer-logo-text{
	width:170px;
}

#footer-logo-text p{
	text-align:center;
	margin-top:10px;
	font-weight:700;
}

#footer-logo .fa-phone{
	font-size:20px;
	margin-top:5px;
}

#footer-logo a{
	display:block;
}

.footer-grid-box{
	display:flex;
	flex-direction:column;
}

#footer-button{
	display:flex;
	align-items:flex-end;
}

#footer-button .btn-alt{
	margin:0;
	align-self:flex-start;
}

.contact-container{
	display:flex;
	flex-direction:column;
}

.footer-grid-box i{
	font-family:fontawesome;
	margin:0 12px 0 0;
	font-size:16px;
}

.footer-grid-box .fa-phone{
	font-size:19px;
}

.footer-grid-box .fa-facebook-f{
	font-size:19px;
	margin-right:17px;
}

#footer-privacy{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #fff;
}

#footer-privacy a{
	width:100%;
}

footer h3{
    margin: 28px 0 16px 0;
	font-size:18px;
	color:#0072CE;
}

footer ul{
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	align-items:left;
}

footer li{
	list-style:none;
}

footer a, footer p, footer li{
	text-decoration:none;
	color:#000;
	font-size:16px;
	margin:0 0 10px 0;
}

footer a:hover{
	color:#0254A6;
}

/* Micro Footer */

#footer-bottom .center{
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	padding: 40px 0 0 0;
}

#footer-bottom-tom a:hover{
	color:#4c4c4c;
}

#footer-bottom p{
	margin:0;
	font-size:12px;
	text-align:center;
}

#footer-bottom ul{
	flex-direction:row;
}

#footer-bottom li{
	display:flex;
	align-items:center;
	margin:0;
}

footer #tom-link{
	align-content:flex-end;
}

/* Footer Responsive */

footer #nav-brand{
	height:100px;
	margin:40px 0;
}

#footer-mobile-logo #nav-brand a{
	height:100%;
	margin:0 auto;
}

#footer-mobile-logo #nav-brand img {
    height: 100%;
	width: auto;
}

@media(max-width:900px){
	footer .center{
		grid-template-columns:1fr;
	}
	footer .footer-grid-box{
		align-items:center;
	}
	footer #footer-logo #nav-brand{
		display:flex;
		justify-content:center;
	}
	#footer-links ul{
		align-items:center;
	}
	footer .contact-container{
		align-items:center;
	}
	#footer-button{
		align-items:flex-start;
		align-items:center;
	}
}

@media(max-width:395px){
	#footer-bottom{
		height:90px;
	}
	#footer-bottom-links{
		height:50%;
	}
	#footer-bottom-tom{
		height:50%;
	}
}

/* 404 Page */

#page-missing-links{
	margin-bottom:60px;
}

#page-missing-links li{
	margin:10px 0;
}

#page-missing-links a{
	color:#000;
}

#page-missing-links a:hover,
#page-missing-links a:focus,
#page-missing-links a:active{
	color:#0072CE;
}

/* Privacy Page */

#privacy-content-container{
	margin:40px 0 60px 0;
}

#privacy-content-container h2{
	font-size:30px;
	font-weight:600;
}

#privacy-content-container h3{
	font-size:22px;
}

#privacy-content-container h4{
	font-weight:600;
}

.g-recaptcha{
	margin-bottom:30px;
}

