* {
    font-size: 100%;
    /* border: 1px solid green; */
    margin: 0;
    line-height: 1;
    box-sizing: border-box;
    text-shadow: 1px 1px black;
  }
  
  body {
    background-color: #1f9236;
    /* color: green; */
    font-family: arial;
    font-size: 20px;
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px;
    /* border: 10px ridge green; */
    /* background-image: url(images/ball1.jpg); */
    /* background-repeat: no-repeat; */
  }
  

  
  header {
    /* background-color: grey; */
    text-align: center;
    /* line-height: 1; */
    /* border-bottom: 10px ridge black; */
}
  
  h1 {
    font-size: 100px;
    color: white;
    font-family:"Monda", arial;
    font-weight: bold;
    /* font-style: italic; */
    /* border-bottom: 5px solid white; */
  
  }
  
  h2 {
    font-size: 44px
  }

  h3 {
    font-size: 34px;
    color: white;
    text-align: left;
    padding: 15px;
  }
  
  h4 {
    font-size: 34px;
    color: white;
    text-align: left;
    padding: 15px;
  
  }
  
  p {
    font-size: 29px;
    color: #393939;
    /* line-height: 0.5; */
    /* margin: 15px 0; */
  }
  
  li {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  
  a {
    color: red;
    font-weight: bold;
    text-decoration: none;
  }
  
  a:hover {
    /* text-decoration: underline; */
    color: blue;
  }
  
  a:visited {
    color: #1ce07d;
  }
  
  header h1 {
    font-size: 100px;
    color: red;
    font-weight: bold;
  }
  
  a:active {
    color:green;
  }
  

  
  ul {
    margin: 15px 0;
    padding-bottom: 200px;
    
  }
  
  ol {
    margin: 15px 0;
  }
  
  /* Breathing Room space between text*/
  
  header,
  section,
  footer {
    padding: 30px;
  
  }
  
  img {
    /* width: 400px; */
    /* height: 300px; */
    /* border: 5px solid black */
    text-align: center;
  }
  
  .title{
    font-size: 48px;
    /* text-decoration: underline; */
  }
  
  }
  
  section {
    border: 10px dotted red
  
  
  }
  
  footer {
    background-color: #b7cede;
    border: solid black;
    color: black;
    margin-left: 25px;
    margin-right: 25px;
    padding: 20px;
    text-align: center;
  
  }
  
  footer p {
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  
  .image h6 {
    /* padding-bottom: 10px; */
    margin-bottom: 40px;
  }
  
  .banner {
    height: 260 px;
    background-image: url(images/smash-art.png);
    background-size: cover;
    background-position: center;
  
  }
  
  .banner p {
    color: white;
    text-shadow: #FC0 1px 0 10px;
    padding: 100px;
    text-align: center
  
  }
  
  
  .media {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .float-image {
    float: left;
    margin-right: 30px;
    text-align: center;
  }
  
  section {
    clear: both;
  }
  
  footer {
    clear:both;
  }
  
  .column {
    float: left;
    width: 50%;
    /* border: solid red; */
    /* padding-right: 100px; */
  
  }
  
  .column-right {
    float:right;
    width:50%;

  }

  .training {
    margin-bottom: 50px;
    /* padding-bottom: 10px; */
  }
  
  iframe {
  max-width: 100%;
  border-width: 1px;
  border-color: grey
  
  }
  
  .move-right {
    padding-left: 200px;
    color: black;
    line-height: 100px;
    font-weight: bold;
  }
  

  .move-left {
    padding-right: 150px;
    color: black;
    line-height: 100px;
    font-weight: bold;
  }

  header h3, h4 {
    text-align: center;
  }
  
  .more-spacing p {
    padding-bottom: 30px;
  }
  
  .more-spacing h2 {
  font-size: 34px;
  }
  
  header {
    text-shadow: 2px 2px black;
  }
  
  .column p {
    padding-bottom: 20px;
    color: white;
  }
  
  .border {
    border-width: 1px;
    border-style: ridge;
    border-color: grey;
  }
  
  .border p, li {
    padding-left: 50px;
    padding-top: 30px;
    color: white;
  }
  
  .text-resize {
    font-size: 34px;
  }
  
  .loaction {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  
  .align-right {
     text-align: right; 
    padding-bottom: 35px;
  }
  
  .padding-left {
    padding-left: 150px;
  }
  
  .align-center {
    text-align: center;
  }
  
  h5 {
    color: black;
  }
  
  .padding-top p {
    padding-top: 40px;
  }
  
  .margin-top {
    padding-top: 150px;
  }
  
  .nintendo p {
    text-align: right;
    font-size: 10px
  }
  
  .make-text-white {
    color: white;
  }
  
  strong {
    color: white;
  }
  
  .strong-color {
    color: green
  }
  
  .strong-color_2 {
    color: red;
  }

  .make-shadow {
    text-shadow: 1px 1px black;
  }
  .less-space {
    position: relative;
    bottom: 400px;
}

.change-video-games {
  margin: 0;
  padding: 0;
}

.little-less-space {
  position: relative;
  bottom: 300px;
}

.tiny-less-space {
  position: relative;
  bottom: 50px;
}


.banner-img{
   background-color: #000000;
   background-image: url(images/deathwing.jpeg); 
   background-position: 100% 55%;
   background-repeat: no-repeat;
   opacity: 0.88;
}

.make-small-text {
  font-size: 14px
}

.more-text-spacing {
  line-height: 1.5;
}

.float-left {
  flex: 33.33%;
  padding: 5px;
}

.row {
  display: flex;

}