/* Section 1
* ----------------------------------------- */

#s1_right {
    background: -webkit-radial-gradient(#3d7bb8, #335766); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#3d7bb8, #335766); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#3d7bb8, #335766); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#3d7bb8, #335766); /* Standard syntax (must be last) */

    padding: 5% 2% 5% 10%;
}
#s1_left{
    background-image: url(../mmd/images/photo_s1.jpg);
    padding: 0 0 0 0;
    background-size: cover;
    background-position: center top;
}

#s1_pres{
    position: relative;
    top: 5%;
    width: 90%;
    font-family: 'CodeB';
    color: white;
}
#s1_pres p{
    text-indent: 50px;
    margin-bottom: 10px;
    font-size: 1vw;
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Exo', sans-serif;
}
