.slideshow {

  position: absolute;
  left: 100px;
  top: 300px;
  z-index:2;
  
  }
  
  #foto1 {
  
  float: right;
  left: 10px;
  top: 330px;
  z-index:2;
  
  }
  
  #foto2 {
  
  float: right;
  left: 1250px;
  top: 680px;
  z-index:2;
  }
  
  #foto3 {
  
  float: right;
  left: 30px;
  top: 160px;
  z-index:2;
  }
  
  #foto4 {
  
  float: right;
  left: 1400px;
  top:  650px;
  z-index:2;
  }
  
  #foto5 {
  
  float: right;
  left: 300px;
  top:  380px;
  z-index:2;
  }

html{
  background-color: white
}

body, form, fieldset, input, textarea, p { 
  padding:0;
  margin:0;
  box-sizing: border-box;

}

fieldset, img {border:0}

header{
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    padding: 10px 0 0 0;
    border-bottom:2px solid #16507b;
    background-color: white;
}

.navegador {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    min-height: 100px;
    z-index: 10;
    display: flex;

}

.logo {
    fill: white;
    float: left;
    margin: -30px 10px 0px 0px;
    vertical-align: bottom;
    width: 12%;
    padding: 0px 30px 0px;

}

h2 {
  margin-bottom: -0.3rem;
  font-size: 1.8rem;
  font-family: sans-serif;
  text-align: center;
}

h2.flip {
  margin-top: 0rem;
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  color: #777;
  
  
}

h2.flip2 {
  margin-top: 0rem;
  transform: scale(-1, -1);
  color: red;

}

.flipaVH {
  margin-top: 0rem;
  transform: scale(-1, -1);
  color: #777;

}


.menu {
    float: center;
    margin: auto;
    width: 75%;
    background-position: center;

}

.menuu {

    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.35em;
    text-align: center;
    text-decoration: inherit;
    padding: 5px 0px;
}

#check {
  padding-top: 2em;
  text-align: center;
  display: none;
  button {
    background-color: #2dbb55;
    border-color: #2dbb55;
    font-size: 1.2em;
    transition: all 0.2s ease;
    display: block;
    margin: 1.5em auto 1em;
    text-shadow: 2px 2px #1f9a42;
    &:hover,
    &:focus {
      //background-color: red;
      -ms-transform: scale(1.04, 1.04); /* IE 9 */
      -webkit-transform: scale(1.04, 1.04); /* Safari */
      transform: scale(1.04, 1.04);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
  }
  button {
  }
  p {
    font-weight: 300;
    letter-spacing: 0.03em;
    padding-top: 1em;
    color: white;
    margin: 0;
    font-size: 1.3em;
  }
  h2 {
    text-align: center;
    margin: 0;
    letter-spacing: 0.2em;
    color: #96bdff;
    font-weight: 700;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-bottom: 0.75em;
  }
  span {
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    font-size: 3.2em;
    letter-spacing: 0.1em;
    padding: 0.2em 1em 0.3em;
    text-shadow: 2px 2px #255bb5;
  }
}

@media screen and (max-width: 768px) {
    .menuu {
        text-align: center;
    }
}

.menuu a {
display: inline-block;
padding: 10px 10px;
vertical-align: middle;

}


.button2 {
    display: inline-block;
    background-color: #2faded;
    border-radius: 4px;
    color: white;
    font-family: Roboto;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    text-align: center;
    text-decoration: inherit;
    padding: 12px 20px 0px 20px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
    -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
    box-shadow: 0 3px rgba(58,87,175,.75);
    transition: all 0.1s linear 0s; 
}    

.menu .button2:hover {

  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
}

.language {
    fill: white;
    float: right;
    margin: 5px 10px 0px 30px;
    vertical-align: top;
    width: 25%;
    padding: 15px 10px;
    display: flex;
    max-height: 30px;
}

.form_language {

    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
    display: flex;
}

.form_text {

padding: 5px 5px;

}

.form_select {

margin: 5px 0px;

}

.button3 {

  font-size: 0.7em;
  font-weight: 600;
  color: white;
  margin: 4px 10px 4px;
  display: inline-block;
  background-color: #2faded;
  float: right;
  text-decoration: none;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
  -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
  box-shadow: 0 3px rgba(58,87,175,.75);
  transition: all 0.1s linear 0s; 
  position: relative;
  text-align: center;
}

.button3:hover {

  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none; 

}


.wellcome {

display: block;
float: right;
width: 18%;
background-color: ;

}

.wellcome_uptext, .wellcome_downtext  {

color: gray;
font-size: 13px;

}

section {

    display: block;
    float: center;
    background-color: white;
}


@media screen and (min-width: 800px) {


.tabuleiro {
    position: relative; 
    min-height: 85vh;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;

}

.tabuleiro::before {    
      content: "";
      background-image: url('OzyLamond.png');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.4;
      
}

}


