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: #6C665E;
  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/dough.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;
	color: #EFE8E0;
}

/* HERO ENDS */

.photos h1{
	border-top: 1px dashed #6C665E;
	border-bottom: 1px dashed #6C665E;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 15px 0px 15px 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.cookies_container, .cakes_container, .doughnuts_container{
	box-shadow: 2px 2px 10px -5px #6C665E;
}

.cookies1{
	background-image: url('photos/gingerbread_cookies.jpg');
}
.cookies2{
	background-image: url('photos/cookies_basket.jpg');
}
.cookies3{
	background-image: url('photos/macaroons.jpg');
}

.cakes1{
	background-image: url('photos/hazelnut_cupcake.jpg');
}
.cakes2{
	background-image: url('photos/oreo_cupcakes.jpg');
}
.cakes3{
	background-image: url('photos/red_velvet_cake.jpg');
}

.doughnuts1{
	background-image: url('photos/doughnuts.jpg');
}
.doughnuts2{
	background-image: url('photos/jelly_doughnuts.jpg');
}
.doughnuts3{
	background-image: url('photos/more_doughnuts.jpg');
}

.cookies, .cakes, .doughnuts{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}

.cookies div, .cakes div, .doughnuts div{
	background-size: cover;
	background-position: center;
	height: 200px;
}

/* Gallery ends */

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;
	font-family: 'Montserrat', sans-serif;
	color: #6C665E;
}

.promo{
	padding-top: 15px;
	padding-bottom: 60px;
}

/* 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 (min-width: 450px){
	.photos h1{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.promo_section{
		background-color: #EFE8E0;
		border-top: 1px dashed #6C665e;
		margin-top: 15px;
	}
}

@media screen and (min-width: 600px){
	h2{
		font-size: 42px;
	}
	.hero{
		height: 350px;
	}
	.hero h1{
		font-size: 54px;
		margin-top: 135px;
	}
	.cookies, .cakes, .doughnuts{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@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;
	}
	.promo{
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.cookies div, .cakes div, .doughnuts div{
		height: 300px;
	}
}


@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;
	}
	.cookies, .cakes, .doughnuts{
		grid-template-columns: 1fr;
	}
	.cookies_container, .cakes_container, .doughnuts_container{
		box-shadow: none;
		margin-top: 15px;
	}
	.cookies div, .cakes div, .doughnuts div{
		box-shadow: 2px 2px 10px -5px #6C665E;
	}
	.photos{
		width: 95%;
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
	.photos h1{
		font-size: 40px;
		max-width: 600px;
		background-color: #EFE8E0;
		border: 1px dashed #6C665E;
	}
	.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;
	}
}
