@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*                              Media settings                                */
/* -------------------------------------------------------------------------- */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
    .swiper-slide{
        margin-top: 4.5rem;
    }
    h1, .h1{
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h2, .h2{
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h3, .h3{
        font-size: 1.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    p, .p, body{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*Ingress*/
    .textintro, .textintro p{
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*Header in hero*/
    .header-text h1{
        font-size: 2rem;
        line-height: 1.2;
        display: block;
        font-weight: 600;
        color: #FFF;
    }
    .header-text p{
        font-size: 1rem;
        line-height: 1.0;
        display: block;
        font-weight: 400;
        color: #FFF;
    }
    .flex-center-hero {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .swiper-pagination-bullet {
        height: 1rem;
        width: 1rem;
    }
    /*END Header in hero*/
    /*card height in start*/
    .educations .card .card_img_edu, .card_img_edu{
        height: 122px;
    }
    /*Footer settings*/
    .footer h1{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
    }
    .footer p, .footer a{
        font-size: 1rem;
        line-height: 1;
        font-weight: 400;
    }
    .footer small{
        font-size: 0.7rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END Footer settings*/
    /*Timer settings*/
    #countDownSection .header{
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
    }
    #countDownSection .numbers{
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 600;
    }
    #countDownSection .numbertext{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*END Timer settings*/
    /* Buttons */
    .buttontext{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 600;
    }
    /*END Buttons*/
    /*Breadcrumbs*/
    .breadcrumbs, news{
        font-size: 0.8rem;
        line-height: 2.0;
        font-weight: 500;
        letter-spacing: 0.125rem;
        text-transform: uppercase; 
    }
    newsticker{
        font-size: 0.7rem;
        line-height: 3.0;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    /*END Breadcrumbs*/
    
    /*navbar*/
    .navbar{
        font-size: 0.8rem;
    }
    /*END navbar*/
    /*News on start*/
    .news-on-start h2{
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 600;
    }
    .news-on-start p{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END News on start*/
    
    /*Contact cards*/
    /* image origin width = 321, image origin-height = 360*/
    /* multiplier 1.6 */
    .contact-img-box{    
        width: 206px;
        height: 231px;
    }
    .hover-text a, .hover-text {
        font-size: 0.9rem;
    }
    /*END Contact cards*/
    
    /*Card*/
    .card-body-contact h2{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 700;
        color: #031F45;
    }
    .card-body-contact p{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 400;
        color: #031F45;
    }
    .contact-text, .contact-text a {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    /*END Card*/
    
    /*Misc*/
    .educationTab .nav-link, .educationTab button{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link .active, .educationTab button .active{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link:hover, .educationTab button:hover{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    
    .cardheader{
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 600;
        color: #031F45;
    }
    /*END Misc*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .swiper-slide{
        margin-top: 4.5rem;
    }
    h1, .h1{
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h2, .h2{
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h3, .h3{
        font-size: 1.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    p, .p, body{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*Ingress*/
    .textintro, .textintro p{
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*Header in hero*/
    .header-text h1{
        font-size: 2rem;
        line-height: 1.2;
        display: block;
        font-weight: 600;
        color: #FFF;
    }
    .header-text p{
        font-size: 1rem;
        line-height: 1.0;
        display: block;
        font-weight: 400;
        color: #FFF;
    }
    .flex-center-hero {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .swiper-pagination-bullet {
        height: 1rem;
        width: 1rem;
    }
    /*END Header in hero*/
    /*card height in start*/
    .educations .card .card_img_edu, .card_img_edu{
        height: 122px;
    }
    /*Footer settings*/
    .footer h1{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
    }
    .footer p, .footer a{
        font-size: 1rem;
        line-height: 1;
        font-weight: 400;
    }
    .footer small{
        font-size: 0.7rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END Footer settings*/
    /*Timer settings*/
    #countDownSection .header{
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
    }
    #countDownSection .numbers{
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 600;
    }
    #countDownSection .numbertext{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*END Timer settings*/
    /* Buttons */
    .buttontext{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 600;
    }
    /*END Buttons*/
    /*Breadcrumbs*/
    .breadcrumbs, news{
        font-size: 0.8rem;
        line-height: 2.0;
        font-weight: 500;
        letter-spacing: 0.125rem;
        text-transform: uppercase; 
    }
    newsticker{
        font-size: 0.7rem;
        line-height: 3.0;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    /*END Breadcrumbs*/
    
    /*navbar*/
    .navbar{
        font-size: 0.8rem;
    }
    /*END navbar*/
    /*News on start*/
    .news-on-start h2{
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 600;
    }
    .news-on-start p{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END News on start*/
    
    /*Contact cards*/
    /* image origin width = 321, image origin-height = 360*/
    /* multiplier 1.6 */
    .contact-img-box{    
        width: 206px;
        height: 231px;
    }
    .hover-text a, .hover-text {
        font-size: 0.9rem;
    }
    /*END Contact cards*/
    
    /*Card*/
    .card-body-contact h2{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 700;
        color: #031F45;
    }
    .card-body-contact p{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 400;
        color: #031F45;
    }
    .contact-text, .contact-text a {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    /*END Card*/
    
    /*Misc*/
    .educationTab .nav-link, .educationTab button{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link .active, .educationTab button .active{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link:hover, .educationTab button:hover{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    
    .cardheader{
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 600;
        color: #031F45;
    }
    /*END Misc*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .swiper-slide{
        margin-top: 4.5rem;
    }
    h1, .h1{
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h2, .h2{
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h3, .h3{
        font-size: 1.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    p, .p, body{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*Ingress*/
    .textintro, .textintro p{
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*Header in hero*/
    .header-text h1{
        font-size: 2rem;
        line-height: 1.2;
        display: block;
        font-weight: 600;
        color: #FFF;
    }
    .header-text p{
        font-size: 1rem;
        line-height: 1.0;
        display: block;
        font-weight: 400;
        color: #FFF;
    }
    .flex-center-hero {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .swiper-pagination-bullet {
        height: 1rem;
        width: 1rem;
    }
    /*END Header in hero*/
    /*card height in start*/
    .educations .card .card_img_edu, .card_img_edu{
        height: 122px;
    }
    /*Footer settings*/
    .footer h1{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
    }
    .footer p, .footer a{
        font-size: 1rem;
        line-height: 1;
        font-weight: 400;
    }
    .footer small{
        font-size: 0.7rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END Footer settings*/
    /*Timer settings*/
    #countDownSection .header{
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
    }
    #countDownSection .numbers{
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 600;
    }
    #countDownSection .numbertext{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*END Timer settings*/
    /* Buttons */
    .buttontext{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 600;
    }
    /*END Buttons*/
    /*Breadcrumbs*/
    .breadcrumbs, news{
        font-size: 0.8rem;
        line-height: 2.0;
        font-weight: 500;
        letter-spacing: 0.125rem;
        text-transform: uppercase; 
    }
    newsticker{
        font-size: 0.7rem;
        line-height: 3.0;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    /*END Breadcrumbs*/
    
    /*navbar*/
    .navbar{
        font-size: 0.8rem;
    }
    /*END navbar*/
    /*News on start*/
    .news-on-start h2{
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 600;
    }
    .news-on-start p{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END News on start*/
    
    /*Contact cards*/
    /* image origin width = 321, image origin-height = 360*/
    /* multiplier 1.6 */
    .contact-img-box{    
        width: 206px;
        height: 231px;
    }
    .hover-text a, .hover-text {
        font-size: 0.9rem;
    }
    /*END Contact cards*/
    
    /*Card*/
    .card-body-contact h2{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 700;
        color: #031F45;
    }
    .card-body-contact p{
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 400;
        color: #031F45;
    }
    .contact-text, .contact-text a {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    /*END Card*/
    
    /*Misc*/
    .educationTab .nav-link, .educationTab button{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link .active, .educationTab button .active{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link:hover, .educationTab button:hover{
        font-size: 1rem;
        line-height: 1.5;
        text-transform: none;
    }
    
    .cardheader{
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 600;
        color: #031F45;
    }
    /*END Misc*/
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .swiper-slide{
        margin-top: 7rem;
    }
    h1, .h1{
        font-size: 3.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h2, .h2{
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h3, .h3{
        font-size: 2.25rem;
        line-height: 1.2;
        font-weight: 600;
    }
    p, .p, body{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*Ingress*/
    .textintro, .textintro p{
        font-size: 1.3rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*Header in hero*/
    .header-text h1{
        font-size: 2.5rem;
        line-height: 1.2;
        display: block;
        font-weight: 600;
        color: #FFF;
    }
    .header-text p{
        font-size: 1.5rem;
        line-height: 1.0;
        display: block;
        font-weight: 400;
        color: #FFF;
    }
    .flex-center-hero {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .swiper-pagination-bullet {
        height: 1.2rem;
        width: 1.2rem;
    }
    /*END Header in hero*/
    /*card height in start*/
    .educations .card .card_img_edu, .card_img_edu{
        height: 158px;
    }
    /*Footer settings*/
    .footer h1{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
    }
    .footer p, .footer a{
        font-size: 1rem;
        line-height: 1;
        font-weight: 400;
    }
    .footer small{
        font-size: 0.7rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END Footer settings*/
    /*Timer settings*/
    #countDownSection .header{
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
    }
    #countDownSection .numbers{
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 600;
    }
    #countDownSection .numbertext{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*END Timer settings*/
    /* Buttons */
    .buttontext{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 600;
    }
    /*END Buttons*/
    /*Breadcrumbs*/
    .breadcrumbs, news{
        font-size: 0.8rem;
        line-height: 2.0;
        font-weight: 500;
        letter-spacing: 0.125rem;
        text-transform: uppercase; 
    }
    newsticker{
        font-size: 0.7rem;
        line-height: 3.0;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    /*END Breadcrumbs*/
    
    /*navbar*/
    .navbar{
        font-size: 0.8rem;
    }
    /*END navbar*/
    /*News on start*/
    .news-on-start h2{
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    .news-on-start p{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END News on start*/
    
    /*Contact cards*/
    /* image origin width = 321, image origin-height = 360*/
    /* multiplier 1.6 */
    .contact-img-box{    
        width: 268px;
        height: 300px;
    }
    .hover-text a, .hover-text {
        font-size: 1rem;
    }
    /*END Contact cards*/
    
    /*Card*/
    .card-body-contact h2{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 700;
        color: #031F45;
    }
    .card-body-contact p{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
        color: #031F45;
    }
    .contact-text, .contact-text a {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    /*END Card*/
    
    /*Misc*/
    .educationTab .nav-link, .educationTab button{
        font-size: 1.2rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link .active, .educationTab button .active{
        font-size: 1.2rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link:hover, .educationTab button:hover{
        font-size: 1.2rem;
        line-height: 1.5;
        text-transform: none;
    }
    
    .cardheader{
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 600;
        color: #031F45;
    }
    /*END Misc*/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .swiper-slide{
        margin-top: 8rem;
    }
    h1, .h1{
        font-size: 3.5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h2, .h2{
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h3, .h3{
        font-size: 2.25rem;
        line-height: 1.2;
        font-weight: 600;
    }
    p, .p, body{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*Ingress*/
    .textintro, .textintro p{
        font-size: 1.3rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*Header in hero*/
    .header-text h1{
        font-size: 2.5rem;
        line-height: 1.2;
        display: block;
        font-weight: 600;
        color: #FFF;
    }
    .header-text p{
        font-size: 1.5rem;
        line-height: 1.0;
        display: block;
        font-weight: 400;
        color: #FFF;
    }
    .flex-center-hero {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .swiper-pagination-bullet {
        height: 1.2rem;
        width: 1.2rem;
    }
    /*END Header in hero*/
    /*card height in start*/
    .educations .card .card_img_edu, .card_img_edu{
        height: 200px; /*190*/
    }
    /*Footer settings*/
    .footer h1{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
    }
    .footer p, .footer a{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    .footer small{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END Footer settings*/
    /*Timer settings*/
    #countDownSection .header{
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 400;
    }
    #countDownSection .numbers{
        font-size: 3rem;
        line-height: 1.5;
        font-weight: 600;
    }
    #countDownSection .numbertext{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*END Timer settings*/
    /* Buttons */
    .buttontext{
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: 600;
    }
    /*END Buttons*/
    /*Breadcrumbs*/
    .breadcrumbs, news{
        font-size: 0.8rem;
        line-height: 2.0;
        font-weight: 500;
        letter-spacing: 0.125rem;
        text-transform: uppercase; 
    }
    newsticker{
        font-size: 0.7rem;
        line-height: 3.0;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    /*END Breadcrumbs*/
    
    /*navbar*/
    .navbar{
        font-size: 0.85rem;
    }
    /*END navbar*/
    /*News on start*/
    .news-on-start h2{
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 600;
    }
    .news-on-start p{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END News on start*/
    
    /*Contact cards*/
    /* image origin width = 321, image origin-height = 360*/
    /* multiplier 1.6 */
    .contact-img-box{    
        width: 323px;
        height: 362px;
    }
    .hover-text a, .hover-text {
        font-size: 1rem;
    }
    /*END Contact cards*/
    
    /*Card*/
    .card-body-contact h2{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 700;
        color: #031F45;
    }
    .card-body-contact p{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
        color: #031F45;
    }
    .contact-text, .contact-text a {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    /*END Card*/
    
    /*Misc*/
    .educationTab .nav-link, .educationTab button{
        font-size: 1.3rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link .active, .educationTab button .active{
        font-size: 1.3rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link:hover, .educationTab button:hover{
        font-size: 1.3rem;
        line-height: 1.5;
        text-transform: none;
    }
    
    .cardheader{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 600;
        color: #031F45;
    }
    /*END Misc*/
}

/* 1920px and above */
@media only screen and (min-width: 1920px) {
    .swiper-slide{
        margin-top: 8rem;
    }
    h1, .h1{
        font-size: 5rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h2, .h2{
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 600;
    }
    h3, .h3{
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 600;
    }
    p, .p, body{
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*Ingress*/
    .textintro, .textintro p{
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*Header in hero*/
    .header-text h1{
        font-size: 3.5rem;
        line-height: 1.2;
        display: block;
        font-weight: 600;
        color: #FFF;
    }
    .header-text p{
        font-size: 2rem;
        line-height: 1.0;
        display: block;
        font-weight: 400;
        color: #FFF;
    }
    .flex-center-hero {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .swiper-pagination-bullet {
        height: 1.5rem;
        width: 1.5rem;
    }
    /*END Header in hero*/
    /*card height in start*/
    .educations .card .card_img_edu, .card_img_edu{
        height: 300px;
    }
    /*Footer settings*/
    .footer h1{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
    }
    .footer p, .footer a{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    .footer small{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END Footer settings*/
    /*Timer settings*/
    #countDownSection .header{
        font-size: 2rem;
        line-height: 1.5;
        font-weight: 400;
    }
    #countDownSection .numbers{
        font-size: 4rem;
        line-height: 1.5;
        font-weight: 600;
    }
    #countDownSection .numbertext{
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 500;
    }
    /*END Timer settings*/
    /* Buttons */
    .buttontext{
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 600;
    }
    /*END Buttons*/
    /*Breadcrumbs*/
    .breadcrumbs, news{
        font-size: 1rem;
        line-height: 2.0;
        font-weight: 500;
        letter-spacing: 0.125rem;
        text-transform: uppercase; 
    }
    newsticker{
        font-size: 0.8rem;
        line-height: 3.0;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    /*END Breadcrumbs*/
    
    /*navbar*/
    .navbar{
        font-size: 0.9rem;
    }
    /*END navbar*/
    /*News on start*/
    .news-on-start h2{
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 600;
    }
    .news-on-start p{
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
    }
    /*END News on start*/
    
    /*Contact cards*/
    /* image origin width = 321, image origin-height = 360*/
    /* multiplier 1.6 */
    .contact-img-box{    
        width: 514px;
        height: 576px;
    }
    .hover-text a, .hover-text {
        font-size: 1.2rem;
    }
    /*END Contact cards*/
    
    /*Card*/
    .card-body-contact h2{
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 700;
        color: #031F45;
    }
    .card-body-contact p{
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
        color: #031F45;
    }
    .contact-text, .contact-text a {
        font-size: 1rem;
        line-height: 1.4;
    }
    /*END Card*/
    
    /*Misc*/
    .educationTab .nav-link, .educationTab button{
        font-size: 1.6rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link .active, .educationTab button .active{
        font-size: 1.6rem;
        line-height: 1.5;
        text-transform: none;
    }
    .educationTab .nav-link:hover, .educationTab button:hover{
        font-size: 1.6rem;
        line-height: 1.5;
        text-transform: none;
    }
    
    .cardheader{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 600;
        color: #031F45;
    }
    /*END Misc*/
}

