* {
  font-family: monospace, 'Courier New', Courier;
  text-decoration: none;
  text-align: center;
}

.home-site,
.about-site,
.resources-site,
.channel,
.contact-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: auto;
  margin: 0px auto;
}

.home-site {
  background-color: black;
  background-attachment: fixed;
  background-image: url(/images/screensdrawn.PNG);
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  font-size: 18px;
  padding: 20px;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

a {
  color: white;
}

a:hover {
  color: rgb(173, 215, 66);
}

#channel {
  color: chartreuse;
  font-weight: bold;
}

#channel:hover {
  color: rgb(173, 215, 66);
}

.index-main {
  font-size: large;
  background-size: 100%;
  height: 90px;
  background-color: transparent;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

img {
  height: 250px;
  padding: 20px;
  border: 53px;
}

footer {
  margin-top: 20px;
  color: white;
  padding: 1px;
  
}

#tutorials {
  color: chartreuse;
  text-decoration: underline;
}


/* ABOUT css */

.about-site {
  background-attachment: fixed;
  background-color: lavender;
  background-image: url(/images/digitalaltar.PNG);
}

.about-main {
  color: white;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

#about-top-pic {
  height: 200px;
  width: 200px;
}

/* RESOURCES css */

.resources-site {
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
}
  
.resources-main {
  color: white;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}


/* CHANNEL css */

.channel {
  background-image: url(/images/tvscreenselfie.MOV);
  background-attachment: fixed;
  background-size: cover;
  display: flex;
}

#channel-container {
  display: flex;
  flex-direction: column-reverse;
}

.channel-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

#transmissions {
  color: white;
  width: 300px;
}

#transmissions-link {
  color: white;
  text-decoration: none;
}

#attune {
  color: white;
}

#attune:hover {
  color: chartreuse;
}

/* CONTACT css */

.contact-site {
  background-color: pink;
}

.contact-main {
  padding: 20px;
  display: flex;
  justify-content: center;
  flex: 1 0;
  align-items: center;
}

