body{
    padding: 0;
    margin: 0;
    
}
.main-container{
    overflow-y:visible;
    overflow-x: hidden;
}
.navbar{
    width: auto;
    height: auto;
}
.navbar-inverse .navbar-brand {
    color: white;
}
.navbar-brand{
    font-family: sans-serif;
    font-size: 30px;
    padding-left: 140%;
    color: white;
}
.navbar-brand span{
    color: #ff9b51;
}
.navbar-nav{
    padding-right: 7%;
}
.section1{
    width: auto;
    height: 100vh;
    background: url(images/section1.png);
    background-size: 100% 100%;
    color: white;
}
.section1 h1{
    font-size: 80px;
}
.section1 h1 span{
    color: #ff9b51;
}
.section1 p{
    font-family: Raleway;
    font-size: 30px;
}
.section1 p1{
    font-family: Raleway;
    font-size: 14px;
}
.section1 .divider{
    border-top: 1px solid white;
    width: 20%;
}
.section1 button{
    background-color: transparent;
    color: white;
    font-family: Open Sans Semi-bold;
    width: 18%;
}
.section1 .sub1{
    padding-top: 15%;
}
.section1 .sub2{
    padding-top: 48%;
}
.panel-title{
    font-family: Myriad Pro;
    text-align: center;
    font-size: 20px;
}
.panel-title span{
    color: #ff9b51;
}
.panel-body input{
    border: transparent;
    
}
.panel-footer{
    background-color: #ff9b51;
}
.panel-footer a{
    background-color: #ff9b51;
    color: white;
    border: none;
}
.section2{
    width: auto;
    height: 100vh;
    background-color: #f5f5f5;
    background: url(images/section2.png);
    background-size: 100% 100%;
    
}
.section2 .panel-heading h4{
    padding-left: 98px;
}
.section2 .panel-heading{
    background-color: white;
}
.section2 .panel-body{
    padding: 0px;
}
.section2 .panel-heading p{
    font-family: open Sans;
    font-size: 12px;
    padding-left: 98px;
    color: #cccccc;
}
.section2 .sub2{
    color: #cccccc;
    padding-top: 20px;
}
.sub2 a{
    color: #cccccc;
}
.section2 .nav .nav-tabs{
    width: 50%;
}