
/* desktop */


@media only screen and (min-width: 1150px) and (max-width: 3000px) {

 body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
  }

  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }


  /*nav */
  #navBase {
   height:100vh;
   width: 20%;
   background-color: #fff;
   position: fixed;
  }

  #nav h1 {
  padding-top: 50px;
  font-size:50px;
  Line-height: 0.05em;
  cursor: pointer;
  }

  #nav h2 {
  font-weight: 100;
  cursor: pointer;
  padding-left: 10px;
  }


  #nav li {
    font-size:50px;
    cursor: pointer;
  }
  
  #contactNav {
    color: #357ABC;
  }


  #nav h1,h2,li {
  text-align: right;
  padding-right: 50px;
  }

  #nav ul {
   list-style-type: none;
     position: absolute;
     text-align: right;
     right: 0px;
     bottom: 25px;
  }

  .triangle {
  width: 45px;
  height: auto;
  position: absolute;
  right:0px;
  display: block;
  top:9vh;
  }

  /*main body */
  #mainBody {
    height:100vh;
    width: 80%;
    background-color: #000;
    margin-top:0px;
    margin-left: 20%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #feed {
    height: 400vh;
    width:100%;
    padding: 0,0,0,0;
    position: absolute;
  }

  /*home*/
  #home {
    height: 100vh;
    width:100%;
    padding: 0,0,0,0;
    position: absolute;

  }
  #home h1 {
    font-size:50px;
    color: #fff;
    text-align:center;
    margin-top: 45vh;
    padding: 0,0,0,0;
    Line-height: 0.8em;
  }

  #home h2 {
    font-weight: 100;
    padding: 0px 0px 0px 0px;
    color: #fff;
    text-align:center;
  }


  /*work*/
  #work {
    height: 100vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 100vh;
  }



  #work h1 {
   position: relative;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    z-index: 10;
    cursor: pointer;
  }

  #work h2 {
  position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 80%;
    color: #fff;
    text-align: center;
    z-index: 10;
    font-size: 15px;
    padding: 0,0,0,0;
    margin-left: 10%;
    margin-right: 10%;
    cursor: pointer;
  }

  #bOverlay {
    width: 100%;
    height:100%;
    position: absolute;
    background-color: rgba(54, 122, 188, 0.9);
    z-index: 1;
    cursor: pointer;

  }

  #gOverlay {
    width: 100%;
    height:100%;
    position: absolute;
    background-color: rgba(74, 74, 74, 0.9);
    z-index: 1;
    cursor: pointer;
  }


  #work1 {
     Background-image: url("images/1.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 0px;
    margin-left: 0px;
    position:absolute;
  }

  #work2 {
    Background-image: url("images/2.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 0px;
    margin-left: 50%;
      position:absolute;
  }

  #work3 {
    Background-image: url("images/4.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 33.33vh;
    margin-left: 0px;
      position:absolute;
  }

  #work4 {
     Background-image: url("images/3.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 33.33vh;
    margin-left: 50%;
      position:absolute;
  }

  #work5 {
    Background-image: url("images/5.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 66.66vh;
    margin-left: 0px;
      position:absolute;
  }

  #work6 {
  Background-image: url("images/6.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 66.66vh;
    margin-left: 50%;
      position:absolute;
  }

  /*people*/
  #people {
   height: 100vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 200vh;
  }

  #people table {
     height: 100%;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
  }

  #people h1 {
      color: rgba(54, 122, 188, 1);
    width: 100%;
    text-align: center;
    padding: 0,0,0,0;
    margin-top: 30px;
    font-size: 20px;
  }

  #people h2 {
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 15px;

  }

  .peopleImage {
  width: 50%;
  height: auto;
  padding: 0,0,0,0;
  vertical-align: middle;
  margin-left: 25%;
  }


  /*contact*/
  #contact {
    height: 100vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 300vh;
  }

  #map {
        height: 50vh;
      width: 100%;
      padding: 0,0,0,0;
  }

  #contactDetails {
  height: 50vh;
    width: 100%;
    padding: 0,0,0,0;
  }

  #contactDetails table{
    height: 100%;
    width: 100%;
    padding: 0,0,0,0;
  }

  #adress {
      vertical-align: middle;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    width: 100%;
  }

  #number {
    vertical-align: middle;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    width: 100%;
  }

  #email {
    text-align: center;
    margin-top: 50px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 15px;
    color: rgba(54, 122, 188, 1);
    width: 100%;
    font-size: 20px;
  }

  #email a{
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 15px;
    color: rgba(54, 122, 188, 1);
    width: 100%;
    font-size: 20px;
  }
  
  .smsfLogo {
  width: 5%;
  height: auto;
  padding: 0,0,0,0;
  margin-left: 47.5%;
  margin-top: 50px;
}



