@charset "UTF-8";

.h1txt h1 {
    display: block;
    width: 100%;
    height: 150px;
    color: #fff;
    font-size: 2em;
    align-content: center;
    clear: both;
    padding-left: 5%;
}

@media (max-width: 640px){
	.header-logo img{
		margin-right: 7px !important;
	}
}