* {
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

a {
    color: #007935;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffce00;
    transition: 1s all ease;
}
a.opp-link {
    color: #ffce00;
}

a:hover {
    color: #0b1c48;
    text-decoration: none;
}
a.opp-link:hover {
    color: #007935;
}

.no-border {
    border: none;
}


h2, h3 {
    color: #007935;
    font-weight: 500;
}

blockquote {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 25px;
    color: #007935;
    font-size: 1.2em;
    text-align: center;
}

blockquote p {
    margin: 0;
}

blockquote .source {
    color: #0b1c48;
    font-weight: 700;
    margin: 0;
}

.nav {
    height: 90px; 
    background: white;
}

.nav img {
    margin: 10px 0;
}

.icons-container {

    color: #007935; 
    font-size: 20px; 
    display: flex; 
    align-items: center; 
    justify-content: flex-end; 
    height: 90px;
}

.icon {

    margin: 0 10px;
}

.header {
    color: #ffce00; 
    text-align: center;
}

.header h1 {
    margin-top: 75px;
}
.header .container-fluid {
    padding: 0;
    margin: 0;
    background-color: #007935;
    height: 200px;
    background-image: url("../wp-content/uploads/2018/09/process-automation-tools-iStock-823686906.jpg.jfif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header .row {
    background-color: rgba(11, 28, 72, 0.71); 
    height: 100%; 
    width: 100%;
    margin: 0;
}

.sidebar h4 {
    color: #0b1c48;
    font-weight: 500;
}
.main h4 {
    color: #0b1c48;
}

span.step-text {
    color: #007935;
}

.mobile-msg {
    display: none;
    margin-bottom: 20px;
}

#lecture-section {
    margin: 25px 0; 
    padding: 0 30px;
}

@media screen and (max-width: 991px) {
    .mobile-msg {
        display: block;
    }

    #lecture-section {
        padding: 0 15px;
    }
}

@media screen and (max-width: 772px) and (min-width: 478px) {
    .header h1 {
        margin-top: 50px;
    }
}
@media screen and (max-width: 477px) {
    .header h1 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 357px) {
    .header h1 {
        margin-top: 40px;
    }
}
