@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans-500.eot');
    src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-500.woff') format('woff'), url('../fonts/MuseoSans-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans-300.eot');
    src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-300.woff') format('woff'), url('../fonts/MuseoSans-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('../fonts/MuseoSlab-500.eot');
    src: url('../fonts/MuseoSlab-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSlab-500.woff') format('woff'), url('../fonts/MuseoSlab-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo';
    src: url('../fonts/Museo-500.eot');
    src: url('../fonts/Museo-500.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo-500.woff') format('woff'), url('../fonts/Museo-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo';
    src: url('../fonts/Museo-700.eot');
    src: url('../fonts/Museo-700.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo-700.woff') format('woff'), url('../fonts/Museo-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*edits*/
footer span {
    margin-top: 15px;
    display: block;
    font-size: 13px;
}

footer .container {
    max-width: 1140px;
    padding: 0;
    border-top: solid 1px #575757;
}

footer {
    background: #363839;
    padding: 30px 0;
    color: #fff;
}

.contact_part h2 {
    font-size: 34px;
    font-family: 'museo';
    font-weight: bold;
}

.contact_part h4 {
    font-size: 25px;
    font-family: 'museo sans';
}
.contact_part form img {margin-top:-80px;max-width:220px;margin-bottom:20px;}
.contact_part form input, .contact_part form textarea, .contact_part form select {
    display:block;width:100%;padding:8px;margin-bottom:20px;border:0;font-size:18px;font-family:'Museo Sans';font-weight:300;box-sizing:border-box
}
.contact_part form input[type="submit"] {
    background:#0072bc;width:200px;margin:0 auto;color:#fff;font-family:"museo";font-weight:700;font-size:21px
}
.hide {display:none}
.contact_part form{
    background:#e1e4e8;
    padding:40px;
    max-width:600px;
    margin:0 auto;
    box-sizing:border-box;
    margin-top:100px;
}
.contact_part {
    padding: 40px 0;
    text-align: center;
    background: #9c2d29;
    color: #fff;
    min-height: 500px;
}

.content {
    padding: 60px 0 40px;
}

.content ul li .fa {
    font-size: 28px;
    color: #9c2d29;
    padding-right: 10px;
    vertical-align: -10%
}

.content ul li {
    padding-bottom: 15px;
}

.content ul {
    padding-left: 40px;
    margin-top: 40px;
}

.content h2 {
    font-size: 32px;
    text-align: center;
    font-family: 'Museo';
    font-weight: bold;
}

.cta_part a {
    background: #00aeef;
    padding: 10px 40px;
    display: block;
    margin: 20px auto;
    max-width: 220px;
    font-size: 32px;
    font-family: 'Museo';
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 8px
}

.cta_part h2 {
    font-size: 35px;
    font-family: 'Museo';
    font-weight: bold;
}

.container {
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
}

.cta_part {
    background: #9c2d29;
    text-align: center;
    color: #fff;
    padding: 50px 0 40px;
}

header h3:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30%;
    background: #9c2d29;
    height: 2px;
    content: ""
}

header h3:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30%;
    background: #9c2d29;
    height: 2px;
    content: ""
}

header h1 {
    color: #9c2d29;
    font-family: 'Museo';
    font-weight: bold;
    font-size: 57px;
    margin-bottom: 10px;
}

header h5 {
    color: #9c2d29;
    font-family: 'Museo sans';
    font-size: 20px;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 40px;
}

header h3 {
    text-transform: uppercase;
    color: #9c2d29;
    font-family: 'Museo Slab';
    font-size: 37px;
    max-width: 740px;
    margin: 0 auto;
    position: relative;
}

header img {
    margin: 30px auto 20px;
}

header {
    /* height: 620px; */
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.topbar {
    background: #9c2d29;
    color: #fff;
    font-weight: 300;
    font-family: 'Museo Slab';
    font-size: 30px;
    max-width: 380px;
    margin: 0 auto;
}

body {
    font-style: 21px;
    line-height: 1.4;
    font-family: 'Museo Sans';
    color: #5d5d5d
}

@media (max-width: 780px) {
    header h3:before, header h3:after {
        display:none
    }

    header img {
        max-width: 280px;
        height: auto
    }

    .container {
        padding: 0 10px;
    }

    .topbar {
        font-size: 20px;
        max-width: 99999px;
        margin: 0 -10px;
    }

    header h3 {
        font-size: 20px;
    }

    header h1 {
        font-size: 30px;
    }
    header h5, .contact_part h4 {
        font-size: 14px;
    }
    .cta_part, .content, .contact_part, footer {padding:20px 0}
    .cta_part h2, .content h2, .contact_part h2 {font-size:20px;}
    .cta_part a {padding:5px 15px;font-size:20px}
    .content ul {margin-top:20px;padding:0}
    .content ul li {font-size:13px;}
    .content ul li .fa {font-size:15px;vertical-align:0%}
    footer span {text-align:center;}
}
