
body {
	font-family: Raleway, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.6s 0.6s;
	-webkit-transition: 0.6s 0.6s;
}


h1 {
	font-family: 'Lora', serif;
	font-size: 36px;
	font-weight: 300;
	margin: 20px 0;
}
h3 {
	font-size: 24px;
	font-weight: 300;
}
p {
	font-size: 14px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: rgba(255, 119, 0, 1);
}
.site-textlink {
	font-weight: bold;
	text-decoration: none;
	color: #4BA3C3;
}
.site-textlink:hover {
	color: rgba(255, 119, 0, 1);
}


.mybutton {
	border-radius: 8px;
	height: 40px;
	padding: 0 20px;
	background-color: rgba(255, 119, 0, 1);
	color:#FFF8F0;
	cursor: pointer;
	line-height: 40px;
	display: inline-block;
	font-weight: bold;
	margin-top: 20px;
}
.mybutton:hover {
	color: rgba(255, 119, 0, 1);
	background-color: #FFF8F0;
}

.container-fluid-no-gutters {
	padding: 0;
}

.header {
	position: fixed;
	top:0;
	width: 100%;
	height: 60px;
	background-color: #132E32;
/*background: rgb(19,46,50);
background: linear-gradient(0deg, rgba(19,46,50,0) 0%, rgba(19,46,50,0.804359243697479) 5%);*/
	z-index: 4;
	border-bottom: 3px solid #FFF8F0;
}
.header-bar {
	z-index: 9;
}
.header-logo {
	margin: 13px 0 15px;
	width: 157px;
	height: 30px;
}
.logo {
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../imgs/logo_white.png);
}

ul {
	color: #FFF8F0;
	list-style: none;
	font-weight: 300;
	font-size: 18px;
	padding: 0;
}
.menu-lined {

    margin: 0;
    line-height: 80px;
}
.menu-lined li {
	cursor: pointer;
	display: inline-block;
	margin-right: 30px;
}

.menu-stacked {

}
.menu-stacked li {
	cursor: pointer;
	margin-bottom: 8px;
}
.menu-lined li:hover,
.menu-stacked li:hover {
	color: rgba(255, 119, 0, 1);
}
.menu-icons-header {
	text-align: right;
	line-height: 84px;
}
.menu-icons-header li {
	margin-right: 0px;
	margin-left: 8px;
}
.menu-icons-footer {
	line-height: 30px;
}
.menu-icons-footer li {
	margin-right: 8px;
}
.menu-icon {
	width: 20px;
	height: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.icon-facebook {
	background-image: url(../imgs/facebook_white.png);
}
.icon-twitter {
	background-image: url(../imgs/twitter_white.png);
}
.icon-linkedin {
	background-image: url(../imgs/linkedin_white.png);
}
.icon-facebook:hover {
	background-image: url(../imgs/facebook_hover.png);
}
.icon-twitter:hover {
	background-image: url(../imgs/twitter_hover.png);
}
.icon-linkedin:hover {
	background-image: url(../imgs/linkedin_hover.png);
}

.footer {
	position: relative;
	background-color: #132E32;
	color: #FFF8F0;
	min-height: 300px;
	width: 100%;
	padding-top: 40px;
	border-top: 5px solid #FFF8F0;
}
.footer-logo {
	width: 207px;
	height: 60px;
}
.footer-copyright {
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left:5px;
}

.masthead {
	position: relative;
	height: 100vh;
	width: 100%;
	background-color: #132E32;
	border-bottom: 5px solid #FFF8F0;
}
.masthead-image {
	position: absolute;
	width: 100%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.masthead-overlay {
	width: 100%;
	height: 100%;
	background: rgba(19,46,50, 0.6);
	position: absolute;
	z-index: 2;
	display: flex;
	align-content: center;
	justify-content:left;
}
.masthead-overlay-inner {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	color:#FFF8F0;
	position: relative;
	 align-self: center;
}


.mobile .masthead-overlay-inner .container {
	background-color: rgba(21, 165, 198, 0.8);
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #FFF8F0;
}

#mobile-menu {
	position: fixed;
	width:100%;
	height: 100%;
	padding-top: 60px;
	top:0;
	z-index: 3;
	box-sizing: border-box;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}
.isactive {
	transform: translateX(0)!important;
	-webkit-transform: translateX(0)!important;
}
#mobile-menu ul {
	text-align: center;
}
.mobile-menu-inner {
	background-color: #4BA3C3;
	height: 100%;
}
#mobile-menu .menu-stacked li {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	margin: 0;
	background-color: #132E32;
}
#menu-button {
	z-index: 999;
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../imgs/menu_burger_button.png);
}
.burgeracitve {
	background-image: url(../imgs/menu_close_button.png)!important;
}

