body, html {
    height: 100%;
}


header{
    position:fixed;
    width:100%;
    height:30px;
    margin-top:0;
    z-index:1;
}

.parallax {
    min-height: 1200px;
    background: transparent;
    
}

#text {
    height:200px;
}

h1 {
    font-family: 'Paytone One', sans-serif;
    text-align: center;
    padding-top:400px;
    color:white;
    font-size:460%;
}

h2 {
    font-family: 'Titan One', cursive;
    text-align: center;
    padding-top:4%;
    padding-bottom:3%;
    color:white;
    font-size:200%;   
}

h3{
    font-family: 'Fugaz One', cursive;
    text-align: center;
    margin-bottom:2%;
    font-size:200%;
}

h4,
h5
{
    text-align: center;
}

h4{
    font-weight:bold;
    font-size:120%;
    
        
}

h5 {
    
    font-size:100%;
}
h6 {
    font-family: 'Oleo Script', cursive;
    text-align: center;
    margin-top: -4%;
    font-size: 180%;
}

.school {
    margin-left:35%;
    margin-top:2%;
    margin-bottom:2%;
    width:30%;
}

li {
    font-weight:bold;
    
}

.jumbotron {
    background-image: url("../images/bg2.png");
}

#textInfo {
    background-image: url("../images/bg6.png");
}

#education{
    background-image: url("../images/bg3.png");
}

#skills{
    background-image: url("../images/bg7.png");
}

#mInfo{
    background-image: url("../images/bg8.png");
}

#con{
    background-image: url("../images/bg9.png");
}

.skill{
    margin-right:6%;
    margin-bottom:4%;
    margin-left:6%;
}

#html5{
    width:20%;
}

#css{
    width:12%;
}
#js{
    width:13%;
    margin-left:14%;
}

#jquery{
    width:16%;
}

#bootstrap{
    width:22%;
}

#rProject{
    width:20%;
}

#mySql{
    width:20%;
}

#office{
    width:20%;
}

#netbean{
    width:20%;
}

#mongo {
    width:20%;
}
#node{
    width:20%;
}

.jumbotron-work{
    background-image: url("../images/bg5.png");
}

#photo {
    width:100%;
    text-align: center;
    
}

#myPhoto{
    width:100%;
}

p {
    font-family: 'Yatra One', cursive;
    font-size:20px;
    font-weight:bold;
}




span{
    float:right;
    margin-right:28%;
    margin-top:3%;
}



.work {
    width:100%;
}

.button-primary{
    width:100%;
    margin-top:2%;
}

.work:hover,
.school:hover,
.about:hover,
.contact:hover,
.btn-primary:hover
{
    opacity: 0.6;
}



.about{
    width:18%;
    margin-top:6%;
    margin-right:7%;
    margin-left:7%;
}

.button-glow {
    width:40%;
    margin-left: 30%;
}

#footer{
    width:100%;
    height:70px;
    color:white;
    text-align: center;
    background-color:#09a9a1;
    font-family: Raleway, sans-serif;
    padding-top:20px;
}





#contact-form ul {
    margin-bottom: 20px;
  }
  
  #contact-form li {
    margin-bottom: 10px;
    list-style: none;
  }
  
  label,
  input[type=text],
  input[type=email],
  textarea {
    display: block;
    width: 100%;
  }
  
  input[type=text],
  input[type=email],
  textarea {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #ddd;
  }
  
  textarea {
    height: 200px;
  }
  
  input[type=submit] {
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #4aaaa5;
    border: 0 none;
  }
