/*
    PAGES THAT USE THIS STYLE:
    /about
    /code
    /contact
    /gamertag
    /rumble
    /peace
*/

html {
    min-height: 100%;
    background: #000000;
    background-image: linear-gradient( to bottom right, rgba( 16, 16, 16, 1 ), rgba( 32, 32, 32, 1 ), rgba( 16, 16, 16, 1 ) );
}

main {
    max-width: 1920px;
    max-height: 100%;
    margin: auto;
    padding-bottom: 50px;
}

.imgwrap {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    /* height: 50%; */
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* max-height: 50%;
    max-width: 40%; */
}

h1 {
    font-family: "Satisfy", cursive;
    text-align: center;
    font-size: 64pt;
    color: #61fb06;
}

h2 {
    font-family: "Signika Negative", sans-serif;
    text-align: center;
    font-size: 30pt;
    color: #FFD900;
    font-weight: 700;
    margin-bottom: 20px;
}

h2 a:link {
    color: #FFD900;
    transition-duration: 0.25s;
    transition-property: text-shadow;
    text-decoration: none;
}

h2 a:hover {
    color: #FFD900;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
}

h2 a:visited {
    color: #FFD900;
    text-decoration: none;
}

h3 {
    font-family: "Signika Negative", sans-serif;
    text-align: center;
    font-size: 20pt;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #AFF981;
}

h3 a:link {
    color: #AFF981;
    transition-duration: 0.25s;
    transition-property: text-shadow;
    text-decoration: none;
}

h3 a:hover {
    color: #AFF981;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
}

h3 a:visited {
    color: #AFF981;
    text-decoration: none;
}

h4 {
    color: #61fb06;
    font-family: "Signika Negative", sans-serif;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 20pt;
}

.ex {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

label, p {
    font-family: "Signika Negative", sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 18pt;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #D3D3D3;
}

.small {
    font-size: 16pt;
    margin-top: 15px;
}

.lang {
    font-size: 12pt;
    color: #A4A4A4;
    margin-top: 4px;
    margin-bottom: 4px;
}

a:link {
    color: #E9E9B0;
    transition-duration: 0.25s;
    transition-property: text-shadow;
    text-decoration: none;
}

a:hover {
    color: #E9E9B0;
    text-shadow:0 0 5px #ffffff;
    text-decoration: none;
}

a:visited {
    color: #E9E9B0;
    text-decoration: none;
}

@keyframes walk {
	0% { transform: rotateZ(10deg); }
	50% { transform: rotateZ(-10deg); }
    100% { transform: rotateZ(10deg); }
}

.tripleContainer {
    width: 75%;
    display: inline-block;
    justify-content: center;
    margin-left: 12.5%;
}

.doubleContainer {
    width: 75%;
    display: inline-block;
    justify-content: center;
    margin-left: 12.5%;
}

.tripleContainer .singleColumn {
    width: 33%;
    padding: 20px;
    float: left;
}

.singleColumn {
    background-color: #00000040;
    border-radius: 32px;
    margin: 1%;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 40%;
    margin-left: 30%;
    transition-duration: 0.2s;
}

.singleColumn:hover {
    background-color: #40404040;
}

.doubleContainer .singleColumn {
    width: 48%;
    padding: 20px;
    float: left;
    background-color: #00000040;
    border-radius: 32px;
    margin: 1%;
    padding-top: 32px;
    padding-bottom: 32px;
    transition-duration: 0.2s;
}

.doubleContainer .singleColumn:hover {
    background-color: #40404040;
}

.singleColumn p {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and ( max-width: 1279px ) {
    .doubleContainer {
        width: 80%;
        display: inline-block;
        justify-content: center;
        margin-left: 10%;
    }
    
    .singleColumn {
        background-color: #00000040;
        border-radius: 32px;
        margin: 1%;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 80%;
        margin-left: 10%;
        transition-duration: 0.2s;
    }
    
    .doubleContainer .singleColumn {
        width: 48%;
        padding: 20px;
        float: left;
        background-color: #00000040;
        border-radius: 32px;
        margin: 1%;
        transition-duration: 0.2s;
    }
}

button {
    height:40px; 
    width:200px;
    font-family: "Signika Negative", sans-serif;
    margin-bottom: 50px;
    margin-left: -100px;
    position:relative;
    top:50%;
    left:50%;
    background-color: #0e7a0d;
    color: #f2fbff;
    font-size: 16px;
    border: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button:hover {
    background-color: #0e600d;
}

button:active {
    background-color: #0e500d;
}

#me-head {
    position: fixed;
    top: 5px;
    left: 5px;
}

#volume {
    appearance: none;
    margin-left: 20%;
    width: 60%;
    height: 25px;
    background: #D3D3D3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 16px;
}

#volume:hover {
    opacity: 1;
}

#volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 16px;
    background: #00ff00;
}

#volume::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 16px;
    background: #00ff00;
}

* {
    box-sizing: border-box;
}