
* {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-variant: normal;
}

html {
  font-size: 16px;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Segment', BlinkMacSystemFont, sans-serif;
  font-weight: 100;
  background: #fff;
  color: #444
}

body {
  border-top: 15px solid #3bb0c7
}

#container {
  font-size: 1.1em;
  line-height: 2em;
  padding-left: 40px;
  padding-right: 40px;
  margin: 2px auto;
  width: 80%;
}

.span-raised {
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}


h1 {
  font-size: 2.7em;
  line-height: 1.2em;
  width: 80%;
  margin: 120px 0 20px 40px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 10px 0 20px;
  padding: 0;
}

h2 {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1em;
  /* width: 70%; */
  margin: 30px 0 30px 0px;
  font-weight: 800;
}


h3 { font-size: 24px; font-weight: 700; text-transform: capitalize;}
h4 { font-size: 21px; font-weight: 700; text-transform: capitalize;}
h6 { font-size: 18px; font-weight: 400; } 

svg { font-size: 17px; font-weight: 400; text-transform: capitalize}
img { font-size: 17px; font-weight: 400; text-transform: capitalize}
span { font-size: 1em; line-height: 1.6em; font-weight: 700; }
tspan {  font-size: .8em; line-height: 1.6em; text-transform: capitalize}

a { font-size: 15px; font-weight: 700; text-transform: capitalize; text-decoration: 'none'}
p {
  font-size: 1.2em;
  line-height: 1.6em;
  font-family: 'Segment', BlinkMacSystemFont, sans-serif;
  font-weight: 100;
  color: #444;
}

label{
  /* font-size: 19px;  line-height: 15px; */
  font-size: 0.8em; line-height: 1.6em; 
  font-weight: 700; 
  text-align: "center";
}


select {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 17px;
  border: none;
  background:none;
  padding:0px;
  max-width: 150px;
  height:inherit;
  padding: 0px !important;
  outline: none;
}

select:hover {
  cursor:pointer;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

option {
  font-size: 20px;
  line-height: 1.6em;
  font-family: 'Segment', BlinkMacSystemFont, sans-serif;
  font-weight: 100;
  color: #444;
  background-color: white;
}

option:disabled {
  background: #ccc;
  color:rgb(141, 138, 138);
}

button {
  cursor: pointer;
  margin: 20px 0 20px 0px;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  font-size: .9em;
  background: #e84823;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-family: "Segment";
  font-weight: bold;
}

button:hover {
  background-color:#c62f17;
  border-color: #c62f17;
}

input {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 60%;
  padding: 5px;
  margin-bottom: 10px;
  font-family: BlinkMacSystemFont, sans-serif;
  border-style: solid;
  border-radius: 3px;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 2em;
  color: #444;
}

strong {
  font-weight: bold;
}

#logo {
  height: 25px;
  /* height: 1.8em; */
  width: auto;
  margin-top: 57px;
  margin-left: 0px;
}



.content {
  position: relative;
  width: 100%;

}


.below-header-container {
  margin-top: 40px;
}

.django-form-outer-container {
  width:60%; 
  justify-content: center; 
  align-items: center; 
  margin:auto;
}

.django-form-inner-container {
  margin-left: 9.5%; 
  margin-bottom: 20px; 
}

.django-form > p {
  margin-top: 0px;
  margin-bottom: 0px;
}


.django-form * label{
  margin-right: 15%;
  padding-left:0px;
  width:125px;
  display:inline-block
}

.django-form {
  width: 90%;
}

.django-form * input {
  width:auto;
}

.touch {
  border:2px solid #ccc; 
  border-radius: 5px; 
  margin: 15px 0px 25px 0px;
  width:100%;
  max-width: 350px;
}

.auth-form{
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  
  justify-content: center;
  align-items: center;
  
  width: 70%;
  margin:auto;
}


.auth-form > form{
  width: 100%;
}


.form-group {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  
  justify-content: center;
  align-items: center;
}

.form-row, .picker-row {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  display: inline-flex;
}

.form-row{
  width: 70%;
}

.form-row > input, .picker-row > input {
  position: relative;
  display: inline;
  float: right;
}


.submit {
  font-size: 1.2em;
  line-height: 1.6em;
  font-family: 'Segment', BlinkMacSystemFont, sans-serif;
  font-weight: 100;
  color: #444;
}



@media  screen and (max-width: 1200px) {

  html {
    font-size: 21px;
  }
  
  .form-row {
    width:100%
  }


  .form-row > span, 
  .list, 
  .auth-form,
  .django-form,
  .django-form-outer-container,
  .django-form-inner-container,
  h1 {
    width: 100%;
  }

  .django-form-inner-container {
    margin-left: 0px;
  }

  .header {
    margin-bottom: 18px;
  }

  #logo {
    height: 3em;
  }

  .below-header-container {
    margin-top: 15px;
  }


}



@media  screen and (max-width: 650px) {

  html {
    font-size: 18px;
  }

  .django-form * input {
    width:95%
  }
  
}
