.container-header{
background-color: #33868C;
background-image: none;
}

.container-header .navbar-brand img {
	width: 100%;
}

:root {
  --cassiopeia-color-primary: #33868C;
}

a {
        text-decoration: none!important
}

@media screen and (max-width:767px) {
	iframe[src*="youtube"] {
		width: 100% !important;
		height: 200px !important;
}
}