@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	}

body {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	height: 100%;
	color: #000;
	background-color: #fff;
	font-size: 16px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', serif;
	margin: 0 0 30px;
	line-height: 1.3;
	font-weight: 400;
	color: #000;
	}

h1 {
	font-size: 42px;
	color: #fb1a18;
	font-weight: 700;
	margin: 0;
	}

h2 {
	font-size: 40px;
	color: #fb1a18;
	font-weight: 700;
	}

h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	}

h4 {
	font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
	}

h5 {
	font-size: 18px;
    line-height: 1.4;
	}

strong {
	font-weight: 600;
	}

a {
	color: #9d9b98;
	transition: all .3s ease;
	}

p + p {
	margin-top: 20px;
	}

a:hover, a:focus, a:active {
	color: #333;
	text-decoration: none;
	}

img {
	max-width: 100%;
	height: auto;
	}

ul {
	list-style: none;
	margin: 0;
	}

ul li {
	font-size: 18px;
    margin-bottom: 5px;
	}

.navbar {
    border-radius: 0;
    margin: 0;
	padding: 30px 0;
    width: 100%;
	border: none;
	position: absolute;
	top: 0;
	}

.navbar-brand {
	height: auto;
	}

.navbar-brand > img {
    height: auto;
    max-width: 200px;
	}

.navbar-nav > li > a {
	font-size: 18px;
	font-weight: 600;
    color: #999;
    text-transform: uppercase;
	transition: all .3s ease;
	}

.navbar-nav > li > a strong {
	font-weight: 700;
	color: #fb1a18;
	}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #fb1a18;
	}

.section {
	padding: 80px 0;
	}



.section.intro {
    background-image: url(../img/maxhelp-bg.jpg);
    background-size: cover;
    background-position: top center;
	padding: 25% 0 15%;
	}

.section.intro .pad-right {
	margin-bottom: 0 !important;
}

.section.intro a {
	display: block;
    background-color: rgba(255,255,255,.85);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
	}

.section.intro h1 {
	line-height: 1.2;
	}

.section.intro p {
	color: #000;
	margin: 5px 0 0;
	}



.section.about-us img {
	border-radius: 10px;
	}



.section.features {
	background-color: #bdc3c7;
	}

.section.features h3 {
	color: #fff;
    margin: 15px 0;
	}

.section.features img {
	max-width: 60px;
	}



.section.services h3 {
	margin-top: 30px;
	color: #7d8890;
	}

.section.services h4 {
	margin: 20px 0 15px;
	}

.section.services img {
	border-radius: 10px;
	}




.footer {
	background-color: #000;
	padding: 50px 0;
	}

.footer a, .footer a:hover, .footer a:active, .footer a:visited {
	color: #fb1a18;
	}

.footer h3 {
	font-size: 32px;
	color: #fb1a18;
    line-height: 1.5;
    margin: 0;
	}

.footer p {
	color: #fb1a18;
    margin: 0;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: 500;
	}

.bottom {
	background-color: #000;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
	}

.bottom a, .bottom a:hover {
	color: #fb1a18;
	}



@media (min-width: 768px) {

.navbar-nav {
	padding: 16px 0 26px;
	margin: 0;
	}

.container > .navbar-collapse {
	padding: 0;
	}

.navbar-nav > li {
    padding: 0 5px;
	}

}


@media (min-width: 992px) {

.row .col-md-fifth:nth-child(6) {
	margin-left: 10%;
	}

.navbar-nav > li:last-child {
	padding-right: 0;
	}

.navbar-nav > li {
    padding: 0 10px;
	}

.pad-right {
	padding-right: 45px;
	}

.pad-left {
	padding-left: 45px;
	}

.flex {
	display: flex;
	align-items: center;
	}

.floorplans {
    margin-right: -10px;
    margin-left: -10px;
	}

.floorplans .col-md-3 {
	padding: 10px;
	}

}



@media (max-width: 991px) {

h1, h2 {
        font-size: 30px;
    }

h3 {
	font-size: 20px;
	}

.navbar-nav > li > a {
	font-size: 17px;
	padding: 8px 12px;
	}

.pad-left {
	margin: 25px 0 0;
	}

.pad-right {
	margin: 0 0 25px;
	}

.section {
    padding: 45px 0;
	}

.section.heading p + .row {
	margin-top: 20px;
	}

ul.shortcuts {
    margin: 0;
	}

.section.content ul {
	padding-left: 0;
	}

.floorplans .col-md-3 {
	display: block;
	margin-bottom: 15px;
	}

.footer h3 {
    font-size: 24px;
	}

.footer p {
    font-size: 18px;
	}

.bottom {
	font-size: 14px;
	}

}


@media (max-width: 767px) {

body {
	font-size: 15px;
	}

h1, h2, h3, h4 {
	margin: 0 0 20px;
	}

h1 {
	font-size: 26px;
	margin: 0;
	}

h2 {
	font-size: 22px;
	}

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 18px;
	}

h5 {
	font-size: 16px;
	margin-bottom: 15px;
	}

ul li {
	font-size: 16px;
	}

.navbar, .home .navbar {
	position: relative;
	padding: 0;
	border: none;
	}

.container > .navbar-collapse {
	background-color: #000;
	}

.navbar-brand {
	padding-top: 30px;
	padding-bottom: 30px;
	float: none;
	display: block;
    }

.navbar-brand > img {
    margin: 0 auto;
	}

.navbar-toggle {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	background-color: #000;
	border-radius: 0;
	padding: 15px;
	}

.navbar-toggle .pull-left {
	line-height: 1;
	font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #fff;
	}

.navbar-toggle .icon-bar {
	background-color: #fff;
	margin: 0 auto;
    width: 27px;
    height: 3px;
	}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
	}

.navbar-nav {
    margin: 10px 0;
	padding: 0;
	}

.navbar-nav > li {
	padding: 0;
	}

.navbar-nav > li > a {
	padding: 4px 0;
	font-size: 14px;
	font-weight: 600;
	color: #ffff;
	}

.navbar-nav > li > a:hover {
	color: #fff;
	}

.section {
    padding: 35px 0;
	}

p + p {
    margin-top: 20px;
	}

p + h5 {
    margin-top: 20px;
	}

.footer {
	padding: 30px 0;
	}

.bottom {
	padding: 20px 0;
	}

.footer h4, .footer h5 {
	font-size: 20px;
	line-height: 1.3;
	}

.section.intro {
    padding: 60px 0;
	}

.section.intro a {
	display: inline-block;
	max-width: 210px;
	}

.section.features .pad-left {
	margin-top: 35px;
	}

.section.services a {
	max-width: 400px;
	margin: 15px auto;
	}

.bottom .pull-right {
	float: left !important;
	margin-top: 5px;
	}

.bottom .pull-right {
	float: left !important;
	margin-top: 5px;
	text-align: left;
	}

.btn {
    padding: 10px 20px;
    font-size: 13px;
	}

a.btn + a.btn {
    margin-left: 10px;
	}

.footer img {
    height: auto;
    max-width: 130px;
	}

.separator {
    margin: 30px 0;
	}

.footer h3 {
    font-size: 16px;
	}

.footer p {
    font-size: 12px;
	}

.bottom {
	font-size: 12px;
	}

.section.features .col-md-4 + .col-md-4 {
	margin-top: 25px;
	}


}




@media (max-width: 500px) {



}






