.container-fluid{
    padding:0px 0px;
}
.row{
    margin-left:0;
    margin-right:0;
}
/* BANNER */
#logo{
    height: 50px;
    background-color:#5fcf80;
}
#banner{

    font-family: 'Montserrat', sans-serif;
    font-size: 53px;
    font-weight: 500;
    text-align: center;
    color: #595959;
}
#contact{
    height: 50px;
    background-color:#5fcf80;
}
#royce{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
}
/* END BANNER */
/* STORY */
div.row#story{
    margin: 46px 0px;
    background-color:#5fcf80;
    height: 250px;
    /* background-color:#ffa443;  Really nice Orange Color as well. */
}
p.storyText{
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 27px;
    margin: auto;
}
/* END STORY */
/* TECHNOLOGIES */
div.row#tech{
    margin: 46px 0;
}
.tech_1{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}
.tech_2{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    margin: 2px 0px;
    color: #595959;
}
/* END TECHNOLOGIES */
/* PROJECTS */
.col.box{
    text-align: center;
}
.grey{
    display: inline-block;
    background-color: #595959;
    margin-bottom: 20px;
    border-radius: 5px;
}
.grey:hover{
    opacity: 0.5;
}
.modal.and.carousel {
    position: fixed;
}
/* END PROJECTS */
/* CONTACT */
.container.contact{
    padding:0 0 60px 0;
}
#contact_col{
    margin-top:40px;
    padding: 0px 30px 0px 0px;
}
#form_col{
    margin-top:40px;
    padding:0px 0px 0px 0px;
}
.contact_title{
    font-family:'Lato', sans-serif;
    font-size:35px;
    font-weight:900;
    font-style: italic;
    color:#595959;
    text-align:center;
    margin-top: 0;
}
.contact_sub{
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    color: #595959;
    margin: 0 auto -5px auto;
    text-align: center;
}
.contact_sm{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #595959;
    margin: 12px auto 12px auto;
    text-align: center;
}
.social_img{
    height: 35px;
    width: 35px;
    margin: 0 6px 0 6px;
}
.form{
    padding: 0 6px 0 6px;
    color:#595959;
}
label{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 9px;
    margin-bottom: 0px;
}
#sub_button{
    text-align: right;
    padding: 9px 6px 0 6px;
}

/* END CONTACT */
/* FOOTER */
.container-fluid.footer{
    background-color:#595959;
    padding: 0 0 15px 0;
}
.container-fluid.footer p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color: white;
    text-align: center;
    padding-top: 38px;
}