/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=Raleway);


.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details .content-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


body {
    /*padding-top: 50px;*/
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 18px;
    width: 100%;
    height: 100%;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
}

.top1site {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
}

.top1site:hover {
    color: rgba(254, 242, 12, 1.0);
}

.bg-image-full {
    text-align: center;
    color: #fff;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 400px;
    width: 100%;
}

.intro-text {
    position: relative;
    padding: 10% 0 15% 0;
}

.bg-image-full .intro-text h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 40px;
    letter-spacing: 5px;
    margin-bottom: 45px;
    -webkit-animation: bounceIn;
    -moz-animation: rubberBand;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    font-family: 'Oswald', sans-serif;
}

.bg-image-full .intro-text h1 span {
    color: rgba(254, 242, 12, 1.0);
}

.bg-image-full .intro-text p {
    color: #fff;
    font-size: 20px;
    padding-bottom: 50px;
    margin-bottom: 55px;
    -webkit-animation: bounceInRight;
    -moz-animation: fadeInRight;
    -o-animation: fadeInRight;
    animation: bounceRight;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.bg-image-section2 {
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.section-title h2 {
    color: #111;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    text-align: center;
    margin-bottom: 40px;
    color: #152e9b;
}

.section-title h3 {
    color: #111;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    margin-bottom: 20px;
    color: #152e9b;
}

#section-message1 {
    background-image: url('../img/oil_bg1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 700px;
    width: 100%;
}

#section-message2 {
    background-image: url('../img/pic_1b.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
}


.divider1 {
    height: 10px;
    /*background-color: #800000;*/
    background-image: linear-gradient(#800000, #fff5e6);
}

.about-list h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.about-list li {
    margin-bottom: 5px;
    color: #444;
    list-style: none;
}

.about-list li i {
    margin-right: 10px;
}

ul li {
    /*padding: 10px 0px;*/
}

.site-logo {
    max-height: 100px;
    margin-top: -10px;
}

.frontpage-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mission-title {
    font-weight: bold;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    /*border-bottom: 4px solid rgba(254, 242, 12, 1.0);;*/
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(254, 242, 12, 1.0);
}

.required-input::after {
    color: red;
    content: " *";
}

.webpop-content-div {
    line-height: 1.8;
    font-size: 14px;
}

.contact-links {
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    padding: 10px;
}

@media only screen and (max-width: 1026px) {
    .contact-links {
        display: none !important;
    }
}

.top1carousel img {
    width: auto;
    height: 180px;
    max-height: 180px;
    border: 2px solid rgba(140, 140, 140, 0.5);
}
