body {
    background-color: #ffffe5;
    font-family: Arial, Helvetica, sans-serif;
}
p {
    font-size: 14px;

}

h1 {
    font-size: 50px;
}
h2 {
    font-size: 30px;
}
h3 {
     font-size: 20px;

}
h4 {
    font-size: 18px;
    }
h5 {
    font-size: 16px;
    }

h6 {
    font-weight: 400;
    font-size: 24px;
}

ul {
    list-style-position: inside;
}

.main-content {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    height: 100%;
    background-color: white;
}

.img-content {
    position: relative;
}

.top-right {
    position: absolute;
    top: 15px;
    right: 20px;
}

.bottom-right {
    position: absolute;
    bottom: 15px;
    right: 20px;
    text-align: right;
    color: white;
    text-shadow: 2px 2px 3px black;
}

@media screen and (max-width: 600px) {
  .bottom-right {
    font-size: 1vw;
  }
}

label {
    margin-top: 5px;
    margin-bottom: -1px;
}

div.center {
    display: block;
    margin: 0 auto;
    width: 700px;
}
div.gallery {
    border: 1px solid #ccc;
    margin-top: 10px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 6px 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#wrapper {
    padding-top: 25px;
    padding-bottom: 50px;

}



/*Navigation*/
.navbar {
       -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
background-color: #224184;
color: white;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar-inverse {
      width:100%;
      background-color: #224184;
      color: white;
      display: inline-block;
      margin: 0 auto;
}

.nav .navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav {
width:100%;
background-color: #224184;
color: white;
}

nav ul {
text-align: center;
color: white;
list-style: none;
}

nav ul li {
color: white;
cursor: pointer;
font-family: Arial;
}

nav li:hover {
background-color: #6906d2;
color: white;
text-decoration: none;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar-nav {
        float: none;
    }
}

.content {
    margin: 0 auto;

}

footer {
    background-color: #224184;
}

.leftside span , .middle span , .rightside span{
   color: #FFF; 
   font-weight: 800; 
   display: block;
   text-transform: uppercase;
   font-size: 10px;
   letter-spacing: 2px;  
   line-height: 3em;
}

.leftside li , .middle li , .rightside li {
    list-style: none;
    color: white;
   line-height: 1.5em;
   font-size: 10px;
   letter-spacing: 2px;

}

.leftside li p , .middle li a , .rightside li a{
    color:#FFF;
    letter-spacing: 2px;
    text-decoration:none;
    font-size:10px;
   letter-spacing: 2px;

}

.rightside li{
    float:left;
   letter-spacing: 2px;

}

.rightside .fa{
    color:#9c9c9c;
    margin-right: 10px;
    font-size:10px;
   letter-spacing: 2px;

}


input[type=text] {
    width: 100%;
    border: none;
}
 
input[type=email] {
    width: 100%;
   border: none;
}
input:focus {
        border: 1px solid #224184;
}
input[type=submit] {
    background: #224184;
    color: white;
    border-radius: 6px;
    margin: 10px 5px 10px 5px;
}
input[type=reset] {
        background: #224184;
    color: white;
    border-radius: 6px;
        margin: 10px 5px 10px 5px;

}
input[type=radio] {
    border: none;
    margin-right: 5px;
}

textarea {
    border: none;
    width: 100%;
}

form {
margin: 0 auto;
display: block;
}


.column {
    float: left;
    width: 24.45%;
    margin: 0 auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 700px) {
    .column {
        width: 100%;
    }
   
}

@media all and (min-width: 900px) {
.stories p:first-of-type  {
  -webkit-column-count: 2;
  -webkit-column-gap: 3%; /* Saf3, Chrome*/
  -moz-column-count: 2;   
  -moz-column-gap: 3%; /* FF3.5+ */
  column-count: 2;        
  column-gap: 3%; /* Opera 11+*/
  }
}

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


#leftbox {
  background-color: #dee2ed;
  height: auto;
  float:left; 
  margin-right:10px;
}
#rightbox { 
  overflow:hidden;
  margin:10px;
}

@media screen and (max-width: 600px) {
   #leftbox { 
    float: none;
    margin-right:0;
    width:auto;
    border:0; 
  }
}

* {box-sizing:border-box}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding-top: 15px;
}

.mySlides {
  display: none;
}

.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;
  width: 100%;
  font-size: 15px;
  padding: 8px 12px 5px;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 5px 5px 5px 0;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

footer a {

   display: inline-block;     
   position: relative;    
   z-index: 1;     
   padding: 2em;     
   margin: -2em; 

}