/* Tooltip css start*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.tooltip-inner {
    background-color: rgba(0,100,135,1.0);
}
.tooltip .arrow::before {
    border-left-color: rgba(0,100,135,1.0);
}

.bttbox {
    font-size: 12px;
}

.bttbox  a,
.bttbox  a:focus  {
    color: rgba(255,255,255,1.0);
    color: rgba(0,100,135,1.0);
    font-weight: bold;
    border: 1px solid rgba(0,100,135,1.0);
    background-color: transparent;
    text-transform: uppercase;
    padding:15px;
}
.bttbox a:hover {
    color: rgba(255,255,255,1.0);
    background-color: rgba(0,100,135,1.0);
}
/*Tooltip css end */

/*Text css*/
.title-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.title-subtitle{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
}

.title-text{
    font-size: 18px;
    color: rgba(36,36,36,0.8);
}

.title-background {
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .title-background {
        padding-bottom: 40px;
    }
    .basic-background {
        padding: 20px;
    }
    .title-background-grey {
        padding-bottom: 60px;
    }
    .title-header {
        letter-spacing: 1px;
    }
    .title-text {
        font-size: 16px;
    }
    .title-title {
        font-size: 35px;
    }
    .title-subtitle {
        font-size: 20px;
    }
}


@media (max-width: 400px) {
    .title-background {
        padding-bottom: 40px;
    }
    .basic-background {
        padding: 20px 10px;
    }
    .title-background-grey {
        padding-bottom: 60px;
    }
    .title-header {
        letter-spacing: 1px;
        margin-left: auto;
        margin-right: auto;
    }
    .title-text {
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
    .title-title {
        font-size: 25px;
    }
    .title-subtitle {
        font-size: 16px;
    }
}
/*Text css end*/

/*Nav */
.navbar-default {
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: rgba(36,36,36,1.0);
    color:white;
    border: none;
    letter-spacing: 1px;
    height: 80px;
}

.nav > li {
    display: block;
    text-align: right;
}
.nav > li > a {
    text-align: right;
    display: block;
    padding: 10px 10px;
    color: white;
    border-bottom: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border-bottom: none;
    color: rgba(0,100,135,1.0);

}
.sidebar-header {
    color: rgba(0, 0, 0, 1.0);
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 15px;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
}
.sidebar {
    background-color: rgba(255, 255, 255, 1.0);
    padding: 30px 20px;
    margin: 0px 0px 0px 20px;
    letter-spacing: 1px;
}

.dropdown-menu.show  {
    display: inline-block;
    background-color: rgba(36,36,36,1.0);
    border: none;
    right: auto;
    left:0;
    text-align:left;
    background-clip: padding-box;
    border: 0px solid rgba(211, 211, 211, 1.0);
    border-radius: 0px;
    /*margin-top: 7px;*/
}

.dropdown-item.nav-link {
    color: white;
}

.dropdown-item.nav-link:hover {
    color: rgba(0,100,135,1.0);
    background-color: rgba(36,36,36,1.0);
}

.fas.fa-bars {
    color: rgba(0,100,135,1.0);
}

@media (max-width: 991px) {
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border-color: transparent;
    }
    .nav.navbar-nav.ml-auto {
        background-color: rgba(36,36,36,1.0);
        position: fixed;
        right: 0;
        left: 0;
        padding-right: 20px;
    }

    .dropdown-item.nav-link {
        display: block;
        padding: 5px 15px;
        visibility:visible;
        font-size:12px;
        text-align: right;
    }
}

.picture-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cookie-notification {
    position: fixed;
    bottom: 50px;
    left:15%;
    right:15%;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(36,36,36,1.0);
    color: rgba(0,100,135,1);
    border: 0px solid rgba(36,36,36,1.0);
    text-align: center;
}


