#wrapper {
    max-width: 1920px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

body { 
    background: #0E0E0E;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    color: white;
}

main {
    flex: 1 0 auto;
}

footer {
    max-width: 1920px;
    flex-shrink: 0;
    width: 100%;
    display: block;
    background: #080808;
    text-align: center;
    padding: 4px 0px;
    margin: 0px auto;
}

p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-size: 0.9em;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #FCBA04;
    text-decoration: underline;
    font-weight: normal;
    padding: 0px;
}

h4 {
	color: #ffffff;
	background: #be0019;
	font-size: 22px;
	padding: 20px 20px;
	margin: 0;
	text-align: center;
}

.segment {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.hidden {
    margin: 0;
    padding: 0;
}

.mobile {
    display: block;
    color: #FCBA04;
    text-align: center;
    padding: 0;
    margin: 0;
}

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

a:hover {
    text-decoration: underline;
}

.column-left {
    float: left;
    width: 50%;
}

.column-right {
    overflow: hidden;
    float: left;
    width: 50%;
    max-width: 960px;
}

.iframe-container {
    overflow: hidden;
    padding-top: 66.66%;
    position: relative;
}

.iframe-container iframe {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 640px;
    max-width: 960px;
    left: 0;
    top: 0;
    border: 0;
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav {
    width: 100%;
    background: #080808;
    color: #FCBA04;
    margin: 0px;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0 10px;
}

.menu li {
    font-size: 16px;
    padding: 0 16px;
    white-space: nowrap;
}

/* Mobile menu */
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.item {
    width: 100%;
    text-align: center;
    order: 1;
    display: none;
}

.last {
    margin-right: 20px;
}

.active {
    text-decoration: underline;
}

#break {
    display: none;
}

@media all and (max-width: 720px) {
    #break {
        display: flex;
        flex-basis: 100%;
        height: 0;
    }
}

.button-header {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border: none;
    outline: 0;
    color: inherit;
    background-color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.button-header:hover {
    text-decoration: underline;
}

.button-code {
    background-color: #282a36;
    border: 1px solid #080808;
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 8px;
    margin-left: 0px;
    cursor: pointer;
}

button.load {
	background: #ffffff00;
	border: 1px solid #fcba04;
	border-radius: 12px;
	color: #fcba04;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	position: absolute;
	padding: 16px;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}

button.load:hover {
	border: 2px solid #fcba04;
	font-weight: bold;
}

.disabled {
    opacity: 0.3;
}

#line {
    height: 1px;
    width: 100%;
    background: #282a36;
    margin: 4px 0;
}

.hidden {
    display: none;
}

.panel {
    position: relative;
    display: none;
    padding: 10px 20px;
    background: #141518;
}

.close-button {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    background-color: #282a36;
    border: 1px solid #080808;
    border-radius: 4px;
    color: white;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.close-button:hover {
    background: #080808;
    color: #FCBA04;
}

.menu {
    justify-content: center;
    padding-left: 0;
}

.item {
    display: block;
    width: auto;
}

.logo {
    flex: 1;
    order: 0;
}

.overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
}

@media only screen and (max-width: 960px) {
    .overlay {
        visibility: visible;
        opacity: 1;
    }
}

#widthPrompt {
	position: absolute;
    color: #fcba04;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width: 96%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.logo-image {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    width: 100%;
    max-width: 371px;
}

body::-webkit-scrollbar {
    width: 0.5rem;
}

body::-webkit-scrollbar-track {
    background: #080808;
}

body::-webkit-scrollbar-thumb {
    background: #fcba04;
}

button.kofi {
	border-radius: 12px;
    border: none;
	display: flex;
	cursor: pointer;
	height: 70px;
	width: 100%;
	max-width: 360px;
	margin: 16px auto;
	background: #29abe0;
}

button.kofi img {
	width: 100%;
	max-width: 360px;
	margin: 0;
}

button.kofi:hover {
	animation: rotate 0.7s ease-in-out both;
}

button.kofi:hover span {
	animation: shake 0.7s ease-in-out both;
	animation-delay: 0.06s;
}

@keyframes rotate {
	0% { transform: rotate(0deg) translate3d(0, 0, 0); }
	25% { transform: rotate(4deg) translate3d(0, 0, 0); }
	50% { transform: rotate(-4deg) translate3d(0, 0, 0); }
	75% { transform: rotate(2deg) translate3d(0, 0, 0); }
	100% { transform: rotate(0deg) translate3d(0, 0, 0); }
}

@keyframes shake {
	0% { transform: translate3d(0, 0, 0) translateZ(0); }
	25% { transform: translate3d(5px, 0, 0) translateZ(0); }
	50% { transform: translate3d(-4px, 0, 0) translateZ(0); }
	75% { transform: translate3d(3px, 0, 0) translateZ(0); }
	100% { transform: translate3d(0, 0, 0) translateZ(0); }
}