/*
Blue: #3176bb;
Light blue: #cbe2fa;
Green: #50b55a;
Red: #cf3f27;
Orange: #f0882d;

*/

body {
	font-family: 'Roboto';
	width:65%;
	margin: 0 auto;
}

h1 {
	font-size: 2em;
	font-family: 'Roboto';
}

h2 {
  	text-align:center;
  	font-size: 1.5 em;
  	margin-top: 0px;
  	font-family: 'Roboto';
}

h3 {
	font-size: 1.25em;
	font-family: 'Roboto';
}

p {
	font-size: 1em;
	font-family: 'Roboto';
}

h4 {
	font-size: 1.5em;
	font-family: 'Roboto';
	font-weight: 300;
}

h5 {
	font-size: 1.25em;
	font-family: 'Roboto';
	font-weight: 700;
	color: #3176bb;
	font-style: italic;
}

a {
	color: #3176bb;
}

.executive {
	width: 30%;  
	display: inline-block;
	vertical-align: top;
}

.container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
	margin: auto;
	row-gap: 25px;
}

.header {
	margin: 5px;
	text-align: left;
}
.header h1 {
	margin-bottom: -15px;
}

.header h3 {
	font-weight: 300;
}

.modal h1 {
	margin-bottom: 0px;
}

.modal h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.modal h5 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.footer {
	margin: 5px;
	text-align: left;
	display: block;
}

.footer h3 {
	font-weight: 300;
	display: block;
}

.executive a:link {
	color: #000000;
}

.executive a:link {
	text-decoration: none;
	color: #000000;
}
.executive a:visited {
	text-decoration: none;
	color: #000000;
}
.executive a:hover {
  	color: #000000;
  	text-decoration: underline;
}
.executive a:active {
	color: #000000;
	text-decoration: underline;
}
.byline {
	position: fixed;
  	bottom: 0;
  	right: 0;
  	width:100%;
  	background: #FFFFFF;
  	z-index: 10;
  	vertical-align: bottom;
}
.byline p {
	text-align: left;
	padding:0px 0px 0px 10px;
	margin-left: 5px;
}
.byline a:link {
	text-decoration: none;
	color: #000000;
}
.byline a:visited {
	text-decoration: none;
	color: #000000;
}
.byline a:hover {
	text-decoration: underline;
	color: #000000;
}
.byline a:active {
	text-decoration: none;
	color: #000000;
}
.byline img {
	display: none;
}

.logo img {
	top: 0;
    right: 0;
    position: fixed;
    width: 10%;
    padding: 10px;
}

/* Media queries start here! */

@media (max-width: 901px) {

body {
	width:85%;
}

.byline {
  	font-size: 1em;
}

.logo img {
    width: 12%;
}

h1 {
	font-size: 1.5em;
}

.header h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.25em;
}
p {
	font-size: 1em;
}
}

@media (max-width: 649px) {
body {
	width: 80%;
}

.logo {
	display: none;
}

.byline img {
	display: inline-block;
	width: 12%;
	float: right;
	padding: 5px;
}
}

@media (max-width: 499px) {

body {
	width: 90%;
}

h1 {
	font-size: 1.25em;
}

.header h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1em;
}
h3 {
	font-size: .75em;
}
h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}
.byline {
	font-size: .75em;
}

p {
	font-size: .75em;
}
}

@media (max-width: 349px) {

body {
	width: 95%;
}

.byline {
  	font-size: .5em;
}

.byline img {
	display: none;
}

.logo {
	display: block;
}

.logo img {
	width: 20%;
}

.header h1 {
	font-size: 1em;
	margin-bottom: -5px;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: .70em;
}

h3 {
	font-size: .70em;
}
h4 {
	font-size: .75em;
}

h5 {
	font-size: .75em;
}
p {
	font-size: .6em;
}
}