﻿* {
    box-sizing: border-box;
}
.col-container {
	margin: 0px auto 0px auto;
	display: flex;
	width: 80%;
	text-align: center;
}
.col {
	margin: 3px;
	flex: 1;
	font-family: "Arial Black";
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
.col img {
	width: 100%;
}
.col a {
	color: #FF0000;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
h2 {
 overflow: hidden;
 text-align: center;
}
h2:before,
h2:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 3px;
 position: relative;
 vertical-align: middle;
 width: 50%;

}
h2:before {
 right: 0.5em;
 margin-left: -50%;
}
h2:after {
 left: 0.5em;
 margin-right: -50%;
}
.col h2 span {
	color: red;
}
.col p{
	font-family: "Chaparral Pro Light";
	padding-left: 8px;
	font-size: 2vw;
}
.col h3 {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 3px;
	padding-left: 8px;
	font-size: 2vw;
}
body {
	margin: 0;
	background: #000000;
}
.header {
	background-color: #000000;
	text-align: center;
}
.topnav {
	overflow: hidden;
	background-color: #333;
	}

/* Style the navigation bar links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav .icon {
  display: none;
}
.active {
  background-color: red;
  color: white;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
    .row, .navbar {   
        flex-direction: column;
    }
}
.header h2{
	font-family: "Arial Black";
	color: #FFFFFF;
	font-size: 35px;
	
}
.header h2 span {
	color:red;
}
.footer {
	padding: 20px;
	background: black;
	text-align: center;
	font-family: "Arial Black";
	color: #FFFFFF;
	font-size: 19px;
}
.copyright {
	background: #333;
	font-family: "Arial Black";
	color: white;
	text-align: center;
	padding: 7.5px;
}
