body {
	font-family: 'Karma', serif;
	font-weight: 600;
	font-size: 16px;
	color: #6C665E;
	text-align: center;
  background-color: #EFE8E0;
  margin: 0;
	background-image: url('photos/cakes_cakes_bg2.png');
	background-repeat: repeat;
	background-size: 200px;
}

*{box-sizing:border-box;}

h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: white;
  text-transform: uppercase;
}

h2 {
	font-family: 'Karma', serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #6C665E;
}

    a{
      text-decoration: none;
      color: #efe8e0;
    }

/* GLOBAL STYLES END */

header{
	position: sticky;
	top: 0;
}

nav{
	background-color: #6C665E;
}

.title{
	background-color: #6C665E;
	background-image: url('photos/cakes_bg2.png');
	background-repeat: repeat;
	background-size: 150px;
	border-bottom: 1px dashed #EFE8E0;
	min-height: 60px;
}
.title h1{
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	text-transform: none;
	font-family: 'Biorhyme', serif;
	color: #EFE8E0;
	font-weight: 400;
	font-size: 26px;
}

.topnav {
  background-color: #6C665E;
  overflow: hidden;
	padding: 15px 15px 8px 15px;
}

.topnav a {
	font-family: "Montserrat Alternates", sans-serif;
  color: #EFE8E0;
  text-align: center;
	padding: 0px 15px 15px 15px;
  text-decoration: none;
  font-size: 16px;
	font-weight: 400;
}

.icon{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 75px;
	display: none;
}

.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
		margin-top: 14px;
  }

/* HEADER ENDS */

.hero{
  height: 250px;
  padding-top: 10px;
  background-image: url('photos/baker.jpg');
  background-size: cover;
  background-position: center;
  text-shadow: #6C665E 1px 1px;
	box-shadow: 2px 2px 10px -5px #6C665E;
}

.hero h1{
	margin-bottom: 0px;
	margin-top: 85px;
	line-height: 1.15;
	font-size: 50px;
	font-family: 'Biorhyme', sans-serif;
	text-transform: none;
	font-weight: 600;
}

.about_text1, .about_text2{
	background-color: #EFE8E0;
	padding: 10px 30px 5px 30px;
	text-align: left;
	font-size: 15px;
}

.fiftyyears_text{
	font-weight: 800;
	font-family: 'Karma', serif;
	font-size: 18px;
	line-height: 1.15;
	padding: 10px 30px 5px 30px;
	text-align: left;
}

.sweeter{
	font-weight: 800;
	line-height: 1.15;
	font-size: 18px;
}

.fiftyyears, .about_text2, .welcome_home, .our_story{
	margin-top: 15px;
	margin-bottom: 15px;
}

.fiftyyears, .about_text2{
	border-top: 1px dashed #6C665E;
	border-bottom: 1px dashed #6C665E;
	background-color: #EFE8E0;
}

.welcome_home, .our_story{
	border-top: 1px dashed #6C665E;
	border-bottom: 1px dashed #6C665E;
	line-height: 0.7;
	/*background-color: #EFE8E0;*/
}

.our_story h1, .welcome_home h1, .mailing_list h1{
	color: #6C665E;
}

.promo{
	padding-top: 15px;
	padding-bottom: 60px;
}

.mailing_list h1{
	font-family: 'Montserrat', sans-serif;
}

.photo1{
	background-image: url('photos/ingredients.jpg');
	height: 250px;
	box-shadow: 2px 2px 10px -5px #6C665E;
}

.photo2{
	background-image: url('photos/milkncookies.jpg');
}

.photo3{
	background-image: url('photos/bread_racks.jpg');
}

.photo1, .photo2, .photo3{
	background-size: cover;
	background-position: center;
}

input[type=email]{
	border: none;
	border-bottom: 1px solid #6C665E;
	background-color: white;
	color: black;
	padding: 5px;
}

input[type=email]:focus{
	outline: none;
}

.mailing_list h1{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 28px;
}

/* MAIN CONTENT ENDS */

footer{
  padding-top: 10px;
	padding-bottom: 50px;
	background-color: #6C665E;
	color: #EFE8E0;
}

