body {
  background-color: rgb(38, 38, 38);
  font-family: sans-serif;
}
.pic1 {
  width: 90%;
  height: auto;
  border: 4px solid rgb(255, 165, 55);
  margin-top: 20px;
}
.photo {
  text-align: center;
}
.navigation {
  text-align: center;
}
.about {
  background-color: rgb(255, 165, 55);
  color: black;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  margin: 0 84px;
}
.about:hover {
  background-color: black;
  color: rgb(255, 165, 55);
}
.youtube {
  background-color: rgb(255, 165, 55);
  color: black;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  margin: 0 84px;
}
.youtube:hover {
  background-color: black;
  color: rgb(255, 165, 55);
}

.contact {
  background-color: rgb(255, 165, 55);
  color: black;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  margin: 0 84px;
}
.contact:hover {
  background-color: black;
  color: rgb(255, 165, 55);
}
.comms {
  padding-bottom: 4px;
  /*border-bottom: 4px solid rgb(255, 165, 55);*/
  width: 100%;
  margin-top: 20px;
}
.headline {
  color: rgb(255, 165, 55);
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 80px;
  margin-bottom: 80px;
}
.para1 {
  color: rgb(255, 165, 55);
  font-size: 22px;
  text-align: center;
  padding: 20px;
}
.para2 {
  color: rgb(255, 165, 55);
  font-size: 22px;
  text-align: center;
  padding: 20px;
}
.para3 {
  color: rgb(255, 165, 55);
  font-size: 22px;
  text-align: center;
  padding: 20px;
}
.para4 {
  color: rgb(255, 165, 55);
  font-size: 22px;
  text-align: center;
  padding: 20px;
}
.wrap1 {
  width: 90%;
  margin: 0 auto;
  border: 4px solid rgb(255, 165, 55);
}
.head2 {
  color: rgb(255, 165, 55);
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.firstlist {
  color: rgb(255, 165, 55);
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  list-style: circle;
}
li {
  padding: 5px;
}
.head3 {
  color: rgb(255, 165, 55);
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footing {
  width: 100%;
  margin: 0 auto;
}
.ending {
  color: rgb(255, 165, 55);
  font-size: 14px;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.cloudfl {
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(255, 165, 55);
  color: rgb(38, 38, 38);
  padding: 5px;
}
.cloudfl:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(38, 38, 38);
  color: rgb(255, 165, 55);
  padding: 5px;
}
.cloudfl::visited {
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(255, 165, 55);
  color: rgb(38, 38, 38);
  padding: 5px;
}
