.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#section0 .mainbar{
    background-color: rgb(0,0,0);
    opacity: 0.6;
}


#section0 li.dropdown a{
    color: #707070 !important;
    outline: none;
}

@media screen and (min-width: 768px){
    #section0 .menutitle{
        width: 16.66%;
    }
    #section0 li.dropdown:hover > a,
    #section0 li.dropdown:hover > a:focus,
    #section0 li.dropdown:hover > a:hover{
        color: #fff !important;
    }
    #section0 li.dropdown:hover > .dropdown-menu {
        display: block;

    }

    #section0 li.dropdown a{
        font-size: 22px;
        font-weight: bolder;
    }
}

.parent {
    position: relative;
}

.child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}



/*xs*/
@media (max-width: 767px) {
    .leftbtn a{
        text-decoration: none !important;
        color:#dbdbdb;
        background-color: black;
        opacity: 0.5;
        padding: 5px 10px;
        font-size: 16px;
        outline: none;
    }

    .leftbtn a:hover{
        color: #fff !important;
        opacity: 1;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .leftbtn a{
        text-decoration: none !important;
        color:#dbdbdb;
        background-color: black;
        opacity: 0.5;
        padding: 10px 20px;
        font-size: 18px;
        outline: none;
    }

    .leftbtn a:hover{
        color: #fff !important;
        opacity: 1;
    }
}

/* The Modal (background) */
.qrcodeshow .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.qrcodeshow .modal-content {
    margin: auto;
    display: block;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.qrcodeshow .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.qrcodeshow .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.7 !important;
}

.qrcodeshow .close:hover,
.qrcodeshow .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media (max-width: 767px){
    .qrcodeshow .modal-content {
        width: 70%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .qrcodeshow .modal-content {
        width: 30%;
    }
}
@media (min-width: 992px){
    .qrcodeshow .modal-content {
        width: 20%;
    }
}


.cursorPointer:hover {
    cursor: pointer;
}

