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);*/
  margin-top: 20px;
}
.headline {
  color: rgb(255, 165, 55);
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 80px;
  margin-bottom: 80px;
}
.paragraph {
  color: rgb(255, 165, 55);
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.vid1 {
  color: rgb(255, 165, 55);
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.yt1 {
  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;
  text-decoration: none;
  padding: 5px;
}
.yt1:hover {
  background-color: black;
  color: rgb(255, 165, 55);
}
.vid2 {
  color: rgb(255, 165, 55);
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.yt2 {
  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;
  text-decoration: none;
  padding: 5px;
  margin-left: 5px;
}
.yt2:hover {
  background-color: black;
  color: rgb(255, 165, 55);
}
.vid3 {
  color: rgb(255, 165, 55);
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.yt3 {
  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;
  text-decoration: none;
  padding: 5px;
  margin-left: 5px;
}
.yt3:hover {
  background-color: black;
  color: rgb(255, 165, 55);
}
.vid4 {
  color: rgb(255, 165, 55);
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.yt4 {
  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;
  text-decoration: none;
  padding: 5px;
  margin-left: 5px;
}
.yt4:hover {
  background-color: black;
  color: rgb(255, 165, 55);
}
.vid5 {
  color: rgb(255, 165, 55);
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.yt5 {
  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;
  text-decoration: none;
  padding: 5px;
  margin-left: 5px;
}
.yt5:hover {
  background-color: black;
  color: rgb(255, 165, 55);
}
.wrap1 {
  width: 90%;
  margin: 0 auto;
  border: 4px solid rgb(255, 165, 55);
}
.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;
}
