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;
}

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

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

.title{
    margin-top:10px;
}

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

#about{
    margin-top:180px;
}

.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;}
}


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

.main{
    z-index: 1;
}
#main {

    padding: 16px;
    min-width: 100%;
}

.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;
}

h2{
    color:  #FDB930;
   }

h4{
    color:  #FDB930;
}

p a{
    color:  #FDB930;
}

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

.btn{
    min-width:140px;
}
  
