html {
	height: 100%;
}


body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #888;
    line-height: 33px;
    text-align: center;
}

strong { font-weight: 600; }

a, a:hover, a:focus { color: #284d6a; text-decoration: none; transition: all .3s; }

h1, h2 {
	margin-top: 10px;
	font-family: 'Nunito', sans-serif;
	font-size: 38px;
    font-weight: 700;
    color: #284d6a;
    line-height: 50px;
}

h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
    font-weight: 700;
    color: #284d6a;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 24px;
	line-height: 42px;
}

.colored-text { color: #284d6a; }

::-moz-selection { background: #284d6a; color: #fff; text-shadow: none; }
::selection { background: #284d6a; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #284d6a;
	background: rgba(155, 89, 182, 0.7);
	border: 0;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active, .btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #284d6a;
	background: rgba(155, 89, 182, 0.9);
	outline: 0;
	color: #fff;
	box-shadow: none;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #333;
	background: rgba(0, 0, 0, 0.2);
	border: 0;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #333; background: rgba(0, 0, 0, 0.4); outline: 0; color: #fff; box-shadow: none;
}

.btn-link-3 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: none;
	border: 0;
	border-bottom: 2px solid #284d6a;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #284d6a;
    border-radius: 0;
    transition: all .3s;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active, .btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
	padding: 0 10px;
	background: none;
	border: 0;
	border-bottom: 2px solid #284d6a;
	outline: 0;
	color: #284d6a;
	box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 300px;
	border-bottom: 1px dashed #666;
}


/***** Top menu *****/

.navbar {
	background: #284d6a;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
	backface-visibility: hidden;
}
.navbar.navbar-no-bg { background: #284d6a; background: rgba(40, 77, 106, 0.6); }

.navbar-dark .navbar-nav { font-size: 18px; color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
	font-family: 'Nunito', sans-serif;
	font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
	border: 0;
}


/***** Top content *****/

.top-content {
    padding: 210px 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #fff;
    background-position: 50%;
}

.top-content .text {
	height: 100%;
	width: 100%;
    z-index: 9;
	color: #fff;
	top: 50%;
	display: inline-block;
	background: #284d6a;
	background: rgba(40, 77, 106, 0.6);
	padding: 20px;
}

.top-content .text h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 2px;
}

.top-content .text h1 span {
	font-size: 80px;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 45px;
}

/***** Top content - No properties available *****/

.top-content-no-properties {
    padding: 210px 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #fff;
    background-position: 50%;
}

.top-content-no-properties .text {
	height: 100%;
	width: 100%;
    z-index: 9;
	color: #284d6a;
	top: 50%;
	display: inline-block;
	padding: 20px;
}

.top-content-no-properties .text h1 {
	color: #284d6a;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 2px;
}

.top-content-no-properties .text h1 span {
	font-size: 80px;
}


/***** Overview *****/

.overview-text {
	font-size: 32px;
	line-height: 52px;
} 

/***** Photos *****/

.photos-box {
	margin-top: 100px;
}

.photos-box-text {
	padding-right: 30px;
	text-align: left;
}

.photos-box-text h3 {
	margin-top: 0;
}

.photos-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.photos-box-text a { border-bottom: 1px dashed #284d6a; }
.photos-box-text a:hover, .photos-box-text a:focus { border: 0; }

.photos-box-img img {
	border-radius: 4px;
}


/***** Features *****/

.features-box-text {
	padding-right: 30px;
	text-align: left;
}

.features-box-text strong {
	color: #284d6a;
}

.features-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-box-text a { border-bottom: 1px dashed #284d6a; }
.features-box-text a:hover, .features-box-text a:focus { border: 0; }

.features-box-img img {
	border-radius: 4px;
}

/***** Contact *****/

.contact-box {
	margin-top: 100px;
}

.contact-box-text {
	padding-right: 30px;
	text-align: left;
}

.contact-box-text h3 {
	margin-top: 0;
}

.contact-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-box-text a { border-bottom: 1px solid #284d6a; }

.contact-box-img img {
	border-radius: 4px;
}

/***** Footer *****/

footer {
	padding: 40px 0 0 0;
	background: #284d6a;
	color: #fff;
	text-align: left;
}

.footer-left a { color: #ddd; border-bottom: 1px dashed #ddd; }
.footer-left a:hover, .footer-left a:focus { color: #ddd; border: 0; }

.footer-right {
	text-align: right;
}

.footer-right a {
	margin: 0 6px;
    font-size: 32px;
    color: #fff;
}
.footer-right a:hover, .footer-right a:focus { color: #eee; }

.footer-bottom {
	padding-bottom: 25px;
	text-align: center;
}

.footer-bottom a {
	font-size: 32px;
    color: #fff;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #ccc; }
