/*--------------Fonts--------------*/
@import 'fonts.css';


.dreamway-construction{
	height: 100vh;
}
.dreamway-construction .col-12 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.email-construction,
.footer-dreamway-construction {
    
    background: #f4c811;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-dreamway-construction p, .email-construction a {
    font-family: 'league-gothic';
    font-weight: 400;
    color: #4d4d4d;
    margin: 0;
    padding: 5px 10px;
    font-size: 2em;
    line-height: 1;
}
@media (max-width: 699px) {
	.dreamway-construction .col-12 {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    justify-content: flex-end;
	}
	.email-construction {transform: translateY(-100px);}

	.footer-dreamway-construction {
	    position: absolute;
	    right: 0;
	}
}