/**
--------------------------------------------------------------------------------------
--------------- *************** Stardio | StartupStudio *************** --------------
-------------- *********************** ResetCss *********************** --------------
--------------------------------------------------------------------------------------
**/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent
}

article, aside, figure, footer, header, nav, section, details, summary {
    display: block
}

html {
    box-sizing: border-box
}

*, :before, :after {
    box-sizing: inherit
}

img, object, embed {
    max-width: 100%
}

html {
    /*overflow-y: auto;*/
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    font-size: 14px;
    padding: 5px 0;
}

td {
    font-size: 14px;
    padding: 7px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

select, input, textarea {
    font: 99% sans-serif
}

table {
    width: 100%;
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

td, td img {
    vertical-align: middle;
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

@font-face {
    font-family: Estedad;
    font-weight: 900;
    src: url('../fonts/Estedad-Black.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 800;
    src: url('../fonts/Estedad-ExtraBold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 700;
    src: url('../fonts/Estedad-Bold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 600;
    src: url('../fonts/Estedad-SemiBold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 500;
    src: url('../fonts/Estedad-Medium.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 400;
    src: url('../fonts/Estedad-Regular.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 300;
    src: url('../fonts/Estedad-Light.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 200;
    src: url('../fonts/Estedad-ExtraLight.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 100;
    src: url('../fonts/Estedad-Thin.woff2') format("woff2")
}

/**
--------------------------------------------------------------------------------------
--------------- *************** Stardio | StartupStudio *************** --------------
------------------------ ************ Public Css ************ ------------------------
--------------------------------------------------------------------------------------
**/
body {
    font-family: Estedad;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.container-fluid {
    width: 100%;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

#main {
    background-color: #36517e;
    padding: 50px;
}

.main_profile {
    width: 700px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.main_photo {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.headline {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
    padding: 20px;
}

h1 {
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    font-size: 20px;
    font-weight: 700;
}

h2 {
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.main_body {
    padding: 30px 60px;
}

.buttons {
    margin: 0 -8px;
}

.col_button {
    float: right;
    width: 50%;
    padding: 0 8px;
}

.col_button a {
    background-color: #36517e;
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
}

.about_me {
    margin: 20px 0;
}

.about_me p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin: 0 0 15px 0;
}

/**
--------------------------------------------------------------------------------------
--------------- *************** Stardio | StartupStudio *************** --------------
------------------------ ********** Responsive Css ********** ------------------------
--------------------------------------------------------------------------------------
**/
@media only screen and (max-width: 1099px) and (min-width: 800px) {

}

@media only screen and (max-width: 799px) and (min-width: 600px) {

}

@media only screen and (max-width: 599px) {
    #main {
        padding: 30px;
    }

    .main_profile {
        width: 90%;
    }

    .main_photo {
        height: auto;
    }

    .headline {
        padding: 20px 10px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 12px;
    }

    .main_body {
        padding: 30px 20px;
    }

    .col_button {
        width: 100%;
    }

    .col_button:first-child {
        margin: 0 0 10px 0;
    }

    .col_button a {
        font-size: 14px;
    }

    .about_me p {
        font-size: 15px;
    }
}