body{
    font-family: Arial, Helvetica, sans-serif;
    margin:0px;
  }
section{
    margin-bottom:0px;
}
.navbar-brand{
    width: 100px;
}
header{
     padding:5px;
     background: #00292b;
     color:white;
}
header .container{
    text-align: center;
}
header h3{
    margin-top:0px;
}
#top{
    background:#015e63;
    color:white;
    font-size: 10px;
    text-align:center;
}
#top .container{
    padding: 30px;
    margin-bottom: 10px;
}
#buttons button{
    width: 49%;
    background: #ff5757;
    padding: 15px;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}
#buttons .container, #screenshots .container, #contact .container{
    padding: 10px;
}
#screenshots img{
    width:100%;
    border-radius: 5px;
}
#screenshots h3, #contact h3{
    margin-top:0px;
    color:#015e63;
}
#contact{
    margin-bottom:30px;
}
#contact .fa{
    color:#ff5757;
    border: #ff5757 solid 1px;
    float: left;
    width: 38px;
    height: 38px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
}
#contact p{
    margin-bottom:20px;
    margin-top:5px;
    color: #696969;
    font-size: 18px;
}
#contact h4{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
    color:#015e63;
}
.footer {
    position: fixed;
    font-size:10px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00292b;
    color: white;
    text-align: center;
 }
 .footer p{
     margin-top:10px;
     margin-bottom:10px;
 }

 .mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0px 5px;
  margin-top: -22px;
  color: #00292b;
    font-weight: bold;
    font-size: 25px;
  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 {
  color: #ff5757;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 95%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-weight: bold;
    right: 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;
}

.active, .dot:hover {
  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) {
  .prev, .next,.text {font-size: 11px}
}