.image-divide {
	position: relative;
	height: 100vh;
	width: 100%;
	background-color: #132E32;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.image-divide-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.content-block-center {
	text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	height: auto;
	width: 90%;
	max-width: 600px;
	background-color: rgba(19, 46, 50, 0.9);
	box-sizing: border-box;
	border: 1px solid #FFF8F0;
	padding: 20px 20px 40px;
	color: #FFF8F0;
	z-index: 2;
}


.carousel {
	position: relative;
	height: 100vh;
	width: 100%;
	background-color: blue;
}

.text-section {
	padding: 60px 0;
}

.home-intro {
	
}
.home-intro-top {
	background-color: #4BA3C3;
	color: #FFF8F0;
	box-sizing: border-box;
	padding: 80px 40px 40px;
	text-align: center;
}
.home-intro-top img {
	max-width: 400px;
	width: 60%;
}
.home-intro-bottom {
	color: #132E32;
	background-color: #FFF8F0;
	box-sizing: border-box;
	padding: 40px 40px 80px;
	    height: 100%;
}



.contact {
	padding: 80px 0px;
	min-height: 500px;
}

.contact-inner {
	color: #132E32;
}
.contact-left {
	text-align: center;
}

.contact-map {
	width: 100%;
	width: 270px;
	height: 270px;
	margin: 0 auto;
	background-size: 100%;
	border-radius: 600px;
	background-repeat: no-repeat;
	background-position: center;
	border: 5px solid #132E32;
	overflow: hidden;
}
.contact-map img {
	width: 100%;
	display: block;
}

.desktop {
	display: none;
}
.mobile {
	display: block;
}
.mobile-center {
		text-align: center;
	}

@media (min-width: 576px) {
	.mobile-center {
		text-align: left;
	}
}

@media (min-width: 768px) {

	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
	.header {
		height: 80px;
		border-bottom: 5px solid #FFF8F0
	}
	.header-logo {
		margin: 18px 20px 20px;
		width: 209px;
		height: 40px;
	}
	h1 {
		font-size: 60px;
		margin: 30px 0;
	}
	h3 {
		font-size: 24px;
		font-weight: 300;
	}
	.masthead-overlay {
		background: rgba(19,46,50, 0.6);
		background: linear-gradient(90deg, rgba(0,71,124,0.804359243697479) 30%, rgba(255, 119, 0,0) 100%);
	}
	.masthead-overlay-inner {
		width: 45%;
		padding: 40px;
	}
	.content-block-center {
		width: 80%;
		background-color: rgba(19, 46, 50, 0.95);
		padding: 40px;
		border: 5px solid #FFF8F0;
	}
	.contact-map {
		width: 100%;

		height: auto;
	}	
}



.bg-blue {
	background-color: #15a5c6;
	color: #FFF8F0;
}
.bg-white {
	background-color: #FFF8F0;
	color: #132E32;
}
.bg-orange {
	background-color: rgba(255, 119, 0, 1);
}
.color-blue {
	color: #15a5c6;
}
.color-black {
	color: #132E32;
}
.color-white {
	color: #FFF8F0;
}
.color-orange {
	color: rgba(255, 119, 0, 1);
}




