/*Jay-ar Avecilla*/

body, html{
    height:100%;
    margin:0;
    font-size:16px;
    font-weight:400;
    font-family:"Lato", sans-serif;
    line-height:1.8em;
    color:#666;
}
#myNavbar{
    background-color: #F4F7FB;
    width: 100%;
    border-bottom: #f4f4f4 solid 1px;
}
#myNavbar a{
    text-decoration: none;
}
.paraImg1, .paraImg2, .paraImg3{
   position:relative;
   opacity:0.70;
   background-position:center;
   background-size:cover;
   background-repeat:no-repeat;
   /*This make the parallax effect*/
   background-attachment:fixed; 
}
.paraImg1{
    background-image:url('../images/pexels-photo-tower2.jpeg');
    min-height:100%;  
}
.paraImg2{
    background-image:url('../images/pexels-photo-bench.jpeg');
    min-height:400px;
}
.paraImg3{
    background-image:url('../images/pexels-photo-light.jpeg');
    min-height:400px;
}
.section{
    text-align:none;
    padding:50px 80px;
}
.section-light{
    background-color:#f4f4f4;
    color:#666;
}
.section-dark{
    background-color:#282e34;
    color:#ddd;
}
.paraText{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.h2-title{
    text-align: center;
    padding-bottom: 5rem;
}
.img-div{
    opacity: 0.40;
      text-align: center;
      margin: 35px 0px 35px 0px;
  }
.about-description{
    padding-top: 4rem;
    text-align: justify;
}
.paraText .border{
    background-color: #111;
    color: #fff;
    padding: 20px;
}
.paraText .border.trans{
    background-color: transparent;
}
/*.project-container{
    width: 100%;
    height: 800px;
    background-color: lime;
    text-align: none;
}*/

/*---------------------------------------------
----------This is a form section---------------
----------------------------------------------*/

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
   }

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.form-container {
    margin: auto;
    width: 50%;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;

}
.form-container.label-name{
    text-align: left;
}
.button-property{
    margin-top: 10px;
}