﻿@font-face {
    font-family: rbold;
    src: url(Fonts/RB.ttf);
}

@font-face {
    font-family: rextrabold;
    src: url(Fonts/REB.ttf);
}

@font-face {
    font-family: rextralight;
    src: url(Fonts/REL.ttf);
}

@font-face {
    font-family: rheavy;
    src: url(Fonts/RH.ttf);
}

@font-face {
    font-family: rlight;
    src: url(Fonts/RL.ttf);
}

@font-face {
    font-family: rmedium;
    src: url(Fonts/RM.ttf);
}

@font-face {
    font-family: rregular;
    src: url(Fonts/RR.ttf);
}

@font-face {
    font-family: rsemibold;
    src: url(Fonts/RS.ttf);
}

@font-face {
    font-family: rextralight;
    src: url(Fonts/REL.ttf);
}

@font-face {
    font-family: rthin;
    src: url(Fonts/RT.ttf);
}

body {
    padding-top: 50px;
    font-family: rregular !important;
    font-size: 15px !important;
    background-color: #e3e3e3 !important;
}

footer {
    height: 200px;
    background-color: #5a5a5a;
}

footer ul {
    list-style-type: none;
}

footer li {
    line-height: 25px;
}

footer a {
    font-family: rregular !important;
    font-size: 15px !important;
    font-weight: normal !important;
    color: white !important;
    text-decoration: none !important;
}

footer a:focus, footer a:hover {
    color: white !important;
    text-decoration: underline !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    padding-top: 25px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

h1 {
    font-family: rsemibold !important;
    width: fit-content;
    border-bottom: 3px solid #ff2fd2;
    overflow: hidden;
}

h2 {
    font-family: rsemibold !important;
    width: fit-content;
    border-bottom: 3px solid #ff2fd2;
    overflow: hidden;
    font-size: 25px !important;
}

h4 b {
    border-bottom: 2px solid #ff2fd2;
    overflow: hidden
}

a {
    font-weight: bold !important;
    color: #ff2fd2 !important;
    text-decoration: none !important;
}

a:focus, a:hover {
    color: #7c2059 !important;
    text-decoration: underline !important;
}

.navbar-inverse {
    background-color: #000bff !important;
    border-color: #0010cf !important;
}

.imgToFloat {
    float: left;
    padding-right: 10px;
    max-width: 300px;   
}

.imgContinueFloat {
    display: inline !important;
}

.sidenav {
    height: 100%;
    width: 20px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ff2fd2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px !important;
    color: white !important;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: white !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    margin-left: 50px;
}

.openclosebutton {
    position: fixed;
    cursor: pointer;
    height: 50px;
    color: white;
    width: 40px;
    font-size: 30px;
    font-family: rbold;
    position: fixed;
    padding-top: 2px;
    z-index: 1;
    top: 50%;
    left: 20px;
    background-color: #ff2fd2;
    padding-left: 2px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

#list > div:nth-child(odd) {
    background-color: #d0d0d0;
}

.bgcolor4, .bgcolor5, .bgcolor8, .bgcolor9 {
    background-color: #e3e3e3;
}

.bgcolor3, .bgcolor6, .bgcolor7, .bgcolor10 {
    background-color: white;
}

@media screen and (max-height: 450px) {
    
}

@media only screen and (max-width: 640px) {

    .container {
        margin-left: 10px !important;
        padding-right: 6px !important;
    }

    .signature img{
        width: 100%;
    }

    .sidenav {
        top: 1px;
    }

    .sidenav a {
        font-size: 18px;
    }

    h4 {
        float: none !important;
    }

    img {
        display: block;
        margin: 0 auto;
    }

    .imgToFloat {
        float: none;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .fitImageWidth {
        width: 100%;
    }
    
    .clearfixMedia::after {
        display: block;
        content: "";
        clear: both;
    }

    #numbersPanel {
        position: relative !important;
    }

    #numbersPanelDisplay {
        display: block !important;
    }

    #numbersPanelBook{
        padding-left: 0 !important;
        padding-bottom: 20px !important;
    }

    #numbersPanelOpera {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }

    #numbersPanelAuthor {
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }

    .bgcolor3, .bgcolor5, .bgcolor7, .bgcolor9 {
        background-color: #e3e3e3;
    }

    .bgcolor4, .bgcolor6, .bgcolor8, .bgcolor10 {
        background-color: white;
    }

}