body{
    font-family: "Book Antiqua";
    background: linear-gradient(180deg, white 15%, #fffff4);
}

#header{
    padding: 10px;
    height: 300px;
    width: 75%;
    margin: auto;
}

.header-img-padding{
    padding: 20px;
}

.title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.page-container{
    position: relative;
    min-height: 100vh;
    width: 75%;
    margin: auto;
}

.title-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content{
    padding-bottom: 2.5rem;
}

.footer{
    background: #06ACC1;
}

.footer-layer-1{
    height: 250px;
    padding: 30px 0px 45px 0px;
    color: #000000;
    position: relative;
    width: 73%;
    margin: auto;
}

.footer-layer-2{
    background: #1A1A1A;
    height: 80px;
    padding: 30px 80px 10px 0;
    color: #ffffff;
    text-align: right;
    font-size: 18px;
    text-align: center;
}

.footer-contact-info{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-info div {
    width: auto;
    margin-right: 10px;
}

.footer-info,
.footer-info div{
    padding: 0;
}
.footer-info{
    margin-bottom: 5px;
    font-size:16px;
}

.footer-info a{
    color: #000000;
    margin: 15px;
}

.footer-link-container {
    text-align: right;
    margin-top: 29px;
}

.footer-link {
    display: inline-block;
}

.logo{
    width: 30%;
    padding: 40px 0px 20px 0px;
}

.asset{
    width: 65%;
    padding: 60px 0px 20px 0px;
}

.language {
    text-align: right;
}

.btn-language:focus{
    outline: none;
}

.btn-language{
    border: 1px solid #ccc;
    color: white;
    background: #ccc;
    padding: 5px;
    width: 55px;
    height: 55px;
    margin-right: 5px;
    font-size: 20px;
}

.btn-language.active{
    background: #06ACC1;
}

.intro{    
    text-align: center;
    padding-top: 100px;
}

.we-voice-image{
    width: 30%;
    margin-bottom: 10px;
}
.we-voice-title{
    font-weight: bold;
    font-size: 48px;
}

.we-voice-text{
    font-size: 24px;
    /* width: 55%; */
    margin: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.app-link-container{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 60px auto 20px auto;
    width: 60%;
}

.app-link{
    /* margin-right: 3%;
    margin-left: 3%; */
    display: inline-block;
    width: 44%;
}

.app-link > img{
    width: 100%;
}

.app-link-left{
    margin-right: 5%;
}

.app-link-right{
    margin-left: 5%;
}

.btn-our-team{
    border-radius: 15px;
    /* width: 120px; */
    color: #06ACC1;
    font-weight: bold;
    background: #ffffff;
    padding: 10px 40px;
    font-size: 20px;
    margin: 10px auto 65px auto;
}

.web-link{
    position: relative;
    bottom: 33%;
    left: 80%;
}

.paragraph{
    padding: 10px 150px 5px 100px;
}
.member{
    font-weight: bold;
    font-size: 22px;
}
.member-info{
    font-size: 18px;
}

.our-team{
    padding: 0 0 140px 0;
}

.footer-info p{
    margin-bottom: 5px;
    font-size: 18px;
}

@media (min-width: 769px){
    /* .footer-info .col-md-1{
        width: 4.333%;
    }
    .col-md-2{
        width: 16.66666667%;
    }
    .col-md-3{
        width: 25%;
    }
    .col-md-4{
        width: 33.33333333%;
    }
    .col-md-7{
        width: 58.33333333%;
    }
    .col-md-8{
        width: 66.66666667%;
    }
    .col-md-9{
        width: 75%;
    }
    .col-md-11{
        width: 91.66666667%;
    }
    .col-md-12{
        width: 100%;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-7, .col-md-8, .col-md-9, .col-md-11, .col-md-12{
        float: left;
    }
    .footer-layer-1{
        height: 240px;
    } */
}
@media (max-width: 768px){
    /* .col-md-1{
        width: 8.33333333%;
    }
    .col-md-2{
        width: 16.66666667%;
    }
    .col-md-3{
        width: 25%;
    }
    .col-md-4{
        width: 33.33333333%;
    }
    .col-md-7{
        width: 58.33333333%;
    }
    .col-md-8{
        width: 66.66666667%;
    }
    .col-md-9{
        width: 75%;
    }
    .col-md-11{
        width: 91.66666667%;
    }
    .col-md-12{
        width: 100%;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-7, .col-md-8, .col-md-9, .col-md-11, .col-md-12{
        float: left;
    } */
}

@media (max-width: 991.98px){
    .footer-info {
        display: flex;
    }
    
    .footer-layer-1{
        height: 270px;
        
    }

    .asset {
        width: 100%;
    }

    .btn-language {
        padding: 5px;
        width: 40px;
        height: 40px;
        margin-right: 5px;
        font-size: 16px;
    }
}

@media (max-width: 767.98px){
    #header {
        height: 150px;
        width: 100%;
    }

    .intro{
        padding-top: 50px;
    }

    .logo{
        width: 80%;
    }

    .asset {
        padding: 60px 0 20px 0;
    }

    .language {
        padding-right: 0;
    }

    .we-voice-image {
        width: 51%;
    }

    .we-voice-title {
        font-size: 36px;
    }

    .app-link-container{
        width: 100%;
    }

    .we-voice-text{
        font-size: 16px;
    }

    .footer-layer-1 {
        height: 300px;
        padding: 30px 0px 45px 0px;
    }

    .footer-layer-2 {
        height: 50px;
        padding: 10px 20px 5px 0;
        font-size: 13px;
    }

    .footer-contact-info {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .footer-info p {
        font-size: 15px;
    }

    .title {
        font-size: 28px;
    }

    .paragraph{
        padding: 10px 20px 5px 30px;
    }

    .member {
        font-weight: bold;
        font-size: 18px;
    }

    .member-info {
        font-size: 15px;
    }
}