/* 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;
    position: relative;
}

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

/* END RESET CSS */

body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: auto;
    color: #36393C;
    font-size: 14px;
    line-height: 24px;
    background: #f4f4f4;
}


.container {
    overflow: hidden;
    display: block;
    position: relative;

}

.secondary_content {
    position: relative;
}

p {
    margin-bottom: 24px;
}

ul {
    margin-bottom: 40px;
}

ul ul {
    margin-bottom: auto;
}

li {
    list-style-type: none;
}

.box {
    display: flex;
}

/*** Colors **/

.text_blue {
    color: #2E75AE;
}

.text_white {
    color: #FFF;
}

.text_black {
    color: #36393C;
}

.text_bold {
    font-weight: bold;
}

.grey {
    background-color: #F5F5F5;
}

.center {
    text-align: center;
    margin: auto;
}

/*** Main Structure **/
.columns {
    display: table;
    width: 100%;
    z-index: 2;
}

.first_content {
    padding-top: 5%;
}

.columns:after {
    content: '';
    display: block;
    clear: both;
}

.column {
    display: table-cell;
    vertical-align: top;
}

.column-right {
    padding-left: 80px;
    padding-right: 5%;
    width: 51%;

}

.column-left {
    color: #ffffff;
    text-align: right;
    padding-right: 100px;
    padding-left: 120px;
}

.background_wrapper{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bg_column_left {
    background-image: url("../assets/img/photo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    height: 100%;
    width: 80%;
}

.oval_blue {
    top: -25%;
    left: -25%;
    width: 75%;
    height: 150%;
    background: #2E75AE;
    -webkit-border-radius: 100% / 160%;
    -moz-border-radius: 100% / 160%;
    border-radius: 100% / 160%;
    position: absolute;
    opacity: 1;
}

h2.title {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    line-height: 41px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 22px;
    margin-top: 50px;
}

/** TITLE STYLES */

/** LIST STYLES */

.column-right ul {
    margin-left: 15px;
    padding-left: 15px;
}

.column-right ul ul{
    margin-left: 0px;
    padding-left: 0px;
}

.column-right ul ul {
    margin-left: 30px;
}


.column-right li {
    max-width: 980px;
}

.column-right li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}

.column-right li.no_bullet{
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
}

.intro {
    max-width: 800px;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    padding-left: 50px;
}

.intro h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 50px;
}

.intro p {
    color: #36393C;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 38px;
}

.avatar {
    margin-left: 80%;
    margin-top: 50px;
    margin-bottom: 42px;
}

.avatar img {
    height: 40%;
    max-height: 300px;
    box-sizing: border-box;
    border: 28px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
    display: block;
}

.contact_icons {
    width: 100%;
    margin-top: 15px;
}

.contact_icons a {
    display: inline-block;
}

.contact .oval {
    margin-left: 40px;
    vertical-align: middle;
}

.contact .oval.mail img {
    top: -6px;
}

.why-so-serious {
    width: 80%;
    max-width: 1200px;
    border-radius: 14px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
    padding: 80px;
    padding-bottom: 40px;
    margin: auto;
}

.why-so-serious .column {
    padding-left: 72px;
    width: 33%;
}

.why-so-serious .column:first-child {
    padding-left: 0px;
}

.why-so-serious h2 {
    color: #2E75AE;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 38px;
}

.oval {
    box-sizing: border-box;
    height: 105px;
    width: 105px;
    background-color: #2E75AE;
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    line-height: 83px;
    text-align: center;
}

/*** Download div **/
.download {
    margin: auto;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 60px;
    z-index: 3;
}

.download a {
    text-decoration: none;
    color: inherit;
}

.download .oval {
    height: 93px;
    width: 93px;
    font-size: 50px;
    line-height: 70px;
    margin: auto;
    margin-bottom: 10px;
}

.icon-download {
    height: 35px;
    width: 25px;
}

footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: 70px;
    background-color: #FFF;
    color: #36393C;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    text-align: center;
    padding-top: 20px;
}

footer p {
    padding-top: 25px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

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

    .background_wrapper {
        display: none;
    }

    .columns {
        display: block;
    }

    .column {
        display: block;
        margin: unset;
        padding-top: 7%;
        padding-bottom: 7%;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
    }

    .first_content {
        padding-top: 0;
    }

    .contact .columns {
        display: table;
    }

    .contact .columns .column {
        display: table-cell;
        padding-top: 5%;
    }


    .intro {
        padding-left: 0;
    }

    .intro h1 {
        margin-bottom: 38px;
    }

    .intro p:last-child, .column ul:last-child {
        margin-bottom: 0;
    }

    h3 {
        margin-top: 15px;
    }

    .why-so-serious h2 {
        margin-bottom: 15px;
    }

    ul {
        margin-bottom: 30px;
    }

    .avatar {
        margin: auto;
        text-align: center;
    }

    .avatar img {
        margin: auto;
        text-align: center;
    }

    .column-left {
        text-align: left;
        max-width: none;
        background: #2E75AE;
    }

    .contact {
        text-align: center;
        margin: auto;
    }

    .contact .oval {
        margin: 15px;
    }

    .no_bg_mobile {
        background-image: none;
    }

    .main_content .column {
        padding-bottom: 50px;
    }

    .why-so-serious {
        width: 90%;
        border-radius: 0px;
        background-color: #FFFFFF;
        box-shadow: none;
        padding-top: 7%;
        padding-bottom: 7%;
        padding-left: 5%;
        padding-right: 5%;
        margin: auto;
    }

    .why-so-serious .column, .why-so-serious .column:first-child {
        width: 100%;
        padding: 0;
    }

    .download {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main_content {
        display: flex;
        flex-flow: column;
    }

    .column-right ul {
        margin-left: 0px;
        padding-left: 0px;
    }

    .column-right ul ul {
        margin-left: 15px;
        width: 90%;
    }

}