/* SYTLES FOR MAIN PAGE and INPUTS */
body {
   background-color:#2A3446; 
}

body {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color :#f7f7f7;
  text-align: center;
}

h1 {
  font-weight: 300; 
  margin: 3 3 10px 3; 
  font-size: 36px;
  color: #f7f7f7;
  text-align: center;
}
h2 {
  font-weight: 300; 
  margin: 2px 2px 2px 2px; 
  font-size: 25px;
  color: #f7f7f7;
  text-align: left;
}
h3 {
  font-weight: 300; 
  margin: 2px 2px 2px 2px; 
  font-size: 20px;
  color: #f7f7f7;
  text-align: left;
  padding: 5px;
}
.mainlogo {
  margin: 0 auto;
  background-image: url("mixdlelogogrey.png");
  height: 127px;
  width: 358px;
  border-radius:9px;
}

.scrambled {
  border: 2px solid #dedede;
  background-color: #323B4B;
  margin: 3px 3px 3px 3px;
  border-radius: 5px;
  padding: 5px;
}
.try_container {
  max-width: 420px;
  width: 96%;
  border: 2px solid #dedede;
  background-color: #323B4B;
  border-radius: 5px;
  padding: 5px;
  text-align: left;
  color: #dedede;
  font-weight: 300; 
  font-size: 19px;
  float:left;
  overflow: auto;
}

/* SYTLES FOR SOCIAL BUTTONS */
.fa {
  float: left;
  padding: 10px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.5;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-whatsapp {
  background: #25D366;
  color: white;
}

.fa-submit {
  background: #125688;
  color: white;
}

/* SYTLES FOR SUBMIT BUTTON */
input[type=submit] {
  background-color: #4ED42D;
  color: #dedede;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float:right;
  font-size: 20px;
}
input[type=submit]:hover {
  background-color: #1F437A;
}

/* SYTLES FOR OVERLAY */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

a, a:hover, a:focus, a:visited {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #f7f7f7;
  display: block;
  transition: 0.3s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #f7f7f7;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f7f7f7;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.btn, .btn:visited, .btn:active {
  font-family: Georgia;
  color: #f7f7f7;
  font-size: 18px;
  background: #4ED42D;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-align:center;
  width: 225px;
  border-radius:3px;
}

.btn:hover {
  background: #4ED42F;
  text-decoration: none;
}
  