h5 {
	font-size: 1.5rem;
	color: white;
  	text-shadow: 2px 2px 4px #000000;
}

p {
	text-shadow: 2px 2px 4px #111111;
}

body {
    font-family: 'Poppins';font-size: 1.1rem;
}

nav {
  font-family: 'Exo';
  font-size: 1.2rem;
}

.nav-link {
  color:black;
}

.card {
	border-radius: 0;
	border:none;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 3rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.ct-footer-post a:hover {
  text-decoration: underline;
}
.ct-footer-post {
  background: white;
  padding: 1.5rem 0;
}

.ct-footer-post ul li {
 
  margin: 0 20px;
}
.ct-footer-post a {
  color: #666;
}

.ct-footer-post p{
  text-shadow: none;
  color:black;
  margin-bottom:0.05rem;
  font-size:0.8rem;
}



 a:hover, a:focus, a:active {
  text-decoration: none;
  color: orange;
}
a {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* Copy */ 
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content:"";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.jumbotron {
    background-color:transparent;
}

@media (max-width: 767.98px) { 


 }
