body {
    padding: 5px;
    margin: 0;
}
div {
    align-items: inherit;
}

/* Main Div for content */

.divMain {
    display: block;
    background-color: #fbfbfb;
    border-radius: 8px;
    box-shadow: 1px 2px 4px 4px #ddd; 
    padding: 10px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 600px;
    width: 80%;
}
@media only screen and (max-width: 1000px) {
    .divMain{
        width: 95%;
    }
}
.lfbPics {
    display: inline;
}
.topDiv {
    display: block;
    border: 0px;
    background-color: #ACD0EE;
    height: auto;
    width: 99%;
    padding: 5px; 
}
.years {
    display: inline-block;
    background-color: transparent;
    width: 98%;
    height: 28px;
    margin-bottom: 5px;
    padding: 5px;
    color: black;
}
.yearsText {
    border: 1px solid #aaa;
    background-color: rgb(232, 230, 227);
    width: 45px;
    height: 35px;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 5px;
    margin-right: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 100%;
    cursor: pointer;
}
.yearsText:hover {
    background-color: white;
    color: red;
}
.announcement {
        display: block;
        border: 1px solid #aaa;
        background-color: yellow;
        border-radius: 8px;
        box-shadow: 1px 2px 4px 4px #ddd; 
        height: auto;
        width: 99%;
        padding: 5px 5px 5px 5px; 
        margin-bottom: 30px;
}
a {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: blue;
}
.linkBlue {
    text-decoration: underline;
    color: blue;
}
.linkBlue:visited {
    text-decoration: none;
    color: blue;
}

.topSite {
    width: 99%;
}

.lineDiv {
    border-bottom: 1px outset #8888ff;
    margin-top: 10px;
}
table {
    margin-left: 5px;
    margin-top: -9px;
    width: 98%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 75%;
    color: #555;
}
@media only screen and (max-width: 1100px) {
    .table {
        width: 98%;
    }
} 
td {
    vertical-align: top;
}
.texteDiv {
    width: 98%;
    border: 1px outset #333;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #eee;
    box-shadow: 2px 2px 8px #777;
}
.centre {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: bold;
    color: black;
}
@media only screen and (max-width: 1100px) {
    .centre {
        font-size: 110%;
    }
} 
/* ========== Image ========== */

.imgStandard {
    border: 0px inherit #444;
    box-shadow: 2px 2px 4px #555;
    margin: 5px 8px 4px 3px;
}
@media only screen and (max-width: 1100px) {
    .imgStandard {
        width: 350px;
    }
} 
@media only screen and (max-width: 1100px) {
    img {
        width: 98%;
    }
} 
.divLfp {
    display: inline-block;
    width: 455px;
}
@media only screen and (max-width: 1000px) {
    .divLfp{
        width: 99%;
    }
}
.imgLfp {
    box-shadow: 2px 2px 4px #555;
    width: 98%;
    margin: 5px 8px 4px 3px;
}
.imgFix {
    width: 250px;
}
.imgFixVs {
    width: 100px;
}
.imgLinks {
    height: 80px;
}
@media only screen and (max-width: 1100px) {
    .imgLinks {
        height: 60px;
        width: auto;
    }
} 
.imgNoBorder {
    border: 0px;
    width: 250px;
    box-shadow: 2px 2px 4px #555;
}
.noShadow {
    box-shadow: none;
}
@media only screen and (max-width: 1100px) {
    .noShadow {
        display: none;
    }
} 
.noShadowStay {
    box-shadow: none;
}
.imgUnderText {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 70%; 
    font-weight: normal;
    color: #555;
    margin-top: -3px;
    margin-left: 8px;
}
/* ========== Image fin ========== */

/* ---------- Bottom ---------- */

iframe.bottomFrame {
    display: block;
    border: 0px; 
    background-color: #124874;
    width: 99%;
    height: 200px;
    padding-bottom: 6px; 
}
@media only screen and (max-width: 1200px) {
    iframe.bottomFrame {
        display: none;
    }
} 
.bottomDiv {
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
}
.bottomDivR {
    display: inline-block;
    padding: 10px;
    margin-left: 40px;
}
/* ---------- Bottom ---------- */


.videoShow {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
.videoDiv {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 35px; 
    height: 0; 
    overflow: hidden;
}
.vidOver {
    display: inline-block;
    background-color: #222;
    width: 80%;
    height: auto;
    border: 1px solid #333;
    box-shadow: 2px 2px 16px #777;
}
@media only screen and (max-width: 1100px) {
    .vidOver{
        width: 98%;
    }
} 
