body, h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
}

.input-light input {
    color: black;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #818181;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.btn-camera {
    color: #495057;
    background-color: #ffffff;
    border-color: rgb(147, 176, 185);
}

.btn-camera:hover {
    background-color: #5B7279;
    color: #ffffff;
    border-color: rgb(147, 176, 185);;
}

.btn-camera-divider {
    color: rgb(147, 176, 185);
    background-color: rgb(147, 176, 185);
    border-color: rgb(147, 176, 185);
}

.btn-camera-center:disabled {
    color: #ffffff;
    background-color: #ffffff;
    border-color: rgb(147, 176, 185);
    opacity: 1;
}

.btn-camera-center:disabled:hover,
.btn-camera:disabled:hover {
    color: #495057;
    background-color: #ffffff;
    border-color: rgb(147, 176, 185);
    opacity: 0.65;
}