@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&family=Space+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=PT+Sans&display=swap');


body {
	font-family: 'Source San Pro';
	font-weight: 400;
    border-right: 15px solid #000000;
    border-left: 15px solid #000000;
}

h1, h2, h3, h4 {
	font-family: 'Oswald';
}

.btn-link, a {
  color: #888888;
  text-decoration: none;
  background-color: transparent;
}

.btn-link:hover, a:hover {
  color: #ffffff;
  text-decoration: strikethrough;
}

.bg-dark {
    background-color: #18453b !important;
}

.navbar-dark .navbar-nav .nav-link  {
    color: #000000;
    font-style: normal;
    font-weight: 200;
}

.navbar-nav .nav-item {
    border: 1px solid #ffffff;
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.navbar-brand {
	margin-top: .5em;
}

header {
    background-color: #000000;
    background-image: url(https://i.pinimg.com/564x/76/76/2e/76762eb800603c9ea264f3c62983a418.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 300px;
}

header h2 {
    color: #18453b;
    font-size: 3.75em;
    text-align: center;
    margin-top: 1em;
    text-transform: uppercase;
}

header p {
    color: #000000;
    font-size: .75em;
    font-weight: 700;
    text-align: center;
    line-height: .1em;
    letter-spacing: 0.15em;
    font-style: normal;
}

nav .container {
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}


footer {
    padding-top: 5px;
    background-color: #000000;
    color: #ffffff;
}

address {
    color: #ffffff;
}

blockquote {
	font-size: .9em;
	font-style: italic;
}

blockquote cite {
	text-align: right;
	display: block;
	font-weight: bold;
	font-style: normal;
}

table {
	border-bottom: 1px solid #000000;
}

th {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: left;
	font-weight: bolder;
}

.year {
	width: 20%;
	text-align: center
}

.sidebar2 {
	font-size: .9em;
}
