@import url('https://fonts.googleapis.com/css?family=Stylish');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

:root {
    --color-1: #373738;
    --color-2: #373738;
    --color-3: #373738;
    --color-4: #373738;
    --margins: 20px;
}

* {
    margin: 0;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-touch-callout: none; /*Game elements are not selectable*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background: url('');
    background-size: cover;
}

::placeholder {
    color: white;
}

#searchbox {
    outline: none;
    position: absolute;
    opacity: 0.7;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);    
    text-align: center;
    border: none;
    background: var(--color-1);
    box-shadow: 0px 1px 2px rgba(0,0,0,.3);
    color: white;
    font-size: 18px !important;
    font-stretch: condensed;
    font-weight: bold;
    letter-spacing: .2px !important;
    height: 35px;
    width: 100%;
    padding: 15px 20px
}

#cards {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
}

#Ena #clock {
    margin-top: 155px;    
}

#Ena h3 {
    text-align: left;
    margin-left: 10px;
    font-size: 20px;
}

#Ena {
    background: var(--color-1);
}

#Ena .dropdown-menu button {
    color: white;
}

#Ena .dropdown-item {
    background: var(--color-1);
}

#Ena .dropdown-item:hover {
    background: white;
}

#Ena .dropdown-menu button:hover {
    color: var(--color-1);
}

#Nadeshiko {
    margin-left: var(--margins);
    background: var(--color-1);
}

#Nadeshiko .dropdown-menu button {
    color: white;
}

#Nadeshiko .dropdown-item {
    background: var(--color-1);
}

#Nadeshiko .dropdown-item:hover {
    background: white;
}

#Nadeshiko .dropdown-menu button:hover {
    color: var(--color-1);
}

#Rin {
    margin-left: var(--margins);
    background: var(--color-2);
}

#Rin .dropdown-menu button {
    color: white;
}

#Rin .dropdown-item {
    background: var(--color-2);
}

#Rin .dropdown-item:hover {
    background: white;
}

#Rin .dropdown-menu button:hover {
    color: var(--color-2);
}

#Aoi{
    margin-left: var(--margins);
    background: var(--color-3);
}

#Aoi .dropdown-menu button {
    color: white;
}

#Aoi .dropdown-item {
    background: var(--color-3);
}

#Aoi .dropdown-item:hover {
    background: white;
}

#Aoi .dropdown-menu button:hover {
    color: var(--color-3);
}

#Chiaki {
    margin-left: var(--margins);
    background: var(--color-4);
}

#Chiaki .dropdown-menu button {
    color: white;
}

#Chiaki .dropdown-item {
    background: var(--color-4);
}

#Chiaki .dropdown-item:hover {
    background: white;
}

#Chiaki .dropdown-menu button:hover {
    color: var(--color-4);
}

.card {
    position: relative;
    width: 200px;
    height: 300px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.3);
}

.card img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 50%;
    margin-top: -20px;
}

.card h1 {
    font-family: 'Stylish', sans-serif;
    text-align: center;
}

#dropdownMenu2 {
    position: absolute;
    left: 50%;
    top: 195px;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: none;
    border: 2px white solid;
    border-radius: 10px;
}

a:hover {
    text-decoration: none;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-item {
    padding: 5px;
}

#clock {
    float: right;
}

#date {
    float: right;
}

footer {
    position: absolute;
    bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
