/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

body, html {
    height: 100%;
   /*margin: 0;*/
   font-family: Montserrat;font-size:15px;color:#000; 
}

 ul, li {
	font-size:14px;
	line-height:21px;
	max-width:1140px;
	margin:0px auto 0px auto;
}


/*h1 {  font-size: 2.125rem; }*/

h1{  font-size: 1.6875rem;margin-bottom:10px; }
h2 {  font-size: 1.375rem;margin-bottom:10px; }
h3 {  font-size: 1.125rem;margin-bottom:10px; }
h4 {  font-size: 1.125rem;margin-bottom:6px; }
h5 {  font-size: 1rem;margin-bottom:6px; }

p {margin-top: 0.5em; margin-bottom: 1em; text-indent:0;}

a {
    color: #236fa0;
    text-decoration: none;font-weight: bold;}
a:hover {
    color: #000;;
    text-decoration: none;
	background-color:; }

.purple {background-color:#2e1638;}
.RBpurple {background-color:#4D1979;} /*Riverbat=RB*/
.strong {font-weight: bold;}
.normal {font-weight: normal;}
.smallFont85 {font-size: 85%;}
.font90{font-size:90%;}
.font100{font-size:100%;}
.indent28 { padding-left: 28px;}
.indentboth {padding-right: 28px; padding-left: 28px;}
.ulindent{margin-left:35px;}
.ulindent2{padding-left:25px;}

.RedHeader {font-weight: bold;color: #800000;margin-bottom:-7px;}
.RBHeader {font-weight: bold;color: #4D1979;} /*Riverbat=RB*/
.BlueHeader {font-weight: bold;color: #00524a;}
.styleRedBold80 { color: #800000; font-weight: bold; font-size: 115%;}
.RedBold80 { color: #800000; font-weight: bold; font-size: 100%;}
.justRed80 {color:#800000;}
.yellowblock{background-color: yellow;}
.svcTitle {font-weight: bold;color:#29506F;font-size: 115%;border-bottom: 1px dotted gray;border-top: 1px dotted gray; padding-bottom: 2px;padding-top: 2px;
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 2px solid #dddddd;
}

#hangright {float: right; /*margin: 4px 5px 20px 20px;*/
 margin-top:10px;
 border-top: 1px solid silver;
 border-right: 3px solid silver; 
 border-bottom: 3px solid silver;
 border-left: 1px solid silver;
 background-color:#ffffff;
 padding: 10px 20px 10px 20px ; font-size: 90%;line-height: 1.6em;
}


.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://library.austincc.edu/img/egn-balcony-evenng2.png");
   /*background-image: url("https://library.austincc.edu/img/ls-youtube-banner.png");*/
  height: 35%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 /* position: relative;*/
}

.hero-image2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://library.austincc.edu/img/egn-students2.png");
   /*background-image: url("https://library.austincc.edu/img/ls-youtube-banner.png");*/
  height: 20%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 /* position: relative;*/
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.searchnav {
  overflow: hidden;
  /*background-color: #777;
  background-color: #260859;
        opacity: 0.95;*/
  width:100%;
  margin-top:5px;
}
.searchnav a {
  float: left;
  display: block;
  color: #2E1A47;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 16px;
}
.searchnav a:hover {
  background-color: #ddd;
  color: black;
}

div.relative {
  position: relative;
  /*max-width: 800px;*/
  height: 200px;
  border: 3px solid #73AD21;
} 

div.absolute {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 80%;
  height: 100px;
  background-color:transparent;
}
* {
  box-sizing: border-box;
}

form.example input[type=text] {
  padding: 10px;
  font-size: x-large;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 10%;
  padding: 10px;
  /*background: grey;*/
  background: #777;
  color: white;
  font-size: x-large;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #4D1979;
        opacity: 0.95;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.boxlink {
  display: flex;
  flex-flow: wrap;
  background-color: #4d1979;
}

.boxlink > div {
  background-color: #4d1979;
  width: 100px;
  height:156px;
  text-align: center;
  /*line-height: 75px;*/
}
/*
.boxlink a {
      color: #fff;
    text-decoration: none;
    font-weight:normal;
 }
.boxlink a:hover {
    color: #fff;
    text-decoration: none;
    font-weight:normal;
 } */

.bops a {
    /*color: #5b2c6f;*/
    color: #fff !important;
    background-color: #4d1979; !important;
    text-decoration: none;
    font-weight:normal;
 }
.bops a:hover {
    /*color: #5b2c6f;*/
    color: #000;
	/*background-color: #4d1979;*/
    text-decoration: none;
    font-weight:bold;
 }
.gethelpbox { border: thin solid silver;margin-top: 5px;
	padding: 6px 6px 6px 16px;
	font-size:16px; }
.gethelpbox a {
    color: #000;
    text-decoration: none;font-weight: normal; }
.gethelpbox a:hover {
    color: #000;
    background-color: ;
    text-decoration: none;font-weight: bold; }

.covid19 {display: none  !important;} 

/* these are old links and probably not used */
#ACC-links {
	margin-right: 15px;
	margin-top: -1px;
	list-style-type: none;
}

#ACC-links li{
	float:left;
	display:block;
	text-align:center;
	position:relative;
	background-color: #2F5F8F;  /* darker blue */
	padding: 0 5px;
	margin-top:2px;
	height: 26px;
	line-height: 26px;
	border-right: thin solid #4A76A8;
}

#ACC-links li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff;             /* white text now passes wave */
	background-color: transparent;
	outline: 0;
	text-decoration: none;
}

/* hover state */
#ACC-links li:hover {
	background-color: #CFD6DE;
	color: #003264;
}

#ACC-links li:hover a {
	color: #003264;
}


		span.menuBar {
			border:1px solid #B5C6DA;
			border-right:none;
			background-color:#E5ECF4;
			}
		span.menuBar a, span.menuBar a:visited, span.menuBar a:hover {
			padding-left:3px;
			padding-right:3px;
			text-decoration:none;
			font-weight:normal;
			border-right:1px solid #B5C6DA;
			}
		span.menuBar a.selected, span.menuBar a:hover {
			background-color:#D1DBE7;
		}

		}

.covid19 {display: none  !important;}


/* MEDIA QUERY readthumbs */
@media (max-width: 800px) {
    #thumbs {
        display: ;
    }
}

/* MEDIA QUERY whatsnew */
@media (max-width: 800px) {
    .whatsnew{
        display: ;
    }
}


/* MEDIA QUERY spotlight */
@media (max-width: 800px) {
    .spotlight{
        display: ;
    }
}

/* MEDIA QUERY gethelp */
@media (max-width: 800px) {
    #gethelpbox{
        display: ;
    }
}

/* Grid Structure rows columns */
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}


/* Footer changes for LS --mp */
.footerWrap {
background-image:radial-gradient(#2E1A47, #4d1979);
 /* background: #555555;
background:-webkit-linear-gradient(top, #555555, #666666);
background: -moz-linear-gradient(top, #555555, #666666);
background: -ms-linear-gradient(top, #555555, #666666);
background: -o-linear-gradient(top, #555555, #666666);
background: linear-gradient(to bottom, #555555, #666666);
shadow-color: rgba(0, 0, 0, 0.9);*/ }

footer {
  color: white;
  /*padding: 1rem 0 1rem;*/  
padding: 15px 0 0 25px;}
  footer h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  footer li a {
  color: #fff;font-size: 85%; }
  footer li a:hover {
  background-color: white; color:black; }