#sec-1 {
    background-color: #211D33;
    color: #FAF8F3;
}

#sec-1 > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;	
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
	
	.col-content h1 {
		margin-top: -30px;
		font-size: 50px!important;
		line-height: 50px!important;
	}
}
