@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100;1,300&display=swap');

@font-face {
    font-family: "ArialRounded";
    src: url(fonts/arialrounded.ttf);
  }

@font-face {
    font-family: "Convergence";
    src: url(fonts/Convergence-Regular.ttf);
}
  

body
{
    background-color: rgb(15,15,15);
}

nav
{
    background-color: red;
    border-bottom: 2px solid black;
}

a{
    /*font-family: "ArialRounded" !important;*/
    font-size: 20px !important;
    font-weight: normal !important;
    color: white !important;
    /*text-shadow: 0px 0px 5px black;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: black;*/
}

a:hover{
    color: #ffb152 !important;
}

ul
{
    padding-bottom: 5px;
}

a #crabLogo
{
    width: 75px;
    height: auto;
    border: 1px solid black;
    border-radius: 17px;
    box-shadow: 0px 0px 10px 1px black;
}

a #crabText
{
    width: 125px;
    height: auto;

}

#mainSpace
{ 
    height: 100px;
}

#homeCarousel img
{
    border: 2px solid white;
    box-shadow: 0px 0px 5px 5px white;
    border-radius: 10px;
}

#gameSplashScreen
{
    height: 100%;
    width: auto;

    /* box-shadow: 0px 0px 10px 2px white;
    border: 1px solid white;
    border-top: 0; */
}

#gameSplashScreenContainer
{
    height: 500px;
}

#gameSplashScreenContainer img
{
    max-height: 300px;
}

#googlePlayDownloadButton img
{
    max-height: 150px !important;
    max-width: auto !important;
}

#homePageSpacing
{
    height: 50px;
}

#footer
{
    height: 120px !important;
    color: rgb(170, 170, 170);
}

.currently-selected{
    color: #ffb152 !important;
    text-shadow: 0px 0px 10px black;
}

.newsContainer{
    height: auto;
    width: 800px;
    max-width: 100%;
    color: rgb(190, 190, 190);
    font-family: "Convergence";
}

.newsContainer h1{
    margin-bottom: -15px;
}

.newsContainer h5{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: -10px;
    margin-bottom: 40px;
}

.newsContainer img{
    width: 100%;
    height: auto;
}

.newsDescription{
    margin-top: 40px;
    margin-bottom: 100px;
}

.updateNotes
{
    margin-top: 40px;
}

.updateContent
{
    margin-bottom: 100px;
}

hr{
    border-top: 5px solid red;
    border-color: red;
    opacity: 100;
}

.difficultyIcon{
    height: 25px !important;
    width: 25px !important;
}

#underConstruction
{
    color: rgb(133, 133, 133) !important;
    height: 125px;
}

.separationContact
{
    margin: 0;
    margin-top: 20px;
    color: rgb(137,137,137);
    border-top: 2px solid rgb(137,137,137) !important;
    box-shadow: 0px 0px 10px 1px white;
    border-radius: 100px;
    max-width: 400px !important;
}

#contactLogoContainer{
    max-height: auto;
}

#contactPageSpacing
{
    height: 100px;
}

#socialLinks
{
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 400px;
    height: 75px;
}

#twitterLink
{
    /* background-color: blue; */
    height: 75px;
}

#discordLink
{
    /* background-color: green; */
    height: 75px;
}

#youtubeLink
{
    /* background-color: red; */
    height: 75px;
}

#bottomSpacing{
    margin-top: 10px;
    height: 140px;
    color: rgb(80, 80, 80)
}

.fab
{
    color:rgb(90, 90, 90);
}

i{
    margin-top: 10px;
    font-size: 60px;
    height: 100px;
}

.fa-twitter:hover
{
    color: #00acee;
    text-shadow: 0px 0px 10px #00acee;
}

.fa-discord:hover
{
    color: #50C878;
    text-shadow: 0px 0px 10px #50C878;
}

.fa-youtube:hover
{
    color: #FF0000;
    text-shadow: 0px 0px 10px #FF0000;
}

#loginForm
{
    background-color: rgb(37, 37, 37);
}

#loginForm img
{
    height: 100px;
}

#loginCard
{
    background-color: rgb(37, 37, 37);
    box-shadow: 0px 0px 10px 5px rgb(37, 37, 37);
    min-width: 385px;
}

#accountSettingsCard
{
    background-color: rgb(37, 37, 37);
    box-shadow: 0px 0px 10px 5px rgb(37, 37, 37);
    min-width: 385px;
}

#accountSettingsForm
{
    background-color: rgb(37, 37, 37);
}

