
/* In charge of the side bars */
body {
    margin:0; background-color:#dfebec; padding-left:100px; padding-right:100px
}
.BodyDiv {
    background-color:white;
}


/* Title ON EVERY PAGE */
.MainTitleDiv{
    font-family: calibri;
    background-color:#808080;
    color:white;
    height:150px;
    font-size:60px;
    text-decoration-line:underline;
    float:left;
    width:100%
}
.InnerMainTitleDiv {
    text-align: center;
    padding-top:40px;
}
.MainTitleImageDiv {
    position:absolute; float:right
}
.MainImage {
    width:300px;
}

/* Menu bar ON EVERY PAGE */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #278192;
    top:0;
    width: 100%;
    font-family: calibri;
}
li {
    float: left;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
/* NavBar Hover */
li a:hover:not(.active) {
    background-color: #111;
}


/* Standard paragraph */
.Paragraph {
    clear:both; padding-top:25px;padding-left:25px; text-align:center; font-family: agency fb; font-size:28px;
} 

/* The three images in home pages*/
.HomePageImages {
    padding-top:10px;
    padding-left:15%;
}
.HomePageImages img {
    opacity:0.75;
}
.HomePageImages img:hover {
    opacity:1;
}


/* Real Madrid Banner*/
.Banner {
    padding-top:10px;
    padding-left:2%;
}

/* For the table in the biography page */
.BioTable {
    font-family: Calibri;
    border:10px solid black;
    border-radius: 10px
}

.BioTable td{
    background-color:bisque;
}

.BioTable tr td:first-child{
    font-weight:bold;
}
