*{
    margin: 0;
    padding: 0;
    font-family: REM;
}

body{
    background-image: url("/Pictures/BGWhiteTown.jpg");
    background-attachment: fixed;
    background-size: cover;
}

.menu{
    width: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: rgb(255,255,255);
}

.bottomSection{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: black;
}

.Home, .Books, .Characters, .Glossary{
    font-size: 40px;
    margin-left: 5%;
    color: black;
    background-color: rgb(79,217,255);
    cursor: pointer;
    border-style: none;
    transition: background-color 0.25s;
}

a:link{
    text-decoration: none;
}

a:visited{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.Home:hover, .Books:hover, .Characters:hover, .Glossary:hover,
.aboutUs:hover, .privacyPolicy:hover, .contactUs:hover, .terms:hover{
    background-color: rgb(255,17,17);
}

.Home:active, .Books:active, .Characters:active, .Glossary:active,
.aboutUs:active, .privacyPolicy:active, .contactUs:active, .terms:active{
    color: white;
}

.mainSection{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.aboutUs, .privacyPolicy, .contactUs, .terms{
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 10%;
    margin-bottom: 10%;
    border-style: none;
}

.logo{
    text-align: center;
    font-size: 50px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 25%;
    padding-right: 25%;
    height: 75px;
    border-style: solid;
    font-weight: bold;
}

.StarMidrash{
    border-style: solid;
    line-height: 3;
    background-color: rgb(229,228,226, 0.5);
}

.centerPage{
    text-align: left;
    padding-top: 5%;
    font-size: 35px;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 5%;
    border-color:black;
    background-color: rgb(250, 250, 250);
    border-style: solid;
}

.leftAdsSpace{
    border-top: 2.5px solid black;
    border-bottom: 2.5px solid black;
}

.rightAdsSpace{
    border-top: 2.5px solid black;
    border-bottom: 2.5px solid black;
}

h1{
    color: rgb(229,228,226);
    font-size: 50px;
    border-style: solid;
    padding-top: 2%;
    padding-bottom: 2%;  
}

h2{
    font-size: 40px;
}

h1,h2{
    padding-bottom: 3%;
    text-align: center;
}

p{
    text-indent: 10%;
    font-size: 25px;
    line-height: 2;
}

.paragraphDivider{
    padding-bottom: 5%;
}

.goToButtons{
    display: flex;
    justify-content: center;
}

.rightButton, .leftButton{
    font-size: 35px;
    border-color: rgb(229,228,226);
    background-color: white;
    border-style: solid;
}

.rightButton:hover, .leftButton:hover{
    background-color: rgb(229,228,226);
}

.rightButton{
    margin-left: 15%;
}

.leftButton{
    margin-right: 15%;
}

.paragraphDivider{
    background-color: rgb(229,228,226);
}