.form_ext0 {
    z-index: 3;
    display: block;
    min-height: 190px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    margin-top: 8px;

}

.search {
z-index: 3;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 20px;
max-width: 430px;
display: inline-block;
background-color: ;
float: center;

}


.busca {
z-index: 3;
  display: inline-block;
  float: none;
  width: 100%; 
  height: 80px; 
  -webkit-border-radius: 12px/12px; 
  -moz-border-radius: 12px/12px; 
  border-radius: 12px/12px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;

}

.buscaa {

padding: 10px 10px;

}


input[type=text] {

  width: 95%; 
  height: 30px; 
  -webkit-border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px/0px 0px 4px 4px; 
  border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin: auto;

}

.buscaa i {

margin: 2px 5px;

}

.buscaa input {

margin: 2px 0px;

}

.form_login {
    z-index: 3;
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    height: 200px;
    width: 100%;
    font-size: 1rem;
    font-weight: 200;
    text-align: left;
    -webkit-border-radius: 8px/7px; 
    -moz-border-radius: 8px/7px; 
    border-radius: 8px/7px; 
    background-color: #ebebeb; 
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    border: solid 1px #cbc9c9;


}

.login {
    fill: white;
    float: left;
    margin: 0px 35px;
    vertical-align: bottom;
    display: flex;
    width: 80%;

}

.login p {
    padding: 10px 0px 0px 10px;
    margin: 0px 5px 0px;
    font-size: 14px;
}

.login input[type=text], .login input[type=password], .testboxa input[type=text]{

  width: 80%; 
  height: 35px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  padding: 2px;
  margin-left: -5px;
  margin-top: 3px;
  font-size: 14px;

}


.login .button {
    float: right;
    padding: 0px 5px;
    margin-right: 16px;
    margin-top: -10px;
    display: inline-block;
    background-color: #2faded;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.35em;
    text-align: center;
    text-decoration: inherit;
    cursor: pointer;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    background-color: #3a57af;
    -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
    -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
    box-shadow: 0 3px rgba(58,87,175,.75);
    transition: all 0.1s linear 0s;
    cursor: pointer;
    text-align: center;
}


.login button:hover {

  top: 3px;
  background-color: green;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
}



.form_ext {

    display: block;
    min-height: 550px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5rem;
    padding-top: .5rem;
    vertical-align: top;

}

.text_registration {
    z-index: 3;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    width: 100%;
    min-height: 530px;
    font-size: 1rem;
    font-weight: 200;
    text-align: center;
    -webkit-border-radius: 8px/7px; 
    -moz-border-radius: 8px/7px; 
    border-radius: 8px/7px; 
    background-color: #ebebeb; 
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    border: solid 1px #cbc9c9;
    

}

.form_int {

    display: block;
    float: none;
    margin: 10px 10px;
    vertical-align: top;
}

hr{

  color: #a9a9a9;
  opacity: 0.3;

}

.accounttype {
 float: center;
 margin:20px 0px;
 padding: 5px 30px;
 display: flex;
 width: 100%;
}

input[type=radio] {

  visibility: hidden;
}


label.radio {

  cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;

}

label.radio:before {

  background: #3a57af;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;

}

label.radio:after {

  opacity: 0;
  content: '';
        position: absolute;
  width: 0.5em;
  height: 0.25em;
  background: transparent;
  top: 7.5px;
  left: 4.5px;
  border: 3px solid #ffffff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

}

input[type=radio]:checked + label:after {

  opacity: 1;

}


#icon {
  display: inline-block;
  text-align: center;
  width: 8%;
  background-color: #3a57af;
  padding: 8px 8px 8px 8px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

.form_int input[type=email], .form_int input[type=date]{

  width: 75%; 
  height: 39px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;

}


.form_int input[type=text]{

  width: 29%; 
  height: 39px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;

}

.form_int input[type=password]{

  width: 75%; 
  height: 39px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;

}

input{

color: gray;
font-size: 14px;

}

input[type=password]{

  margin-bottom: 25px;

}

.gender {

  margin-left: 10px;
  margin-bottom: 10px;

}

.terms {

  float: center;
  max-width: 100%;
  margin-bottom: 10px;
  vertical-align: top;
  margin: 0px;
  display: flex;
  padding: 20px 10px 20px 20px;
  text-align: left;
  font-size: 0.8em;
  margin-left: 50px;

}


.button {

  font-size: 14px;
  font-weight: 600;
  color: white;
  margin: 0px 15px;
  display: inline-block;
  float: right;
  text-decoration: none;
  width: 80px; height: 30px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #3a57af; 
  -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
  -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
  box-shadow: 0 3px rgba(58,87,175,.75);
  transition: all 0.1s linear 0s; 
  top: 1px;
  position: relative;
  text-align: center;

}

.button:hover {

  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none; 

}

.testboxa {

  margin: 20px auto;
  padding: 20px 20px;
  width: 40%; 
  min-height: 450px; 
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: white; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;

}

