@import url('https://fonts.cdnfonts.com/css/baloo-da');

:root {
    --primary-color: #3D8DAF;
    --secondary-color: #824242;
    --font-color: #424242;
    --bg-color: #C8C8C8;
    --heading-color: #292922;
    --gradiant-color: linear-gradient(90deg, #532222 0%, #712020 100%);
    --main-border-color: red;
}

[data-theme="dark"] {
    --primary-color: #5391a8;
    --secondary-color: #824242;
    --font-color: #e1e1ff;
    --bg-color: #161625;
    --heading-color: #818cab;
    --gradiant-color: linear-gradient(90deg, #5c0404 0%, #5c2424 100%);
    --main-border-color: #091585;
}

[data-theme="pink"] {
    --primary-color: #3D2B71;
    --secondary-color: #2D7128;
    --font-color: #b15699;
    --bg-color: #d99acd;
    --heading-color: #4f78c4;
    --gradiant-color: linear-gradient(90deg, #891574 0%, #70265c 100%);
    --main-border-color: #548ca9;
}

[data-theme="green"] {
    --primary-color: #2A6F96;
    --secondary-color: #712C22;
    --font-color: #063810;
    --bg-color: #06b44e;
    --heading-color: #096d08;
    --gradiant-color: linear-gradient(90deg, #15894f 0%, #26703f 100%);
    --main-border-color: #a9eb4c;
}

[data-theme="dark-green"] {
    --primary-color: #3b6b3b;
    --secondary-color: #306e33;
    --font-color: #1f702f;
    --bg-color: #1c3d28;
    --heading-color: #3c9c3a;
    --gradiant-color: linear-gradient(90deg, #15894f 0%, #26703f 100%);
    --main-border-color: #377e40;
}


html {
  background-color: var(--bg-color);
}
.svg-settings {
    height: 2vw;
    width: 2vw;
    float: left;
}
.svg-info {
    height: 2vw;
    width: 2vw;
    float: right;
}

.svg-disc {
    height: 2vw;
    width: 2vw;
    float: right;
}


.setting-nav {
    display: flex;
    font-family: 'Baloo Da';
font-style: normal;
font-weight: 400;
font-size: 2vw;
line-height: 15px;
/* identical to box height */

float: left;
text-align: center;

color: #FFFFFF;
padding: 10px;
}

.info-nav {
    display: flex;
    font-family: 'Baloo Da';
font-style: normal;
font-weight: 400;
font-size: 2vw;
line-height: 15px;
/* identical to box height */

float: left;
text-align: center;

color: #FFFFFF;
float: right;
padding: 10px;
}

.time-nav {
    display: flex;
    font-family: 'Baloo Da';
font-style: normal;
font-weight: 400;
font-size: 2vw;
line-height: 15px;
margin-left: 55px;
/* identical to box height */

float: left;
text-align: center;

color: #FFFFFF;
padding: 10px;
}

.navigation {
    box-sizing: border-box;
    
    top: 3%;
    height: 4vw;
    width: 50vw;

    background: var(--secondary-color);
    border: 3px solid #000000;
    box-shadow: 10px 9px 4px 5px rgba(10, 5, 75, 0.25);
    float: center;
    display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.nav-wrap {
    float: center;
    display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


a {
    text-decoration: none;
    color: var(--bg-color);
    font-size: 2.53vw;
}

.sidebar-1 {
    width: 17vw;
    height: 47vw;
    background: var(--primary-color);
}

.sidebar-2 {
    width: 17vw;
    height: 47vw;
    background: var(--primary-color);
}

.align-prop {
    display: flex;
    float: left;
    justify-content: left;

}
.nds-emu-tile {
    width: 39vw;
    height: 5vw;
    background: #bc3baf;
    border: 3px solid #000000;
}

.align-prop-1 {
    display: flex;
    float: right;
    justify-content: right;

}

.center-main {
    display: flex;
    float: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.center-main.side-title {
    font-family: 'Baloo Da';
font-style: normal;
font-weight: 400;
font-size: 3.5vw;
/* identical to box height */

text-align: center;
text-decoration-line: underline;
text-transform: uppercase;
color: var(--bg-color);
}

.side-text {
    font-family: 'Baloo Da';
font-style: normal;
font-weight: 400;
font-size: 2.3vw;
/* identical to box height */

text-align: center;
text-decoration-line: underline;

color: var(--bg-color);
}

.github-logo {
    height: 3.5vw;
    width: 3.5vw;
    color: black;
    filter: drop-shadow(8px 10px 4px rgba(1, 77, 9, 0.25));
}

.github-text {
    font-family: 'Baloo Da';
font-style: normal;
font-weight: 400;
font-size: 2.3vw;
padding: 2px;
/* identical to box height */

text-align: center;

color: var(--bg-color);

}

.github-box {
    border: 5px solid #000000;
}

.gba-emu-tile {
    width: 39vw;
    height: 5vw;
    background: #6BA263;
    border: 3px solid #000000;
}

.gba-emu-tile-1:hover {
    transform: scale(1.1);
  }


  .nes-emu-tile:hover {
    transform: scale(1.1);
  }
  .nds-emu-tile:hover {
    transform: scale(1.1);
  }
  .snes-emu-tile:hover {
    transform: scale(1.1);
  }
  .sega-emu-tile-1:hover {
    transform: scale(1.1);
  }
  .more-emu-tile:hover {
    transform: scale(1.1);
  }
  .rec-emu-tile:hover {
    transform: scale(1.22);
  }
    .link-emu-tile:hover {
        transform: scale(1.1);
    }
.gba-tile-wrap {
    display: table;
  margin: 0 auto;
}

.link-emu-tile {
    width: 39vw;
    height: 5vw;
    background: #4d32b0;
    border: 3px solid #000000;
}

.rec-emu-tile {
    width: 39vw;
    height: 5vw;
    background: #48b9bb;
    border: 3px solid #000000;
    margin-bottom: 1vw;
    transform: scale(1.18);
}

.nes-emu-tile {
    width: 39vw;
    height: 5vw;
    background: #B54C4C;
    border: 3px solid #000000;
}

.snes-emu-tile {
    width: 39vw;
    height: 5vw;
    background: #e0882a;
    border: 3px solid #000000;
}


.wrapper-tile-1 {
	width:100%;
	margin-bottom: 1%;
}

.tile-text {
    font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 2vw;
text-align: center;
color: #000000;
text-decoration: underline;
}

.display-wrapper-1 .gba-tile-wrap {

    clear: none;
}
.gba-tile-wrap {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gba-emu-tile-1 {
    width: 39vw;
    height: 5vw;
    background: #6BA263;
    border: 3px solid #000000;
    filter: drop-shadow(8px 10px 4px rgba(1, 77, 9, 0.25));
}


.gba-tile-wrap-1 {
}


.nes-emu-tile {
    width: 39vw;
    height: 5vw;
    background: #B54C4C;
    border: 3px solid #000000;
    filter: drop-shadow(8px 10px 4px rgba(126, 13, 13, 0.25));

}

.sega-emu-tile-1 {
    width: 39vw;
    height: 5vw;
    background: #6480AB;
    border: 3px solid #000000;
    filter: drop-shadow(8px 10px 4px rgba(14, 35, 107, 0.25));
}

.more-emu-tile {
    width: 39vw;
    height: 5vw;
    background: #BACF64;
    border: 3px solid #000000;  
    filter: drop-shadow(8px 10px 4px rgba(136, 138, 22, 0.25));
}


.wrapper-tile {
	width:100%;
}

.tile-text-1 {
    font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 2vw;
text-align: center;
color: #000000;
text-decoration: underline;
}

.center-please {
    padding: 20px;
    float: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}




.register-real {
    width: 200px;
    height: 50px;
    background: var(--secondary-color);
    border: 3px solid #000000;
    font-family: 'Baloo Da';
    cursor: pointer;
    color: var(--heading-color);
}

.register-real:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    /* good enough */
}

.register-button {
    padding-right: 75px;
}

.center-main .side-text:hover {
    font-size: 4vh;
}

.ad-banner-square {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}

.text-josh {
    font-family: 'Baloo Da';
    font-size: 28px;
    color: var(--heading-color);
    display: block !important;
    text-align: center;
    justify-content: center;
}