/*!
 * Custom Style
 */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700); /* font-family: 'Titillium Web', sans-serif; font */
@import url(https://fonts.googleapis.com/css?family=Oswald); /* font-family: 'Oswald', sans-serif; font */
 
body{ font-family: 'Titillium Web', sans-serif; font-size: 26px; -webkit-font-smoothing: antialiased; letter-spacing: 0.02em }

h1,h2{font-family: 'Oswald', sans-serif; font-size: 48px; color: #2d3c7a; margin-top: 0px; margin-bottom: 30px; -webkit-font-smoothing: antialiased; letter-spacing: 0.02em}
p { margin: 0 0 16px;}
a, a:hover {color: #333;}
section.bg_image{background: url(../images/skyline-angel.jpg) no-repeat center center; background-size: cover; position: relative;}
.bg_image { height: 100vh; min-height: 800px;}

img.logo.logo_angel{width: 400px;}
img.logo.logo_italian{width: 200px;}
img.logo.logo_scaleit{width: 70px;}

.hero-scroll {
	font-size: 23px;
	bottom: 0;
    display: block;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px !important;
	color:#fff;
}

.container {min-width: 800px;}

.get_bottom{
	position: absolute;
    margin: 0 auto;
    bottom: 10px;
    width: 100% !important;
    }

.page-header {
    padding-bottom: 0px;
    margin: 65px 0 20px;
    border-bottom: none !important;
}

.box_white{background-color: white; padding: 20px 50px;}
.text-white{color: white;}
i.fa-angle-double-down {
    background: url(../images/arrow-down.png) no-repeat center center;
    display: block;
    width: 39px;
    height: 25px;
    margin: 0 auto;
}

.margin_top{margin-top: 175px;}
.margin_bottom{margin-bottom: 30px;}

.img-border{border: 2px solid #ebebeb;}
.img-border:hover{border: 2px solid #d4d4d4;}

.button {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-weight: 600;
    background: #2d3c7a;
    border: none;
    color: #fff;
    line-height: 30px;
    padding: 12px 60px;
}

.button:hover{	color: #fff; text-decoration: none;}

footer p {font-size: 24px; margin: 0 0 8px;}

@media (min-width: 1200px){
	.container {width: 85%;}
}