footer p{
  font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.footername{
  font-family: 'Biorhyme', serif;
  font-weight: 400;
	float: left;
  font-size: 20px;
	line-height: 0;
	padding-left: 20px;
}

.phone{
	float: right;
	line-height: 0;
	padding-right: 20px;
	padding-top: 5px;
}

/* MEDIA QUERIES BEGIN */

/* TOP NAVIGATION !!! DO NOT DELETE ME */
@media screen and (max-width: 670px){
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav a.icon {
	    float: right;
	    display: inline;
		}
	.topnav.responsive a {
		    float: none;
		    display: block;
		    text-align: center;
		  }
}

@media screen and (max-width: 400px){
	.welcome_home, .our_story{
		line-height: 1;
	}
}

@media screen and (min-width: 450px){
	.welcome, .welcome2, .promo{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.fiftyyears, .about_text2{
		border: 1px dashed #6C665E;
	}
	.promo_section{
		background-color: #EFE8E0;
		border-top: 1px dashed #6C665e;
	}
}

@media screen and (min-width: 600px){
	h2{
		font-size: 42px;
	}
	.hero{
		height: 350px;
	}
	.hero h1{
		font-size: 54px;
		margin-top: 135px;
	}
	.photo1{
		height: 350px;
	}
	.welcome, .welcome2, .promo{
		max-width: 500px;
	}
}

@media screen and (min-width: 750px){
	body{
		font-size: 17px;
	}
	h2{
		font-size: 48px;
	}
	.title{
		background-size: 200px;
	}
	.hero{
		height: 450px;
	}
	.hero h1{
		font-size: 65px;
		margin-top: 175px;
	}
	.fiftyyears_text, .sweeter{
		font-size: 20px;
	}
	.welcome_home h1{
		padding-top: 85px;
		padding-left: 20px;
		padding-right: 20px;
		color: #6C665E;
		line-height: 1;
	}
	.our_story h1{
		padding-top: 85px;
		padding-left: 20px;
		padding-right: 20px;
		color: #6C665E;
		line-height: 1;
	}
	.welcome, .welcome2{
		display: grid;
		grid-template-columns: 1fr 2fr;
		grid-gap: 15px;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		border: 1px dashed #6C665E;
		margin-top: 30px;
		margin-bottom: 30px;
		background-color: #EFE8E0;
		/*box-shadow: 2px 2px 10px -5px #6C665E;*/
	}
	.promo{
		max-width: 700px;
	}
	.welcome2{
		direction: rtl;
	}
	.our_story, .fiftyyears, .welcome_home, .about_text2{
		border: none;
	}
	.our_story{
		border-right: 1px solid #6C665E;
	}
	.welcome_home{
		border-left: 1px solid #6C665E;
	}
	.photo1{
		height: 350px;
	}
	.photos{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 100%;
		margin: auto;
		grid-gap: 20px;
	}
	.photos div{
		box-shadow: 2px 2px 10px -5px #6C665E;
	}
}


@media screen and (min-width: 1100px){
	body{
		background-size: 250px;
	}
	.topnav a {
		padding: 0px 30px 20px 30px;
	}
	.hero{
		height: 600px;
	}
	.hero h1{
		font-size: 100px;
		margin-top: 225px;
	}
	.welcome, .welcome2{
		max-width: 1000px;
		align-items: center;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.photo1{
		height: 600px;
	}
	.photos{
		max-width: 100%;
	}
	.our_story h1{
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.welcome_home h1{
		padding-top: 105px;
		padding-bottom: 95px;
	}
	.fiftyyears_text, .sweeter{
		font-size: 24px;
		padding-bottom: 0;
		line-height: 1.2;
	}
	.about_text1, .about_text2{
		font-size: 18px;
		line-height: 1.4;
		padding-top: 0;
		padding-bottom: 0;
	}
	.about_text2{
		padding-left: 40px;
	}
	.our_story h1, .welcome_home h1{
		font-size: 56px;
	}
	.welcome_home, .our_story, .fiftyyears, .about_text2{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.mailing_list h1{
		font-size: 44px;
	}
	input[type=email]{
  	min-height: 20px;
		font-size: 14px;
	}
	footer{
		padding-bottom: 55px;
	}
	.footername{
		padding-left: 50px;
		font-size: 24px;
	}
	.phone{
		padding-right: 50px;
		font-size: 20px;
	}
}
