@import url('https://fonts.googleapis.com/css?family=Roboto:300,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');

@media only screen and (max-width: 767px) {
    
    .header__image {
        height: 180px;
        width: auto;
    }

    .col-xs--margin-top {
        margin-top: 20px;
    }
    
    .col-xs--align-center {
        text-align: center;
    }
    
    .xs--hidden {
        display: none;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .header__image {
        height: 250px;
        width: auto;
    }
    
    .footer__image {
        max-width: 100%;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .col-sm--align-center {
        text-align: center;
    }
    
    .col-sm--margin-top {
        margin-top: 20px;
    }
    
    .sm--hidden {
        display: none;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .col-md--align-right {
        text-align: right;
    }
    
    .col-md--margin-top {
        margin-top: 20px;
    }
    
    .md--hidden {
        display: none;
    }

}

@media only screen and (min-width: 1200px) {

    .col-lg--align-right {
        text-align: right;
    }
    
    .col-lg--margin-top {
        margin-top: 20px;
    }
    
    .lg--hidden {
        display: none;
    }
    
}

html, body {
    height: 100%;
    font-size: 62.5%;
}

.body {
	background-color: #000000;
    background-image: url(images/home.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top: 3px solid #4894c5;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

h1, h2, h3, .inner__span {
    margin: 0;
    font-family: 'Roboto Condensed';
    line-height: normal;
}

p {
    margin-bottom: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7em;
}

p:last-child {
    margin-bottom: 0;
}

.main li {
    font-family: 'Roboto', sans-serif;
    font-size: 2.4em;
    line-height: 1.8em;
}

.wrapper {
    margin: 0 auto;
    height: 100%;
    max-width: 1920px;
    position: relative;
}

.navbar--custom {
    margin: 0;
    background-color: #000000;
    border: none;
    border-radius: 0;
}

.navbar--custom .navbar__item {
    font-family: 'Roboto Condensed';
    font-size: 2.6em;
    color: #ffffff;
    line-height: normal;
}

.navbar--custom .navbar__list > li > a {
    color: #ffffff;
}

.navbar--custom .navbar__list > li > a:hover, .navbar--custom .navbar__list > li > a:focus {
    color: #4894c5;
    text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.header {
    padding: 35px 0 0 0;
	height: auto;
    position: relative;
}

.welcome {
    position: relative;
}

.welcome--padding {
    padding: 50px 0;
}

.welcome__heading-2 {
    margin-top: 30px;
    font-size: 6.4em;
    font-weight: 700;
    color: #ffffff;
}

.welcome__link {
    height: 100%;
    width: 100%;
    display: block;
}

.welcome__link,
.welcome__link:hover,
.welcome__link:focus,
.welcome__link:active {
    text-decoration: none;
}

.welcome__link:hover h2 {
    color: #4894c5;
}

.welcome__image {
    height: auto;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

footer {
	padding: 0 0 35px 0;
	background-color: transparent;
    position: relative;
    overflow: hidden;
}

footer span {
	font-family: 'Roboto', sans-serif;
	font-size: 2.4em;
	color: #ffffff;
	text-align: center;
	display: block;
}

footer span a {
	color: #ffffff;
	text-decoration: none;
}

footer span a:hover, footer span a:focus {
    color: #4894c5;
    text-decoration: none;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 50px;
}

.align-center {
    text-align: center;
}

.background--cover {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.footer__image {
    height: auto;
}

.layer {
    position: relative;
    z-index: 2;
}

.form-control--custom {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4em;
    line-height: 1em;
    color: #000000;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom {
    padding-left: 20px;
    padding-right: 20px;
    height: 55px !important;
}

.textarea--custom {
    padding: 20px;
    resize: none;
}

input::-webkit-input-placeholder {
    color: #000000 !important;
}
					
input:-moz-placeholder {
    color: #000000 !important;  
}
					
input::-moz-placeholder {
    color: #000000 !important;  
}
					
input:-ms-input-placeholder {  
    color: #000000 !important;  
}

textarea::-webkit-input-placeholder {
    color: #000000 !important;
}
					
textarea:-moz-placeholder {
    color: #000000 !important;  
}
					
textarea::-moz-placeholder {
    color: #000000 !important;  
}
					
textarea:-ms-input-placeholder {  
    color: #000000 !important;  
}

.btn--custom {
    padding: 15px;
    background-color: #4894c5;
    width: auto;
    min-width: 180px;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4em;
    color: #ffffff;
    line-height: normal;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    background-color: #3e88b8;
    color: #ffffff;
    text-decoration: none;
}

.btn--margin-top {
    margin-top: 40px;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset;
}

.navbar__list {
    font-family: 'Roboto Condensed';
    font-size: 2.6em;
    color: #ffffff;
    line-height: normal;
    display: inline-block;
}

.navbar__list li {
    margin: 0 15px;
    display: inline;
}

.navbar__list li a, .navbar__list li a:focus {
    color: #ffffff;
}

.navbar__list li a:hover {
    color: #4894c5;
    text-decoration: none;
}
    
.navbar--custom .navbar__list > li > a  {
    padding-left: 1px !important;
    padding-right: 1px !important;
}