a{
    color: #AD8D00;
}

a:hover{
    color: white;
}

button{
    border: 0;
    outline: none;
}

body {
    color: white;
    font-family: 'Raleway', sans-serif;
	font-size: 14pt;
    font-weight: 500;
}

.fixed-button{
	background-color: #1D0C02;
	font-size: 1.5em;
    height: 120px;
	padding: 0;
	position: fixed;
	width: 120px;
	z-index: 2;
}

.fixed-menu-button{
	left: 0;
	top: 0;
}

.fixed-edit-button{
	left: 0;
	bottom: 0;
}

.fixed-menu-container{
	background-color: #1D0C02;
	border: 0;
	bottom: 0;
	font-size: 1.5em;
	left: 0;
	outline: none;
    overflow: auto;
	position: fixed;
	top: 0;
	-webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
	z-index: 1;
}

.inactive-fixed-menu{
	width: 0;
}

.active-fixed-menu{
	width: 400px;
}

.fixed-menu-container .navigation-bar{
    position: relative;
    top: 120px;
}

.fixed-menu-container .navigation-bar .navigation{
    font-weight: 800;
    text-transform: uppercase;
}

.fixed-menu-container .navigation-bar .navigation .navigation-item{
    list-style-type: none;
}

.fixed-menu-container .navigation-bar .navigation .navigation-item a{
    color: white;
}

.fixed-menu-container .navigation-bar .primary-navigation .primary-navigation-item{
    color: #AD8D00;
}

.main-section{
    /* Height fix */
    overflow: hidden;
}

.main-section .video-container {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
}

.logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.sections{
    margin: 0;
    padding: 0;
}

.section {
    background-size: cover;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	filter: gray;*/
}

.section:hover{
	-webkit-filter: none;
    filter: none;
}

.main-section{
    -webkit-filter: none;
    filter: none;
}

.quem-somos-section{
    background-image: url(../img/qs1cor.png);
}

.quem-somos-descricao-nav{
    background-color: #1D0C02;
    bottom: 0;
    font-size: 2.5em;
    height: 120px;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 600px;
}

.quem-somos-descricao-nav:hover{
    text-decoration: none;
}

.quem-somos-descricao-nav .description{
    text-transform: uppercase;
    line-height: 45px;
    width: 40px;
    display: inline-block;
    font-weight: 800;
}

.quem-somos-descricao-nav .fa{
    margin-top: -23px;
    position: absolute;
    right: 30px;
    top: 50%;
}

.quem-somos-text-section{
    min-height: 100%;
}