#accountSettingsForm img{
    height: 50px;
}

#formHeaderText{
    font-family: "convergence";
    color:white;
    font-size: 28px;
}

#verificationText
{
    color: white;
    text-shadow: 0px 0px 5px white;
}

.btn-primary
{
    background-color: #dd8c29;
    border-color: #dd8c29;
}

.btn-primary:hover
{
    background-color: #b46d17;
    border-color: #b46d17;
}

button:disabled
{
    background-color: #b46d17 !important;
    border-color: #b46d17 !important;
}

.formAlert
{
    color:white;
}

#deleteAccountButton
{
    background-color: red !important;
    border-color: red;

    text-shadow: 0px 0px 2px white;
}

#deleteAccountButton:hover
{
    background-color: rgb(190, 0, 0) !important;
    border-color: rgb(190, 0, 0);
}

.changePassword, .changeUsername, .deleteAccount
{
    display: none;
}

.accountOptionButton
{
    min-width: 200px;
    color: white;
    text-shadow: 0px 0px 2px white;
    background-color: #dd8c29;
    border: 1px solid #b46d17;
}

.accountOptionButton:hover
{
    background-color: #b46d17;
    border: 1px solid #b46d17;
    color: white;
}

.postCaption
{
    margin-bottom: 30px;
    font-size: 18px;
    height: 26px;
    color: white;
    text-shadow: 0px 0px 2px white;
}

.postInput
{
    margin-bottom: 30px;
    width: 85%;
    height: 26px;
    background-color: rgb(199, 199, 199);
}

#postLeft
{
    width: 20%;
    float: left;
    height: 100%;
}

#postRight{
    width: 80%;
    float: right;
    height:auto;
}

#textTitle, #textZones, #crabsCommon, #crabsNormal, #crabsRare, #crabsEpic, #crabsExtreme, #crabsLegendary, #crabsMythic, #postBugfix, #postPreview
{
    width: 85%;
    height: 26px;
    background-color: rgb(199, 199, 199);
}

#textDescription
{
    width: 85%;
    max-height: 200px;
    min-height: 200px;
    background-color: rgb(199, 199, 199);
}

#postBreak
{
    height: 145px;
}

#postBreak2
{
    height: 275px;
}

#crabsCommon
{
    margin-top: 15px;
    color:black;
    background-color: rgb(89, 255, 47);
    text-shadow: 0px 0px 1px black;
}

#crabsNormal
{
    color: black;
    background-color: rgb(255, 241, 45);
    text-shadow: 0px 0px 1px black;
}

#crabsRare
{
    color: black;
    background-color: rgb(252, 148, 30);
    text-shadow: 0px 0px 1px black;
}

#crabsEpic
{
    color: black;
    background-color: rgb(255, 72, 72);
    text-shadow: 0px 0px 1px black;
}

#crabsExtreme
{
    color: white;
    background-color: rgb(0, 0, 0);
    text-shadow: 0px 0px 1px white;
}

#crabsLegendary
{
    color: black;
    background-color: rgb(255, 255, 255);
    text-shadow: 0px 0px 1px black;
}

#crabsMythic
{
    color: black;
    background-color: rgb(255, 79, 226);
    text-shadow: 0px 0px 1px black;
}

#postBugfix
{
    margin-top: 33px;
}

#postPreview
{
    max-height: 200px;
    min-height: 200px;
}

#page404
{
    color: rgb(226, 226, 226);
    text-shadow: 0px 0px 2px white;
    text-align: center;
}

label
{
    color: white;
    text-shadow: 0px 0px 2px white;;
    margin: 10px;
}

#postButton
{
    float: right;
    margin-right: 35px;
}

.errorNote
{
    color: white;
    text-shadow: 0px 0px 2px white;
}

#privacyPolicy
{
    color: whitesmoke;
    font-family: "Convergence";
}

#privacyPolicy hr
{
    background-color: grey;
    border-color: grey;
    width: 500px;
    float: left;
}

#privacyPolicy h1
{
    font-size: 37px;
}

#privacyPolicy h2
{
    margin-left: 15px;
    text-shadow: 0px 0px 2px white;
}

.privacyBody
{
    max-width: 1500px;
}

#privacyEmail
{
    color: rgb(164, 244, 255);
    /* text-shadow: 0px 0px 2px white; */
}
/* #crabsCommon::placeholder
{
    color: rgb(102, 102, 102);
    font-family: "Convergence";
    opacity: 1;
} */