/*Created by: Isabelle Sennett*/

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("background.jpg");
    background-size:100%;
    font-family: overall_font;
    src: url(JosefinSans-Light.ttf);
    color:#4d4d4d !important;
}

@font-face {
    font-family: overall_font;
    src: url(JosefinSans-Light.ttf);
}

a {
    text-decoration: none;
    color: inherit;
}
li{
    list-style: none;
}

/* ----- NAVBAR --------------------------------------- */
h1.name{
    font-weight: 400;
    font-size: 47px;
    padding-top: 19px;

}

.header{
    width:100%;
    background: #c4dbd5;
    padding: 20px 0;
}

.left{
    display: inline-block;

}
.left, .right{
    width:50%;
    float:left;
    overflow: hidden;
}

.header .nav_bar{
    float:right;
    font-size: 25px;
}

.nav_bar li{
    display: inline-block;
    padding-left: 25px;
    margin: 30px; 
}

.nav_bar li.active {
    font-weight: bold;
    background-image: url("icon.png");
    background-size: auto 70%;
    background-position: left;
    background-repeat: no-repeat;
}

.nav_bar li.passive {
    font-weight: 500;
}

.nav_bar li:hover {
    background-image: url("icon.png");
    background-size: auto 70%;
    background-position: left;
    background-repeat: no-repeat;
}


/* ----- MAIN CONTENT --------------------------------------- */
.content {
    width: 1024px;
    margin: auto;
    overflow: hidden;
    clear: both;
}

/* ----- HOMEPAGE --------------------------------------- */
/* ----- links to github, linkedin & pintrest ----------------------- */
.personal_pages {
    padding: 10px 0;
    margin: 20px;
    background:#ebe8d7;
    list-style: none;
    font-size: 30px;
}

.personal_pages li {
    padding: 10px 20px;
}

.personal_pages li:hover {
    color: #79babe;
}

/* ----- picture --------------------------------------- */
.picture {
    margin: 20px auto;
    width: 70%;
}

/* ----- ABOUT --------------------------------------- */
.bio p{
    padding: 80px;
    margin: 20px;
    background:#ebe8d7;
    font-size: 30px;
}

/* ----- RESUME --------------------------------------- */
.resume{
    padding: 80px;
    margin: auto;
    background:#ebe8d7;
    font-size: 30px;
    width: 1024px;
    clear:both
}

.date{
    font-size: 30px;
    width:10%;
    float:left;
    padding-right: 5px;
}

.location{
    font-size: 30px;
    width:10%;
    float:right;
}

.organization{
    width:auto;
    float:left;
    padding-left:20px;
}


.section_item{
    display: list-item;
    font-weight: lighter;
    overflow:hidden;
    margin: 30px;
    padding:20px;
    clear:both
}

.section_title{
    background-image: url("icon.png");
    background-size: auto 70%;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.resume span{
    font-weight: bold;
}


.discription li{
    padding-bottom: 10px;
    padding-left: 10%;
    font-size: 25px;
    width:80%;
    clear: both;
}


.details li{
    display:block;
    padding-left: 30px;
    font-size: 25px;
    width:80%;
    background-image: url("sub_icon.png");
    background-size: auto 7px;
    background-position: left 8px;
    background-repeat: no-repeat;
    margin-left: 10%;
    clear: both;
}

.details .sub_detail{
    display:block;
    padding-left: 15px;
    font-size: 25px;
    width:80%;
    background-image: url("square_icon.png");
    background-size: auto 7px;
    background-position: left 8px;
    background-repeat: no-repeat;
    margin-left: 18%;
    clear: both;
}

.skills_list li, .class_list li{
    padding-bottom: 11px;
}

.skills_list, .class_list, .activity_list{
    padding: 10px;
    margin-left: 10%;
}


/* ----- FOOTER --------------------------------------- */
.footer{
    width:100%;
    background: #c4dbd5;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    text-align: center;
}