/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07 8, 16, 6:06:08 AM
    Author     : Soriano
*/

.header {
    margin: 0px 0px;
    max-width: 100%;
    background-color: white;
}

.imahe {
    position: relative;
    margin: 10px 20px;
}

#mainNav li a {
    color: #923d3d;
    line-height: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

#mainNav {
    float: right;
    margin-right: 20px;
}

.logo-title{
    font-family: 'Lato', sans-serif;
    color: #923d3d;
    font-weight: bold;
    font-size: large;
}


.web-quote{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: larger;
    position: relative;
    margin-top: 150px;
    background-color: rgba(230,230,230,0.6);
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.quote-text{
    color: #923d3d;
}

.about-text {
    padding-right: 40px;
}

.aboutSection .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    top: 60%;
}

.aboutSection .bx-wrapper .bx-viewport {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5%;
}

.aboutSection {
    padding-top: 50px;
}

.subscribe-container {
    margin-top: 140px;
    padding-top: 50px;
    padding-bottom: 200px;
    background-color: #923d3d;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-text{
    color:#ddd;
}

.visionSection{
    color: #111;
}