*{
    box-sizing: border-box;
}

#jumbotron {
    background-image: url('../pictures/bg-home.webp');
    min-height: 650px;
    opacity: 0.4;
}

#aboutus {
    background-image: url('../pictures/about.webp');
    min-height: 220px;
}

#service-page {
    background-image: url('../pictures/services.webp');
    min-height: 220px;
}

#terminal {
    background-image: url('../pictures/terminal.webp');
    min-height: 220px;
}

#tankstorage {
    background-image: url('../pictures/tankstorage.webp');
    min-height: 220px;
}

#overlay-text {
    font-weight: 900;
}

#rotate {
    animation: rotation 60s infinite linear;
}

.pcs-10 {
    padding-left: 10rem !important;
}

.rotate-text {
    font-size: 16px;
    font-weight: 200;
}

#sub-header {
    background-color: #DBDBDB;
}

#sub-header p {
    font-size: 20px;
    text-align: justify;
}

#visionary h4,
#provided h4,
#standards h4 {
    font-size: 32px;
    font-weight: 800;
}

#visionary span,
#provided span {
    font-size: 16px;
    font-weight: 400;
}

#visionary i {
    font-size: 44px;
    color: #1D517D;
    display: flex;
    justify-content: center;
}

#about {
    background-color: #EFEFEF;
}

.card-img {
    background-color: black;
    opacity: 0.4;
    color: #fff;
}

.card-img-overlay {
    top: 200px;
    left: 100px;
}

.card-body {
    background-color: #E8E6E6;
    color: black;
}

#standards h4 i,
#oilstorage h4 i,
#service-body h4 i {
    color: gold;
}

#service-body h4 {
    font-weight: 600;
    font-size: 28px;
}

#terminals {
    background-color: #1D517D;
    color: #fff;
}

#terminals hr,
#haan hr,
#terminal-body hr {
    color: gold;
    border-top: 3px solid;
}

#terminals p {
    font-size: 14px;
}

#footer {
    background-color: #C7C7C7;
    color: black;
}

#footer ul {
    list-style-type: none;
    padding-left: 0px;
}

#footer span {
    color: #192B41;
    text-transform: uppercase;
}

#footer a {
    text-decoration: none;
    color: black;
}

#footer li,
#footer p {
    font-size: 14px;
}

#footer ul {
    padding-top: 20px;
}

#oilstorage span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0px;
    position: relative;
    letter-spacing: 1px;
}

#oilstorage span::before {
    content: '';
    height: 20px;
    width: 5px;
    background: gold;
    position: absolute;
    box-sizing: border-box;
    top: 10%;
    left: -1%;
}

#fascilities {
    background-color: #EFEFEF;
}





























@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
  

  

/* Large screen styles */
@media (min-width: 992px) {
   .hero-1 {
        position: absolute;
        margin-top: -450px;
        color: black;
        font-weight: bolder;
        z-index: 1;
        margin-right: 0px;
    }

    #header-text h5 {
        font-size: 35px;
        font-weight: bold;
    }

    .hero-2 {
        position: absolute;
        margin-top: 100px;
        color: #fff;
        font-weight: bolder;
        z-index: 1;
        margin-left: 440px;
    }


    #subheader-text h5 {
        font-size: 35px;
        font-weight: bold;
    }

    .aboutHeader {
        padding-top: 8%;
        padding-left: 60px;
        padding-right: 60px;
    }

    #sub-header .col-12 {
        padding: 3rem !important;

    }
}

@media (max-width: 350px) { 
    #terminal-body iframe {
        width: 300px;
    }
}
