/*
 * name: style.css
 * author: Fyrasao
 * description: All generic styling for the Fyrasao website
 * version: 1.0
 *
 */
/* latin */
@font-face {
	font-family: 'Raleway';
	src: url('static/Raleway-Regular.ttf');
 }
* {
font-family: 'Raleway' !important;
}
body{
	background-color:black;
	margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
}
section{
    background-color: #F8F8F8;
	padding: 10px;
	margin-bottom: 30px;
}
.jumbotron{
	margin-bottom: 60px;
}
.fyrasao_lost5{
    /* width: 100%; */
    /* height: auto; */
    /* padding: 20px; */
    /* box-sizing: border-box; */
    /* margin: 0; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-repeat: repeat-x; */
    /* background-position-y: bottom; */
    /* margin-top: 100px; */

    /* height: 50%;
    position: absolute; */
	width: 100%;
    /* height: auto; */
    padding: 20px;
    /* box-sizing: border-box; */
    /* margin: 0; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-repeat: repeat-x; */
    /* background-position-y: bottom; */
    /* margin-top: 100px; */
    height: 26%;
    /* position: absolute; */
    top: 0;
    left: 0;
    margin: auto;
}
.fyrasao_lost{
	width: 100%;
    /* height: auto; */
    padding: 20px;
    /* box-sizing: border-box; */
    /* margin: 0; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-repeat: repeat-x; */
    /* background-position-y: bottom; */
    /* margin-top: 100px; */
    height: 26%;
    /* position: absolute; */
    top: 0;
    left: 0;
    margin: auto;
}
.fyrasao_lost_img2{
	background-image: url("img/fyrasao_banner_sjar_web.jpg");
	/* background-size: contain; */
	background-size: contain;
	height: inherit;
    /* width: 100%; */
    /* height: -webkit-fill-available; */
	height:inherit;
    padding: 20px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    margin-left: 50%;
    margin-right: 50%;
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.fyrasao_lost_img3{
	background-image: url(img/fyrasao_banner_sjar_web.jpg);
    /* background-size: contain; */
    background-size: contain;
    height: inherit;
    width: 100%;
    height: -webkit-fill-available;
    /* height: inherit; */
    padding: 20px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    margin-left: 50%;
    margin-right: 50%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.fyrasao_lost_img{
	background-image: url(img/fyrasao_banner_sjar_web.jpg);
    /* background-size: contain; */
    background-size: contain;
	height: inherit;
    min-height: 50%;
    /* width: unset; */
    /* height: -webkit-fill-available; */
    /* height: inherit; */
    padding: 20px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    margin-left: 50%;
    margin-right: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.logo{
	height: 120px;

	position: absolute;

}
.logo > img{
	height: inherit;
    z-index: 2;
    /* position: absolute; */
	position: relative;
    top: 50%;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-25%);
}
video{
    width: 400px;
  }
/* header{
	position: relative;
} */