@charset "utf-8";
@import url("bootstrap-4.4.1.css");
@import url("font-awesome.min.css");
/* CSS Document */

*,:after,:before{
    box-sizing: border-box;
    color: black;
}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

body{
	margin:0;
	color:#6a6f8c;
	font:600 16px/18px 'Open Sans',sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.main{
	background: url("../images/Gibson.jpg");
    background-size: cover;
    margin-right: 250px;
}

.directory-entry{
    background-image: 
}

.litigation{
    font-size: 2rem;
}

.text-center{
	text-align: center;
	align-content: center;
}

.home{
	background:url("../images/Grey-website-background.png");
}

.gradient{
    background:linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(0,32,96,0.8));
    border-radius: 1rem;
}

.blank{
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)) !important;
}

.text{
	color: white;
	text-align: center;
}

.dark{
    color: black;
    text-align: center;
}

.directory-header {
    background-image:linear-gradient(to right, rgba(169,0,0,1.0), rgba(169,0,0,0));
    font-family:"Open Sans", sans-serif;
    font-size:12px;
    font-weight:bold;
}

.directory-image{
    max-width: inherit;
    url("../images/directory.png");
    background-size: no-repeat cover;
    min-height: 2600px;
}

.calendar-box{
    width: 500px;
    margin-left: 30px;
    paddin-top: 30px;
    align-content: space-around;
}

.text-box-left {
    text-align: justify;
    width: 30%;
    font-size: 3rem;
    color:ghostwhite !important;
}

.card-text{
    color: rgb(255,255,255);
	text-align: center;
    font-size: 17px;
}

.card-body-text{
    color: black;
	text-align: center;
    font-size: 1.0rem; 
}

.login-title{
	color:white;
	text-align:center;
	font-size:1.5rem;
	border-bottom: 2px solid rgb(169,0,0);
	padding-bottom: 10px;
	
}

.spacebelow{
    padding-bottom: 1.5rem;
}

.paragraph{
	color: black;
	text-align: left;
}

.login-wrap{
	width:100%;
	margin:auto;
	max-width:525px;
	min-height:750px;
	margin-top:40px;
	position:relative;
	background: url("../images/Gibson.jpg") no-repeat center;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-wrap-body{
	width:100%;
	max-width:400px;
	max-height:750px;
	position:relative;
	background: url("../images/../images/mainbckgd.bmp") no-repeat center;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
	padding:90px 70px 50px 70px;
	background-color:rgba(40,57,101,0.8);
    
}


.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#1161ee;
}
.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:50px;
	margin-top:20px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
    border: thin solid #FFFFFF;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255,255,255,.4); /* Add this as a property for a selector to which the effect has to be applied*/
    /* Chrome and Safari */
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    /* Firefox */
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    /* Standard Syntax */
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.login-form .group .button-cancel{
	background: rgba(169,0,0,0.3);
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#fff;
	font-size:12px;
}
.login-form .group .button{
	background: rgba(100,150,255,.80);
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.signupsuccess{
	text-align: center !important;
	color:darkseagreen !important;
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
	color:#fff;
}

.welcome{
    background: url("../images/Gibson BOD Graphic.tif") center;
    height: 65px;
}

.goodbye {
	padding-top: 1rem;
	height: 7rem;
	text-align: center;
	font-family: "Century Gothic", "Century Schoolbook", "Bookman Old Style";
	font-size: 2rem;
	color:rgba(94,11,12,1.00);
}

.spacer{
	margin-bottom: 5rem;
}

.colhead {
	display: block;
	font-family:"Malgun Gothic", "Malgun Gothic Semilight", "MS Gothic", "MS PGothic", "MS UI Gothic", "Yu Gothic";
	text-align: center;
	color:rgba(239,238,238,0.91);	
}

.scrollspy-example{
			position: relative;
			height: auto;
			overflow-y: scroll;
  }

.separator {
  margin: 3rem 0;
  border-bottom: 1px dashed #fff;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

.text-gray {
  color: #aaa;
}

.vertical-nav {
  min-width: 19rem;
  width: 19rem;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
display: inline-block;
}

.page-content {
  width: calc(100% - 20rem);
  margin-left: 19rem;
  background-image: url("../images/Gibson.jpg");
  background-size: cover no-repeat;
  transition: all 0.4s;
  min-height: inherit;
}

/* for toggle behavior */

#sidebar.active {
  margin-left: -19rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

#page-content {
    margin-left: 19rem;
    margin-right: 250px;
    background-image: url("../images/Gibson.jpg");
    background-size: cover;
    height: 1080px;
    min-height:inherit;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -19rem;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
    margin: 0;
  }
  #content.active {
    margin-left: 17rem;
    width: calc(100% - 19rem);
  }
}
