.video{
    width: 100%;
    height: 100%;
    max-height: 50vh;
    overflow: hidden;
    position: relative;
}


/* 
@media only screen and (min-width: 599px) and (max-width: 767px) {
    .logo {
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .logo a {
        font-size: 31px;
        line-height: 39px;
    }
}

@media (max-width: 575px) {
    .logo {
        text-align: center !important;
        padding-bottom: 25px;
        float: inherit;
    }
} */

.navbar-collapse {
    float: right;
    margin-left: 20%;
}


.navbar-toggler{
    float: right;
}

.navbar-collapse {
    text-align: center;
    width: max-content;
}

.logo a {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
}

img {
    vertical-align: middle;
    border-style: none;
    page-break-inside: avoid;
	max-width: 100%;
	height: auto;
}

.header{
    background: rgb(51, 51, 51) !important;
}



.footer {
    background: rgb(51, 51, 51) !important;
    color: rgb(123, 123, 126);
    padding-top: 30px;
    padding-bottom: 20px;
}

.icon_footer {
    float: left;
}

.divfoorer, .copyright {
    text-align: center;
}

.containetfooter {
    padding-bottom: 20px;
}

a {
    color: rgb(124, 153, 36);
}

