@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700,900,100");

html, body {
 margin: 0;
 padding: 0;
 height: auto;
width:100%;
}

body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  margin: 110px auto 0 auto;
  text-align: center;
}

a {
  text-decoration: none;
}
h1{
   font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  margin-top: 50px;
  font-size:2em;
}



/*FORMS PAGE*/
 
div.logo img{
margin-left:-20px;
margin-top:60px;
height:200px;
width:200px;

 }
 div.wrapper{

margin-top:150px;
margin-left:60px;
padding: 0px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

div.wrapper{

margin-top:-100px;
margin-left:60px;
}
}

@media (min-width:768px) and (max-width:1024px){

div.recruiting_event_form_1{

margin-top:-60px;
margin-left:60px;
}
}

/*iPHONE PLUS LANDSCAPE SIZE*/
@media (min-width:414px) and (max-width:736px) and (orientation : landscape){
div.wrapper{

margin-top:-200px;
margin-left:60px;
}

  }
@media (min-width:412px) and (max-width:659px){
div.wrapper{

margin-top:100px;
margin-left:0px;
padding-left: 0px;
width:100%;
}

}

/*iPHONE LANSCAPE SIZE*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
div.wrapper{

margin-top:-100px;
margin-left:60px;
}

}
@media (min-width:300px) and (max-width:627px) {

div.logo img{
margin-left:-20px;
margin-top:0px;
height:200px;
width:200px;

 }
div.wrapper{

margin-top:100px;
margin-left:0px;
padding-left: 0px;
width:100%;
}
}

 /*FORMS PAGE*/



/*DROP DOWN MENU*/

.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 60%;
  margin-top:20px;
}

.dropdown-text {
  cursor: pointer;
  position: absolute;
  text-indent: 10px;
  text-align: center;
  line-height: 70px;
  background-color: #eee;
  border-color: #ccc;
  border-radius: 8px;
  /*box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);*/
  width: 100%;
  font-size:2em;

}

.dropdown-text:after {
  position: absolute;
  right: 15px;
  top: 30px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 14px 0 14px;
  border-color: #555 transparent transparent transparent;
}

.dropdown-text,
.dropdown-content a {
  color: rgba(0,0,0,0.4);
}

.dropdown-toggle {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 1px;
  background: transparent;
  text-indent: 10px;
  height: 70px;
  width: 100%;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-content {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 72px;
  padding: 0;
  margin-top: 9px;
  opacity: 0;
  visibility:hidden;
  border-radius: 3px;
  text-indent: 10px;
  text-align:center;
  line-height: 82px;
  background-color: #eee;
  border-color:#ccc;
  width: 100%;
  font-size: 1.2em;
}

.dropdown-content a {
  display: block;
}

.dropdown-content a:hover {
  background: rgba(250, 181,23,0.4);
  color:#fff;
;
}


.dropdown-toggle:hover ~ .dropdown-text,
.dropdown-toggle:focus ~ .dropdown-text {
  background: rgba(250, 181,23,0.4);
}

.dropdown-toggle:focus ~ .dropdown-text {
  z-index: 2;
    color:rgba(0,0,0,0);

}

.dropdown-toggle:focus ~ .dropdown-text:after {
  border-width: 0 14px 15px 14px;
  border-color: transparent transparent #fff transparent;
}

.dropdown-content:hover,
.dropdown-toggle:focus ~ .dropdown-content {
  opacity: 1;
  visibility:visible;
  top: 62px;
}

/*DROP DOWN MENU*/

