@charset "UTF-8";
/* CSS Document */

/*clear all*/
* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {font-family:Helvetica, Arial;
}

.bg1 {
    background-color: #0b2736;
}

.navigation {
    margin: 3% 0;
    display: flex;
    justify-content: center;
    clear: both;
}

.navigation .button {
    width: auto;
    height: auto;
    margin: 0 1%;
    padding: .5% 1.5%;
    border: thin solid #0b2736;
    border-radius: 22px;
}

.navigation .button a {
    color: #0b2736;
    padding-right: 0;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
}

.intro {display: flex;
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    clear: both;
}

.intro .introleft, .intro .introright {
    width: 30%;
    background-color: #0b2736;
}

.intro .intromid {
    width: 36%;
    margin: 0 2%;
}

.intro .introleft img, .intro .introright img {
    width: 100%;
}

.intro .intromid img {
    width: 40%;
}

.intro .intromid a {color: #0b2736;
    padding-right: 0;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 60px;
}

.intro .intromid p {color: #0b2736;
    padding-right: 0;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 32px;
}

.resume {
    background-color: #0b2736;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    clear: both;
}

.resume .resumeleft {
    width: 28%;
    margin-left: 2%;
    display: flex; 
    align-items: flex-start;
    flex-flow: column nowrap;
}

.resume .resumeleft p {
    background-color: #FFFFFF;
    color: #0b2736;
    margin: 2% 0;
    padding: 2.5% 4%;
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    border-radius: 22px;
}

.resume .resumeright {
    background-color: #FFFFFF;
    width: 55%;
    height: auto;
    margin: 5% 5% 5% 0;
    padding: 5%;
    border-radius: 14px;
}

.resume .resumeright p {
    color: #0b2736;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    line-height: 21px;
}

.resume .resumecenter {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.resume .resumecenter p {
    color: #FFFFFF;
    margin: 25% 0;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
}

.portfolio {
    margin: 5% 0;
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    clear: right;
}

.portfolio .portleft {
    width: 28%;
    padding-left: 2%;
}

.portfolio .portleft .portlefttitle p {
    color: #0b2736;
    padding-right: 0;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    display: block;
    line-height: 32px;
}

.portfolio .portleft .portleftdescription p {
    color: #0b2736;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    line-height: 21px;
}

.portfolio .portleft .portleftbutton {
    margin: 3% 0;
    display: flex;
    flex-flow: row wrap;
}

.portfolio .portleft .portleftbutton p {
    color: #0b2736;
    margin: 0 2.5% 2.5% 0;
    padding: 2.5% 4%;
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    border: thin solid #0b2736;
    border-radius: 22px;
}

.portfolio .portleft .portleftbutton a {
    color: #0b2736;
    margin: 0 2.5% 2.5% 0;
    padding: 2.5% 4%;
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    border: double#0b2736;
    border-radius: 22px;
}

.portfolio .portfolioright {
    width: 70%;
}

.portfolio .portfolioright img {
    width: 100%;
}

#footer {
    margin: 3% 0;
    display: flex;
    clear: both;
}

#footer .copyright {
    width: 68%;
    margin-left: 2%;
    float: left;
}

#footer .copyright p {
    color: #0b2736;
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    line-height: 18px;
}

#footer .social {
    width: 28%;
    margin-right: 2%;
    float: right;
}

#footer .social a {
    text-align: right;
}

#footer .social a img {
    width: 12%;
    margin-left: 2%;
    float: right;
}

@media only screen 
and (min-width : 476px)
and (max-width : 1206px) {

}


@media only screen 
and (max-width : 475px) {
    .navigation {
        margin: 3% 0;
        display: flex;
        justify-content: center;
        clear: both;
    }

    .navigation .button {
        width: auto;
        height: auto;
        margin: 0 1%;
        padding: .5% 1.5%;
        border: thin solid #0b2736;
        border-radius: 22px;
    }

    .navigation .button a {
        color: #0b2736;
        padding-right: 0;
        font-size: 12px;
        font-weight: 100;
        text-align: center;
        text-decoration: none;
    }

    .intro {display: flex;
        flex-flow: row nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        clear: both;
    }

    .intro .introleft, .intro .introright {
        width: 25%;
        background-color: #0b2736;
    }

    .intro .intromid {
        width: 46%;
        margin: 0 2%;
    }

    .intro .introleft img, .intro .introright img {
        width: 100%;
    }

    .intro .intromid img {
        width: 30%;
    }

    .intro .intromid a {color: #0b2736;
        padding-right: 0;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        line-height: 40px;
    }

    .intro .intromid p {color: #0b2736;
        padding-right: 0;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        line-height: 24px;
    }

    .resume {
        background-color: #0b2736;
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        clear: both;
    }

    .resume .resumeleft {
        width: 23%;
        margin-left: 2%;
        display: flex; 
        align-items: flex-start;
        flex-flow: column nowrap;
    }

    .resume .resumeleft p {
        background-color: #FFFFFF;
        color: #0b2736;
        margin: 2% 0;
        padding: 3.5% 5%;
        font-size: 12px;
        font-weight: 100;
        text-align: left;
        text-decoration: none;
        border-radius: 22px;
    }

    .resume .resumeright {
        background-color: #FFFFFF;
        width: 66%;
        height: auto;
        margin: 3% 3% 3% 0;
        padding: 3%;
        border-radius: 12px;
    }

    .resume .resumeright p {
        color: #0b2736;
        font-size: 13px;
        font-weight: 100;
        text-align: left;
        text-decoration: none;
        line-height: 21px;
    }

    .portfolio {
        margin: 10% 0;
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        clear: right;
    }

    .portfolio .portleft {
        width: 100%;
        margin: 0;
    }

    .portfolio .portleft .portlefttitle p {
        color: #0b2736;
        padding-right: 0;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        line-height: 32px;
    }

    .portfolio .portleft .portleftdescription p {
        color: #0b2736;
        font-size: 13px;
        font-weight: 100;
        text-align: center;
        text-decoration: none;
        line-height: 21px;
    }

    .portfolio .portleft .portleftbutton {
        margin: 1.5% 0 1% 0;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .portfolio .portleft .portleftbutton p {
        color: #0b2736;
        margin: 0 2% 2% 0;
        padding: 1.25% 3%;
        font-size: 12px;
        font-weight: 100;
        text-align: center;
        text-decoration: none;
        border: thin solid #0b2736;
        border-radius: 16px;
    }

    .portfolio .portfolioright {
        width: 100%;
    }

    .portfolio .portfolioright img {
        width: 100%;
    }

    #footer {
        margin: 0 0 5%;
        display: flex;
        clear: both;
    }

    #footer .copyright {
        width: 68%;
        margin-left: 2%;
        float: left;
    }

    #footer .copyright p {
        color: #0b2736;
        font-size: 12px;
        font-weight: 100;
        text-align: left;
        text-decoration: none;
        line-height: 18px;
    }

    #footer .social {
        width: 28%;
        margin-right: 2%;
        float: right;
    }

    #footer .social a {
        text-align: right;
    }

    #footer .social a img {
        width: 18%;
        margin-left: 2%;
        float: right;
    }
}