@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
.ftop
{
	min-height: 10vw;
	-webkit-box-shadow: inset 3px 2px 101px -18px rgba(163,160,163,0.72);
	-moz-box-shadow: inset 3px 2px 101px -18px rgba(163,160,163,0.72);
	box-shadow: inset 3px 2px 101px -18px rgba(163,160,163,0.72);
	padding-top: 2%;
	color: #FFA811;
	font-weight: 700;
	font-family: 'Istok Web', sans-serif;
	font-size: 1.5vw;
}

.inside
{
	font-size: 0.8vw;
}

.tone
{
}
.ttwo
{

}
.tthree
{

}
.tfour
{

}

.fdown
{
	padding-top: 1.5%;
	min-height: 5vw;
	background-color: #000;
	color: white;
    text-shadow: 4px 4px 4px #FFA811 , 0 0 10px #FFA811 , 0 0 3px #FFA811;
    font-family: 'Roboto Condensed', sans-serif;
}