.footer {
    display:block;
    position:static;
    left:0;
    bottom:0;
    height:40px;
    width:100%;
    color:white;
    text-align:center;
    font-size:30px;
}

img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius:50%;
}

.fa-facebook {
    background: #3B5998;
    color: white;  
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.logo1 {
    background-color:rgb(216,198,184);
    padding:15px;
    box-shadow:10px 10px 15px rgb(95,19,18);
    border-radius:25px;
}
    
.center {
    display:block;
    margin-right:auto;
    margin-left:auto;
}

body {
    height:100%;
    background-image:url("background_2.jpg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.top {
    background-color:rgb(95,19,18);
        width:525px;
        height:70px;
        margin:auto;
    border-radius:20px;
}
    
#wrapper {
    margin-left:auto;
    margin-right:auto;
}
    
.leftdiv {
    float:left;
}
    
.rightdiv {
    width:700px;
    border:7px solid rgb(95,19,18);
    border-style:solid;
    border-width:7px;
    border-radius:20px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    background-color:rgb(216,198,184);
    float:right;
}

.div1 {
    width:1250px;
    border:7px solid rgb(95,19,18);
    border-style:solid;
    border-width:7px;
    border-radius:20px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    background-color:rgb(216,198,184);
}

.div2 {
    width:600px;
    border:7px solid rgb(95,19,18);
    border-style:solid;
    border-width:7px;
    border-radius:20px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    background-color:rgb(216,198,184);
}

.div3 {
    width:850px;
    border:7px solid rgb(95,19,18);
    border-style:solid;
    border-width:7px;
    border-radius:20px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    background-color:rgb(216,198,184);
}
    
.paragraph {
    font-family: 'Sorts Mill Goudy', serif;
    color:rgb(95,19,18);
    font-size:25px;
    text-align:center;
}
    
.nav_bar {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 27px;
    text-align:center;
}
    
.nav_bar li {
    display:inline-block;
    padding: 0px;
    border:5px solid rgb(207,28,68);
    border-radius:15px;
    background:rgb(207,28,68);
}
    
.nav_bar li a {
    text-decoration:none;
    display:block;
    text-align:center;
    color:white;
    padding:8px 10px;
}

.nav_bar li a:hover {
    background-color:rgb(124,87,63);
    border-radius:15px;
} 

.active {
    background-color:rgb(95,19,18);
    border-radius:15px;
}