
body {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    position: relative;
    background-color: black;
}


button {
    box-sizing: content-box;
    background: none;
    border: none;
    /*border-style: 1px white;*/
    width: 100%;
    height: auto;
    margin: 1% 0;
    padding: 0;
    text-align: left;
    color: #a8a198; 
}

button:hover {
    color: #989898;
    text-shadow: 0 0 20px #ffba7e;
}

button:focus {
    outline: none;
    color: #989898;
    text-shadow: 0 0 20px #cd754c;
}

.content {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

@font-face {
    font-family: Ubuntu;
    src: url(UbuntuRegular.ttf);
}

@font-face {
    font-family: MassEffect;
    src: url(me123.ttf);
}

@font-face {
    font-family: Slider;
    src: url(SLIDER.TTF);
}

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1%;
    background: rgba(9,9,9,0.85);
    padding: 1% 0;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #a8a198;  
    z-index: 3;   
}

h5 {

    font-family: 'MassEffect', Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #a8a198;
    text-align: center;
}

.illu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;  
}

img {
    width: 100%;
}


.intro1 {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 42%;
    margin-top: 20%;
    margin-left: 57%;
    margin-right: 1%;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 15px;
    color: #a8a198;
    text-align: center;
    z-index: 2;
}

.intro2 {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 47%;
    margin-top: 1%;
    margin-left: 51%;
    margin-right: 2%;
    margin-bottom: 2%;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 15px;
    color: #a8a198;
    text-align: center;
    z-index: 2;
}

.main {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 10%;
}

p {
    padding: 0;
    margin: 4pt 0;
} 

.reg {
    width: 100%;
    margin: 0;
    padding: 0;  
}

.reghidden {
    display: none;
    flex-flow: column;
    margin: 2%;
    padding: 0 2%;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 15px;
    color: #a8a198;
}

.texttile {
    width: 20%;
    padding: 0;
    background: rgba(9,9,9,0.85);
    margin: 1% auto;
    text-align: block;
    z-index: 2;
}   

.title {
    display: flex;
    justify-content: left;
    position: fixed;
    width: 50%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

@media screen and (max-width:1000px) {
	
	.texttile {
   		width: 48%;
	}   	

	.intro2 {
		width: 53%;
    		margin-left: 45%;
    		margin-right: 2%;
	}

}

@media screen and (max-width:850px) {  	

	.intro2 {
    		width: auto;
    		margin: 1% 5%;
		background: rgba(9,9,9,0.7);
	}

}

@media screen and (max-width:800px) {  	

	.reghidden {
    		font-size: 14px;
	}

	.texttile {
   		width: 96%;
	}

	.intro1 {
		width: 50%;
    		margin-left: 49%;
    		margin-right: 1%;
		font-size: 11pt;
	}

	.intro2 {
		font-size: 11pt;
	}

}

@media screen and (max-width:500px) {  	
	.intro1 {
    		width: auto;
    		margin: 35% 5% 1% 5%;
		background: rgba(9,9,9,0.7);
	}

	.title {
    		width: 65%;

	}

}