<style type="text/css">



		hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ff0000 !important;
}

		.thehelmet { max-width: 200px; height: auto;}


		.black{

			color: #000000 !important;

		}

		.lead {
			font-size: 1.5em !important;
		}

		a {
		    color: #ff0000 !important;
		    text-decoration: none;
		}

		h2, .h2 {
			font-size: 26px !important;
			font-family: 'Graduate', cursive !important;
		}

		.hiatus {

			display: flex;

		}


		.hiatus-items {

			align-items: center;

		}

		.jumbotron {

            background-repeat: no-repeat;
			background-size: cover;
            background-color: transparent;
			display: flex;
			/* background: rgba(0,0,0,0.6) 100%; */
			color: #000000;
			border-radius: 0px !important;
			font-size: 16px;

		}


		.jumbotron-heading {
			text-transform: uppercase;
			font-weight: bolder;
            text-transform: uppercase;
		}

		.intro-copy .lead {
			letter-spacing: .7px;
			font-weight: medium;
            /* text-transform: uppercase; */
            font-size: 16px !important;
		}

		.wgu-button {
			border: 2px solid #fff;
			border-radius: 30px;
			padding: 10px 50px;
			color: #fff !important;
			background: rgba(0,0,0,0.6) 100%;
			font-weight: bold;
			text-transform: uppercase;
		}

		.wgu-button:hover {

			background: #ff0000 !important;
			color: #ffffff !important;

		}


		.gladscontainer {

		   padding: 10px;

		}

		.gladsbacker {

		   background: #fff;

		}


		.gladsfooter {

		   background: #000;
		   color: #fff;
		   font-size: 1.5rem;
		   font-weight:100 !important;

		   }


</style>