* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  background-image: url("../images/ff2queenlace.jpg");
  background-repeat: no-repeat;
  background-size: cover auto;
  background-position-x: center;
  background-position-y: top;
  background-color: #cbd1bb;
}

html {
  /* font-size: 10px; */

  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  overflow-x: hidden;
}
.navbar {
  background: rgb(255, 204, 0);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  margin-bottom: 0px;
}
.nav {
  list-style: none;
  display: flex;
  align-content: center;
}
.navlink a:link,
.navlink a:visited {
  border-radius: 30px;
  padding: 10px;
  border: medium solid #86b300;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  color: #000;
  line-height: 80px;
}

.navlink a:hover,
.navlink a:active {
  color: #ff0000;
  font-weight: 600;
}
.header {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.logo {
  padding: 1rem;
  top: 2rem;
  left: 20%;
  width: 25%;
  height: auto;
}
.logo h1 {
  padding: 10px 5px 10px 5px;
  background: rgb(255, 255, 255, 0.3);
  text-align: center;
  text-transform: lowercase;
  font-size: 1.6rem;
  color: #000;
}
.logo h2 {
  padding: 10px 5px 10px 5px;
  background: rgb(255, 255, 255, 0.3);
  text-align: center;
  font-size: 1.4rem;
  color: #000;
}
.logo p {
  padding: 5px;
  background: #e4b20d;
  text-transform: none;
  font-size: 1.1rem;
  color: #000;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 600;
}

.logo a:link,
.logo a:visited {
  border: none;
  background: none;
  text-decoration: none;
  color: red;
}
.logo a:hover,
.logo a:active {
  color: rgb(247, 93, 11);
}
.about-colleen {
  padding: 1rem;
  top: 2rem;
  right: 20%;
  width: 25%;
  height: auto;
}
.about-colleen h1 {
  padding: 10px 5px 10px 5px;
  background: rgb(255, 255, 255, 0.3);
  letter-spacing: normal;
  text-align: center;
  font-size: 2.1rem;
  color: #000;
}

#container {
  width: 94%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#about {
  margin: 0 auto;
  padding: 3rem;
  font-size: 1.4em;
  text-align: left;
  color: #000;
  width: 90%;
  background-color: rgb(255, 255, 255, 0.5);
}
#about p {
  padding: 1rem;
  font-size: 2rem;
  text-align: left;
}
.auto-style1 {
  text-align: center;
}
figure {
  float: right;
  max-width: 20%;
}
.c-img {
  max-width: 80%;
  height: auto;
  margin-left: 1.5rem;
  border: 2px solid rgb(173, 255, 47);
}
figcaption {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  background-color: rgba(173, 255, 47);
}

.auto-style2 {
  font-weight: bold;
  font-size: 0.8em;
  color: #000000;
}
#footer {
  width: 100%;
  height: 80px;
  background-color: #617a06;
  color: #000;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-content: center;
}
.footernav {
  display: flex;
  list-style: none;
  text-decoration: none;
}

.copyright {
  display: block;
  width: 100%;
  text-align: center;
  height: 100px;
  background-color: rgb(255, 204, 0);
  color: #000;
}
@media only screen and (min-width: 2301px) and (max-width: 3000px) {
  #container {
    width: 55%;
  }
  .header {
    width: 45%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1991px) and (max-width: 2300px) {
  #container {
    width: 40%;
  }
  .header {
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1531px) and (max-width: 1990px) {
  #container {
    width: 80%;
  }
  .header {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1451px) and (max-width: 1530px) {
  #container {
    width: 60%;
  }
  .header {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1251px) and (max-width: 1450px) {
  #container {
    width: 80%;
  }
  .header {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1051px) and (max-width: 1250px) {
  #container {
    width: 80%;
  }
  .header {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1050px) {
  #container {
    width: 95%;
  }
  .header {
    width: 88%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .logo {
    width: 33%;
  }
  .about-colleen {
    width: 33%;
  }
}

@media only screen and (min-width: 542px) and (max-width: 700px) {
  #container {
    width: 95%;
  }
  .header {
    width: 91%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .logo {
    width: 73%;
  }
  .about-colleen {
    width: 73%;
  }
}

@media only screen and (min-width: 491px) and (max-width: 541px) {
  #container {
    width: 95%;
  }
  .header {
    width: 91%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .logo {
    width: 83%;
  }
  .logo h1 {
    color: black;
  }
  .about-colleen {
    width: 83%;
    height: auto;
  }
  .about {
    height: auto;
    margin-bottom: 3rem;
  }
  .about p {
    padding: 1rem;
  }
}

@media only screen and (min-width: 291px) and (max-width: 490px) {
  #container {
    width: 99%;
  }
  .header {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  .logo {
    width: 86%;
    display: block;
    margin: 1rem auto;
  }
  .logo h1 {
    color: black;
  }
  .about-colleen {
    width: 85%;
    display: block;
    margin: 1rem auto;
  }
  #about {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  #about p {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 290px) {
  .header {
    display: block;
    height: auto;
  }
  .logo {
    width: 90%;
    display: block;
    left: 0;
    margin: 1rem auto;
  }
  .about-colleen {
    width: 90%;
    display: block;
    right: 0;
    margin: 1rem auto;
  }
  .navlink a:link,
  .navlink a:visited {
    padding: 6px;
    font-size: 0.7em;
  }
  #about {
    padding: 1.5rem;
  }
  #about p {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.5rem;
    padding-bottom: 15%;
  }
  .copyright {
    font-size: 0.9rem;
  }
}
