@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap'); 

body{
    background-color: rgb(61, 0, 0);
    color: white;
    font-family: "helvetica";
    font-weight: 200;
    
}

h1{
    font-weight: 400;
    font-size: 150px;
    padding: 10px;
}
h2 {
    font-family:"Helvetica",serif;
    font-weight: 500; 
    text-align: center;
}
p{
    font-family: "Helvetica";
    font-weight: 700;
    background-color: rgb(70, 0, 0);
    color:white;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 100px;
    max-width: 700px;
    font-size: larger;
    border: groove #990000 2px;
    max-width: 800px;
    text-align: center;
    border-style:double
}
nav {
    font-family: "Helvetica",serif;
    background: rgb(61, 0, 0);
    margin-left: 250px;
  }
  li {
    display: inline-block;
    padding: 10px; 
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 1px;
    margin-right: 150px;
    border-radius: 16px;
    background-color:rgb(70, 0, 0);
    border: 2px solid transparent;

  }
  a {
    color: white;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
  img{
    border: solid red 4px;
    border-radius: 4px;
  
  }
  li {
    text-decoration: none;
    &:hover{
      background-color: red;
      text-align: center;
    }
  }
  
  .logoSize{
    height: 200px;
    border:rgb(70,00,00);
    margin: 4px;
  }
  .redtext{
    color: red; 
  }
  .makecenterd{
    text-align: center;
    justify-items: center;
  }

  .img_with_blerb{
    display: flex;
    justify-content: flex-end;
  }
  .img_with_blerb img{
    max-width: 250px;
    max-height: 500px;
    border-radius: 50%;
    
  }
  .img_with_blerb p{
    font-size: medium;
    position: relative;
    top: 40px;
  }
  .blerb_to_bottum {
    margin-top: 250px;
  }
  #form_position{
    margin-left:0px ;
  }
  a:active{
    color:salmon
  }
  #img_sizing{
    width: 400px;
    height: 4000px;
  }
.project_layout{
  display:flex;
  justify-content: space-evenly;
}
.project_layout:nth-child(even){
   flex-direction: row-reverse;

}
.hero{
  margin: 8px;
  background-color: rgb(90, 0, 0);
  border: solid rgb(71, 0, 0) 8px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.hero:nth-child(even){
  flex-direction: row-reverse;
}
.hero:nth-child(odd){
  flex-direction: row;
}
.hero h4{
  font-size: 26px;
  text-align: center;
  text-decoration: wavy;
}
#king{
  margin: 200px;
}
.Big{
  font-weight: 900;
  font-size: 100px;
}
.kindahBig{
  font-weight: 800;
  font-size: 50px;
}
.blerb{
  font-size: medium;
}
.blerb span{
 font-size: x-large;
  
}

  .pictures{
    height: 300px;
  }
  
  @media screen and (max-width: 400){
    p{
      font-size: larger;
      width: 100%;
    }
  }
 
  #form-container{
    width: 300px;
    height: 400px;
    border:4px,solid,rgb(156, 77, 77);
    border-radius: 8px;
    background-color: rgb(71, 0, 0);
    display: flex;
    justify-self: center;
    
  }
  .hobbies {
    padding: 20px;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .hobbies img {
    max-height: 150px;
    justify-content: center;
    margin: 10px;
    display: flex;
    
  }
  .foods{
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .foods img{
    max-height: 150px;
    justify-content: center;
    margin: 10px;
  }
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  /* Mobile devices */
@media screen and (max-width: 767px) {
  .container {
    padding: 20px;
  }
  .header {
    font-size: 16px;
  }
}

/* Tablets */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding: 30px;
  }
  .header {
    font-size: 20px;
  }
}

/* Desktops */
@media screen and (min-width: 1025px) {
  .container {
    padding: 50px;
  }
  .header {
    font-size: 24px;
  }
}