body {
    background-color: #74a18e;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

#header h1 {
    color: #cd754c;
    text-align: center;
    border: 7px solid #cd754c;
    padding: 35px;
    margin: 10px;
    background-color: #b2aaa4;
    
}

#navigation {
    width: 66%;
    margin: auto;
    padding: 10px;
    border: 2.5px solid  #cd754c;


}

#navigation ul {
    display:block;
    overflow: hidden;
    width: 50%;
    margin: auto;

}

#navigation li {
    display:block;
    float: left;
}

#navigation li a {
    display:block;
    list-style-type: none;
    text-align: center;
    padding: 10px;
    
}

#navigation li a:hover:not(.active) {
    background-color: #e49969;
  }

  a:link {
    color: #8ef3cc;
}

/* visited link */
a:visited {
    color: #d9d5d2;
}

/* mouse over link */
a:hover {
    color: #74a18e;
}

#searchbar {
    color: black;
}

.atag {
    float: left;
}

#content {
    text-align: center;
}


* {box-sizing: border-box;}

.mySlides {display: none;}
img {vertical-align: middle;}

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

/* Caption text */
#slideshow-container .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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

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

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#about .text{
    margin-left: 60px;
    float: left;
    text-align: left;
    border: 7px solid grey;
    width: 40%;
    padding: 35px;
}

#about .aphoto1 {
    margin-right: 90px;
    float: right;
    border: 4px solid grey;
    width: 480px; 
}

#blogPosts li {
    list-style-type:none;
     /* display:block;*/
    /*float: left;*/
    color: #596a9c;
    text-indent: 30px;
    text-align: left;
    border: 5px solid #b2aaa4;
    background-color: #cd754c;
    width: 52%;
    padding: 35px;
    margin: 20px;
    display: inline-block;
}
