﻿/*********************** We're dedicated... Section */

main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px
}

/* About Atlas Aviation Logo Container */

.about-img-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: -30px;
    /*order: 1;*/
}

    .about-img-con img {
        width: 380px;
        height: auto;
    }


/* 13' screen */

@media (max-width: 1440px) and (min-width: 1026px) {
    .about-img-con img {
        width: 380px;
    }
}

/* 15' screen */

@media (max-width: 1920px) and (min-width: 1441px) {
    .about-img-con img {
        width: 380px;
    }
}

.about-dedicated-heading-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}

    .about-dedicated-heading-section .welcome-atlas-heading-top {
        font-size: 40px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        color: black;
    }



.about-dedicated-heading-section .next-text-under {
    margin-top: 0;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}


/* Image and info text section */

.about-pic-info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    margin: 0;
    max-width: 1300px;
    width: 100%;
    margin-bottom: 50px;
}

.about-main-section {
    display: flex;
}
/* Image Container */
.about-pic-container {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .about-pic-container img {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }



/* Info Text Container */

.about-info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 76%;
    padding-left: 145px;
    order: 0;
}



    .about-info-text .were-dedi-heading {
        font-size: 19px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        color: black;
    }


/* Normal text */
.about-info-text p {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: black;
    text-align: left;
    
}

/* 13' Screen */

@media (max-width: 1440px) and (min-width: 1026px) {
    .about-info-text p {
        font-size: 15px;
        
    }
}

/* 15' Screen */

@media (max-width: 1680px) and (min-width: 1441px) {
    .about-info-text p {
        font-size: 15px;
        
    }
}

/* Linked text */

.about-info-text .about-link-bold-text {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    color: black;
    text-decoration: none;
}

    .about-info-text .about-link-bold-text:hover {
        color: red;
    }

/* Aeroshell A Italic */

.about-info-text .special-a {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
}

/* None Linked / Bold text */

.about-info-text .about-nor-bold-text {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    color: black;
}


/* Mobile Portrait */

@media (max-width: 768px) and (orientation: portrait) {


        main {
            margin-top: 100px;
        }

    .about-info-text .were-dedi-heading {
        padding: 0;
        margin-bottom: 0;
    }

    .about-img-con img {
        display: none;
        margin-top: 10px;
        width: 100px;
    }

    .about-dedicated-heading-section .welcome-atlas-heading-top {
        font-size: 18px;
        text-align: center;
    }

    .about-main-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-dedicated-heading-section .next-text-under {
        font-size: 13px;
        text-align: center;
    }

    .about-pic-info-section {
        
        flex-direction: column;
    }

    .about-info-text {
        display: flex;
        flex-direction: column;
        order: 1;
    }

    .about-info-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .about-info-text p {
            padding: 10px;
            text-align: center;
        }
}



/* Mobile Landscape */

@media (max-width: 846px) and (orientation: landscape) {
           main {
            margin-top: 100px;
        }

    .about-info-text .were-dedi-heading {
        padding: 0;
        margin-bottom: 0;
    }

    .about-img-con img {
        display: none;
        margin-top: 10px;
        width: 100px;
    }

    .about-dedicated-heading-section {
        align-items:center;
    }

    .about-main-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-dedicated-heading-section .welcome-atlas-heading-top {
        font-size: 18px;
        text-align: center;
    }

    .about-dedicated-heading-section .next-text-under {
        font-size: 13px;
        text-align: center;
    }

    .about-pic-info-section {
        
        flex-direction: column;
    }

    .about-info-text {
        display: flex;
        flex-direction: column;
     
    }

    .about-img-con {
        order:-1;
    }

    .about-info-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .about-info-text p {
            padding: 10px;
            text-align: center;
        }
}



/* Tablet Portrait */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .about-img-con img {
        display: none;
        width: 200px;
    }

    .about-img-con {
        order: -1;
    }

    .about-main-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-dedicated-heading-section .welcome-atlas-heading-top {
        text-align: center;
        font-size: 25px;
    }

    .about-dedicated-heading-section {
        align-items: center;
    }

    .about-dedicated-heading-section .next-text-under {
        text-align: center;
    }

    .about-pic-info-section {
        flex-direction: column;
    }

    .about-pic-container img {
        height: auto;
        width: 100%;
    }

    .about-info-text {
        display: flex;
        flex-direction: column;
    }

    .about-info-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .about-info-text p {
            text-align: center;
            padding: 10px;
        }
}



/* Tablet Landscape */


@media only screen and (min-width: 1024px) and (max-width: 1112px) and (orientation: landscape) {
    .about-img-con img {
        display: none;
        width: 200px;
    }

    .about-img-con {
        order: -1;
    }

    .about-main-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-dedicated-heading-section .welcome-atlas-heading-top {
        text-align: center;
        font-size: 25px;
    }

    .about-dedicated-heading-section {
        align-items: center;
    }

        .about-dedicated-heading-section .next-text-under {
            text-align: center;
        }

    .about-pic-info-section {
        flex-direction: column;
    }

    .about-pic-container img {
        height: auto;
        width: 100%;
    }

    .about-info-text {
        display: flex;
        flex-direction: column;
    }

    .about-info-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .about-info-text p {
            text-align: center;
            padding: 10px;
        }


}

/* Bigger Tablet Portraight */

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .about-img-con img {
        display: none;
        width: 200px;
    }

    .about-img-con {
        order: -1;
    }

    .about-main-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-dedicated-heading-section .welcome-atlas-heading-top {
        text-align: center;
        font-size: 25px;
    }

    .about-dedicated-heading-section {
        align-items: center;
    }

        .about-dedicated-heading-section .next-text-under {
            text-align: center;
        }

    .about-pic-info-section {
        flex-direction: column;
    }

    .about-pic-container img {
        height: auto;
        width: 100%;
    }

    .about-info-text {
        display: flex;
        flex-direction: column;
    }

    .about-info-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .about-info-text p {
            text-align: center;
            padding: 10px;
        }

}

/* Bigger Tablet Landscape */

@media only screen and (min-width: 1112px) and (max-width: 1366px) and (orientation: landscape) {
    .about-img-con img {
        display: none;
        width: 200px;
    }

    .about-img-con {
        order: -1;
    }

    .about-main-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-dedicated-heading-section .welcome-atlas-heading-top {
        text-align: center;
        font-size: 25px;
    }

    .about-dedicated-heading-section {
        align-items: center;
    }

        .about-dedicated-heading-section .next-text-under {
            text-align: center;
        }

    .about-pic-info-section {
        flex-direction: column;
    }

    .about-pic-container img {
        height: auto;
        width: 100%;
    }

    .about-info-text {
        display: flex;
        flex-direction: column;
    }

    .about-info-text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .about-info-text p {
            text-align: center;
            padding: 10px;
        }

}