body, html {
  
  height: 100%;
  
  margin: 0px;
  padding: 0px;
  
  overflow: hidden;
  
}
#MainContent {
  
  display:block;
  
  margin: 0px;
  padding: 5px;
  
  width: 100%;
  height: 100%;
  
  background-image: url("http://www.crazymountaindigital.com/Sunset.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
 
  
}
#MainMsg {
  
  width: 450px;
  
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  
  text-align: center;
  
}

#CMDName {
  
  text-align: center;

  font-family: comrade, sans-serif;
  font-weight: 700;
  font-style: normal;
  
  text-shadow: 2px 2px 5px white;

  padding: 0px;
  margin: 0px;
  
}
@media screen and (max-width: 500px) {
  #MainMsg {
    width: 100%;
    font-size: 12px;
    
  }
  
  
}
#TagLine {
  
  font-family: swister, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  
  text-shadow: 2px 2px 5px white;
  
  padding: 0px;
  margin: 0px;
  
}
#ContactBtnBox {
  
  position: absolute;
  bottom: 0px;
  
  width: 100%;
  
  
  
}

#ContactBtn {
  
  box-shadow: 2px 2px 4px black;
  
  width: 100px;
  
  text-align: center;
  
  background-color: darkgray;
  
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  
  padding: 8px;
  
  font-family: fatfrank, sans-serif;
  font-weight: 400;
  font-style: normal;
  
  border-radius: 10px;
  
  border-style: solid;
  box-shadow: inset 0 0 10px #000000;
  
}
#ContactBtn a {
  
  color: black;
  text-decoration: none;
  
}


