/* FONTS */

@font-face {
    font-family: 'Eurostile';
    src: url('fonts/Eurostile-BoldOblique.eot');
    src: url('fonts/Eurostile-BoldOblique.eot?#iefix') format('embedded-opentype'), url('fonts/Eurostile-BoldOblique.woff2') format('woff2'), url('fonts/Eurostile-BoldOblique.woff') format('woff'), url('fonts/Eurostile-BoldOblique.ttf') format('truetype'), url('fonts/Eurostile-BoldOblique.svg#Eurostile-BoldOblique') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('fonts/EurostileBold.eot');
    src: url('fonts/EurostileBold.eot?#iefix') format('embedded-opentype'), url('fonts/EurostileBold.woff2') format('woff2'), url('fonts/EurostileBold.woff') format('woff'), url('fonts/EurostileBold.ttf') format('truetype'), url('fonts/EurostileBold.svg#EurostileBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('fonts/Eurostile-Oblique.eot');
    src: url('fonts/Eurostile-Oblique.eot?#iefix') format('embedded-opentype'), url('fonts/Eurostile-Oblique.woff2') format('woff2'), url('fonts/Eurostile-Oblique.woff') format('woff'), url('fonts/Eurostile-Oblique.ttf') format('truetype'), url('fonts/Eurostile-Oblique.svg#Eurostile-Oblique') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('fonts/EurostileRegular.eot');
    src: url('fonts/EurostileRegular.eot?#iefix') format('embedded-opentype'), url('fonts/EurostileRegular.woff2') format('woff2'), url('fonts/EurostileRegular.woff') format('woff'), url('EurostileRegular.ttf') format('truetype'), url('fonts/EurostileRegular.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
}

* {
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 32px;
    color: #666666;
}

a {
    color: #d5242a;
}

a:hover {
    color: #f5832a;
}

#load {
    width: 100%;
    height: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#load img {
    width: 60px;
    height: 60px;
}

#logo {
    width: 360px;
}

.container {
    max-width: 1000px;
}

.gray {
    background: #f4f4f4;
    padding: 40px 0 30px 0;
    margin-bottom: 30px;
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 11%, rgba(227, 227, 227, 1) 28%, rgba(255, 255, 255, 1) 50%, rgba(227, 227, 227, 1) 81%, rgba(244, 244, 244, 1) 99%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(11%, rgba(244, 244, 244, 1)), color-stop(28%, rgba(227, 227, 227, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(81%, rgba(227, 227, 227, 1)), color-stop(99%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 11%, rgba(227, 227, 227, 1) 28%, rgba(255, 255, 255, 1) 50%, rgba(227, 227, 227, 1) 81%, rgba(244, 244, 244, 1) 99%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 11%, rgba(227, 227, 227, 1) 28%, rgba(255, 255, 255, 1) 50%, rgba(227, 227, 227, 1) 81%, rgba(244, 244, 244, 1) 99%, rgba(244, 244, 244, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 11%, rgba(227, 227, 227, 1) 28%, rgba(255, 255, 255, 1) 50%, rgba(227, 227, 227, 1) 81%, rgba(244, 244, 244, 1) 99%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 11%, rgba(227, 227, 227, 1) 28%, rgba(255, 255, 255, 1) 50%, rgba(227, 227, 227, 1) 81%, rgba(244, 244, 244, 1) 99%, rgba(244, 244, 244, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=1);
    border-left: 3px solid #f4f4f4;
    border-right: 3px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
}

.main-image {
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.main {
    height: 100%;
    color: #FFF;
    padding: 0;
    margin: 0;
    background-image: url('images/metal-clad-house-1200x800.jpg');
    background-position: 50% 40%;
    background-size: cover;
}

.main-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.div-block {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 650px;
    height: 500px;
}

h2 {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: ltr;
    font-family: 'Eurostile', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 76px;
    line-height: 76px;
    font-style: normal;
    text-align: center;
    letter-spacing: -2px;
}

h3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: ltr;
    font-family: 'Eurostile', sans-serif;
    font-weight: bold;
    color: #f5832a;
    font-size: 40px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    letter-spacing: 0;
}

.button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 22px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-weight: bold;
}

.button-color {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 6px 20px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #FFF;
    background-color: #d42229;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5822b), to(#d42229));
    background-image: linear-gradient(90deg, #f5822b, #d42229);
    margin: 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    border: 3px solid #FFF;
    box-shadow: 0 0 10px #c4c4c4;
}

.button-color:hover {
    color: #FFF;
    background-color: #f5822b;
    background-image: none;
}

.button-color-2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #c4c4c4;
    background-color: #d42229;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5822b), to(#d42229));
    background-image: linear-gradient(90deg, #f5822b, #d42229);
    -webkit-box-shadow: inset 0px 0px 0px 4px #FFF;
    -moz-box-shadow: inset 0px 0px 0px 4px #FFF;
    box-shadow: inset 0px 0px 0px 4px #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 100px;
    margin: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    padding: 9px 25px;
}

.call {
    font-family: 'Eurostile', sans-serif;
    font-weight: bold;
}

.button-color-2:hover {
    color: #FFF;
    background-color: #f5822b;
    background-image: none;
    text-decoration: none;
}

.band {
    display: block;
    height: 5px;
    background-color: red;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5822b), to(#d42229));
    background-image: linear-gradient(90deg, #f5822b, #d42229);
}

.band-small {
    display: block;
    width: 20%;
    margin: 50px auto;
    height: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f5822b;
    text-align: center;
}

.blurb {
    font-size: 32px;
    line-height: 42px;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    color: #999;
    font-family: 'Eurostile', sans-serif;
    padding-left: 50px;
    padding-right: 50px;
}


/*
.gallery img {
width: 100%;
height: auto;
position: relative;
}

.gallery a:hover::after {
position: absolute;
top: calc(50% - 10px);
left: calc(50% - 10px);
width: 30px;
height: 30px;
content: url('mag.svg');
}
*/

footer div {
    color: #ccc;
}

footer div * {
    font-size: 15px;
}

.instagram-white {
    width: 20px;
    height: auto;
    padding: 0;
    margin: 0 0 0 5px;
}

.instagram {
    opacity: 0.4;
    width: 20px;
    height: auto;
    padding: 0;
    margin: 0 0 0 5px;
}

.mba {
    width: 150px;
    opacity: 0.4;
}

.working {
    font-family: 'Eurostile', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

@media only screen and (max-width: 620px) {
    * {}
    /* Styles */
    #logo {
        width: 260px;
    }
    .div-block {
        height: 450px;
    }
    .main-image {
        margin-right: 15px;
        margin-left: 15px;
    }
    h2 {
        font-size: 52px;
        line-height: 52px;
        padding: 0 50px;
    }
    .blurb {
        font-size: 22px;
        line-height: 32px;
        padding: 0 50px;
        me
    }
    .top-contact span {
        display: block;
    }
}