A {
    	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    	font-size: 16px;
    	line-height: 1.42857143;
    	COLOR: #056A8B;
    	font-weight: bold;
}
A:hover {
    	COLOR: black;
    	FONT-SIZE: 16px;
    	font-weight: bold;
}

.jumbotron {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #343a40;
}
.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 60px;
	padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
	font-size: 53px;
	color: white;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 200;
	color: white;
}


@media (max-width: 992px) { 
 
	A {
	    	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	    	font-size: 13px;
	    	line-height: 1.42857143;
	    	COLOR: #056A8B;
	    	font-weight: bold;
	}
	A:hover {
	    	COLOR: black;
	    	FONT-SIZE: 13px;
	    	font-weight: bold;
	}

	H3 {
		font-family: "Trebuchet MS";
		FONT-SIZE:20px;
	}

	H4 {
		font-family: "Trebuchet MS";
		FONT-SIZE:16px;
	}
	

 
}

@media (max-width: 767px) { 
 
	A {
	    	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	    	font-size: 12px;
	    	line-height: 1.42857143;
	    	COLOR: #056A8B;
	    	font-weight: bold;
	}
	A:hover {
	    	COLOR: black;
	    	FONT-SIZE: 12px;
	    	font-weight: bold;
	}
	
	H3 {
		font-family: "Trebuchet MS";
		FONT-SIZE:17px;
	}
	
	H4 {
		font-family: "Trebuchet MS";
		FONT-SIZE:15px;
	}
	
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 40px;
		color: white;
	}
	.jumbotron p {
		margin-bottom: 15px;
		font-size: 15px;
		font-weight: 200;
		color: white;
	}  
}

@media (max-width: 576px) { 
 
	A {
	    	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	    	font-size: 11px;
	    	line-height: 1.42857143;
	    	COLOR: #056A8B;
	    	font-weight: bold;
	}
	A:hover {
	    	COLOR: black;
	    	FONT-SIZE: 11px;
	    	font-weight: bold;
	}

	H3 {
		font-family: "Trebuchet MS";
		FONT-SIZE:16px;
	}
	
	H4 {
		font-family: "Trebuchet MS";
		FONT-SIZE:14px;
	}
	
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 30px;
		color: white;
	}
	.jumbotron p {
		margin-bottom: 15px;
		font-size: 13px;
		font-weight: 200;
		color: white;
	} 
}

.footertext {
	COLOR: white;
   	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	FONT-SIZE: 14px;
	TEXT-DECORATION: underline;
	font-weight: bold;
	background-color: #343A40;
}

.footertext:hover {
	COLOR: #056A8B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	FONT-SIZE: 14px;
	TEXT-DECORATION: underline;
	font-weight: bold;
	background-color: #292929;
}

.smalltext {
	color : #696969;
	font : 10px verdana;
	
}

.alt-grid [class*="col-"] {padding-left:10;padding-right:10}
.alt-grid .row {margin-left:0;margin-right:0}

/* container adjusted */
.alt-grid .container {width:100%;max-width:none;padding:0;}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    color: #FFFFFF;
}

.nav-link {
color: white !important;
}


body {
    	max-width: 90%;
    	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;
	/* default is 1rem or 16px */
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.img-size {
  width: 75%;
  float:left;
}
 
/* Increase all font sizes on mobile */

@media (max-width: 992px) { 
 
	body {
	    	max-width: 100%;
	    	margin: 0 auto;
		/* default is 1rem or 16px */
		font-size: 13px;
	}

}

@media (max-width: 767px) { 
 
	body {
	    	max-width: 100%;
	    	margin: 0 auto;
		/* default is 1rem or 16px */
		font-size: 12px;
	}

}

@media (max-width: 576px) { 
 
	body {
	    	max-width: 100%;
	    	margin: 0 auto;
		/* default is 1rem or 16px */
		font-size: 11px;
	}
 
}

.img-border {
	border: 1px solid black;
}
