*{
  margin: 0;
  padding: 0;
}

body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
   background-color: rgba(0,0,0,0.75);
}

h1 {
  font-size: 24px;
}

#wrapper {
  height: 100vh;
  width: 100%
}

@media only screen and (max-width: 700px) {
  .presentationcontainer {
    width: 100%;
    margin-top: 3vh;
    box-sizing: border-box;
    padding: 16px;
    background-color: white;
  }

  .workcontainer {
    width: 100%;
  }

  .textwrapper {
    width: 96%;
    margin-left: 2%;

  }

  .btnwrapper {
    width: 100%;
    position: relative;
  }

  .contactButton {
    margin-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    width: -webkit-fit-content;
    height: 50px;
    color: white;
    background-color: red;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    display: block;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
  }

  .workcell {
    background-color: white;
    width: 100%;
    /*height: 90vh;*/
    min-height: 600px;
    margin-top: 3vh;
    margin-bottom: 3vh;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    z-index: 1000;
    box-sizing: border-box;
    padding: 16px;
  }

  .workTextWrapper {
    width: 100%;
    background-color: white;
    box-sizing: border-box;
  }

  .textCenterAlign {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .workImageWrapper {
    width: auto;
    height: 80vh;
    background-position: center;
    background-size: cover;
    margin: 16px;
  }
}

@media only screen and  (min-width: 700px) and (max-width: 1260px) {
  .presentationcontainer {
    width: 96%;
    margin-top: 3vh;
    margin-left: 2%;
    box-sizing: border-box;
    padding: 16px;
    background-color: white;
  }

  .workcontainer {
    width: 100%;
  }

  .textwrapper {
    width: 96%;
    margin-left: 2%;

  }

  .btnwrapper {
    width: 100%;
    position: relative;
  }

  .contactButton {
    margin-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    width: -webkit-fit-content;
    height: 50px;
    color: white;
    background-color: red;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    display: block;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
  }

  .workcell {
    background-color: white;
    width: 96%;
    margin-left: 2%;
    height: 90vh;
    min-height: 600px;
    margin-top: 3vh;
    margin-bottom: 3vh;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    z-index: 1000;
    box-sizing: border-box;
    padding: 16px;
  }

  .workTextWrapper {
    height: 100%;
    width: 50%;
    background-color: white;
    float: left;
    box-sizing: border-box;
    position: relative;
  }

  .textCenterAlign {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 16px;
    margin-right: 16px;
  }

  .workImageWrapper {
    height: 100%;
    width: 50%;
    background-position: center;
    background-size: cover;
    float: left;

  }
}

@media only screen and (min-width: 1261px) {
  .presentationcontainer {
    width: 25%;
    min-width: 320px;
    height: 100vh;
    float: left;
    position: fixed;
    background-color: white;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    z-index: 1000;
  }

  .workcontainer {
    width: 75%;
    max-width: calc(100vw - 320px);
    /*background-color: rgba(0,0,0,0.75);*/
    float: right;
  }

  .textwrapper {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    /*transform: translateX(-50%);*/
    width: 90%
  }

  .btnwrapper {
    width: 100%;
    position: relative;
  }

  .contactButton {
    margin-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    width: -webkit-fit-content;
    height: 50px;
    color: white;
    background-color: red;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    display: block;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
  }

  .workcell {
    background-color: white;
    width: 96%;
    margin-left: 2%;
    height: 90vh;
    min-height: 600px;
    margin-top: 3vh;
    margin-bottom: 3vh;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    z-index: 1000;
    box-sizing: border-box;
    padding: 16px;
  }

  .workTextWrapper {
    height: 100%;
    width: 50%;
    background-color: white;
    float: left;
    box-sizing: border-box;
    position: relative;
  }

  .textCenterAlign {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 16px;
    margin-right: 16px;
  }

  .workImageWrapper {
    height: 100%;
    width: 50%;
    background-position: center;
    background-size: cover;
    float: left;

  }


}
