

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
	padding-top: 0px;
	font-size: 15px;
	background-color: #FFECD7;
	color: #333;
}

a, a:hover, a:link, a:visited {
	text-decoration:none;
  color: #fff;
}

ul {
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li {
	list-style: none;
}

hr.cc-hr {
	border: 5px solid #5d0320;
}

.btn-cc {
  background-color: #5D0420;
  color: #fff;
}

.btn-cc:hover {
  color: #da9e29;
}

section	{
	padding-top: 35px;
	padding-bottom: 35px;
}

i.fas, i.fab {
	margin-right: 12px;
}

#spinner {
  display: none;
  position: fixed;
  z-index: 1031;
  top: 50%;
  right: 50%;
  margin-top: -3rem;
  margin-right: -1.4rem;
}

/*------ Header ------*/

header {
	background:#5D0320;
}

header #cc-logo {
	max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

header #sub-header {
	background-color: #8d5924;
	padding-top: 8px;
  font-size: 14px;
	color: #ffecd8;
	letter-spacing: 5px;
}

header #sub-header p {
 margin-bottom: 8px; 
}

header .social-links {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

header .social-links img.social {
	width: 30px;
	margin-right: 8px;
}

header .social-links #fb-icon {
	margin-left: 3px;
}

#portal-btns a.btn-lg {
	width: 80%;
}

#policies-protocols a {
	color: inherit;
	text-decoration: underline;
}

/*----- Contact -----*/

#contact a, #contact a:hover, #contact a:link, #contact a:visited {
	color: #000;
}

#contact p span {
  top: 3px;
  font-size: 16px;
}

#contact .pipe {
	padding-left: 15px;
	padding-right: 15px;
}

/*------ Footer ------*/

footer {
	background-color: #5D0420;
	color: #ffecd8;
	padding-top: 35px;
	padding-bottom: 35px;
}

footer p {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
}

footer .footer-contact a, footer .footer-contact a:link {
	color: #ffecd8;
}

footer .legal {
	margin-top: 30px;
}

/*----- Timesheet -----*/

a.redirect {
  text-decoration: underline;
  color: #000;
}

#clock-out-data {
	display: none;
}


/*----- Daily Balance -----*/

#earnings, #cc-total-earnings, #misc-items {
	display: none;
}

#over-short .over-short {
	color: red;
}

#total-earnings-val {
  color: green;
}

@media screen and (min-width: 375px) {
  
  header #sub-header {
   letter-spacing: 6px;
  }

}

@media screen and (min-width: 425px) {
  
  
  header #cc-logo {
	  max-width: 275px;
  }
  	
	header .social-links img.social {
    width: 35px;
    margin-right: 12px;
  }
  
  header #sub-header {
   letter-spacing: 8px;
  }
}

@media (min-width: 576px) {
  header {
    padding-top: 0px;
  }
  
  header #cc-logo {
    display: flex;
    justify-content: right;
  }
  
  header .social-links-wrapper {
    margin-top: 48px;
  }
  
  header .social-links-wrapper .social-links {
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    border-left: 1px solid #da9e29;
  }
  
  header #sub-header {
		font-size: 16px;
		letter-spacing: 10px;
  }
  
}

@media screen and (min-width: 768px) {
	#portal-btns a.btn-lg {
		width: 100%;
	}
}

@media screen and (min-width: 992px) { }

@media screen and (min-width: 1200px) { }

