/* font definition */

@font-face {
    font-family: "BrandonLight"; 
    src: url('../fonts/brandon_light-webfont.ttf'); 
}
@font-face {
    font-family: "BrandonMedium";
    src: url('../fonts/brandon_med-webfont.ttf'); 
}

@font-face {
    font-family: "BrandonRegular";
    src: url('../fonts/brandon_reg-webfont.ttf');
}

@font-face {
    font-family: "BrandonBold";
    src: url('../fonts/brandon_bld-webfont.ttf'); 
}

/* CSS */

body {
	background-color: rgb(38,73,128);
	color: rgb(245,245,245);
	text-align: center;
	font-family: "BrandonRegular";
	font-size: 18px;
}

h1 {
	font-family: "BrandonMedium";
	font-size: 40px;
	line-height: 30px;
}

h2 {
	font-family: "BrandonMedium";
	font-size: 35px;
	color: rgb(38,73,128);
}

h3 {
	color: rgba(229,196,33,1);
	font-size: 25px;
}

h4 {
	color: rgba(245,245,245,0.7);
	line-height: 30px;
}

h5 {
	font-family: "BrandonMedium";
	font-size: 35px;
	line-height: 30px;
}

p {
	font-size: 22px;
	font-family: "BrandonLight";
	color: rgb(118,134,152);
}

a {
	color: rgb(118,134,152);
	font-size: 12px;
}


a:hover {
	text-decoration: none;
	color: white;
}

a:visited {
	background-color: transparent;
	text-decoration: none;
}

/* -------------------- navbar -------------------- */

.navbar {
	padding-top: 17px;
	overflow: none;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

#logo {
	margin-top: -10px;
	height: 40px;
}

#waitlist {
	background-color: transparent;
	border-color: rgb(229,196,33);
	border-width: 1px;
	font-size: 15px; 
	color: rgba(245,245,245,0.7);
	margin-top: 4px;
}

#waitlist:hover {
	background-color: rgba(229,196,33,0.5);
	color: white;
}

/* -------------------- bouton modal -------------------- */
.btn {
	border-width: 0px;
	background-color: rgba(229,196,33,1);
	color: rgb(250,250,250) ;
	font-size: 22px;
}


.modal-title{
	color:rgba(229,196,33,0.8);
	font-size: 20px;
}

.form-group{
	color: rgba(10,25,53,0.5);
}

.button{
	color: rgb(245,245,245);	
}

.btn-join {
	font-size: 15px;
}

.btn-join:hover{
	color: white;
}

.btn:hover {
	background-color: rgba(229,196,33,0.5);
}


/* -------------------- section train AI and get rewards -------------------- */
#join { 
	padding-top: 100px;
	margin-bottom: 100px;
}

#subtitle {
	font-size: 33px;
}




/* -------------------- section tuto -------------------- */

#gamified{
	background-color: rgb(245,245,245);
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}

.concept {
	padding-left: 10%;
	padding-right: 5%;
	padding-bottom: 150px;
	background-color: rgb(245,245,245);
	color: rgb(10,25,53);
	text-align: left;
}

.instructions {
	padding-right: 10%;
	padding-top: 70px;
}

.tuto{
	padding-top: 60px;
}

#step3 {
	padding-bottom: 120px;
}



/* -------------------- section demo fb -------------------- */

#game {
	background-color: rgb(245,245,245);
	padding-top: 60px;
	padding-bottom: 60px;
}


.fb {
	min-width: 160px;
	margin: 0;
	margin-left: auto;
	padding: 8px 16px;
	border: 0;
	border-radius: 10px;
	outline: none !important;
	box-shadow: 4px 4px 0 rgb(47, 115, 136);
	background-color: rgb(67, 135, 156);
	transition: all 0.3s;
	font: 13px BrandonBold, Helvetica, Arial;
}

.fb:hover {
	background-color: rgb(57, 125, 146);
	box-shadow: 4px 4px 0 rgb(37, 105, 126);
} 

.fb:active {
	box-shadow: 0 0 0 rgb(37, 105, 126);
	margin-top: 4px;
	margin-left: 4px;
}

#play {
	color: rgb(229, 196, 33);
	font-size: 22px;
}

#demo {
	color: rgb(118,134,152);
}


/* -------------------- section vision -------------------- */

#together {
	padding-top: 60px;
	color: rgb(245,245,245);
}

#vision {
	margin-top: 40px;
	margin-bottom: 70px;
}

#visionLeftV1 {
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}

.explanation {
	text-align: center;
}

.form-control {
	background-color: rgba(245,245,245,0.1);
	width: 250px;
	margin: 0 auto;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	margin-top: 30px;
	margin-bottom: 40px;
}


/* V2 bloc vision */
#visionLeft {
	color: rgba(229,196,33,1);
	padding-right: 60px;
}

#visionRight p{
	color: rgb(10,25,53);
}

.explanation {
	color:rgb(245,245,245);
}

.contact{
	background-color: rgb(227,141,30);
	border-color: rgba(245,245,245,0.6);
	border-width: 1px;
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.out {
	color: rgb(245,245,245);
}

/* -------------------- section contact -------------------- */

#training {
	background-color: rgb(245,245,245);
	color: rgb(10,25,53);
	padding-top: 50px;
	padding-bottom: 40px;
}

#hello {
	margin-bottom: 80px; 
}

#hear {
	color: rgb(118,134,152);
	font-size: 26px;
}

#contactus {
	color: rgb(245,245,245);
	font-size: 19px;
}

#IA {
	margin: 0 auto;
	width: 25%;
	text-align: center;
}

#mail {
	font-size: 15px;
}



/* -------------------- section footer -------------------- */

.footer {
	margin-bottom: 0;
}
