 .bar {
        height: 30px;
        width: 0%;
        background: #FC8E82;
        border-left: solid 2px #FC8E82;
        transition: width 1s; 
    }

body {
    background-color: #FC8E82;
    margin: 0;
}

ul, button, p {
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3 {
    font-family: 'Fjalla One', sans-serif;
}

h1 {
    font-size: 50px;
}

h2 { 
    font-size: 30px;}

li {
    list-style-type: square;
}

div#contact {
    margin-right: 20px;
}

.box {
    background-color: #FCD3CE;
    margin: 15px;
    padding: 5px 15px 15px 25px;
    border: 10px solid white;
    box-shadow: 6px 6px 6px gray;
}

div#top {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #FC8E82;
    padding: 15px;
    margin: 0px auto;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-top-color: white;
    border-bottom-color: white;
}

div#body {
    margin-top: 320px;
}


a {
    color: black; 
}

a:hover {
    text-decoration: underline;
    color: white;
}


img {
    vertical-align: middle;
    margin: 0px 5px
}




@media screen and (min-width: 700px) {
    .box {
        width: 50%;
        margin-left: 21%;
        margin-right: 24%;
    }
    
    h2, h3 {
        text-align: center;
    }
    
    div#skills {
        text-align: center;
    }
    
    }

    
@media screen and (min-width: 960px) {
    body {
        margin: 0 auto;
        width: 960px;
    }
    
    div#education {
        float: left;
        margin-top: -320px;
        width: 560px;
    }
    
    div#experience {
        float: left;
        width: 560px;
    }
    
    div#engagement {
        margin-left: 400px;
        margin-top: 320px;
    }
    
    div#skills {
        clear: both;
        padding-top: 5px;
        margin-right: -50px;
        padding-bottom: 20px;

    }
    
    div#top {
        position: absolute; 
        left: 0;
        right: 0;
        width: 100%;
    }

    
    .box {
        margin-bottom: 5px;
    }
  
   
    }



