@charset "utf-8";
/* CSS Document */

/*Header Design*/
.photoheader {
	min-height: 100px;
	max-height: 250px;
	background-image: url("HeaderImg_Test.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mobileheader {
	height: 100px;
	background-image: url("HeaderImg_Test.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.logo-header{
	max-height: 250px;
}

.mobilelogo-header {
	max-height: 100px;
}

.logo {
	max-height: inherit;
}



/*Main - Carousel and Login*/

.carousel-inner{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

.carousel-img {
  background-color: #ccc;
  height: 100%;
  min-height: 400px;
      /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-h100, .carousel-h100 .carousel-item, .carousel-h100 .carousel-inner{
  height:100%;
}

/*Login*/

.brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	padding: 10px;
	text-align: center;
}
		
.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 4px solid white;
}

.loginlogo {
	width: 130px;
}

.form_container {
	margin-top: 100px;
}

.login_btn {
	width: 100%;
}

.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.login_container {
	padding: 0 2rem;
}

.input-group-text {
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	/* background-color: #4F4F4F !important; */
}

.user_card {
	height: 400px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	background: #A1A1A1;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}




/*Index - Dept&Product Ignore these for now*/



/*Navbar*/
.brand-color4 {
	background-color: #267E99;
}

.menu-iconl {
	color: white; 
	font-size: 1.5rem;
}

.menu-iconr {
	color: white; 
	font-size: 1.5rem; 
}

.budget {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: white; 
	font-size: 1.5rem;
}

.menu_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: white; 
	font-size: 1.5rem;
}

.product-card{
	background-color: orange;
}


/*Ignore everything between these markers for now, Squire. I'm doing some fixes on the Dept Index Page regarding these*/
.col-4dot8 {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-4dot8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}


.col-7dot2 {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-7dot2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-2dot4 {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding-right: 15px;
    padding-left: 15px;
}
	
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}

/*.col-2dot4 {
    position: relative;
    width: 32%;
    min-height: 1px;
}

.col-2dot4 {
    webkit-box-flex: 0;
    ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}

.deptcol {
	background-color: yellow;
	min-height: 50px;
}
*/

/*Ignore from here above to previous Ignore note*/




/*Footer*/

.btn-secondary {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.sociallink, .page-footer a {
	color: black !important;
	text-decoration: none;
}
	