.testboxa input[type=text]{

  width: 72%; 
  height: 35px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  padding: 2px;
  margin-left: 35px;

  font-size: 14px;

}

.testboxa input[name=subject]{

  width: 72%; 
  margin-left: 23px;
}

.field {

display: inline;

}

.textfield {

width: 100%;
height: 150px;
background-color:;

}


textarea {

width: 71%;
height: 150px;
margin-top: 5px;
font-size: 14px;
color: gray;

}


.rodape {
text-align: center;
z-index:2;
color: black;
padding: 5px 5px;
float: center;
margin: -20px 10px 0px;
width: 100%;
font-size: 0.8em;
}

.rodape2 {
text-align: center;
z-index:2;
color: white;
padding: 5px 5px;
float: center;
margin-top: 20px;
width: 100%;
}

#tabuleiro3 {

position: absolute; 
z-index:1;
left: 5px;
top: 120px;
opacity : 0.4
}

.contenedor {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 15px;
  width: 86%;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;


}

.contenedor::after {
  content: "";
  clear: both;
  display: table;

}

.contenedor img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.contenedor span {
  font-size: 20px;
  margin-right: 15px;
}

#wellcome_message a{

color: blue;
text-decoration: none;

}

#wellcome_message p {

display: flex;
font-size: 16px;

}

#wellcome_message button {

 float: right;
 margin: -60px 0px;
 background-color: transparent;

}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-sucess {
  color: #2f7a0c;
  background-color: #d4f3c6;
  border-color: #d6f3a8;
}



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


.slideshow {

 display: none;
    
    } 
  
.navegador{
    float: center;
    display: block;
    width: 90%;
    min-height: 150px;
}

.logo {
    margin: -30px 0px;
    padding: 0px 0px;
}


h2 {
  font-size: 1.7rem;

}


.language {
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 12px;
}

.button3 {

  font-size: 12px;
  font-weight: 300;
  margin: 0px 5px;
}

.wellcome {

display: inline-block;
float: left;
width: 80%;
margin-top: 10px;

}

.wellcome_uptext, .wellcome_downtext  {

color: gray;
font-size: 13px;

}

.search {

margin-top: 50px;
margin-bottom: 5px;

}

.login {

margin: auto;

}


.button2 {
    display: block;
    background-color: transparent;
    border-radius: 4px;
    color: black;
    font-size: 12px; 
}    

.menu .button2:hover {

  top: 3px;
  background-color:#2e458b;
}


.text_registration {
    min-height: 580px;
}

.accounttype {
 padding: 5px 0px;

}

.gender {

  margin-left: 0px;
  display: flex;
}

.gender input {

  margin-left: 0px;

}

input{

font-size: 12px;

}

.tabuleiro {    
      content: "";
      background-image: url('OzyLamond.png');
      background-size: cover;
      min-height: 79vh;
      width: 100%;
      position: relative;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;  
      display: block;
      align-items: center;
      justify-content: center;
}


.testboxa {
  margin: auto;
  padding: 10px 10px;
  min-height: 520px; 
  width: 90%; 
  
}

.textfield {

width: 90%;
height: 120px;
background-color:;
margin: auto;
}


textarea {

width: 90%;
height: 120px;
margin-top: 5px;
font-size: 14px;
color: gray;

}

.rodape {
text-align: center;
width: 90%;
margin: 10px 10px 0px;

}

#wellcome_message p {

display: inline;
flex-wrap: flex;
}

}


.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: white;
}

.header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    vertical-align: middle;

}

.header li a:hover,
.header .menu-btn:hover {

  background-color:#2e458b;

}


.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}


.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 38px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 480px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: right;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }

}



.text_title {
    z-index: 3;
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    max-width: 900px;
    min-height: 150px;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 200;
    text-align: center;

}

.text_main {
    z-index: 3;
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    min-height: 500px;
    width: 100%;
    font-size: 1rem;
    font-weight: 200;
    text-align: left;
    -webkit-border-radius: 8px/7px; 
    -moz-border-radius: 8px/7px; 
    border-radius: 8px/7px; 
    background-color: white; 
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    border: solid 1px #cbc9c9;
    margin-top: -70px;
    margin-bottom: 30px;

}

.about_page {

  margin: 20px 50px;
  color: gray;
  font-size: 1em;

}

.fa-facebook {
  padding: 15px;
  font-size: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  background: #3B5998;
  color: white;
}

.fa-twitter {

  padding: 15px;
  font-size: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  background: #55ACEE;
  color: white;
  line-height: 15px;

}

.fa-reddit {
  padding: 15px;
  font-size: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  background: #ff5700;
  color: white;
  line-height: 15px;

}

.fa-instagram {
  padding: 15px;
  font-size: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  background: orange;
  color: white;
  line-height: 15px;
}

.fa:hover {
    opacity: 0.7;
}

