﻿body.home-page .masthead-image {
	max-height: 35vh;
}
body.home-page .masthead .link-out {
	padding: 15px 0;
	display: inline-block;
}
body.home-page .masthead .link-out img {
	max-height: 50px;
}
body.home-page .logo-collection {
	max-width: 740px;
	margin: auto;
}
body.home-page .logo-collection img.img-fluid {
	max-height: 80px;
}
body.cookies-page .header {
	background-color: rgba(51, 51, 51, 0.90);
}
body.cookies-page section#cookies {
	padding-top: 99px;
}

.half-faded {
	opacity: 0.5;
}

.fade-in-out {
animation: fadeInOut 3s alternate infinite;
-webkit-animation: fadeInOut 3s alternate infinite;
-moz-animation: fadeInOut 3s alternate infinite;
-o-animation: fadeInOut 3s alternate infinite;
-ms-animation: fadeInOut 3s alternate infinite;
}

.backstretch img {
	filter: saturate(0.5) brightness(0.5);
}


/*Animations*/

@keyframes fadeInOut {
	0% {opacity:0.33;}
	66% {opacity:1;}
	100% {opacity:0.33;}
}

@-moz-keyframes fadeInOut {
	0% {opacity:0.33;}
	66% {opacity:1;}
	100% {opacity:0.33;}
}

@-webkit-keyframes fadeInOut {
	0% {opacity:0.33;}
	66% {opacity:1;}
	100% {opacity:0.33;}
}

@-o-keyframes fadeInOut {
	0% {opacity:0.33;}
	66% {opacity:1;}
	100% {opacity:0.33;}
}

@-ms-keyframes fadeInOut {
	0% {opacity:0.66;}
	66% {opacity:0.9;}
	100% {opacity:0.66;}
}