.header .motto{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #324e6eb8;
}

#motto {
    position: relative;
    width: 100%;
    height: 30px;
	margin-top:3em;
}

.header #motto{
	margin-top:0;
}

#text_1 {
    position: absolute;
    transform: translate(0%, -50%);
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
}

.ml12 {
    font-weight: 200;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6a6060;
}

.header .ml12{
	color:#ffffff;
}

@media screen and (min-width: 576px) {
    .ml12 {
        font-size: 1.6em;
        letter-spacing: 0.2em;
    }
}

@media screen and (min-width: 768px) {
    .ml12 {
        font-size: 1.7em;
        letter-spacing: 0.4em;
    }
}

@media screen and (min-width: 992px) {
    .ml12 {
        font-size: 1.8em;
        letter-spacing: 0.5em;
    }

	.header .front-control{
		display:none;
	}
}
