@font-face {
    font-family: 'Bebas';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#webfontAGQ6uv7S') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background: url(../img/backgrounds/left/grid.png) repeat #2b2b2b;
}

h1, h2, h3, h5  {
    font-family: Bebas, Arial, sans-serif;
    font-weight: normal
}

h1 {
    font-size: 50px;
    line-height: 40px;
    color: #5066c7;
    text-shadow: 1px 1px #1e1e1e;
}

h2 {
    font-size: 36px;
    color: #2b2b2b;
}

h3 {    
    font-size: 30px;
    font-weight: normal;
    color: #5066c7;
    line-height: 30px;
    margin: 30px 0 20px 0;
}

h4 {
    font-family: Bebas, Tahoma, Arial, sans-serif;
    color: #5066c7;
    font-size: 20px; 
    font-weight: normal;
}

h5 {
    font-size: 22px; 
}

h6 {
    font-family: Arial, sans-serif;
    font-size: 10px; 
    letter-spacing: 0.5px;
}

.container {
    padding: 0% 10%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

main {
    background: url(../img/backgrounds/right/cross.png) repeat #f7f7f7;
    padding-bottom: 30px;
}

main .container {
    align-items: start;
}

main .container.columns {
    justify-content: space-between;
}
main .container.columns img {
    margin-left: 20px;
}


header {
    color: #fff;
    padding: 10px 0;
}

footer .container {
    flex-direction: column;
    align-items: start;
}

#logo {
    min-width: 400px;
}

.left {
    min-width: 400px;
    flex-grow: 1;
}

main .sub-title {
    background: #dfdfdf;
    color: #777;
}
main .sub-title p {
    padding: 3px 0px;
}

header h3 {
    color: #ccc;
}

header nav {
    /* float: right; */
    margin-top: 10px;
}

header nav ul {
    list-style: none;
}

header nav ul li {
    display: inline;
    margin-right: 20px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}


ul#navigation {
    font-family: Bebas, Arial, sans-serif;
    list-style: none;
} 
    
ul#navigation li a {
    font-size: 24px;
    text-shadow: 1px 1px #1e1e1e;
    color: #f7f7f7;
}

ul#navigation li a:hover {
    color: #5066c7;
    text-decoration: none;
}

ul#navigation li a.active {
    color: #5066c7;
    border-bottom: 3px solid #5066c7;
}

p {
    margin: 10px 0px 10px 0;
}


footer {
    color: #fff;
    padding: 10px 0;
}

footer .copyright {
    margin-top: 30px;
    font-size: 10px;
    color: #999;
}


ul.custom-list {
    list-style: none;
    margin-bottom: 15px;
}

ul.custom-list li, ol.custom-list li {
    margin-bottom: 5px;
}

.check li {
    background: url(../img/bullets/check.png) no-repeat 0px 7px;
    padding-left: 18px;	
}


a[href^="tel:"] {
    color: #ccc; 
    text-decoration: none;
}

@media screen and (max-width: 1024px) {

    .container {
        flex-direction: column;   
        align-items: start;
    }

    main img {
        width: 100%;
    }
}