#info {
    text-align: center;
    margin-top: 10px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 12px;
    color: #8B8D8E;
    width: 60%;
    margin-left: 20%;
}



}





/*ipad*/

@media only screen and (min-width: 700px) and (max-width: 1149px){
  body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
  }

  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }

  #takeOut {
    display: none;
  }

  /*nav */
  #navBase {
   height:15vh;
   width: 100%;
   background-color: #fff;
   position: fixed;
  }

  #nav h1 {
  padding-top: 15px;
  Line-height: 0.05em;
  cursor: pointer;
  }

  #nav h2 {
  font-weight: 100;
  cursor: pointer;
  padding-left: 10px;
  }


  #nav li {
    display: none;
  }


  #nav h1,h2 {
  text-align: right;
  padding-right: 50px;
  }

  #nav ul {
    display: none;
  }

  .triangle {
  width: 40px;
  height: auto;
  position: fixed;
  right:0px;
  display: block;
  top:30px;
  }

  /*main body */
  #mainBody {
    height:85vh;
    width: 100%;
    background-color: #000;
    margin-top:15vh;
    position: fixed;
    overflow-y: : scroll;
    overflow-x: hidden;
  }

  #feed {
    height: 335vh;
    width:100%;
    padding: 0,0,0,0;
    position: absolute;
  }

  /*home*/
  #home {
    height: 80vh;
    width:100%;
    padding: 0,0,0,0;
    position: absolute;

  }
  #home h1 {
    color: #fff;
    text-align:center;
    margin-top: 30vh;
    padding: 0,0,0,0;
    Line-height: 0.8em;
  }

  #home h2 {
    font-weight: 100;
    padding: 0px 0px 0px 0px;
    color: #fff;
    text-align:center;
  }


  /*work*/
  #work {
    height: 100vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 80vh;
  }



  #work h1 {
    font-size: 20px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    z-index: 10;
    cursor: pointer;
  }

  #work h2 {
    position: absolute;
    top: 45%;
    font-weight: 100;
    transform: translateY(-50%);
    width: 80%;
    color: #fff;
    text-align: center;
    z-index: 10;
    font-size: 13px;
    padding: 0,0,0,0;
    margin-left: 10%;
    margin-right: 10%;
    cursor: pointer;
    Line-height: 1em;
  }

  #bOverlay {
    width: 100%;
    height:100%;
    position: absolute;
    background-color: rgba(54, 122, 188, 0.9);
    z-index: 1;
    cursor: pointer;

  }

  #gOverlay {
    width: 100%;
    height:100%;
    position: absolute;
    background-color: rgba(74, 74, 74, 0.9);
    z-index: 1;
    cursor: pointer;
  }


  #work1 {
    Background-image: url("images/1.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 0px;
    margin-left: 0px;
    position:absolute;
  }

  #work2 {
    Background-image: url("images/2.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 0px;
    margin-left: 50%;
      position:absolute;
  }

  #work3 {
    Background-image: url("images/4.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 33.33vh;
    margin-left: 0px;
      position:absolute;
  }

  #work4 {
    Background-image: url("images/3.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 33.33vh;
    margin-left: 50%;
      position:absolute;
  }

  #work5 {
    Background-image: url("images/5.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 66.66vh;
    margin-left: 0px;
      position:absolute;
  }

  #work6 {
    Background-image: url("images/6.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 66.66vh;
    margin-left: 50%;
      position:absolute;
  }

  /*people*/
  #people {
    height: 70vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 180vh;
  }

  #people table {
    height: 52.5vh;
    width: auto;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 8.75vh;
    margin-bottom: 8.75vh;
  }

  #people h1 {
    color: rgba(54, 122, 188, 1);
    width: 100%;
    text-align: center;
    padding: 0,0,0,0;
    margin-top: 15px;
    font-size: 15px;
  }

  #people h2 {
  color: #fff;
    width: 100%;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 13px;

  }

  .peopleImage {
  width: 40%;
  height: auto;
  padding: 0,0,0,0;
  vertical-align: middle;
  margin-left: 30%;
  }


  /*contact*/
  #contact {
    height: 85vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 250vh;
  }

  #map {
      height: 42.5vh;
      width: 100%;
      padding: 0,0,0,0;
  }

  #contactDetails {
    height: 42.5vh;
    width: 100%;
    padding: 0,0,0,0;
  }

  #contactDetails table{
    height: 100%;
    width: 100%;
    padding: 0,0,0,0;
  }

  #adress {
    vertical-align: middle;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    width: 100%;
  }

  #number {
    vertical-align: middle;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    width: 100%;
  }

  #email {
    text-align: center;
    margin-top: 50px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 15px;
    color: rgba(54, 122, 188, 1);
    width: 100%;
    font-size: 20px;
  }

  #email a{
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 15px;
    color: rgba(54, 122, 188, 1);
    width: 100%;
    font-size: 20px;
  }
  
    .smsfLogo {
  width: 5%;
  height: auto;
  padding: 0,0,0,0;
  margin-left: 47.5%;
  margin-top: 50px;
}



