*{
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
}

body{
    padding-top:50px;
    margin-left:-10px;
    position:relative;

}
 .navbar { min-height:38px;   }
 .navbar .navbar-brand{ padding: 0 12px;font-size: 16px;line-height: 38px;height: 38px; }
 .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 38px; }
 .navbar .navbar-toggle {  margin-top: 3px; margin-bottom: 0px; padding: 8px 9px; }
 .navbar .navbar-form { margin-top: 2px; margin-bottom: 0px }

.background{font-family:Lobster;}


.redtext
{text-align:center;
color:red;
font-family:Tangerine;
font-size:30px;}

p {
    font-size: 20px;
    font-family:Monospace;
    
  }

#Home {
    background: url('img/Riders.jpg')no-repeat;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    height: 100vh;
    width:100vw;
    margin-left:-20px;
    margin-right:-10px;
    
    
}
    

#About {
    background: url('img/swapnil.jpg')no-repeat;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    height: 100vh;
    width:100vw;
    margin-left:-20px;
    margin-right:-10px;
    padding-top:-50%;
    }

#work{
    padding-top:57px;
    background-color: black;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
     background-size: cover;
    background-repeat: no-repeat
    
}

#contact {
    height: 100vh;
    margin: -30px;
    padding: 20%;
    background-image: url("img/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

.image{
    height:350px;
    width: 350px;
    border:1px;
    border-color: whitesmoke;
    margin-left:10px;
    margin-right:-30px;
    padding-bottom:-10px;
}



.icon {	
  margin: 5px;
  border-radius: 30%;
  max-width: 60px;
  max-height: 60px;
  min-width: 30px;
  min-height: 30px;
}

.icon:hover{
  box-shadow: 5px 5px 5px #999;
}
.bottomleft {
    bottom: 8px;
    left: 16px;
    font-size: 15px;
}
    

/********** Large devices only **********/
@media (min-width: 1200px) {
	
  }

/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {

}  


/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px){

}


/********** Extra small devices only **********/
@media (max-width: 767px) {
	 .graph{
        width:100vw;
    }

}

/********** Super extra small devices Only :-) (e.g., iPhone 4) **********/
@media (max-width: 479px) {
         
  
    #Home{
        padding-top:50%;
    }

    
    }
    #contact{
    margin: -30px;
    padding: 20%;
    height:100vh;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    
}
    

}

@media screen and (max-width:680px) {
    
       #Home{
        padding-top:50px;
    }

    
  
  #contact{
    margin: -30px;
    padding: 20%;
    height:100vh;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    }
}






