﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #060606;
}

p {
    color: #fff;
    font-family: 'Open Sans', 'Segoe UI', 'Segoe WP', Roboto, Helvetica;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 22px;
    -webkit-font-smoothing: antialiased;
}

small {
    font-size: 0.7em;
}

h1 {
    color: #eee;
    font-family: 'Open Sans', 'Segoe UI', 'Segoe WP', Roboto, Helvetica;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

    a:hover {
        color: #5BB2AE;
        border-bottom: 1px solid rgba(255,255,255,1);
    }

em {
    color: #5BB2AE;
    font-style: normal;
}

strong {
    color: #5BB2AE;
    font-weight: 600;
}

#monogram {
    width: 50px;
    padding: 50px 0 0 0;
    margin: 0 auto 0 50px;
}

#bottomlogo {
    width: 300px;
    padding: 0;
    margin: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
}

#about {
    width: 480px;
    padding: 0;
    margin: -35px 50px 0 auto !important;
}

@media (max-width: 767px) {
    p {
        font-size: 14px;
    }

    h1 {
        font-size: 22px;
    }

    body {
        background-image: url('Content/bg_s.jpg');
    }

    #monogram {
        position: relative;
        width: auto;
        padding: 20px;
        margin: 0;
    }

    #bottomlogo {
        position: relative;
        width: auto;
        margin: 0 0 0 10px;
    }

    #about {
        position: relative;
        width: auto;
        padding: 20px;
        margin: 0 !important;
    }

    background-image {
        opacity: 0.2;
    }
}

@media (min-width: 1600px) {
    p {
        font-size: 20px;
    }

    h1 {
        font-size: 32px;
    }

    #about {
        width: 720px;
        padding: 0;
        margin: -35px 150px 0 auto !important;
    }
}
