/* ------------- "generic" styles */
body {
          margin: 0;
          padding: 0;
          background: #F9F7F3;
          color: #333;
          font: small "Lucida Grande", Arial, sans-serif;
}

a {
   text-decoration: none;
   }

a img {
         border: 0;
         }
p {
   margin: 0 0 1em;
   }

/* ------------- masthead styles */
#masthead {
  margin-bottom: 0.25em;
  padding-top: .1px;
  background-image: url("bgroundimage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;

  
}
#background: #663300;


#homelink {
   display: block;
   margin: 1em 2em 1em 2em;
   padding: 2em 0 0.5em 1em;
   margin: 0.5em 2em 1em 2em;
}

#navlinks {
                margin: 0;
                padding: 0.5em 3em;
                /*background: #948664;*/
		background: #3498DB;
                color: #FFF;
}

#navlinks li {
                  display: inline;
                  margin-right: 0.5em;
                  padding-right: 0.75em;
                  border-right: 1px solid #FFFFFF;
                  font-weight: bold;
                 }

#navlinks li.last {
                       border-right: 0;
                       }

#navlinks a {
                   color: #FFFFFF;
}




/****** Formating for continer holding all page elements *****/
#page_content {
    display:flex;
  /*flex-direction: row;*/
  /*flex-wrap:wrap;*/
  justify-content: space-evenly;
  align-items: flex-start; /*asumadu added this */
  margin: 0;
  padding: 0;
}


/* ------------- main column styles */
#content {
  max-width:700px;

   /* max-width: 800px; Asumadu added this */
}

#content h1 {
   margin: 0 0 1.25em 0em;
   padding: 0.5em 2em;
    background: #B0D742;
   color: #686397;
   font-size: 1.5em;
}

#content h2 {
  margin: 0.5em 0;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #B0D742;
  font-size: 1.5em;
}

#info {
  display:flex;
  flex-direction: column;
}

#img_and_contact {
  display:flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

#contactInfo {
  margin-left: 15px;
}


/* ------------- sidebar (Announcements and Importatn Dates) styles */

#important_dates {
    align: left;
    width: 25%;
}
#announcements {
    align: right;
    width: 25%;
}

.sidebar {
  width: 27em;
  margin: 2em 2em 4em ;
  background: #cbc1b0;
  color: #FFF;
  padding: 0 1em 1em;
  /*margin-top: 0.75em; */
  margin-top: 0em;  /* Asumadu addedd this */
}

.sidebar h3 {
  font-size: 1.25em;
  margin: 0 -0.8em;
  padding: 0.4em 0.2em;
  /*background: #cc9933;*/

  background: #21618C;

  text-align:center;
}


/*****Course lists inside sidebars*******/
.course{
  border-bottom: 1px solid #FFF;
}

.course ul{
   color:#000;
}

.course li{
  margin-top:5px;
  margin-bottom:5px;
}

/* Asumadu Added This: Investors */
#investors {
  max-width:700px;

}

#investors h1 {
   margin: 0 0 1.25em 0em;
   padding: 0.5em 2em;
    background: #B0D742;
   color: #686397;
   /*font-size: 1.5em;*/
   font-size: 2.15em;
}

/******Formatting for slideshow******/

/* 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: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  /*transition: background-color 0.6s ease; */
  transition: background-color 600 ease; /* asumadu added this 0.6s = 600 ms */
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  /* -webkit-animation-duration: 1.5s; */
  -webkit-animation-duration: 1500; /* asumadu added this 1.5s = 1500 ms */
  animation-name: fade;
  /* animation-duration: 1.5s; */
  animation-duration: 1500; /* asumadu added this 1.5s = 1500 ms */
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* ------------- footer styles */

#footer {
  clear: both;
  background: #A0C63A;
  padding: 1em 3em;
  text-align:center;
}

#footer p {
  margin: 0;
}

#footer a {
  color: #333;
  text-decoration: underline;
}
