.wrapper {
  height: 100%;
  font-family: "Fira Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    margin: 0px 20px 0px 20px;
  }
}
.mainHeader {
  background-color: #fff;
  width: 230px;
  position: fixed;
  height: 100vh;
  z-index: 1;
  padding-top: 2%;
  padding-right: 2%;
}

@media screen and (max-width: 767px) {
  .mainHeader {
    padding: 0;
    width: 100%;
    height: auto !important;
    z-index: 9999;
    overflow: visible;
    position: fixed;
    -webkit-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
  }
}
.button {
  position: absolute;
  right: -9px;
  top: 28%;
  margin-top: -29px;
  background: transparent;
  border: none;
  fill: #6A6A6A;
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .button {
    display: none !important;
  }
}

.burger {
  width: 30%;
  float: right;
  display: initial;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.xburger {
  width: 20px;
  position: absolute;
  right: 22px;
  top: 24px;
  display: none;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.opacityPos {
  display: initial;
}

.opacityNeg {
  display: none;
}

.nektaria {
  position: relative;
}
.nektaria h1 {
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .nektaria h1 {
    font-size: 1.2em;
    font-weight: 300;
  }
}
.nektaria h1 a {
  text-decoration: none;
  color: #0a0a0a;
}

@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu ul {
  list-style: none;
  padding-left: 0px;
  margin: 5px 0px;
}
.menu ul li a {
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 2px;
  color: #858585;
  display: inline-block;
  line-height: 23px;
  padding: 0.3em 0.5em;
  margin: 0.2em;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menu ul li a:hover {
  background-color: #e5e5e5;
}

.selected {
  background-color: #e5e5e5;
  color: #333 !important;
}

.mobilemenu {
  position: absolute;
  left: -500px;
  top: 60px;
  width: 70%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 767px) {
  .mobilemenu {
    display: none;
  }
}
.mobilemenu ul {
  padding-left: 0px;
  margin: 0px;
  background-color: white;
  height: 100vh;
  list-style: none;
}
.mobilemenu ul li {
  padding: 5px 0px;
  margin-left: 23px;
}
.mobilemenu ul li a {
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 2px;
  color: #858585;
}
.mobilemenu ul li a:hover {
  background-color: #e5e5e5;
}

#content {
  display: block;
  webkit-font-smoothing: antialiased;
  color: #444444;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 1%;
  padding-top: 2%;
  margin-left: 230px;
}
@media screen and (max-width: 767px) {
  #content {
    padding: 0 2% 0 2%;
    min-height: 100%;
    margin-left: 0px;
    padding-top: 98.8px;
  }
}

.assetsContainer {
  overflow: hidden;
  position: relative;
  margin-bottom: 1%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clearfix {
  display: block;
}

.asset {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin: 0 1% 1% 0;
  float: left;
  width: 23%;
  max-width: 100%;
}

@media only screen and (max-width: 75em) {
  .asset {
    width: 47.33%;
    padding-bottom: 2%;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  .asset {
    width: 100%;
    height: auto;
  }
}
.art {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  display: block;
  outline: 0;
}

.artImg {
  width: 80%;
  height: 350px;
  outline: 1px transparent solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.artImg:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

@media only screen and (max-width: 1366px) {
  .artImg {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .artImg {
    height: auto;
    width: 100%;
  }
}
.aiolos::after {
  content: "Giannis and his angels";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.aiolos:hover:after {
  opacity: 1;
}

.mermaid::after {
  content: "An old beloved mermaid";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mermaid:hover:after {
  opacity: 1;
}

.taxidi::after {
  content: "A little blue dream";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.taxidi:hover:after {
  opacity: 1;
}

.megasAlexandros::after {
  content: "Alexander the great";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.megasAlexandros:hover:after {
  opacity: 1;
}

.triton::after {
  content: "Triton";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.triton:hover:after {
  opacity: 1;
}

.apocalypse::after {
  content: "Apocalypse";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.apocalypse:hover:after {
  opacity: 1;
}

.ekati::after {
  content: "Goddess Hecate";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.ekati:hover:after {
  opacity: 1;
}

.lira::after {
  content: "Lyra";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lira:hover:after {
  opacity: 1;
}

.nautilos::after {
  content: "Nautilus";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.nautilos:hover:after {
  opacity: 1;
}

.torch::after {
  content: "The Torch";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.torch:hover:after {
  opacity: 1;
}

.troto::after {
  content: "Achilles heel";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.troto:hover:after {
  opacity: 1;
}

.penthesilea::after {
  content: "Penthesilea";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.penthesilea:hover:after {
  opacity: 1;
}

.violin::after {
  content: "The violin";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.violin:hover:after {
  opacity: 1;
}

.pagoni::after {
  content: "The Peacock";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.pagoni:hover:after {
  opacity: 1;
}

.mnimi::after {
  content: "In memory";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mnimi:hover:after {
  opacity: 1;
}

.collection::after {
  content: "Collection of my work";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.collection:hover:after {
  opacity: 1;
}

.anatolidisi::after {
  content: "From East to West";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.anatolidisi:hover:after {
  opacity: 1;
}

.maiandros::after {
  content: "Maiandros";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.maiandros:hover:after {
  opacity: 1;
}

.tisimvainei::after {
  content: "What is happening?";
  line-height: 42px;
  position: absolute;
  speak: none;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer !important;
  font-family: Monospace;
  font-size: 24px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.tisimvainei:hover:after {
  opacity: 1;
}

.artHeader {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .artHeader {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .artHeader {
    font-size: 12px;
  }
}
#artName {
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 2.5rem;
}

@media screen and (max-width: 812px) {
  #artName {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
.borders {
  margin: 0 4%;
}

.x {
  width: 30px;
  float: right;
  position: absolute;
  top: 46px;
  cursor: pointer;
  right: 150px;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .x {
    top: 40px;
    width: 30px;
    right: 50px;
  }
}
@media screen and (max-width: 450px) {
  .x {
    top: 19px;
    width: 19px;
    right: 19px;
  }
}
.artTitle {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5em;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .artTitle {
    display: none;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 450px) {
  .artTitle {
    display: inherit;
  }
}
.artImagecentral {
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 50vh;
}

@media screen and (max-width: 767px) {
  .artImagecentral {
    width: 100%;
    height: 100vh;
    opacity: 0.8;
  }
}
@media screen and (max-width: 450px) {
  .artImagecentral {
    width: 80%;
    height: 43vh;
    opacity: 0.8;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .artImagecentral {
    width: 80%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .artImagecentral {
    width: 80%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .artImagecentral {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mainArtImage {
    padding-top: 0px;
  }
}
.bottomPics {
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
  bottom: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bottomPics ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottomPics ul li {
  padding: 3px;
  filter: alpha(opacity=100);
  opacity: 1;
  list-style: none;
  /*		    float: left;*/
}
.bottomPics ul li img {
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .bottomPics {
    position: relative;
    bottom: 0px;
  }
  .bottomPics ul li {
    float: left;
  }
  .bottomPics ul li img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 450px) {
  .bottomPics {
    position: relative;
    top: 100px;
  }
  .bottomPics ul li {
    float: left;
  }
  .bottomPics ul li img {
    width: 35px;
    height: 35px;
  }
}
.selectedArt {
  border: 1px solid #858585;
  padding: 3px;
}

.art1:hover {
  cursor: pointer;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bottomPics ul li {
    float: left;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bottomPics ul li {
    float: left;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bottomPics ul li {
    float: left;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bottomPics ul li img {
    width: 70px;
    height: 70px;
  }
}
/*@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  	.bottomPics {
  		ul {
  			li {
  				float: left;
  			}
  		}
  	}
}*/
/*@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.bottomPics {
  		ul {
  			li {
  				float: left;
  			}
  		}
  	}
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .artImagecentral {
    width: 80%;
  }
}
.artText {
  font-size: 18px;
  text-align: center;
}
.artText span {
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  color: #858585;
}

.artTextSecondary {
  font-size: 18px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 70%;
}
.artTextSecondary span {
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  color: #858585;
}

@media screen and (max-width: 1024px) {
  .artText {
    font-size: 12px;
  }
}
.artDetails {
  font-family: "Merriweather", serif;
  color: #0a0a0a;
  font-size: 1rem;
}

.artDetails_text {
  font-family: "Merriweather", serif;
  color: #0a0a0a;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.5rem;
}

.contactImgDiv {
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .contactInfo {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contactInfo {
    padding-top: 100px;
  }
}
@media screen and (max-width: 812px) {
  .contactInfo {
    padding-top: 0px;
  }
}
.contactImg {
  width: 5%;
  height: 5%;
  margin-right: 2%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.contactImg:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contactText {
  text-align: center;
  font-size: 1.2em;
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #858585;
}

.contactImgNec {
  width: 40%;
  border-radius: 20%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.contactInfo {
  font-size: 20px;
}

.contactLink {
  text-decoration: none;
}

@media screen and (max-width: 1366px) {
  .contactImgNec {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .contactImgNec {
    width: 65%;
  }
}
@media screen and (max-width: 812px) {
  .contactImgNec {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .contactImg {
    width: 8%;
    height: 8%;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo {
    padding-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .contactImgNec {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .contactImg {
    width: 10%;
    height: 10%;
  }
}
.bottomVideos {
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
  bottom: 18px;
}
.bottomVideos ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottomVideos ul li {
  padding: 3px;
  filter: alpha(opacity=100);
  opacity: 1;
  list-style: none;
  float: left;
}
.bottomVideos ul li img {
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
}

video {
  position: relative;
  width: 100%;
  height: 50vh;
}

.backgroundimg {
  width: 100%;
  height: 100vh;
  opacity: 0.8;
}

#content2 {
  display: block;
  webkit-font-smoothing: antialiased;
  color: #444444;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-left: 230px;
  font-size: 22px;
  height: 100vh;
}

.assetsContainer2 {
  height: 100vh;
  position: relative;
  margin-bottom: 1%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.aboutMeSection {
  position: absolute;
  top: 59px;
  padding: 8% 0%;
}

.aboutMeArticle {
  width: 78%;
  color: #fff;
  font-size: 0.9rem;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 2px;
  margin: 0 auto;
  font-weight: 100;
  line-height: 30px;
}

@media only screen and (max-width: 736px) {
  #content2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 820px) {
  .backgroundimg {
    height: 1000px;
  }
}
@media only screen and (max-width: 500px) {
  .backgroundimg {
    height: 1300px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #content2 {
    overflow: hidden;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}