@charset "UTF-8";

.oven {
    background-image: url(../img/stone-bakery-oven.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 10px solid #FFFFFF;
}
.oven .content {
    padding-top: 15vw;
    padding-right: 20vw;
    padding-left: 20vw;
    padding-bottom: 5vw;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.oven svg {
    margin: 5vw auto;
}
.oven .content img {
    width: 60vw;
}


footer {
    font-size: 3vw;
	padding-top: 30px;
    padding-bottom: 20px;
    color: #eee;
    border-top: 10px solid #7FBB00;
    text-align: center;
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  font-style: normal;
}
#formbox h2 {
    font-size: 40px;
    font-weight: normal;
}
h3 {
    font-size: 32px;
}





@media only screen and (max-width: 1000px) {

	

}




@media only screen and (max-width: 800px) {
	


.oven .content {
    padding-top: 25vw;
    padding-right: 5vw;
    padding-left: 5vw;
	padding-bottom: 15vw;

}
.oven svg {
    margin: 15vw auto;
}
.oven .content img {
    width: 80vw;
}


		
}


@media only screen and (max-width: 600px) {

footer {
    font-size: 5vw;

}	
}
