.body_container {
/*    background-color: rgba(231, 230, 230, 0.95);  */
    margin: 0px;
}

* {
    box-sizing: border-box;
}
.mySlides {
    display: none;
/*	width: 1280px; */
     max-width: 100%;
}
.slide_image {
/*   width: 1280px;	*/
     max-width: 100%;
     text-align: center;
}

/* Slideshow container */
.slideshow-container {
/*     width: 1280px; */
    max-width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    opacity: 0.95;
}

/* Next & previous buttons */
.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;
}

/* 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 {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/*.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0px 2px 0px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/*.active {
  background-color:#e7e6e6;
} */


/* 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 (-webkit-min-device-pixel-ratio: 3) {
  .text {
    font-size: 0.75em;
  }
}


h1 {
    font-size: 2.0em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-weight: normal;
    text-align: center;
	color: #7F7F7F;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    h1 {
     font-size: 1.75em;
    }
}

h2 {
    font-size: 1.75em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-weight: normal;
    text-align: center;
        color: #7F7F7F;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    h2 {
     font-size: 1.5em;
    }
}

h3 {
    font-size: 1.5em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-weight: normal;
    text-align: center;
        color: #7F7F7F;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    h3 {
     font-size: 1.25em;
    }
}

p {
    color: #7F7F7F;
    font-size: 1.5em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-weight: normal;
    text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    p {
     font-size: 1.25em;
    }
}

.info {
    /* background-color: rgba(231, 230, 230, 0.95); */
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: 450px; */
    width: 100%; 
/*	max-width: 1400px; */
    margin: 20px 0px 20px 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .info {
     margin: 5px 0px 5px 0px;
    }
}

.info_text {
    width: 60%;
/*    height: 400px; */
    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .info_text {
     width: 85%;
     padding: 4px;
    }
}
.info_image {
    display: flex;
    max-width: 100%;
/*    height: 400px;*/
    margin: 10px auto 10px auto;
    padding: 10px; 
    justify-content: center;
    align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .info_image {
     width: 275px;
     margin: auto;
     padding: 0px;
    }  
}

.info_header_icon {
    display: flex;
    max-width: 80%;
/*    height: 400px;*/
    margin: auto;
    padding: 0px;
    justify-content: center;
    align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .info_header_icon {
     width: 95px;
     margin: auto;
     padding: 0px;
    }
}

.social_media_icon {
    height: 50px;
    margin: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .social_media_icon {
     height: 35px;
     margin: 5px;
    }
}

.device {
    display: flex;
    margin: 10px auto 10px auto;
    padding: 10px;
    max-width: 40%;
/*    margin: auto 50px auto 50px; */
/*    margin: 10px 10px 10px 10px; */
    justify-content: center;
    align-items: center;    
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .device { 
     margin: 4px auto 4px auto;
     padding: 4px;
    }
}

.icons {
    display: flex;
    margin: auto;
    max-width: 80%;   
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .icons {
     width: 95px;
    }
}

#HowToSignup {
    background: #2c9c42;
    color: white;
    margin: 10px 10px;
    padding: 10px 25px;
    border: 3px solid black;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
#HowToSignup:hover {
    background: #7f7f7f;
}


