@media screen and (max-width: 600px){
body {
  background-image: url(backdrop.jpg);
  background-position: center;
  background-size: 700px 1050px;
  background-attachment: scroll;
}
}

@media screen and (min-width: 1300px){
body {
  background-image: url(backdrop.jpg);
  background-position: center;
  background-size: 1700px 1800px;
  background-attachment: scroll;
}
}

nav {
  width: 100%;
  overflow:visible;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px){
nav a{
width: 100px;
display: inline-block;
padding-top: 40px;
padding-bottom: 50px;
text-decoration: none;
font-size: 17px;
font-family: "Comic Relief", system-ui;
font-weight: 400;
color:antiquewhite;
text-align: center;
justify-content: center;
}
}

@media screen and (min-width: 1300px){
nav a{
width: 180px;
display: inline-block;
padding-top: 40px;
padding-bottom: 20px;
text-decoration: none;
font-size: 30px;
font-family: "Comic Relief", system-ui;
font-weight: 400;
color:antiquewhite;
text-align: center;
justify-content: center;
}
}


.border:hover{
border-bottom: solid rgb(86, 152, 103) 5px;
transition: ease-in 0.4s;
text-transform: uppercase;
}

.nav_ul ul {
  padding: 0;
  margin: 0 0 0 0px;
  list-style: none;
  text-align: center;
  justify-content: center;
}

.nav_ul li {
  float:left;
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-size: larger;
  text-align: center;
  justify-content: center;
  color:beige;
}

.ingredients{
  color: rgb(231, 223, 223);
}

.cook{
  color: rgb(231, 223, 223);
  justify-content: left;
}

@media screen and (min-width: 1300px){
.steps{
  font-size: large;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
   margin-left: 30px;
  margin-right: 50px;
  padding: 0px 150px;
}
}

@media screen and (max-width: 600px){
.steps{
  font-size: 12px;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
}
}



@media screen and (min-width: 1300px){
.ingredientslist{
  font-size: 30px;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
  text-align: center;
  margin-top: 3px;
  color: rgb(231, 223, 223);
}
}

@media screen and (max-width: 600px){
.ingredientslist{
  font-size: 20px;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
  text-align: center;
  margin-top: 3px;
  color: rgb(231, 223, 223);
}
}

@media screen and (min-width: 1300px){
.pasta_desc{
  text-indent: 40px;
  font-size: large;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
  margin-left: 50px;
  margin-right: 50px;
}
}

@media screen and (max-width: 600px){
.pasta_desc{
  text-indent: 10px;
  font-size: 12px;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
}
}

@media screen and (max-width: 600px){
.prep{
  text-align: center;
  font-size: 20px;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
}
}


@media screen and (min-width: 1300px){
.prep{
  text-align: center;
  font-size: 30px;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
}
}




@media screen and (max-width: 600px){
.clock{
  padding: 10px;
}
}


@media screen and (min-width: 1300px){
.clock{
  padding: 10px;
}
}

.veggie{
  padding: 10px;
}

@media screen and (min-width: 1300px){
.spaghetti_ingredients{
  list-style: inside;
  text-align: center;
  font-size: large;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
}
}

@media screen and (max-width: 600px){
.spaghetti_ingredients{
  list-style: inside;
  text-align: center;
  font-size: 12px;
font-family: "Comic Relief", Verdana, Geneva, Tahoma, sans-serif;
font-weight: 400;
padding-right: 30px;
}
}

