/* * {
    margin: 0;
    padding: 0;
}*/
body {
/*    font-family: 'Raleway', sans-serif;*/
    font-family: 'Lato', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color:rgb(225,222,211);
}
p {
    
    font-size: 14px;
}

/* ============= Generic CSS ============== */

.section-title {
    padding-top: 90px;
    padding-bottom: 50px;
    
}
.section-title h2 {
    position: relative;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.section-title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #129CF3;
    margin-left: -30px;
}


.section-title p {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    margin-top: 45px;
}

/* =========== Navigation ============ */

.navbar-default {
    background-color: transparent;
    border-color: #444;
/*    z-index: 110;*/
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.navbar-default .navbar-nav > li > a {
    color: white;
    font-family: "Raleway", sans-serif;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.navbar-default .navbar-nav > li > a:hover {
    color: rgb(131,206,252);
}
.navbar-default .navbar-nav > li > a:focus {
    color: white;
}
.navbar-brand {
    padding: 9px 15px;
}
.navbar-brand img  {
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.navbar-default .navbar-nav > .active>a, 
.navbar-default .navbar-nav > .active>a:hover,
.navbar-default .navbar-nav > .active>a:focus {
    background-color: transparent;
    color: rgb(131,206,252);
} 



/* =========== Header ============ */
.header {
    background-image: url("../images/iStock-1022236966.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    
}
.header-overlay {
    background-color: rgba(31, 31, 31, 0.35);

}
.logo {
    padding-bottom: 50px;
}

.header-text {
    background-color: rgba(31, 31, 31, 0.70);
    border-radius: 10px;
    padding-left: 45px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.header-text h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    text-transform: uppercase;
}
.header-text p {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.header-text a {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.header-text a:hover {
    color: #129CF3;
}

.header-btns {
    margin-top: 90px;
    margin-bottom: 50px;
}



/* ========= Notarial Actions ============= */
.notarial-wraper {

    padding-top: 50px;
}


.notarial-title {
    padding-bottom: 50px;
    
    
}
.notarial-title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}
.notarial-title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px; 
    height: 1px;
    background-color: #129CF3;
}

.notarial-title p {
    margin-top: 40px;
    font-size: 19px;
    line-height: 24px;
}





/* ========= Links ============= */

.links { 
    background-color: rgb(46, 33, 27);
    margin-top: -8px;
    position: relative;   
    
}

.links h2 {
    color: #fff;
}

.links p {
    color: #fff;
}

.links a {
    color: #fff;
}

.links a:hover {
    color: #129CF3;
}

/* .links ul {
    list-style-type: none;
} */



/* ========= Contact  ============= */
#message {
    height: 117px;
    resize: none;
}

.contact-us a {
    font-weight: 600;
    color: black;
}

.contact-us a:hover {
    color: #129CF3;
}

.contact-us iframe {
    border: 1px solid;
    border-color: black;
    overflow: hidden;
    margin: 0;
    width: 425px;
    height: 350px;
    
}


/* ========= Footer ============= */
.footer {
    background-color: rgb(46, 33, 27);
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #8C8B8A;
}
#copyright {
    width: 70%;
}
#copyright p {
    color: #8C8B8A;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
#copyright p a {
    text-decoration: none;
    color: #8C8B8A;
}
.scroll-top {
    text-align: right;
}
.scroll-top a {
    background-color: #8C8B8A;
    padding: 20px;
}
.scroll-top a i {
    color: #fff;
    font-size: 20px;
}


















































