#category_logistics{
        border-bottom: 5px solid white;
}

#logisticsContent{
    position: relative;
    height: auto;
    width: 100%;   
}

.logisticsHeading{
    font-size: 20pt;
    text-align: center;
    margin-top: 80px;
    letter-spacing: 10px;
    color: #777777;
    line-height: 115%;
    text-transform: uppercase;
    margin-left: 15%;
    margin-right: 15%;
}

.logisticsHeading2{
    font-size: 15pt;
    text-align: center;
    margin-top: 40px;
    color: #333333;
    line-height: 125%;
}

.logisticsHeading3{
    font-size: 16pt;
    text-align: right;
    margin-bottom: 20px;
    color: #333333;
    text-transform: uppercase;
}

.link{
    font-size: 15pt;
    text-align: center;
    text-decoration: underline;

    margin-top: 40px;
    color: #333333;
    line-height: 125%;
}

.logisticsHeading3:hover{
    text-decoration: underline;
    cursor: pointer;
}

.bulletPoint{
    font-size: 17pt;
    color: #333333;
}

.text2{
  font-size:13pt;
   color: #333333;
}

.lineSeparator3{
    display: block;
    margin: auto;
    width: 950px;
    margin-top: 10px;
}


.textContainer{
    text-align: justify;
    text-align-last: right;
    margin-top: 15px;
    margin-left: 20px;
}

.lineSeparator2{
    width: 740px;
    display: block;
    margin: auto;
        margin-top: 6px;
}

.columnsContainer{
    height: inherit;
    width: inherit;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.centeredContent{
    position: relative;
    width: 1024px;
    margin: 0 auto;
    height: inherit;
    overflow: hidden;
}


#mainContainer{
    position: relative;
    height: 530px;
    width: 100%;
    margin-top: 50px;
}

.column1{
    width: 40%;
    float: left;
    color: black;
    font-size: 20px;
    text-align: right;
    margin-top: 78px;
}

.column2{
    width: 48%;
    float: left;
    margin-left: 118px;
    margin-top: 21px;
}

.interestDataContainer {
    height: 327px;
    position: relative;
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.interestDataColumn1 {
    width: 24%;
    float: left;
    color: black;
    font-size: 19px;
    text-align: center;
    margin-top: 45px;
    margin-left: 22%;
}

.interestDataColumn3 {
    width: 37%;
    float: left;
    color: black;
    font-size: 20px;
    text-align: center;
    margin-top: 45px;
}

.documentIcon{
    height: 140px;
}

.documentIconHeader{
    font-size: 14pt;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    line-height: 120%;
    text-transform: uppercase;
    margin-left: 17%;
    margin-right: 20%;
}

.documentIconHeader2{
    font-size: 14pt;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    line-height: 120%;
    text-transform: uppercase;
}

.imageOfGallery{
     width: 490px;
       height:490px;
}

.companyGallery_mobile, .picGallery_mobile {
    display: none;
}

@media only screen and (max-width: 500px) {
    
    
    .lineSeparator2{
        width: 70%;
        display: block;
        margin: auto;
        margin-top: 0px;
    }

    .companyGallery_mobile {
        display: block;
    }
    
    .centeredContent {
        position: relative;
        width: 80%;
        margin: 0 auto;
        height: inherit;
        overflow: hidden;
    }
    
    .logisticsHeading{
        font-size: 8pt;
        text-align: center;
        letter-spacing: 0px;
        color: #777777;
        text-transform: uppercase;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 40px;
    }
    
    .logisticsHeading2 {
        font-size: 7pt;
        margin-top: 18px;
    }
    
    .logisticsHeading3 {
        font-size: 10pt;
        margin-left: 10%;
        margin-bottom: 9px;
    }
   
    
    .bulletPoint{
        font-size: 9pt;
    }
    
    .text2 {
        font-size: 8pt;
    }
    
    .column1{
        width: 100%;
        float: left;
        color: black;
        font-size: 12px;
        text-align: right;
        margin-top: 11px;
        margin-bottom: 14px;
    }
    
    .column2{
        width: 100%;
        margin-left: 0px;
    }
    
    #mainContainer {
        height: 380px;
            margin-top: 26px;
    }

    .textContainer {
        margin-top: 6px;
    }

    #companyGallery{
        display: none;
    }
    
    .interestDataContainer{
        height: 152px;
    }

    .interestDataColumn1 {
        width: 31%;
        margin-top: 16px;
        margin-left: 3%;
    }

    .interestDataColumn2 {
        width: 31%;
        margin-top: 16px;
    }

    .interestDataColumn3 {
        width: 32%;
        margin-top: 16px;

    }

    .documentIcon{
        height: 65px;
    }
    
    .documentIconHeader {
    font-size: 6pt;
    }
    
    .documentIconHeader2 {
    font-size: 6pt;
    }
    
        .picGallery_mobile {
        display: block;
    }
    
    .imageOfGallery{
        width: 80%;
        height: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    
    .picGallery{
        display: none;
    } 
}