body {
       font-family: "Lato", sans-serif;
    background: linear-gradient(#3F3F3F,#0F0F0F ) no-repeat center center fixed;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hire{
  margin-top: 180px;
}

.pic{
    margin-left: -20px;
    padding-top: 20px;
}

.header{
    margin-left:-20px;
}

.title{
    margin-top:10px;
}

.subtitle{
    margin-top:-20px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background: linear-gradient(#FDB930,#0F0F0F ) no-repeat center center fixed;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-left-style: solid;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.centerElement {
  height: 45%;
  width: 45%;
  margin: auto;
  width: 780px;
  margin-top: 100px;
  z-index: 1;
}

#btnMenu{
    margin-top: 50px;
        color:  #FDB930;
}

.main{
    z-index: 1;
}
#main {
    transition: margin-right .5s;
    padding: 16px;
}

.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index:0;
}

ul {
   list-style-type: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #FDB930;
    margin: 1em 0;
    padding: 0; 
}

p{
    font-size: 22px;
    color: white;
}

label{
  font-size: 22px;
   color:  #FDB930;

}

h1{
    color:  #FDB930;
   }
li{
    color:  white;
   }


h2{
    color:  #FDB930;
   }

h4{
    color:  #FDB930;
}

p a{
    color:  #FDB930;
}

p a:hover{
     color: white;
     text-decoration:none;
}

input{
  width:350px;
}

textarea{
  width: 350px;
  height: 100px;
}
