html,body{
    Margin: 0;
    padding: 0;
    width:100%;
}

.WebContainer{
    width: 100%;
    height: auto;
}

.fill {
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

span.b {
  display: inline-block;
  width: auto;
  height: auto;
  
}

.articles{
    width:90%; /*Takes 90% width from WebContainer*/
    height: auto;
    margin: auto;
}

body{
    font-family:sans-serif;

}

.tab {
  display: inline-block;
  margin-left: 40px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25em
}

.center0 {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.lcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40em
}

.title{
    font-size: 25px;
    font-family:sans-serif;
    color: navy;



}

.art{
  font: size 10000px; font-family:sans-serif; color: navy;} 

hr {width: 1100px;margin-left: auto;margin-right: auto;height: 5px; position: relative; background-color:#666;}

h1 {font-size: 45px}

#hp  {
  float: right;    
   
  }


header{

    width:100%;
    height:5vh;
    background:     
    background-size cover;
    background-attachment: fixed;

}
header-img{
  
}

footer{
    width: 100%;
    height: 25vh;
     background:     
    background-size cover;
    background-attachment: fixed;
    background-color: #23ca55d8; 

}

.content{
    width:100%;
    margin: 4em auto;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;

}

.logo{ 
    position: fixed;
    float: left;
    margin: 16px 36px;
    color: royalblue;
    font-weight: bold;
    font-size: 24px;
}

nav{
    position: fixed;
    width: 100%;

}

nav ul {
    list-style: none;
    background: #ffffff00;
    overflow: hidden;
    color: white;
    padding: 0;
    text-align: center;
    margin: 0;
    transition: ls;

}

nav.green ul{ 
    background: #23ca55d8;
}

nav.green2 ul{ 
  background: #23ca55d8;
}

nav ul li{
    display:inline-block;
    padding: 20px;
}

nav ul li a{ 
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bluetxt{
  color:navy;
}

.slideshow-container {
    text-align:center;
    position: static;
    max-width: 700px;
    height: 1000px;
    margin: auto;
    border: 5px solid #555;
    }
      
  
  
  .mySlides {
    display: none;
  }

  #slide1 {display:block}
  
 
  .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;
  }
  

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  
  .text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: match-parent;
  }
  
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  
  .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;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  
  .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}
  }
