<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Space out content a bit */
body {
  margin-top: -20px;
  font-size: 11pt;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 20px;
  padding-top: 40px;
  background: white;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  min-width: 320px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    background-color: white;
    background: white;
    max-width: 950px;
    min-width: 320px;
  }
}
.container-narrow &gt; hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  color: #000000;
/*   text-shadow: 1px 1px 0px white, 2px 2px 1px #cccccc; */
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin-left: 0;
	margin-bottom: 40px;
	margin-right: 0;
	margin-top: -20px;
}
.marketing p + h4 {
  margin-top: 8px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
  .container-ouc {
  	background-color: white;
  	margin-top: 20px;
  	padding-bottom: 10px;
  	padding-top: 10px;
  	border-radius: 8px;
   -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075), -5px -5px -5px rgba(0,0,0,0.75);
  	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.075);


  }
  #myCarousel {
  	margin-top: -20px;
  }
  
  
  .serif {
/*   	font-family: 'Gentium Book Basic'; */
/*   	font-family: 'EB Garamond'; */
	font-family: Cinzel;
  
  
  }
  
  
  .serif-smaller {
/*   	font-family: 'Gentium Book Basic'; */
/*   	font-family: 'EB Garamond'; */
	font-size: 16pt;
     	                                     
     	                              
	font-family: Cinzel;
  
  
  }
  
  
  .serif-smaller-er {
/*   	font-family: 'Gentium Book Basic'; */
/*   	font-family: 'EB Garamond'; */
	font-size: 14pt;
     	                                     
     	                              
	font-family: Cinzel;
  
  
  }
  
  
  .serif-smaller-est {
/*   	font-family: 'Gentium Book Basic'; */
/*   	font-family: 'EB Garamond'; */
	font-size: 13pt;
     	                                     
     	                              
	font-family: Cinzel;
  
  
  }
  
  
  .serif-smaller-est-still {
/*   	font-family: 'Gentium Book Basic'; */
/*   	font-family: 'EB Garamond'; */
	font-size: 12pt;
     	                                     
     	                              
	font-family: Cinzel;
  
  
  }
  
  
  .serif-small-12 {
/*   	font-family: 'Gentium Book Basic'; */
/*   	font-family: 'EB Garamond'; */
	font-size: 12pt;
     	                                     
     	                              
	font-family: Cinzel;
  
  
  }
  
  
  .jumbotron-background-image {
	  opacity: .85;
  	background-image: url(../img/earl-hall-columbia2.jpg);
  	background-size: cover;
  }
  .well-opacity {opacity: .92;
  text-shadow: 1px 1px 1px gray 
  }
  .tight {
  	letter-spacing: 0px;
  	word-spacing: 0px;
  }
  .tighter {
  	font-size: 15pt;
  	letter-spacing: -1px;
  	word-spacing: 0px;
  }
  .justified-text {
  	word-spacing: -1px;
  	letter-spacing: 0px;
  	text-align: justify;
  }
  #banner {
  margin-top: 10px;
  background: transparent;
  z-index: 100;
  }
  #CU_brand {
  	font-size: 13pt;
  }
  .input-small-search {
  	height: 23px;
  }
  .bottom-navbar {
  	margin: 50px;
  	height: auto;
  }
  .bold {
  	font-weight: bold;
  }
  .italics {
  	font-style: italic;
  }
  .italics-grey {
  	font-size: 13pt;
  	text-shadow: 1px 1px 1px #e6e6e6;
  	color: #999999;
  	font-style: italic;
  }
  .buffer {
  	margin-top: 10px;
  	padding-top: 10px;
  }
  .hr_separator {
  	width: 96%;
  	padding-bottom: 5px;
  }
  
/* Reset the container */
.container {
  max-width: none !important;
  width: 970px;
}

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav &gt; li {
  float: left;
}
.navbar-nav &gt; li &gt; a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar .open .dropdown-menu &gt; li &gt; a {
  color: #333;
}
.navbar .open .dropdown-menu &gt; li &gt; a:hover,
.navbar .open .dropdown-menu &gt; li &gt; a:focus,
.navbar .open .dropdown-menu &gt; .active &gt; a,
.navbar .open .dropdown-menu &gt; .active &gt; a:hover,
.navbar .open .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .open .dropdown-menu &gt; .disabled &gt; a,
.navbar .open .dropdown-menu &gt; .disabled &gt; a:hover,
.navbar .open .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
 
.nav {
  margin-right: 5px;

	}
.hr_dark {
		color: black;
	}
	
}
</pre></body></html>