.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;
    }
}


.centered {
    text-align: center;
}


.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;
    }
}

.about_image {
    display: flex;
    max-width: 100%;
/*    height: 400px;*/
    margin: auto;
    padding: 0px;
    justify-content: center;
    align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .about_image {
     max-width: 100%;
     margin: auto;
     padding: 0px;
    }
}

.about_image_icon {
    display: flex;
    max-width: 65%;
/*    height: 400px;*/
    margin: auto;
    padding: 0px;
    justify-content: center;
    align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .about_image_icon {
     max-width: 100%;
     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 {
     max-width: 80%;
    }
}

#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;
}




.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.9)
}

.modal-content{
margin: auto;
display: block;
width: 80%
max-width: 1500px;
/*   position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  */
}


.modal-hover-opacity {
opacity:1;
filter:alpha(opacity=100);
-webkit-backface-visibility:hidden
}

.modal-hover-opacity:hover {
opacity:0.60;
filter:alpha(opacity=60);
-webkit-backface-visibility:hidden
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}


.close {
text-decoration:none;float:right;font-size:24px;font-weight:bold;color:white
}
.container1 {
width:200px;
display:inline-block;
}

.modal-content, #caption {   
  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


