/*Head*/

.abushead {
  font-size: 2.5rem;
  font-weight: bold;
  color: #8B0000;
  padding: 40px;
}

.homehead {
  font-size:40px;
}

/*Body*/

.homebody {
    background-color:#C0C0C0;
    color: #8B0000;
    font-size: medium;
}

.abusbody {
  background-color: #C0C0C0;
  color:#8B0000;
}

.conbody {
  background-color:#C0C0C0;
  color:#8B0000;
}

.newsbody {
  background-color:#C0C0C0;
  color:#8B0000;
}

.resbody {
  background-color:#C0C0C0;
  color:#8B0000;
}
/*Text*/

p {
  font-size: 20px;
}

.Motto {
 font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sunsl {
  text-align:center;
  font-size:40px;
}

.sunls {
  text-align:center;
  font-size:20px;
}
/*Images*/

.mascotimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.homeimg {
  width:100%;
}

#logo {
  text-align:left;
  background-color:#C0C0C0;
}

#logo :hover{
  background-color:#8B0000;
}

.conimg {
  text-align:right;
}
/*Image Text*/

#simg {
  position: absolute;
  font-size: 50px;
  color:#8B0000;
  font-style: italic;
  text-align:center;
}

.mastext {
  position: absolute;
  text-align: center;
}
/*Navigation Bar All Pages*/

#navcontent ,a{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#8B0000;
  text-align:center;
}

#navbutton ,a{
    float: left;
}

#navbutton ,a{
  display: inline-block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  text-align:center;
}

#navbutton ,a:hover {
  background-color:#C0C0C0;
}

#searchbar {
  position:absolute;
  bottom: 576px;
  right: 125px;
}

/*Footer*/

.foot1 {
    text-align: center;
    padding: 25px;
    background-color:#8B0000;
    color: white;
}

/*Slideshow Home Page Only*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: white;
  font-size: 65px;
  padding: 8px 12px;
  position: absolute;
  bottom: 500px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #8B0000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*Contact Page Only*/

/* Style inputs */
#fname, #lname, input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
#container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
#column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
#row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/*Newsletter Subscription News Only*/

#newsl {
  border: 3px solid #f1f1f1;
  font-family: Arial;
}

#container {
  padding: 20px;
  background-color: #f1f1f1;
}

input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=checkbox] {
  margin-top: 16px;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}

/*Lists*/

.resolist {
  font-size:20px;
}

/*Rotating Text, Home page Only*/

#rotatedom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #222;
}

/*Typing Effect, Home Page Only*/

.wrapper.four {
    font-size: 2.5rem;
    font-family: "Play", sans-serif;
}
.four .type{
    padding: 2rem 1rem;
    width: auto;
    margin: auto;
}
.four .typing {
    width: 44.5ch;
    border-right: 4px solid black;
    margin: 2rem auto;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(25, end), blink-caret 0.5s step-end infinite alternate;
}
@-webkit-keyframes typing {
    from {
        width: 0;
    }
}
@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}