@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Prompt');

body{
	font-family: 'Prompt', sans-serif;
	}
	
#container-bgx{
	background-image:url(../images/bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	min-height:1080px;
	}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	}

.video {
	position: relative;
	padding-bottom: 56.25%;
	}

.video iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}

.dropdown-menu > li > a {
	/* background-color: #09342d; */
}

.dropdown-menu > li > a:hover {
	/* background-color: #09342d; */
}


