/*
Table of contents

>Helpers
>Header
>Call to action
>registration
>FAQ
>Footer

*/
body{
	background-color: #1F1F1F;
}
h1, h2, h3{
	font-family: 'Exo', sans-serif;
	color: white;
}

.landing a{
	color: #34E21F;
	transition: color ease 300ms;
}
.landing a:hover{
	color: #CCFF00;
}
/*
>Helpers and debug
*/
.x{border: thin solid red;}
.y{background-color: pink;}
.flex{display: flex;}
.enl-green{
	color: #34E21F;
}
.enl-green-bg{
	background-color: #34E21F;
}
.golden-medal{
	color: gold;
}
.pink{
	color: #FF4464;
}
.purple-obsidian{
	color: #C920EF !important;
}
.center{
	text-align: center;
}

.has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #C0FF00;
}

/*
>Header
*/
header{
	
}
.anomaly-logo{
	text-align: center;
	padding: 20px;
}
.anomaly-logo img{
	margin: 0 auto;
}
section.anomaly-info{
	/*background-image: url(../img/shaper-outlines-bg-alpha.png);
    background-size: 200%;
    background-position: center center;*/
    
}
/*
>Call to action
*/

.anomaly-name{
	font-size: 4rem;
}

section{
	background-color: rgba(8, 8, 8, 0.50);
	padding: 10px 0;
	color: #D6D6D6;
}
section h1, section h2{
	color: white;
	text-align: center;
	margin: 0;
}

.call-to-action p{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	
}

/*
>Store
*/

.titulo-swag{
	text-align: center;
    font-size: 3rem;
}
/*
>registration
*/

.mandatory{
	background-color: #F5C000;
    color: black;
	text-align: center;
	border-radius: 5px;
}
.optional{
	background-color: #73A01A;
    color: white;
	text-align: center;
	border-radius: 5px;
}
section.registration img{
	/*width: 300px;
	height: 200px;*/
}
section.registration p{
	line-height: 1.3;
	padding: 5px;
	margin-bottom: 5px;

}

section.registration .flex{
	justify-content: space-around;
	flex-wrap: wrap;
}

section.registration h3{
 text-align: center;
}

.enl-rocks, .niantic, .goruck, .logo-contest{
	width: 300px;
	background-color: #191919;
	display: inline-block;
	transition:all ease 300ms;
	margin:30px 0;
}

.enl-rocks:hover, .niantic:hover, .goruck:hover, .logo-contest:hover{
	transform:scale(1.04);
	box-shadow: 0 0 19px 2px #30542C;
}

.goruck-timeline {
	margin-top:30px;
	text-align: center;
	}
/*
>FAQ
*/

section.questions {
    box-shadow: 0px 0px 25px 3px black;
    background-color: black;
}
.questions h3{
	width: 80%;
	margin:0 auto;
}

/*
>Footer
*/

footer{
	background-image: url(../img/enl-texture.png);
    background-color: rgba(22, 74, 22, 0.63);
    /*position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1111;
    padding-top: 30px;*/
    background-position: right -241px;
    background-repeat: no-repeat;
    padding-top:30px;
}

footer h5, footer p{
	color: #C5C5C5;
}

footer p{
	    font-size: 0.8rem;
}