/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
.bg-gold {
  background-color: #ffcc33 !important;
}

.display-4 {
	font-size: 2rem;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 1.4rem;
	font-family: serif;
	font-weight: bold;
	font-style: italic;

}

.bg-primary {
	background-color: #003366 !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.8) !important;
}


a.nav-link{
	color: #003366 !important;
	text-decoration: underline;
}

.startpage-descr {
	font-size: .9rem;
	line-height: 1rem;
	font-style: italic;
}

.card-img,
.card-img-top,
.card-img-bottom {
  padding: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

.txt-blue {
	color: #003366;
}

.card-body{
	background-color: rgba(0, 0, 0, 0.08);
}

.card-img-top {
	background-color: rgba(0, 0, 0, 0.08);
}

.nav-item {
	font-size: .9rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: .5rem !important;
}

.website-th-img {
	text-align: center;
	padding: 1em;
	font-size: .9em;
	font-style: italic;

}

.website-th-img a {
	color: #000000;
	font-family: serif;
}

.banner {
	background-color: red;
	color: white;
	padding: 5px;
	text-align: center;
	font-family: serif;
	font-weight: bold;
}

hr {
  border: 1px solid #c3c3c3;
}

.email-col {
	background-color: rgba(0, 0, 0, 0.08);
	border: 5px solid #ffffff;
	padding-top: 1em;
}

.red-it-b {
	color: red;
	font-family: serif;
	font-style: italic;
	font-size: .9rem;
	font-weight: bold;
	line-height: .7em;
}

	
 
.offset:before { 
	display: block; 
 	content: " "; 
  	height: 100px;      /* Give height of your fixed element */
        margin-top: -100px; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}