body {
    background-color: maroon;
    color: yellow;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("images/cwilogoback.png");
}

.jumbotron {
	background-color: maroon;
	color: yellow;
}

.jumbo{
    color: white;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h3{
    color: white;
}

.logo{
    text-align: center;
}

.holder {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.kraigg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button {
    background-color: yellow;
    border: none;
    color: maroon;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
  }

  .button2 {
    background-color: white;
    border: none;
    color: maroon;
    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
  }

  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.25s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

a.three:link {color: white;}
a.three:visited {color: yellow;}
a.three:hover {background:green;}

h4{
    text-align: center;
    color: white;
}

.jason{
    color: white;
}

.brath{
    color: white;
}

.heading{
    color: yellow;
}

.info{
    color: white;
}

.news{
    color: white;
}

iframe {
    display:block;
    margin: 0 auto;
}