{% load static %}
body{
  background: url({% static '/images/Home_Background1.png' %}) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.body_container {
/*    background-color: rgba(231, 230, 230, 0.95);  */
    margin: 0px;
}

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_container {
/*    background-color: rgba(231, 230, 230, 0.95); */
/*    border-top: solid white 0px; */
/*    border-bottom: solid white 0px; */
/* background-color: rgba(231, 230, 230, 0.95); */
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0px 20px 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .info_container {
     margin: 5px 0px 5px 0px;
    }
}


#about_title {
	color: #7F7F7F;
    font-size: 2.5em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    font-weight: normal;
    margin: 20px 20px 20px 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    #about_title {
     font-size: 2.25em;
     margin: 5px 0px 5px 0px;
    }
}

.info_title {
	color: #7F7F7F;
    font-size: 2.5em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    font-weight: normal;
    text-align: center;
    margin: 20px 0px 20px 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .info_title {
     font-size: 2.25em;
     margin: 5px 0px 5px 0px;
    }
}

.about_text {
    color: #7F7F7F;
    text-align: center;
    font-size: 1.75em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    font-weight: normal;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .about_text {
     font-size: 1.5em;
     margin: 5px 0px 5px 0px;
    }
}


.centered {
    text-align: center;
}

.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: 80%;
     margin: auto;
     padding: 0px;
    }
}

.about_header_icon {
    display: flex;
    height: 150px;
/*    height: 400px;*/
    margin: auto;
    padding: 0px;
    justify-content: center;
    align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .about_header_icon {
/*     max-width: 50%; */
     height: 150px;
     margin: auto;
     padding: 0px;
    }
}

.about_footer_icon {
    display: flex;
    height: 125px;
/*    height: 400px;*/
    margin: auto;
    padding: 0px;
    justify-content: center;
    align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .about_footer_icon {
     max-width: 80%; 
     height: auto;
/*     height: 150px; */
     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;
    }
}

#GZ_signup {
    background: #2c9c42;
    color: white;
    margin: 10px 10px;
    padding: 10px 25px;
    border: 3px solid black;
    border-radius: 10px;
    text-align: center;
    font-size: 2.0em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
}
#GZ_signup:hover  {
    background: #7f7f7f;
}

