* {
    font-family: sans-serif;
  }

body{
    color:#29B44A;
    display: none;
}

.header{
    z-index: 10;
    background-color: white;
    color: #29B44A !important;
}

.navbar-brand{
    color: #29B44A !important;
}

.bottom-nav {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 250px;
    transition: 0.3s;
    z-index: 100;
}

.bottom-nav a {
    display: block;
    color: #29B44A;
    text-align: center;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.bottom-nav a:hover {
    color: white !important;
}

.bottom-nav a:hover {
    color: white;
    transition: 0.3s;
}

.bottom-nav a.active {
    background-color: #4CAF50;
    color: white;
}
 


#main {
    transition: margin-bottom .5s;
    padding: 16px;
}

.sidenav {padding-top: 20px;}
.sidenav a {font-size: 18px;}

.menu-label{
    font-size: 24px !important;
    text-align: center;
    font-weight: bold;
}

.menu-closed{
    height: 0px !important;
}
.main-closed{
    margin-bottom: 0px !important;
}

.floating-image{
    position: relative;
    width: 51px;
    right: 24px;
    float: right;
}

.clickable{
    cursor: pointer;
}

.page-content{
    position: relative;
}

.open-menu-icon{
    display:block;
    font-size: 21px;
    margin: -3px;
}

.close-menu-icon
{
    display:block;
    font-size: 30px;
    margin: -11px;
}

.open-close-menu-button-text{
    display: block;
    font-size: 11px;
    font-weight: bold;

}

.main-block-shift{
    margin-left: -10px;
}

.open-button, .close-button{
    transition: opacity 0.5s linear;
}

.floating-button{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 18px;
    margin: auto;
    width: 65px;
    height: 65px;
    z-index: 1000;
    background: white;
    border: 2px solid #29B44A;
    color: #29B44A;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(17,17,17,0.3);
    transition: transform 200ms ease;
}

.bottom-navbar-container{
    padding-top: 40px;
}

.floating-button-desktop
{
 
}

.data-block{
    position: relative;
    padding: 30px;
    color: rgb(78, 78, 78);
    border: 2px solid #29B44A;
    height: calc(100vh - 199px);
    overflow: auto;
    margin-top: 89px;
    border-radius: 5px;
}

.data-block h1{
    font-size: 26px;
    color: #29B44A;
}
.data-block h2{
    font-size: 20px;
    color: #29B44A;
}

.data-block b{
    color: #29B44A;
}

.data-block a:hover{
    text-decoration: underline !important;
}
.top-navbar-container{

}

/* small resolution */
@media screen and (max-width: 550px) {
    .bottom-nav {
        height: 100%;
    }
    
    .navbar-brand{
        font-size: 16px;
    }

    .data-block {
        margin-top: 59px;
        height: calc(100vh - 172px);
    }

    #main {
        margin-bottom: 30px !important;
    }

    .bottom-navbar-container{
        padding-top: 5px;
    }

}

/* high resolution */ 
@media screen and (min-width: 550px) {

    .bottom-nav {
        height: 566px;
    }

    .navbar-brand{
        margin-top: 10px;
        font-size: 20px;
    }
}