@font-face {
    font-family: NASA;
    src: url(nasalization.ttf);
}
@font-face {
    font-family: Franklin;
    src: url(FRABK.TTF);
}

body {
	background-color: #2B1B0F;
	font-family: "Franklin";
	color: #222;
}
h1,h2 {
	font-family: "NASA";
}
h2 {
	font-style: italic;
}
h3 {
	color:#F67B00!important;
}

.w3-choco,.w3-hover-choco:hover{color:#FFF!important;background-color:#2E1700!important}
.w3-mint,.w3-hover-mint:hover{color:#2E1700!important;background-color:#D1EDFF!important}
.w3-text-mint,.w3-hover-text-mint:hover{color:#D1EDFF!important}

.w3-bar .w3-button {
    padding: 16px;
}
body, html {
    height: 100%;
    line-height: 1.8;
}
.hidden {
	display: none;
}
.active {
	display: block;
}
.bgimg-1 {
	background-position: center;
	background-size: cover;
	background-image: url("/img/PlaneSelune_back.png");
	min-height: 100%;
}