/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #logo {
        width: 35vw;
    }

    #imgL {
        width: 60vw;
        padding-top: 10%;
    }

    #imgA {
        width: 40vw;
    }

    .empImg {
        width: 250px;
    }
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    #logo {
        width: 25vw;
    }

    #imgL {
        width: 45vw;
        padding-top: 10%;
    }

    #imgA {
        width: 40vw;
    }

    .empImg {
        width: 350px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    #logo {
        width: 25vw;
    }

    #imgL {
        width: 32vw;
        padding-top: 10%;
    }

    #imgA {
        width: 30vw;
    }

    .empImg {
        width: 350px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    #logo {
        width: 25vw;
    }

    #imgL {
        width: 25vw;
    }

    .empImg {
        margin: 40px 10px;
        width: 350px;
        height: auto;
    }

    #imgA {
        width: 19vw;
    }
    


}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {

    #logo {
        width: 22vw;
    }

    #imgL {
        width: 20vw;
    }

    #imgA {
        width: 14vw;
    }
}

@font-face {
    font-family: "Canela Light";
    src: url(../fonts/Canela-Light.otf) format("opentype");
}

@font-face {
    font-family: "Canela Medium";
    src: url(../fonts/Canela-Medium.otf) format("opentype");
}

@font-face {
    font-family: "Canela Thin";
    src: url(../fonts/Canela-Thin.otf) format("opentype");
}

@font-face {
    font-family: "F37 Ginger Pro Light";
    src: url(../fonts/F37GingerPro-Light.otf) format("opentype");
}

@font-face {
    font-family: "F37 Ginger Pro Demi";
    src: url(../fonts/F37GingerPro-Demi.otf) format("opentype");
}

@font-face {
    font-family: "F37 Ginger Pro Regular";
    src: url(../fonts/F37GingerPro-Regular.otf) format("opentype");
}

@font-face {
    font-family: "F37 Ginger Pro Thin";
    src: url(../fonts/F37GingerPro-Thin.otf) format("opentype");
}

.canelaMedium {
    font-family: "Canela Medium";
}

.canelaLight {
    font-family: "Canela Light";
}

.canelaThin {
    font-family: "Canela Thin";
}

.proLight {
    font-family: "F37 Ginger Pro Light";
}

.proThin {
    font-family: "F37 Ginger Pro Thin";
}

.proRegular {
    font-family: "F37 Ginger Pro Regular";
}

.proDemi {
    font-family: "F37 Ginger Pro Demi";
}

.specialHr {
    border: 0;
    height: 1px;
    background: rgb(0, 0, 0);
    background-image: -webkit-linear-gradient(left, #B9D9EB, rgb(20, 4, 4), #B9D9EB);
    background-image: -moz-linear-gradient(left, #B9D9EB, #333, #B9D9EB);
    background-image: -ms-linear-gradient(left, #B9D9EB, #333, #B9D9EB);
    background-image: -o-linear-gradient(left, #B9D9EB, #333, #B9D9EB);
}

.bgDarkBlue {
    background-color: #001E31;
}

.textDarkBlue {
    color: #001E31;
}

.bgLightBlue {
    background-color: #B9D9EB;
}

.textLightBlue {
    color: #B9D9EB;
}

.mainBtns {
    background-color: white;
    color: #001E31;
    font-size: 1.3rem;
    padding: 1% 1%;
    border: none;
    border-radius: 12px;
    box-shadow: 1px 1px 5px 1px #808486;
}

.content_center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 2.7vmin;
}

.test {
    background-color: #001E31;
    color: #B9D9EB;
    font-size: 0.7rem;
    padding: 4% 8%;
    border: none;
    border-radius: 12px;
    box-shadow: 3px 3px 13px 4px #5189a8;
}

.btnBack {
    background-color: #B9D9EB;
    border: 2.5px solid #5189a8;
    color: black;
    padding: 9px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 4px #5189a8;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 15px;
    font-family: "F37 Ginger Pro It";
}

table tr:last-child td:first-child {

    border-bottom-left-radius: 12px;
}

table tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

table tr:last-child td:last-child {

    border-bottom-right-radius: 12px;
}

.main {
    width: 80%;
    height: auto;

}

.empImg {
    width: 70%;
    border-radius: 15px;
}

.empDesc {
    margin-top: 100px;
    font-size: large;
    text-align: justify;
}

.employees h5 {
    font-size: 30px;


}

.annDesc {
    font-size: 30px;
}

.divImgEv {
    width: 40%;
    height: 500px;
}




.eventsDesc {
    font-size: larger;
    padding: 60px 60px;
}


  .rowEv{
        margin-left: 200px;
        padding: 0px;
    }

/* for TV*/
@media only screen and (max-width: 1921px) and (min-width: 1919px) {

    .main {
        width: 1920px;
        height: 1080px;
        /*border: 1px double black;*/

    }

    .empDesc {
        margin-top: 95px;
        font-size: 32px;
        text-align: justify;
    }

    .employees {
        padding: 150px;

    }

    .employees h5 {
        font-size: 40px;

    }

    .imgDiv {
        width: 700px;
        height: 700px;
        overflow: hidden;
        padding: 0%;
        margin: 46px 20px;

        border-radius: 25px;

    }

    .empImg {

        width: 100%;
        height: 100%;
        padding: 0%;
        margin: 0px;
        border-radius: 25px;



    }

    .main h1 {
        font-size: 80px;
        margin-top: 60px;
    }

    .main h2 {
        font-size: 60px;
    }

    #imgL {
        padding-top: 70px;
        width: 460px;
        height: auto;
    }

    /*Announcements*/
    .announcements {
        padding: 40px 80px;
    }

    .annDesc {
        font-size: 40px;
    }

    #imgA {
        padding-top: 0px;
        width: 450px;
        height: auto;
    }

    /*Events*/
    .events {
        padding: 0px;
    }

    .divImgEv {
        width: 960px;
        height: 1080px;

    }

    .events h2 {
        margin: 40px 0px;
    }

    .eventsDesc {
        font-size: 35px;
        padding: 60px 60px;
    }
    .rowEv{
        margin: 0px;
        padding: 0px;
    }



}