{% 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;
    }
}



@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;
}
.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;
}

.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;
}
.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: 100%;
     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;
}


.info {
    background-color: rgba(231, 230, 230, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.info_text {
    width: 100%;
    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.info_image {
    display: flex;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.info_container {
/*    background-color: rgba(231, 230, 230, 0.95); */
/*    border-top: solid white 1px; */
/*    border-bottom: solid white 1px; */
    width: 100%;
    margin: 0px auto 0px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .info_container {
     margin: 5px 0px 5px 0px;
    }
}
.info_container_left {
/*    background-color: rgba(231, 230, 230, 0.95); */
/*    border-top: solid white 1px; */
/*    border-bottom: solid white 1px; */
    width: 100%;
    float: left;
    margin: 10px auto 20px auto;
    padding: 20px;
}
#about_title {
	color: #7F7F7F;
    font-size: 2.5em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    margin: 20px 0px 20px 0px;
}
.info_title {
	color: #7F7F7F;
    font-size: 2.5em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    text-align: center;
}
.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; 
}
.about_text_left {
        color: #7F7F7F;
    text-align: left;
    font-size: 1.75em;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.centered {
    text-align: center;
}
#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; 
}
/* <style type="text/css"> */
.form-style-1 {
	margin:10px 10px 10px 10px;
	max-width: 450px;
	padding: 20px 12px 10px 20px;
/*	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;  */
	font: 20px "Segoe UI",Arial,sans-serif;
}
.form-style-1 li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-style-1 label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
	color: #7F7F7F;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
	width: 49%;
}

.form-style-1 .field-long{
	width: 100%;
}
.form-style-1 .field-select{
	width: 100%;
}
.form-style-1 .field-textarea{
	height: 100px;
}
.form-style-1 input[type=checkbox], {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border:1px solid #BEBEBE;
        padding: 7px;
        margin:0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
}
.form-style-1 input[type=checkbox]:focus, {
       -moz-box-shadow: 0 0 8px #88D5E9;
        -webkit-box-shadow: 0 0 8px #88D5E9;
        box-shadow: 0 0 8px #88D5E9;
        border: 1px solid #88D5E9;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}
/* </style> */
