.navbar {
margin-bottom: 0;
border-radius: 0;
}

p.page-description, p {
text-align: center;
margin-top:10px;
font-size: 18px;
justify-content: center;
margin-bottom: 30px;
}

h1{
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
    justify-content:center;
    text-shadow:1px 1px 3px rgba(0,0,0,.8);
}
/* Add a darker gray background color and some padding to the footer */

footer {
text-align: center;
padding-top: -5px;
padding-bottom: 10px;
border-bottom: 2px solid #494f57;
color: rgba(41, 42, 43, 0.87);
margin-top: 5%;
margin-bottom: 5px;
background-color: #4b454565;
border-top: 2px solid #494f57;

}

.follow {
text-align: center;
font-family: tahoma;
font-size: 2em;
text-shadow: 1px 3px 3px rgba(0, 0, 0, .8);
}

/*makes the social media icons smaller and rounder borders*/
img {
max-width: 100%;
margin-top: 10px;
margin-bottom: 20px;
border-radius: 10px 10px 10px 10px;
}

.mySlides>img {
margin-left:25%;
}

.facebook img {
float: center;
height: 40px;
width: 40px;
box-shadow: 1px 5px 5px rgba(0, 0, 0, .8)
}

.instagram img {
float: center;
margin-right: 30px;
height: 40px;
width: 40px;
box-shadow: 1px 5px 5px rgba(0, 0, 0, .8)
}

* {box-sizing:border-box;
}

body {
font-family: Verdana, sans-serif;
background-color: #2b28283d
}

.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

/* Caption text */
.text {
color: #4d4545a2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: -6px;
width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 1px;
margin-left:25%
}

/* 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: 20s;
animation-name: fade;
animation-duration: 20s;
}

@-webkit-keyframes fade {
from {opacity: 1} 
to {opacity: 1}
}

@keyframes fade {
from {opacity: 1} 
to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
}
