footer {
	/* Add a gray background color and some padding to the footer */
    background-color: #f2f2f2;
	padding: 25px;
	
}


/* Navbar */
.navbar-custom {
    background-color: #81D1FF;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,0.8);
    float: left;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #FFFFFF;
    
}




/* Body */
body {
	/* background-image: url("background.JPG"); */
}

/* jumbotron */
.jumbotron{
	/* background-color:transparent !important; */ 
	background-image: url("../img/background_crop.JPG");  
	background-size: cover;
	
}


/* webcam */
.card-img-top {
width: 100%;
object-fit: cover;
}

#webcam{
    object-fit: cover;
    object-position: -30% 0;
}


/* Slider */
#myRange{
    transform: rotateY(180deg);
}


/*************** Global Styles ***************/

h1, h2, h4 {
    color: #FFFFFF;
}



/* grafer.php styles */


.dropdown-menu {
    width: 100%;
}














