/* Notification V1 */

.notification.v1 {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	background-color: #E37235; /* $secondary */
	text-align: center;
	color: #FFFFFF; /* $white */
	transition: transform .3s ease;
}

.notification.v1 .title-font {
	line-height: 1.5;
	display: block;
}

.notification.v1 a {
	color: #334C60; /* $quaternary */
}

.notification.v1 a:hover {
	color: #F0F0F0; /* $light */
}

.down-scroll .notification.v1 {
	transform: translateY(-125%);
}

.down-scroll body:not(.fixed) .notification.v1 {
	transform: none;
}

/* End Notification V1 */

/* 801px Responsive (min-width) */

@media screen and (min-width:801px) {
	.notification.v1 .title-font {
		font-size: 1.1rem;
	}
}

/* End 801px Responsive (min-width) */

/* 800px Responsive */

@media screen and (max-width: 800px) {
	.mainstage {
		padding-top: 3.167em !important;
	}
}

/* End 800px Responsive */

/* 550px Responsive */

@media screen and (max-width: 550px) {
	.mainstage {
		padding-top: 0.967em !important;
	}
}

/* End 550px Responsive */
