/*fixed button*/
#mySidenav a {
    
    position: fixed;
    right: -60px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    border-radius: 5px 0px 0px 5px;
}

#mySidenav a:hover {
    right: 0;
}

#t {
    top:300px;
    background-color: #D4AF37;
}

 #e {
    top: 365px;
    background-color: #D4AF37;
}
/*// end*/

/*talent page*/
.top_header{background-color: #000;}
.top_header .left_header a{color: #fff;font-size: 35px;font-family: martel;text-decoration: none;display: inline-block;margin: 5px 0;}
.top_header .left_header a span{color:#f0ad4e;}

.right_header{;margin: 20px 0;}

.register{padding: 20px 0;background-color: #f1f0f0;}
.register h1{text-align: left;font-weight: 700;}
.register p{margin-top: 40px;font-weight: 600;font-size: 25px;}

.thumbnails img{width: 200; height 200;margin: 10px 0;}

.main_register{margin: 50px 0;}
/*//end*/
/*social links*/
.social_links{background-color: #F3F3F3;}
.social_links .links_list{padding: 40px 60px;background-color: #fff;margin: 40px 0;}
.social_links h3{text-align: center;font-size: 30px;font-weight: 600;}

/*.fa {
  padding: 20px;
  font-size: 10px;
  width: 20px;
  text-align: center;
  text-decoration: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}*/
/*
.fa:hover {
    opacity: 0.7;
}*/
/*
.fa-facebook {
  background: #3B5998;
  color: white;
   
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google-plus {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fa-skype {
  background: #00aff0;
  color: white;
}
*/

/*//end links*/

/*portfolio*/

@media (min-width: 800px)
    .navbar .navbar-nav{
        margin-right:30px;
        
}
}
