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/fall.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;
}

.form_fields{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #6C665E;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.personal_info, .order_info, .order_description{
	margin-bottom: 20px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.description{
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
}

label{
	color: #EFE8E0;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.place_order{
	border-top: 1px dashed #6C665E;
	border-bottom: 1px dashed #6C665E;
	margin-top: 15px;
	margin-bottom: 15px;
}

.promo{
	padding-top: 15px;
	padding-bottom: 60px;
}

.promo_section{
	border-top: 1px dashed #6C665E;
}

.place_order h1, .mailing_list h1{
	color: #6C665E;
}

.mailing_list h1{
	font-family: 'Montserrat', sans-serif;
}

input[type=email], input[type=text]{
	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;
}

.menubutton{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background-color: #EFE8E0;
  color: #6c665e;
	border: none;
	font-weight: 600;
	font-size: 18px;
	width: 90px;
	height: 40px;
}

.input_name{
	margin-bottom: 10px;
}

select, input{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background-color: #EFE8E0;
	color: #6c665e;
	border: none;
	font-weight: 600;
	font-size: 18px;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
}

select{
	margin-left: 10px;
}

.menubutton:hover{
	color: #EFE8E0;
	background-color: #6c665e;
	border: 1px solid #efe8e0;
}

/* 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){
	.promo_section{
		background-color: #EFE8E0;
	}
}

@media screen and (min-width: 600px){
	h2{
		font-size: 42px;
	}
	.hero{
		height: 350px;
	}
	.hero h1{
		font-size: 54px;
		margin-top: 135px;
	}
	.promo{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.place_order{
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		background-color: #EFE8E0;
	}
}

@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;
	}
}


@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;
	}
	.place_order{
		max-width: none;
		margin: 0;
		border: 1px dashed #6C665E;
	}
	.order_content{
		display: grid;
		grid-template-columns: 1fr 2fr;
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
		margin-top: 15px;
		margin-bottom: 15px;
		grid-gap: 20px;
	}
	.form_fields{
		margin: 0;
		max-width: none;
		outline: 1px dashed #EFE8E0;
		outline-offset: -10px;
	}
	.personal_info, .order_info, .order_description{
		max-width: none;
	}
	.mailing_list h1, .place_order h1{
		font-size: 44px;
	}
	.place_order h1{
		padding-top: 95px;
	}
	input[type=email], input[type=text]{
  	min-height: 20px;
		font-size: 14px;
	}
	footer{
		padding-bottom: 55px;
	}
	.footername{
		padding-left: 50px;
		font-size: 24px;
	}
	.phone{
		padding-right: 50px;
		font-size: 20px;
	}
}

@media screen and (min-width: 1300px){
	.order_content{
		max-width: 1100px;
		margin-top: 25px;
		margin-bottom: 25px;
		grid-gap: 20px;
	}
}
