body {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 100px;
    background-image: url(https://eskipaper.com/images/tuscany-background-2.jpg);   
}

/*Header container styling*/

header {
    background-color: #d99036;
    padding-top: 30px;
    padding-bottom: 10px;
    min-height: 70px;
    border-bottom: #77b9f2 4px solid;
}

header h1 {
    color: #728c11;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
}

/*navigation bar*/
header a {
    color: #728c11;
    list-style-type: none;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
}

header ul {
    margin: 0;
    padding: 0;
}

header li {
    float: left;
    list-style-type: none;
    padding: 0 20px 0 20px;
}

/*Home/About Me page*/
#new {
    padding: 25px;
    background: #aed3f2;
}

#Florence { 
    padding-right: 20px;
    max-height: 500px;
    max-width: 70%;
    float: left;
    clear: both;
    border-radius: 8px;
}

p {
    text-align: justify;
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
}

/*Portfolio*/

.card-deck {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background: #aed3f2;
    font-family: 'Roboto Slab', serif;
}

.card {
    border: #728c11 3px solid;
}

.card-body {
    background: #165f8c;
    color: #ffffff;
}

/*Contact Page*/
#contact {
    padding-top: 20px;
    background: #165f8c;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
}

.btn {
    background: #728c11;
    border: #728c11;

}

#connect {
    padding: 25px;
}


/*footer*/
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    color: #728c11;
    background-color: #d99036;
    text-align: center;
}

.fa {
    padding: 5px 10px 5px 0;
    color: #728c11;
}

@media (max-width: 768px) {
    h1 {
        text-align: center;
    }
      #bar {
        float: left;
        text-align: center;
        width: 100%;
    }
    #Florence {
        padding-bottom: 10px;
    }
}
