* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*=================================================================
	 Section Navbar
==================================================================*/

.navbar-custom {
    background-color: #1C59A9;
    padding: 1% 3%;
}

.navbar-custom a img {
    height: 5vh;
}

li, a {
    font-weight: 500;
    font-family: Circular_Std_Book;
    font-size: 1vw;
    color: #ffffff;
    padding: 0 6px;
}

.navbar-nav {
    width: 100%;
}

nav .navbar-nav li {
    margin: auto auto;
}

nav .navbar-nav li a {
    transition: all 1.5s ease 0s;
    color: #ffffff;
    text-align: center;
}

.menu-icons {
    width: 14%;
}

@media only screen and (max-width: 984px) {
    .menu-icons {
        width: 100%;
        text-align: center;
    }
}

.menu-icon-link {
    display: inline-block;
}

.menu-icon-link img {
    height: 3vh !important;
}

nav .navbar-nav li a:hover {
    font-family: Circular_Std_Bold;
    color: #ffffff;
}

@media screen and (max-width: 700px){
    nav .navbar-nav li a {
        font-size: 3vw;
    }
}

/*=================================================================
	   Nav for footer
==================================================================*/

.header-footer {
    width: 100%;
    background-color: #131127;
    overflow: auto;
}

.header-footer li a {
    float: left;
    padding: 30px;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .header-footer a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        padding: 2;
    }
    .header-footer li a {
        padding: 10px;
        font-size: 16px;
    }
}

/*=================================================================
	   Contact footer
==================================================================*/

.contact-footer {
    background-color: #131127;
    padding: 18px 0;
}

.linkedin-icon {
    text-align: center;
}

.linkedin-icon p {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 17px;
}

.contact-text {
    text-align: center;
}

.notice a{
    text-decoration: underline;
}

.private-notice {
    color: #1C59A9;
    font-family: Circular_Std_Bold;
    font-size: 17px;
}

.support-icon {
    text-align: center;
}

.support-icon p {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 17px;
}

@media screen and (max-width:800px) {
    .support-icon {
        padding: 15px;
    }

    .private-notice{
        font-size:4.5vw;
    }

    .email-notice{
        font-size: 3.5vw;
    }

    .phone-notice{
        font-size: 3.5vw;
    }
}

.container-footer-bottom {
    background-color: #0253c8;
}

.footer-bottom {
    color: #ffffff;
    height: 50px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-top: 12px;
}

.footer-bottom a {
    color: #0253c8;
    font-size: 8px;
}

/*=================================================================
	 This Section is for the style div cookies
==================================================================*/

#cookieConsent {
    background-color: rgba(28, 89, 169, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

.btn-accept{
    background-color: #E0E1E3;
    color: #000000;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 10px;
}

#cookieConsent a {
    color: #131127;
    font-size: 14px;    
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

/*=================================================================
	 Fonts
==================================================================*/

@font-face {
    font-family: Baskerville_Bold;
    src: url(../resources/Baskerville_Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: Baskerville_Rugular;
    src: url(../resources/Baskerville.ttf);
    font-display: swap;
}

@font-face {
    font-family: Circular_St_Book_Italic;
    src: url(../resources/Circular_Std_Book_Italic.ttf);
    font-display: swap;
}

@font-face {
    font-family: Circular_Std_Bold;
    src: url(../resources/Circular_Std_Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: Circular_Std_Bold_Italic;
    src: url(../resources/Circular_Std_Bold_Italic.ttf);
    font-display: swap;
}

@font-face {
    font-family: Circular_Std_Book;
    src: url(../resources/Circular_Std_Book.ttf);
    font-display: swap;
}