/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}





body {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
p {
    line-height:30px;
    color:#474643;
}
h1 {
    line-height: 38px;
    font-size: 30px;
    margin-bottom:10px;
}
a {
   text-decoration: none;
    color:#474643;
}
img {
    max-height:100%;
}
header {
    height:60px;
    padding:20px;
}
header .logo {
    float:left;
    height:100%;
}
header ul {
    margin:0;
    height:100%;
    display: block;
}
header li {
    display: inline-block;
    list-style-type: none;
}

.cf:before,.cf:after { content:"";display:table}
.cf:after {clear:both}
.cf {zoom:1}

.main-image {
    background: url("img/srs-background.jpg") no-repeat bottom center;
    background-size:cover;
    height: 60vh;
}

.content {
    text-align: center;
    background-color: #c0c0c0;
    padding:30px 80px;
}

.content img {
    height:120px;
    margin-bottom:20px;
    margin-top:10px;
}

.social {
    float:right;
    height:100%;
}

.social a {
    display: block;
}
.social img {
   height:60px;
}

footer {
    background-color: #c0c0c0;
    padding:40px 80px;
}

.contact-title {
    color:#ed7d31;
    display: inline-block;
    vertical-align:top;
}
.contact-details {
    display: inline-block;
    vertical-align:top;
}

@media (max-width:650px) {
    footer {
        padding:40px;
    }
    .content {
        padding:30px 40px;
    }
}

@media (max-width:420px) {
    footer {
        padding:30px 20px;
    }
    .content {
        padding:30px 20px;
    }
    body {
        font-size: 16px;
    }
    p {
        line-height:24px;
    }
    .contact-title, .contact-details {
        display: block;
    }
}