.TopBusiness, .TopNav {
    position: relative;
    background-color: rgba(255, 0, 0, 0);
    z-index: 1;
}

.TMain {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.TMainImage {
    width: 100vw;
	height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.TMainImage img {
    max-width: 4000px;
}

text {
    color: white;
}

.TopBusiness {
    float: left;
    padding: 10px;
    width: 50%;
}

.TopBusiness text{
    background-image: url(/images/World\ Epic\ letters.png);
    border: 2px solid white;
    padding: 5px;
}

.TopBusiness a {
    text-decoration: none;
}

.TopNav {
    padding: 10px;
    float: right;
}

.TopNav a {
    text-decoration: none;
    color: white;
    background-image: url(/images/World\ Epic\ letters.png);
    border: 2px solid white;
    padding: 5px;
    margin-right: 10px;
    display: block;
    float: left;
}

.TopNav div { 
    padding-right: 10px;
}

.nthg {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}
  
.nthg img {
    max-width: 3000px;
    display: block;
}

.MainText {
    text-align: center;
    padding-top: 20px;
    height: 2000px;
}

.MainText #title {
    font-size: 15pt;
    border: 2px solid white;
    padding: 5px;
}

p {
    color: white;
}

.About-Us-Text{
    padding-top: 30px;
}

.Bottom {
    flex: 1;
    margin: 0;
    text-align: right;
}

.Bottom-Stuff {
    margin-top: auto;
    color: white;
}

body {
    background-color: black;
    display: flex;
    flex-direction: column;
    width: 99%;
    height: 100%;
    background-image: url(/images/world\ epic\ website\ global\ background.png);
}

a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

p {
    font-size: 14pt;
}

.TopNav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .TopNav a:not(:first-child) {display: none;}
    .TopNav a.icon {
      float: right;
      display: block;
    }
}
  
  @media screen and (max-width: 600px) {
    .TopNav.responsive {position: relative;}
    .TopNav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .TopNav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}