.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;
    padding:10px;
}

.ml12 {
    font-weight: 200;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6a6060;
    font-style: italic;
    line-height:1.75rem;
}

.header .ml12{
	color:#ffffff;
}

@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {
 
}

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