/*
$primary-color: 		#00B59D;  //rgba(  0,181,157,1)
$lighter-primary: 		#49C5B4;  //rgba( 73,197,180,1)
$darker-primary: 		#006D5E;  //rgba(  0,109, 94,1)
*/
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  height: 100%;
  overflow: hidden;
}
html body {
  font: 100% Helvetica, sans-serif;
  font-size: 1.5em;
  color: #4a4159;
  background-color: #FCFCFC;
  height: 97.5%;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 1000px) {
  html body {
    height: auto;
  }
}
html #header {
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  html #header {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 750px) {
  html #header {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 560px) {
  html #header {
    font-size: 1.3em;
  }
}
html #header #companyname {
  float: left;
}
@media screen and (max-width: 560px) {
  html #header #companyname {
    width: 70%;
  }
}
html #header #desktop-navmenu {
  display: inline-block;
  float: right;
}
html #header #desktop-navmenu .menuitem {
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
html #header #desktop-navmenu .menuitem:hover {
  background-color: #4a4159;
  color: white;
}
@media screen and (max-width: 1000px) {
  html #header #desktop-navmenu {
    display: none;
  }
}
html #header #mobile-navicon {
  float: right;
  display: none;
}
@media screen and (max-width: 1000px) {
  html #header #mobile-navicon {
    display: block;
  }
}
html #header #mobile-nav-img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 750px) {
  html #header #mobile-nav-img {
    width: 50px;
  }
}
@media screen and (max-width: 560px) {
  html #header #mobile-nav-img {
    width: 70px;
  }
}
html .grid {
  width: 100%;
  height: 100%;
  background: url("https://en.web-dgn.com//assets/images//grid.png");
}
html #mobile-overlay-window {
  z-index: 50;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: white;
  font-size: 1.5em;
  padding: 50px;
  display: none;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  html #mobile-overlay-window {
    padding: 0px;
  }
}
html #mobile-work {
  display: none;
}
html #mobile-services {
  display: none;
}
html #catchphrase {
  display: none;
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: 0 0 5px #8E79AD;
  font-size: 1.5em;
  position: relative;
  top: 45%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  html #catchphrase {
    font-size: 2em;
    top: 35%;
  }
}
@media screen and (max-width: 750px) {
  html #catchphrase {
    top: 20%;
  }
}
@media screen and (max-width: 560px) {
  html #catchphrase {
    top: 10%;
  }
}
html .contact a {
  color: white;
}
html .contact {
  display: none;
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: 0 0 5px #8E79AD;
  font-size: 1.5em;
  position: relative;
  top: 45%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  html .contact {
    font-size: 2.5em;
    top: 35%;
  }
}
@media screen and (max-width: 750px) {
  html .contact {
    font-size: 1.3em;
    top: 30%;
  }
}
html #mobile-nav {
  position: relative;
  z-index: 100;
  display: none;
  text-align: right;
  float: right;
  opacity: 0;
  width: 0;
  background-color: #4a4159;
  color: white;
  font-size: 2.5em;
  height: auto;
}
html .mb-menuitem {
  padding: 15px;
  padding-right: 30px;
  border-bottom: 1px solid white;
}
html #top-image-container {
  height: 70%;
  width: 100%;
  overflow-y: hidden;
  background: url("https://en.web-dgn.com//assets/images//bg-city-large.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  html #top-image-container {
    height: 450px;
    background: url("https://en.web-dgn.com//assets/images//bg-city-smartphone.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 750px) {
  html #top-image-container {
    height: 250px;
    background: url("https://en.web-dgn.com//assets/images//bg-city-smartphone-old.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 560px) {
  html #top-image-container {
    height: 250px;
    background: url("https://en.web-dgn.com//assets/images//bg-city-smartphone-super-old.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
html #about-area {
  width: 80%;
  height: 100px;
  display: none;
  text-align: justify;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  html #about-area {
    display: none;
  }
}
html #bottom-section {
  margin-top: 6px;
  height: 24.5%;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  html #bottom-section {
    margin-top: 6px;
    height: auto;
    display: block;
  }
}
html .bottom-row {
  display: block;
  float: left;
  width: 33.3%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  html .bottom-row {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 6px;
  }
}
html .bottom-header {
  color: #FCFCFC;
  font-size: 0.8em;
  position: relative;
  line-height: 100%;
  vertical-align: middle;
  background-color: #4a4159;
  box-sizing: border-box;
  border: 1px solid #4a4159;
  width: 99%;
  height: 18%;
}
@media screen and (max-width: 1000px) {
  html .bottom-header {
    font-size: 1.6em;
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 560px) {
  html .bottom-header {
    font-size: 1.5em;
  }
}
html .bottom-header-text {
  height: 100%;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: -10px;
  left: 6px;
}
@media screen and (max-width: 1000px) {
  html .bottom-header-text {
    bottom: -10px;
  }
}
@media screen and (max-width: 560px) {
  html .bottom-header-text {
    font-size: 1em;
  }
}
html .bottom-img {
  box-sizing: border-box;
  width: 99%;
  height: 82%;
}
@media screen and (max-width: 1000px) {
  html .bottom-img {
    width: 100%;
    height: 200px;
  }
}
html .bottom-img#web-dev-img {
  float: left;
  background: url("https://en.web-dgn.com//assets/images//webdesign-scaled.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  html .bottom-img#web-dev-img {
    width: 100%;
    float: none;
  }
}
html .bottom-img#ar-img {
  margin: auto;
  background: url("https://en.web-dgn.com//assets/images//ar_photo3-scaled.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  html .bottom-img#ar-img {
    width: 100%;
    float: none;
  }
}
html .bottom-img#multimed-img {
  float: right;
  background: url("https://en.web-dgn.com//assets/images//Marunouchi_3D-scaled.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  html .bottom-img#multimed-img {
    width: 100%;
    float: none;
  }
}
html #web-dev-info {
  float: left;
}
@media screen and (max-width: 1000px) {
  html #web-dev-info {
    width: 100%;
    float: none;
  }
}
html #web-dev-header {
  float: left;
}
@media screen and (max-width: 1000px) {
  html #web-dev-header {
    width: 100%;
    float: none;
  }
}
html #ar-info {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  html #ar-info {
    width: 100%;
    float: none;
  }
}
html #ar-header {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  html #ar-header {
    width: 100%;
    float: none;
  }
}
html #multimed-info {
  float: right;
}
@media screen and (max-width: 1000px) {
  html #multimed-info {
    width: 100%;
    float: none;
  }
}
html #multimed-header {
  float: right;
}
@media screen and (max-width: 1000px) {
  html #multimed-header {
    width: 100%;
    float: none;
  }
}
html .info-area {
  position: relative;
  display: none;
  width: 99%;
  height: 0px;
}
html .services-area {
  display: none;
  width: 98%;
  height: 0px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  overflow-y: hidden;
}
html .works-area {
  display: none;
  width: 98%;
  height: 0px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  overflow-y: hidden;
}
html .works-area .workpics-area {
  display: inline-block;
  text-align: center;
  width: 100%;
}
html .logos-area {
  text-align: center;
  width: 100%;
  height: 40%;
  overflow-y: hidden;
}
html .logo {
  display: inline-block;
  margin: auto;
  max-height: 48%;
}
html .web-logo {
  display: inline-block;
  margin: auto;
  max-height: 30%;
}
html p.description {
  text-align: justify;
  font-size: .8em;
  display: inline-block;
}
