html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: Monaco;
  font-size: 12px;
  color: rgba(0,0,0,.7);
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

svg image {
    width: 100%;
}

.desktop-announce-bar {
    display: none;
}
.errorSendBack {
    position: relative;
    width: 100%;
    height: 84.2vw;
    background-color: #4ccff4;
    box-sizing: border-box;
}

.fourohfour {
    display: inline-block;
    width: 325px;
    text-align: left;
    padding: 20px;
    vertical-align: middle;
    font-size: 23px;
    line-height: 30px;
    box-sizing: border-box;
}

.fourohfour h1 {
    font-size: 150px;
    font-weight: 800;
    text-align: right;
    line-height: 115px;
    margin: 0;
}

.homeButton a{
    background-color: #fff;
    color: #ba243d;
    border-radius: 5px 7px;
    padding: 2px 20px;
    width: 101px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.homeButton {
    margin-top: 13px;
}


.homeButton a:hover{
        text-decoration: none;
    background-color: #901b2f;
    color: #fff;

}

.insideContain {
    margin:auto;
    text-align: center;
    width: 700px;
}

span {
  color: rgba(0,0,0,.4);
}

a {
  color: rgba(255,0,0,.5);
}

.overText {
    z-index: 2;
    padding: 0 30px;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 25px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
}


/*
.overText .insideContain {
  padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}
*/

.overText p {
  text-align: center;
  margin: 0;
}

.mobile-image {
  display: none;
}

@media only screen and (min-width: 1228px) {
    .overText {
        font-size: 20px;
        line-height: 38px;
        padding: 30px;
    }
    .fourohfour {
       width: 24vw;
    font-size: 1.7vw;
    line-height: 2.6vw;
    }
    .homeButton a{
    padding: 5px 20px;
    font-size: 2.2vw;
    }

    .fourohfour h1 {
        font-size: 12vw;
    line-height: 115px;
    }

    .insideContain {
        width: 100%;
    }
    
}

@media only screen and (max-width: 768px) {
  svg {
  display: none;
  }

  .mobile-image {
  display: block;
  clear: both;
    }
    .mobile-image img{
        width: 100%;
    }

    .errorSendBack {
  position: inherit;
  width: auto;
  height: auto;
        padding-top: 100px;
    }
    
    .fourohfour {
    width: 200px;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
    line-height: 25px;

    }

    .fourohfour h1 {
    font-size: 100px;
    text-align: right;
    line-height: 75px;

    }

    .insideContain {
    width: 100%;

    }
    
    .homeButton a{
    background-color: #fff;
    color: #000;
    }


}

@media only screen and (max-width: 485px) {
  .overTextHead {
  box-sizing: border-box;
  padding-top: 15px;
  }

  .overText {
    top: 24%;
  }
    .fourohfour {
    width: 100%;
        text-align: center;
        padding:10px;
    }
    .fourohfour h1 {
    font-size: 100px;
    text-align: center;
    }
}










