*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;

}
body{
    background-color: rgb(255, 247, 247);
}

/* MAIN */

.intro-strip{
    position: relative;
}
.intro-strip img{
    width: 100%;
    object-fit: cover;
}
.intro-strip h1{
    text-align: center;
    position: absolute;
    color: whitesmoke;
    z-index: 1;
    top: 60px;
    left: 50%;
    width: 1000px;
    font-size: 75px;
    transform: translateX(-50%);
}

.column {
    position: relative;
    display: flex;
    width: 100%;
    height: auto ;
    min-height: 450px;
}
.box1, .box2, .box3, .box4, .box5, .box6{
    width: 50%;
    position: relative;
    flex-grow: 1;
}

.box, .box_2 {
    width: 50%;
    position: relative;
    flex-grow: 1;
}

.box:nth-child(2n-1) {
    background-color: #00466618;
}

.box_2:nth-child(2n) {
    background-color: #00466618;
}

.column h1{
    font-size: 34px;
    margin-top: 30px;
    text-align: center;
    color: #004666;
}
.column p{
    text-align: center;
    margin: 0px 40px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 36px;
}


.outro-strip{
    position: relative;
    display: flex;
}
.outro1{
    height: 65px;
    display: flex;
    width: 33.3%;
    border-left: 2px solid black;
    justify-content: center;
    align-items: center;
    background-color: #004666c4;
}
.outro-strip i{
    margin-right: 30px;
    font-size: 36px;
    color: #e2e2e2;
}
.outro1:first-child{
    border-left: none;
}
.outro-strip p{
    font-size: 20px;
    color: #e4e4e4;
}





/* Footer */

footer{
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    height: auto;
    background-color: rgb(240, 240, 240);
}

#navbar-logo {
    max-width: 250px !important;
    margin-left: 50px;
}

#footer-logo {
    max-width: 350px !important;
    margin-left: 50px;
}

@media screen and (max-width: 685px){
    footer {
        min-height: 350px;
    }
    #navbar-logo {
        margin-left: 0px;
    }
    
    #footer-logo {
        margin-left: 0px;
    }
}

#contact{
width: 33.3%;
}

#footer-container{
    margin: 0 40px;
    position: relative;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#logo-footer p{
    font-size: 40px;
    color: gray;
}
.copyright{
    position: absolute;
    display: block;
    height: 20px;
    width: 100%;
    color: rgb(136, 136, 136);
    background-color: rgb(70, 70, 70);
    bottom: 0px;
}
.copyright p{
    text-align: center;
    color: white;
    background-color: #666;
}

.properties {
    display: flex;
    flex-direction: column;
    margin: auto !important;
    padding: 50px;
    padding-left: 20%;
    padding-right: 20%;

}

.item {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
    border-bottom: 2px solid rgb(70, 70, 70);
    margin-bottom: 20px;
}

.item > p:nth-child(1) {
    font-size: 1.3em;
    width: 50%;
    margin-left: 0px;

}
.item > p:nth-child(2) {
    font-size: 1.1em;
    width: 50%;
    margin-right: 0px;

}

@media screen and (max-width: 1150px){
    .column p {
        margin: auto;
    }

    .cargo-pipes-image {
        height: 400px;
    }
}

.cargo-pipes-image { 
    height: 700px;
    background-image: url(./Pictures/Official/pipes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}