body, html {
  height: 100%;
  margin: 0;
  background-color: #f8f9fa;
  font-family: 'Cabin';font-size: 20px;
}

.card-title {
	color: white;
	text-shadow: 2px 2px black;
	font-family: "Homemade Apple", sans-serif;
}
.navbar-brand {
	font-family: "Homemade Apple", sans-serif;
	font-size: 20pt;
}
.card-text {
	font-size: 15pt;
	color: white;
}

.cardbg {
	background-color: black;
}

.card-btn {
	width: 95%;
}


h1 {
  font-family: "Homemade Apple", sans-serif;
  font-size: 60px;
}

iframe {
  margin: 0 auto;
  display: block;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.iframeheight {
	min-height: 600px;
}

footer {
	background-color: #f8f9fa;
}

.rcorners {
  border-radius: 25px;
  border: 2px solid #d7d6d4;
  background-color: white;
}

.card-link {
	color: black;
	font-weight: bold;
}
.card-link:hover {
	color: black;
}

header {
    background: black;
    overflow: hidden;
}

.navbar .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link:focus {
  border-bottom: 4px solid black;
  display: table-cell;
  width: 100%;
}

.navbar-collapse .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-collapse .active {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-item {
  padding-right:50px;
}

.navbar-brand {
  padding-right:50px;
}

@media only screen and (max-width: 768px) {
  h1.title {
  font-family: "Homemade Apple", sans-serif;
  font-size: 40px;
  }
}
