*{
    margin: 0;
    padding: 0;
    font-family: REM;
}

body{
    background-image: url("/Pictures/BGSky2.webp");
    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: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: black;
}

.Home, .Books, .Characters, .Glossary{
    font-size: 40px;
    margin-left: 5%;
    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,79);
}

.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, .contactUs, .privacyPolicy, .terms{
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 10%;
    margin-top: 10%;
    border-style: none;
    cursor: pointer;
}

.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(255,255,0, 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;
}

.firstAd{
    border: solid;
    border-color: pink;
    margin-bottom: 2%;
    margin-top: 2%;
}

.secondAd{
    border: solid;
    margin-bottom: 2%;
    margin-top: 2%;
}

.DawnBlossomTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(64,224,208);
    transition: background-color 0.25s;
    padding: 1%;
}

.DawnBlossomTitle:hover{
    background-color: rgb(64,224,208);
}


.MiddayFlameTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(227,66,52);
    transition: background-color 0.25s;
    padding: 1%;
}

.MiddayFlameTitle:hover{
    background-color: rgb(227,66,52);
}


.DuskHarvestTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(192,192,192);
    transition: background-color 0.25s;
    padding: 1%;
}

.DuskHarvestTitle:hover{
    background-color: rgb(192,192,192);
}


.MidnightDropletTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(0,0,0);
    transition: background-color 0.25s;
    padding: 1%;
}

.MidnightDropletTitle:hover{
    background-color: rgb(0,0,0);
}

.ImpermanenceLandTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(255,255,0);
    transition: background-color 0.25s;
    padding: 1%;
}

.ImpermanenceLandTitle:hover{
    background-color: rgb(255,255,0);
}

.CrimsonFireTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(220,20,60);
    transition: background-color 0.25s;
    padding: 1%;
}

.CrimsonFireTitle:hover{
    background-color: rgb(220,20,60);
}

.AzureWaterTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(0,128,255);
    transition: background-color 0.25s;
    padding: 1%;
}

.AzureWaterTitle:hover{
    background-color: rgb(0,128,255);
}

.ViridianWindTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(60,130,109);
    transition: background-color 0.25s;
    padding: 1%;
}

.ViridianWindTitle:hover{
    background-color: rgb(60,130,109);
}

.CitrineEarthTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(228,208,10);
    transition: background-color 0.25s;
    padding: 1%;
}

.CitrineEarthTitle:hover{
    background-color: rgb(228,208,10);
}

.AetherLightningTitle{
    font-size: 30px;
    cursor: pointer;
    border-style: solid;
    background-color: white;
    border-color:rgb(229,228,226);
    transition: background-color 0.25s;
    padding: 1%;
}

.AetherLightningTitle:hover{
    background-color: rgb(229,228,226);
}






