@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i,700,700i|Open+Sans:400,600,800');

html, body {
    font-family: 'Amiri', serif;
    font-size: 18pt;
}

@media print {
    html, body {
        font-size: 12pt;
    }
}

h1 {
    color: #2f4d6a;
    font-family: 'Amiri', serif;
    font-size: 2.0rem;
    margin-bottom: 0;
    margin-top: 2.5rem;
}
h1.subtitle {
    font-family: 'Amiri', serif;
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
}

.seal {
    padding-bottom: 30px;
    margin-right: 5px;
    padding-top: 30px;
    width: 90px;
}

.law-review-text {
    margin-bottom: 30px;
    margin-top: 30px;
    width:  400px;
}

.kh-logo {
    padding-top: 55px;
    width: 150px;
}

h2 {
    color: #2f4d6a;
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

h2.category {
    color: #DAAA00;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 1.0rem;
    text-transform: uppercase;
}

h3, h4, h5, h6 {
    color: #2f4d6a;
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 1.25rem;
}

a:hover, a:focus {
    text-decoration: none;
}

.navbar {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.6em;
    font-weight: 600;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
}

.navbar-full {
    z-index:  inherit;
}

.bg-blue {
    background-color: #2f4d6a;
}

.bg-light-blue {
    background-color: #8295a5;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
}

.navbar-dark .navbar-nav .active .nav-link {
    color: #DAAA00;
}

.navbar-dark+.bg-light-blue .navbar-nav .active .nav-link {
    color: #ECD47F;
}

.dropdown-menu {
    background-color: #2f4d6a;
    border: none;
    border-radius: 0;
    left: -1.5rem;
    text-transform: capitalize;
}

.dropdown-item {
    color: rgba(255,255,255, 1);
    font-size: 0.6em;
}

.dropdown-toggle::after {
    border: none;
}

p {
    color: #000000;
    font-size: 1.0rem;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 1.0rem;
}

.article-title {
    color: #000000;
    font-size: 1.4rem;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 1.2rem;
}

.article-title a {
    color: #000000;
}

.article-title a:hover, .article-title a:focus {
    color: #0275d8;
}

.article-title-block {
	 color: #000000;
	 font-size: 1.4rem;
	 line-height: 1.1;
	 margin-bottom: 0;
	 margin-top: 1.2rem;
	 display:block;
}

.article-title-block a {
	 color:#000000;
}

.article-title-block a:hover, .article-title-block a:focus {
	 color: #0275d8;
}

.article-author {
    color: #727272;
    /*font-size: 1.25rem;*/
    /*font-style: italic;*/
    /*line-height: 1.1;*/
    /*margin-bottom: 0;*/
    /*margin-top: 0;*/
}

.article-description {
    color: #727272;
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 0;
}

.symposium-nav {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 1.25rem;
}

.speakers {
    margin-top: 1.5rem;
}

.speakers .media {
    margin-bottom: 1rem;
}

.speakers h3 {
    margin-top: 0;
}

.speakers p {
    margin-top: 0.5rem;
}

form {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 1.25rem;
}

.masthead {
    text-align: center;
}

.masthead h3 {
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
}

.masthead p {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-top: 0;
}

.footer-top {
    border-top: 5px solid #8295a5;
    margin-top: 2rem;
}

.footer {
    margin-top: 1rem;
}

.footer p {
    font-size: 0.6rem;
}

.col-md-4 p.article-author {
  font-size: 20px;
  margin:10px 0;
  color: #727272;
  font-style: italic;
  line-height: 1.1;
}

.col-md-4 p.article-author span.authorInstitution {
    clear: both;
    display: block;
    color: #cacaca;
}

.photo-rounded-corners {
    border-radius:6px;
}
}