#info {
    text-align: center;
    margin-top: 12px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 10px;
    color: #8B8D8E;
    width: 60%;
    margin-left: 20%;
}


}

/*mobile*/

@media only screen and (min-width: 1px) and (max-width: 700px){
  body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
  }

  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }

  #takeOut {
    display: none;
  }

  /*nav */
  #navBase {
   height:15vh;
   width: 100%;
   background-color: #fff;
   position: fixed;
  }

  #nav h1 {
  padding-top: 15px;
  Line-height: 0.05em;
  cursor: pointer;
  }

  #nav h2 {
  font-weight: 100;
  cursor: pointer;
  padding-left: 10px;
  }


  #nav li {
    display: none;
  }


  #nav h1,h2 {
  text-align: right;
  padding-right: 50px;
  }

  #nav ul {
    display: none;
  }

  .triangle {
  width: 40px;
  height: auto;
  position: fixed;
  right:0px;
  display: block;
  top:30px;
  }

  /*main body */
  #mainBody {
    height:85vh;
    width: 100%;
    background-color: #000;
    margin-top:15vh;
    position: fixed;
    overflow-y: : scroll;
    overflow-x: hidden;
  }

  #feed {
    height: 335vh;
    width:100%;
    padding: 0,0,0,0;
    position: absolute;
  }

  /*home*/
  #home {
    height: 80vh;
    width:100%;
    padding: 0,0,0,0;
    position: absolute;

  }
  #home h1 {
    color: #fff;
    text-align:center;
    margin-top: 30vh;
    padding: 0,0,0,0;
    Line-height: 0.8em;
  }

  #home h2 {
    font-weight: 100;
    padding: 0px 0px 0px 0px;
    color: #fff;
    text-align:center;
  }


  /*work*/
  #work {
    height: 100vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 80vh;
  }



  #work h1 {
    font-size: 20px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    z-index: 10;
    cursor: pointer;
  }

  #work h2 {
    position: absolute;
    top: 45%;
    font-weight: 100;
    transform: translateY(-50%);
    width: 80%;
    color: #fff;
    text-align: center;
    z-index: 10;
    font-size: 13px;
    padding: 0,0,0,0;
    margin-left: 10%;
    margin-right: 10%;
    cursor: pointer;
    Line-height: 1em;
  }

  #bOverlay {
    width: 100%;
    height:100%;
    position: absolute;
    background-color: rgba(54, 122, 188, 0.9);
    z-index: 1;
    cursor: pointer;
  }

  #gOverlay {
    width: 100%;
    height:100%;
    position: absolute;
    background-color: rgba(74, 74, 74, 0.9);
    z-index: 1;
    cursor: pointer;
  }


  #work1 {
    Background-image: url("images/1.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 0px;
    margin-left: 0px;
    position:absolute;
  }

  #work2 {
    Background-image: url("images/2.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 0px;
    margin-left: 50%;
      position:absolute;
  }

  #work3 {
    Background-image: url("images/4.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 33.33vh;
    margin-left: 0px;
      position:absolute;
  }

  #work4 {
    Background-image: url("images/3.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 33.33vh;
    margin-left: 50%;
      position:absolute;
  }

  #work5 {
    Background-image: url("images/5.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 66.66vh;
    margin-left: 0px;
    position:absolute;
  }

  #work6 {
    Background-image: url("images/6.png");
    Background-repeat: no-repeat;
    Background-position: center center;
    Background-size: cover;
    width: 50%;
    height: 33.33vh;
    padding: 0,0,0,0;
    margin-top: 66.66vh;
    margin-left: 50%;
      position:absolute;
  }

  /*people*/
  #people {
    height: 70vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 180vh;
  }

  #people table {
    height: 52.5vh;
    width: auto;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 8.75vh;
    margin-bottom: 8.75vh;
  }

  #people h1 {
    color: rgba(54, 122, 188, 1);
    width: 100%;
    text-align: center;
    padding: 0,0,0,0;
    margin-top: 15px;
    font-size: 15px;
  }

  #people h2 {
  color: #fff;
    width: 100%;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 13px;

  }

  .peopleImage {
  width: 50%;
  height: auto;
  padding: 0,0,0,0;
  vertical-align: middle;
  margin-left: 25%;
  }


  /*contact*/
  #contact {
    height: 85vh;
    width:100%;
    position: absolute;
    padding: 0,0,0,0;
    margin-top: 250vh;
  }

  #map {
      height: 42.5vh;
      width: 100%;
      padding: 0,0,0,0;
  }
  

  #contactDetails {
    height: 42.5vh;
    width: 100%;
    padding: 0,0,0,0;
  }

  #contactDetails table{
    height: 100%;
    width: 100%;
    padding: 0,0,0,0;
  }

  #adress {
    vertical-align: middle;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    width: 100%;
    margin-top: 50px;
  }

  #number {
    vertical-align: middle;
    text-align: center;
    padding: 0,0,0,0;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    width: 100%;
  }

  #email {
    text-align: center;
    margin-top: 50px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 15px;
    color: rgba(54, 122, 188, 1);
    width: 100%;
    font-size: 20px;
  }

  #email a{
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 15px;
    color: rgba(54, 122, 188, 1);
    width: 100%;
    font-size: 20px;
  }
  
    .smsfLogo {
  width: 10%;
  height: auto;
  padding: 0,0,0,0;
  margin-left: 45%;
  margin-top: 50px;
}



#info {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 80px;
    padding: 0,0,0,0;
    font-weight: 300;
    font-size: 7px;
    color: #8B8D8E;
    width: 90%;
    margin-left: 5%;
}



}
