@charset "UTF-8";
/* CSS Document */

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  text-align: center;
  align-content: center;

}

/* Style the links inside the navigation bar */
.topnav a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  align-content: center;
  text-decoration: none;
  margin: 10px;
  padding: 5px;
  margin-left: 11em;
  padding-right: 5em;
  margin-right: 2em;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  text-align: center;
  align-content: center;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

* {box-sizing:border-box}

.div {
    padding-left: 50px;
}
* {box-sizing:border-box}
.slideshow-container {
  max-width: none;
  position: relative;
  margin: auto;
}

h1 {   
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
    font-size: 30px;
    text-align: center;
    text-shadow: 2px 1px  black;
    color: mediumseagreen;
}

h4 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
    
}

.logo {
    max-width: inherit;
    align-content: center;
}

.mySlides {
  display: none;
     /* Add this as properties to a selector */
    background-image: image(girl.jpg), image(street.jpg), image(glass.jpg), image(city.jpg), image(street-car.jpg), image(template1.jpg), image(template2.jpg);
	background-color: rgba(159,232,251,0.42);
	background-size: 50% 100%;
	background-repeat: no-repeat, no-repeat;
    
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  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: #f2f2f2;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 14px;
  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 {
  animation-name: fade;
  animation-duration: 0.5s;
    animation-name: fade;
  animation-duration: 0.5s;
}

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 0}
}

@keyframes fade {
  from {opacity: .5} 
  to {opacity: 0}
}
h1 {
    font-family: "bree-serif", slab;
    text-align: center;
}
h4 {
    font-family: "bree-serif", slab;
    text-align: center;
}

h2 {
    text-align: center;
    text-decoration: none;
}