#logo{
width: 315px;
top: 21px;
left: 78px;
position: relative
}



@media (min-width:320px) {
	h1{
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0px;
	text-align: center;
	}
}

@media all and (device-width: 768px){

	h1{
	font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: 0px;
    text-align: center;
	}
}


@media screen and (min-width: 1200px) {
	h1 {
	font-family: Montserrat;
	font-size: 48px;
	font-weight: 700;
	line-height: 78px;
	letter-spacing: 0px;
	text-align: center;
	}
}