body {
  background-color: rgb(0, 0, 0);
}



header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  font-family: Merriweather;
  font-size: 1.25em;
  font-weight: 700;
  padding: 30px 10%;
  background-color: rgb(255, 89, 5);
  position: fixed;
  width: 100%;
  outline: 2px solid rgb(255, 255, 255);

}


header h1 a {
  margin-right: auto;
  font-size: 1.45em;
  cursor: pointer;
  order: 3;
  padding: 30px 10%;
  width: fit-content;

}

header h1 a:hover {

  color: rgb(145, 54, 231);
  transition: all 0.3s ease 0s;
}

header p a:hover {

  color: rgb(145, 54, 231);
  transition: all 0.3s ease 0s;
}


header p {

  

    padding-left: 190px;
  
}

header p :hover {
  color: #f2f2f2;
  transition: all 0.3s ease 0s;
}

header nav#main-nav {
  list-style: non;
}


header nav#main-nav li {
  display: inline-block;
  padding: 0px 20px;
}


header nav#main-nav li a {
  background-color: rgb(255, 89, 0);


}


header nav#main-nav li a {
  transition: all 0.3s ease 0s;
}



header nav#main-nav li a:hover {
  color: rgb(145, 54, 231);
}

button {
  padding: 9px 25px;
}


html,
body {
  width: 100%;
  height: 100%;
}




div#project-cards {
  display: flex;
  gap: 1em;
  height: 160vh;
  row-gap: 2rem;
  padding-top: 280px;
  flex-wrap: wrap;
}



article.cards {
  width: 300px;
  height: 55vh;
  padding: 2rem 1rem;
  /*distribute width*/
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  /* distribute the content in the cards*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin:10rem;
  margin-top: auto;



}

h3 {

  font-family: 'Times New Roman', Times, serif;
  font-size: 1em;
  font-weight: 600;
  /* background-color: #fc0000; */
  height: .5vh;
  padding-left: 1rem;
  border-radius: 20 0 15 15;
  margin-bottom: 1rem;


}

button {

  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: 3rem;
}




article p {

  margin-bottom: -3rem;
  margin: 5px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.25em;
  padding-top: -2remx;
  line-height: 2rem;
  font-weight: 500;
  /* background-color: rgb(16, 127, 224); */
}

article.cards div.card-info p {
  margin-bottom: 1rem;
}

/*Styles for Images */
article p img {
  width: 100%;
  height: auto;
  /* background-color: #b51212; */

}


h2 {
  font-size: 2.5em;

}


article.cards {
  background-color: rgb(255, 255, 255);
  margin: 20
}


div#footer-nav {
  display: flex;
  flex-direction: column;
}

/* Basic CSS for Blockquotes */
section>blockquote {

  padding: 40px;
  text-align: center;
  font-size: 2em;
  font-style: italic;

}

/* Basic CSS for an Ordered List */
section>ol {
  list-style-type: upper-alpha;
  margin-left: 24px;
}

/* Basic CSS for an Unordered List */
section>ul {
  list-style-type: disc;
  margin-left: 24px;
}

/* Basic CSS for a Definition List */
/* section>dl {
   
  } */

section>dl>dt {
  font-weight: bold;
}

section>dl>dd {
  font-style: italic;
  margin-left: 24px;
}


/* The Row of Images */
div.row-of-images {
  outline: thin solid gray;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

div.row-of-images a {
  border: thin solid blue;
}

/*Footer styles for footer-nav*/
footer nav#footer-nav ol {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 80px;

}

footer nav#footer-nav ol li a {

  padding: 10px 20px;
  margin: 0 10px;
  text-decoration: none;
  background-color: rgb(240, 244, 245);
  border-radius: 5px;


}

footer nav#footer-nav ol li a:hover {
  background-color: rgb(149, 55, 216);
}

footer nav#footer-nav ol li a:active {
  background-color: rgb(8, 152, 184);
}

/*Social Media Sprites*/
footer nav#social-nav ol {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  align-items: center;

  margin-top: -5rem;
}

footer nav#social-nav ol li a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 70px 10px;
  border-radius: 50%;

  /* background sprites*/
  background-image: url(assets/social-sprites.png);
  background-repeat: no-repeat;

}

footer nav#social-nav ol li a span {
  display: none;
}

/*Icons- Youtube*/
li#sm-yt-icon a:link {
  background-position: 0 0;
}

li#sm-yt-icon a:hover {
  background-position: 0 -60px;
}

li#sm-yt-icon a:active {
  background-position: -0px -120px;
}

/*Icons- Instagram */
li#sm-in-icon a:link {
  background-position: -120px 0px;
}

li#sm-in-icon a:hover {
  background-position: -120px -60px;
}

li#sm-in-icon a:active {
  background-position: -120px -120px;
}

/*Icons- Instagram */

li#sm-tw-icon a:link {
  background-position: -60px 0;
}

li#sm-tw-icon a:hover {
  background-position: -60px -60px;
}

li#sm-tw-icon a:active {
  background-position: -60px -120px;
}

/*icons Website*/
li#sm-ws-icon a:link {
  background-position: -180px 0;
}

li#sm-ws-icon a:hover {
  background-position: -180px -60px;
}

li#sm-ws-icon a:active {
  background-position: -180px -120px;
}

/*footer paragraph*/
footer p {
  text-align: center;
  margin-top: 25px;
  font-size: smaller;
}

footer p a:link {
  color: blue;
}

footer p a:hover {
  color: rgb(255, 255, 255);
}

footer {
  background-color: rgb(255, 89, 0);
  height: 40px;
  width: 100%;
  height: 40vh;
  background-position-y: center;
  color: #f2f2f2;
}

#container {


  box-sizing: border-box;
  height: 40vh;



}