
body.darkmode {
    /*
    See README.md for more information about chaning colors
    background-color: #1a1a1a;
    color: #fff; */

    .navbar-toggler-icon {
        filter: invert(1);
    }
    
    .subjectList li a {
        color:white;
    }
    
    #searchResults{
        background-color: black;
    }
    .subjectList li a:visited {
        color:#eddf9e;
    }
    
    header,footer {
        background-color: #172335;
        color:white
    }
    

    
    .footerDiv {
        border-top:1px solid #485260;
    }
    
    .dropdiv {
        color:white;
    }
    
    .tagCloud {
        background-color: #000000;
        color:#dddddd;
    }
    
    .cardText1 {
        color:black;
    }
    
    #to-subjects, #from-languages  {
        background-color: black;
    }
    
    a:visited {
        color:#eddf9e;
    }
    
    a:link {
        color:#ffffff;
        
    }
    
    .linkDiv {
        background-color: #000000;
        border-color: #555555;
    }

    .linkDivBlog {
        background-color: #000000;
        border-color: #555555;
    }
    
    .dictionary h3, .printables h3 {
        border-bottom: 1px solid #ffffff;
    }
    
    
    
    .downarrow, .statisticsheader, .dictionaryPlay img, #playIcon, #fullScreenIcon, #AaImage {
        -webkit-filter: invert(1);
        filter: invert(1);
    }
    
    .cardText2, .pair-text, .front-face {
        color:black;
    }
    
    .subjectListItem {
        background-color: #00302b;
    }
    
    .dictionary, .printables {
        background-color:#333333;
    }
    
    .modal {
        background-color: #111111;
        border-radius: 3px;
        border: 1px solid #dddddd;
    }
    
    #controls, #statistics, .statistics  {
    background-color: rgba(30, 30, 30, 0.4);
    }
    
    .area {
        fill: #000000;
        stroke: #444444;
        stroke-width: 1px;
    }
    
    .area:hover .point {
        fill: rgb(255, 255, 255);
        stroke: #aaaaaa;
        stroke-width: 3px;
    }
    
    .point {
        fill:#bbbbbb;
    }
    
    .attempts0 .point {
        fill:#aaaaaa;
    }
    
    .area:hover {
        fill: #1c1c1c;
        stroke: #444444;
        stroke-width: 1px;
    }
    
    .area.attempts0 {
        fill: #30693c;
    /*    pointer-events: none; */
    }
    
    /* The label was answered with one wrong guess */
    .area.attempts1 {
        fill: #eeb649;
    /*    pointer-events: none; */
    }
    
    /* The label was answered with two wrong guesses */
    .area.attempts2 {
        fill: #d49142;
    /*    pointer-events: none; */
    }
    
    /* The label was answered with three wrong guesses */
    .area.attempts3 {
        fill: #ad322d;
    /*    pointer-events: none; */
    }
    .textBox {
        background-color: #1b2331;
    }
    
    .infoBox {
        background-color: #1b2331 !important;
    }
    
    .water {
        fill: #253650;
    }
    
    .land {
        fill:#1b2331;
        stroke: #243550;
        stroke-width: 1px;
    }
    
    .landlight {
        fill: #141d25;
        stroke: #141d25;
        stroke-width: 0px;
    }
    
    .noarea {
        fill: #1b2331;
        stroke: #243550;
        stroke-width: 1px;
    }
    
    .marker {
        stroke:white;
    }
    
    .background {
        fill: #223231
    }
    
    .tone_down {
        fill: #222222;
        stroke-width: 1px;
    }
    
    @media (max-width: 850px) {
        .svg_name.abbr {
            opacity: 0.4;
            background-color: rgba(0, 0, 0, 0.1);
            color:white;
        }
    }
    .failed {
        color:white;
        background-color: rgba(0, 0, 0, 0.1);
      }
    
    .flyHardFailSolved {
        fill: #3d5540;
    }
    
    .flyHardFailSolved .marker {
        stroke: #3d5540;
    }
    
    .subjectList2 {
        background-color: #243550;
    }
    
    div:fullscreen {
        background-color: #000000;
    }
    
    .area:hover .pointmarker {
        stroke: white;
    }
    .multipleChoice {
        background-color: black;
    }

    .start:hover {
        background-color: #1a1a1a;
        font-weight: bold;
    }
    .multiple_text {
        color: #333333;
 
    }

    .gameModeText {
        background-color: #243550;
    }
    .card-body {
        color:black;
    }

.dropdown-menu .dropdown-item:hover {
  background-color: #333333;
}


.navbar-nav .dropdown-menu {
    background-color: #333333;
}

    .emodal {
    background-color: #111111;
  }

  .helpDialog {
    background-color: rgba(17, 17, 17, 0.9);
    border-radius: 10px;
    color: white;
    box-shadow: 0 4px 12px rgba(245, 242, 242, 0.1);
}
    
}


