/*
  ----------------------------------------------Basic Setup--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/
html {
  scroll-behavior: smooth;
 }

* {
	margin: 0; 
	padding: 0; 
}

body { 
	font-family: TravelingTypewriter, Typewriter, 'Lucida Grande', Helvetica, sans-serif;
	background: #121212;
	color: white; 
  letter-spacing: 0.06rem;
}

tr { 
	vertical-align: top;
}

/*
  ----------------------------------------------Structure--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/
.post { 
	display: inline-block;
  width: 33%;
	position: absolute;
	min-height: 100%;
	border: 1px solid black;
	padding: 30px;
}

table {
	width: 100%;
}

::-webkit-scrollbar{
  height: 0px;
  width: 5px;
  background: #23252a;
}
::-webkit-scrollbar-thumb:vertical{
  background: white;
  border-radius: 3px;
  height: 5px;
  width: 5px;
}

/*  ::-webkit-scrollbar {
  display: none;
  }*/

/*
  ----------------------------------------------Typography--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/


/*------------ Font Families ------------*/
@font-face {
	font-family: helvetica-normal;
  src: url(../fonts/HelveticaLTStd-Light.otf);
}

@font-face {
	font-family: helvetica;
  src: url(sansation_light.woff);
}

/* App fonts */
@font-face {
  font-family: sorti;
  src: url(../fonts/1STSORTI.ttf);
}

@font-face {
  font-family: games;
  src: url(../fonts/Games.ttf);
}

/* Web fonts */
@font-face {
  font-family: plastique;
  src: url(../fonts/Plastique.ttf);
}

@font-face {
  font-family: helvetica-condensed;
  src: url(../fonts/HelveticaLTStd-BoldCond.otf);
}

@font-face {
  font-family: Typewriter;
  src: url(../fonts/AmericanTypewriterRegular.ttf);
}

@font-face {
  font-family: Typewriter_HAMMK___;
  src: url(../fonts/HAMMK___.ttf);
}

@font-face {
  font-family: Tox Typewriter;
  src: url(../fonts/ToxTypewriter.ttf);
}

@font-face {
  font-family: JMHTypewriterThin;
  src: url(../fonts/JMHTypewriterThin.ttf);
}

@font-face {
  font-family: TravelingTypewriter;
  src: url(../fonts/TravelingTypewriter.ttf);
}

@font-face {
  font-family: HelveticaNeueLTCom-Md;
  src: url(../fonts/HelveticaNeueLTCom-Md.ttf);
}

@font-face {
  font-family: HelveticaNeueLTCom-Blk;
  src: url(../fonts/HelveticaNeueLTCom-Blk.ttf);
}

@font-face {
  font-family: GOTHAM-BLACK;
  src: url(../fonts/GOTHAM-BLACK.ttf);
}


p, body { font-family: TravelingTypewriter, sans-serif; line-height:1.3;
                 }
h1, { font-family: HelveticaNeueLTCom-Md, sans-serif; ;
                letter-spacing:  ; }

#about_button {font-family: HelveticaNeueLTCom-Md, sans-serif; ;
                letter-spacing:  ;}

.header-banner h1 { font-family: TravelingTypewriter, sans-serif; ;
                letter-spacing:  ; }

.cell-brief-title h1 { font-family: HelveticaNeueLTCom-Blk, sans-serif; ;
                letter-spacing:  ; }

.portfolio_nav_text h3 { font-family: Typewriter, sans-serif; ;
                letter-spacing:  ; }                

.panel h2 { font-family: Typewriter, sans-serif; ;
                letter-spacing:  ; }

.contentpage-title h1 { font-family: Typewriter, sans-serif; ;
                letter-spacing:  ; }

h2 { font-family: TravelingTypewriter, sans-serif; 
                letter-spacing: ;  }

h3 { font-family: TravelingTypewriter, sans-serif; 
                letter-spacing: ; color: white; }

h4 { font-family: TravelingTypewriter, sans-serif; 
                letter-spacing: ; color: white; }  

h5 { font-family: TravelingTypewriter, sans-serif; ;
                letter-spacing: ;  }

a { text-decoration: none; color: white; }
a:hover, a:active, a:visited { color: white;}

h1.black-header { 
  line-height: 1;
}

i {
  font-size: 4em;
}

/*------------ Desktop Media ------------*/
@media only screen and (min-width: 968px) {

    /*Homepage*/
    h1.black-header {  
      font-size: 8rem; 
    }

    h3.black-header {
      font-size: 4rem;
    }

    h5.black-header {
      font-size: 1.8rem;
    }

    .cell-subheader h5, .cell-work-small h5, .cell-work h5, #profiles h5 {
      font-size: 1.3rem;
    }

    #about_button {
      font-size: 1.3rem;
    }

    .cell-services-container h5 {
      font-size: 1.4rem;
    }

    .cell-skill p {
      font-size: 1rem;
      margin: 0;
    }

    .panel h2 {  
       font-size: 1.6rem; 
    }

    .portfolio_nav_text h3, .about_nav_text h3 {
      font-size: 2.2rem;
    }

    .scroll_hint p {
      font-size: 0.75rem;
      letter-spacing: 0.15rem;
    }

    /*Inividual Pages*/
    .cell-work-text, .cell-brief-text p, .cell-brief-skills p, .cell-servies-info p, .cell-brief-image p, 
    .cell-text-center-right p, .cell-text-left p, .cell-text-center-left p, .cell-text-center-right p, .cell-text-center-left p,
    .cell-text-left p{
      font-size: 0.85rem;
    }

    .header-banner h1 {
      font-size: 5rem;
    }

    #contact-header h1 {
      font-size: 4rem;
    }

    .cell-brief-title h1 {
      font-size: 8rem;
      line-height: 0.8;
    }

    .logo-small {
      visibility: hidden;
    }

    /*Nav*/
    .nav-header h2{
      font-size: 2rem;
    }


}

/*------------ Tablet Media ------------*/
@media (max-width:968px) and (min-width:777px) {

    /*Homepage*/
    h1.black-header {  
      font-size: 7rem; 
    }

    h3.black-header {
      font-size: 2rem;
    }

    h5.black-header {
        font-size: 1.57rem;
    }

    #about_button {
      font-size: 1.14rem;
    }

    .cell-services-container h5 {
      font-size: 1.3rem;
    }

    .cell-skill p {
      font-size: 0.9rem;
      margin: 0;
    }

    .panel h2 {  
       font-size: 1.4rem; 
    }

    .button.hollow {
      font-size: 1.1rem;
    }

    .portfolio_nav_text h3, .about_nav_text h3 {
      font-size: 1.8rem;
    }

    .scroll_hint p {
      font-size: 0.65rem;
      letter-spacing: 0.1rem;
    }    

    /*Individual pages*/
    .header-banner h1 {
      font-size: 2.5rem;
    }

    #contact-header h1 {
      font-size: 2.2rem;
    }

    .cell-work-text, .cell-brief-text p, .cell-brief-skills p, .cell-servies-info p, .cell-brief-image p, 
    .cell-text-center-right p, .cell-text-left p, .cell-text-center-left p, .cell-text-center-right p, .cell-text-center-left p,
    .cell-text-left p{
      font-size: 0.85rem;
    }

    .logo-small {
      visibility: hidden;
    }
    
    /*Nav*/
    .nav-header h2{
      font-size: 1.8rem;
    }    
}

/*------------ Small Tablet Media ------------*/
@media (max-width:777px) and (min-width:568px) {

    /*Homepage*/
    h1.black-header { 
      font-size: 5rem; 
    }

    h3.black-header {
        font-size: 1.5rem;
    }

    h5.black-header {
        font-size: 1.12rem;
    }

    .cell-services-container h5 {
      font-size: 1.2rem;
    }

    .cell-work-text, .cell-brief-text p, .cell-brief-skills p, .cell-servies-info p, .cell-brief-image p, 
    .cell-text-center-right p, .cell-text-left p, .cell-text-center-left p, .cell-text-center-right p, .cell-text-center-left p,
    .cell-text-left p{
      font-size: 0.85rem;
    }

    .cell-skill p {
      font-size: 0.8rem;
      margin: 0;
    }

    #about_button {
      font-size: 1rem;
    }

    .button.hollow {
        font-size: 1.1rem;
    }

    .portfolio_nav_text h3, .about_nav_text h3 {
      font-size: 1.4rem;
    }

    .scroll_hint p {
      font-size: 0.65rem;
      letter-spacing: 0.1rem;
    }  

    /*Individual pages*/
    .header-banner h1 {
      font-size: 2.5rem;
    }

    .logo-small {
      visibility: hidden;
    }

    /*Nav*/
    .nav-header h2{
      font-size: 1.5rem;
    } 
}

/*------------ Mobile Media ------------*/
@media only screen and (max-width: 568px) {

    /*Homepage*/
    h1.black-header { 
      font-size: 5rem; 
    }

    h3.black-header {
      font-size: 1.9rem;
    }

    h5.black-header {
      font-size: 1.4rem;
    }

    .cell-services-container h5 {
      font-size: 1.4rem;
    }

    .cell-skill p {
      font-size: 0.9rem;
      margin: 0;
    }

    #links-block h5{
      font-size: 1.3rem;
    }

    .cell-services h5{
      font-size: 1.5rem;
    }

    .button.hollow {
      font-size: 1.3rem;
    }

    .portfolio_nav_text h3, .about_nav_text h3 {
      font-size: 1.5rem;
    }

    /*Individual Page*/
    .header-banner h1 {
      font-size: 2rem;
    }
    .cell-work-text, .cell-brief-text p, .cell-brief-skills p, .cell-servies-info p, .cell-brief-image p, 
    .cell-text-center-right p, .cell-text-left p, .cell-text-center-left p, .cell-text-center-right p, .cell-text-center-left p,
    .cell-text-left p{
      font-size: 0.85rem;
    }

    .logo-big {
      visibility: hidden;
    }

    /*Nav*/
    .nav-header h2{
      font-size: 1.3rem;
    }     
}

/*------------ Small Mobile Media ------------*/
@media only screen and (max-width: 368px) {

    /*Homepage*/
    h1.black-header { 
      font-size: 1.5rem; 
    }
    h3.black-header {
        font-size: 1.2rem;
    }
    h5.black-header {
        font-size: 1rem;
    }
    .button.hollow {
      font-size: 1rem;
    }

    /*Individual Page*/
    .header-banner h1 {
      font-size: 1rem;
    }

    .cell-work-text, .cell-brief-text p, .cell-brief-skills p{
      font-size: 0.8rem;
    }

    .logo {
      width: 100px;
    }
}


/*
  ----------------------------------------------Navigation--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

.logo {
  position: fixed;
  top: 20px;
  left: 25px;
  z-index:3;
  height: 50px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden;
  transition: 0.6s; /* 0.5 second transition effect to slide in the sidenav */
}

/* When you mouse over the navigation links, change their color */
.sidenav h2:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
#closebtn {
  visibility: hidden;
}

/* Position the open icon in top righ corner */
span {
}

#open-icon, #closebtn {
  position: fixed;
  top: 20px;
  right: 25px;
  font-size: 2em;
/*  margin-left: 50px;*/
  z-index: 3;
  cursor: pointer;
  height: 50px;
}

/*------------ Mobile Media ------------*/
@media screen and (max-width: 600px) {
    
    body #section {
      width: 100%;
      height: 33.33%;
      margin: 0;
    }
}


/* Custom side nav CSS */
#section {
  display: inline-block;
  width: 33.3333%;
  height: 100%;
  margin: -3px;
  position: relative;
  overflow: hidden;
}

/*------------ Section Backgrounds ------------*/
.section-1, .section-2, .section-3 {
  background-color: black;
}
.section-1:hover, .section-2:hover, .section-3:hover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.section-1:hover {
  background-image: url("../images/bg5.png");
}

/* Section 2 css */
.section-2:hover {
  background-image: url("../images/bg6.png");
}

/* Section 3 css */
.section-3:hover {
  background-image: url("../images/bg9.png");
}

.nav-header{
  text-align: center;
  position: relative;
  top: 50%;
}

/*
---------------------------------------------------------
*/




/*
  ----------------------------------------------GENERAL LAYOUT--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

/*------------ Page Header ------------*/
.header-banner {
	width: 100%;
	height: 100%;
	position: absolute;
  top: 0;
	background-image: url(images/bg.jpg);
	background-size: cover;
  z-index: 2;
}

.contentpage-title {
  position: absolute;
  z-index: 1;
  color: white;
  bottom: 20%;
  left: 10%;
}

.cell-subheader {
  text-align: center;
  width: 100%;
}

.page_subtitle {
  position: fixed;
  transform: rotate(270deg);
  left: -55px;
  bottom: 15%;
  z-index: 1;
}

/*.verticalLine {
  border-right: 0.7px solid white;
  height: 200px;
  position: fixed;
  left: 20px;
  bottom: 26%;
  z-index: 1;
}

.verticalLine1 {
  border-right: 0.7px solid white;
  height: 45px;
  position: fixed;
  left: 20px;
  bottom: 1%;
  z-index: 1;
}*/

/*------------ Page Background ------------*/
.grid-content, .container-next, .ok {
	position: absolute;
	top: 100%;
	width: 100%;
  background-image: url("../images/bg6.png");
  background-repeat: repeat;
  background-size:100%;
}

#graphics-grid-content {
  position: absolute;
  top: 100%;
  width: 100%;
  background-image: url("../images/bg6.png");
  background-repeat: repeat;
  background-size:100%;
}

  .image-bg {
    background-image: url("../images/bg10.png");
    padding: 4%;
  }

/*------------ Buttons ------------*/
.button.hollow {
  opacity: 0.9;
  border: 2px solid white;
}



#about_button:hover {
  opacity: 1;
  color: #1e6fb7;
  border-color: white;
  background-color: white;
}

.button.hollow:hover {
  opacity: 1;
  color: black;
  border-color: white;
  background-color: white;
}

/*------------ Page Header Background ------------*/
#about-header, #graphics1-header, #graphics2-header, #app-header, #motion-header, #contact-header {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.cell-brief-skills {
  color: #bebebe;
  opacity: 1;
}



/*------------ Desktop Media ------------*/
@media only screen and (min-width: 968px) {


  /*--- Brief container ---*/
  .cell-brief-container {
    margin-top: 15%;
    margin-bottom: 15%;
    height: 600px;
    padding-top: 10%;
    opacity: 1;
  }

  .cell-brief-text, .cell-brief-skills {
    width: 50%;
    float: left;
  }

  .cell-brief-skills {
    text-align: right;
    padding: 0% 1% 0% 30%;   
  }

  .cell-brief-text {
    text-align: left;
    padding: 4% 30% 0% 1%; 
  }

  .cell-brief-title {
    position: absolute;
    width: 100%;
    top: 310px;
    text-align: center;
    opacity: 0.2; 
    color: #2c2b2c;
  }


  /*--- Work container ---*/
  .cell-work-text, .cell-work-image {
    width: 50%;
    float: left;
  }

  .cell-work-image img {
    max-height: 700px;
  }

  .cell-work, .cell-work-small {
    width: 100%;
    display: inline-block;
  }

  .cell-work {
    height: 600px;
    clear: both;
    padding: 0% 13% 0% 13%;
    margin-bottom: 15%;
  }

  .cell-work-small {
    height: 500px;
  }

  .work-left {
    text-align: right;
  }

  .work-right {
    text-align: left;
  }


/*--- Gallery container ---*/
  .cell-horizontal-gallery {
    padding: 5%;
    width: 100%;
    display: inline-block;
    height: auto;
    margin-top: 5%;
  }

  .cell-horizontal-image {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-bottom: 5%;
    text-align: center;
  }

  .cell-horizontal-image img {
    max-height: 400px;
  }

  .cell-gallery {
    padding-top: 2%;
    padding-left: 11%;
    padding-right: 11%;
    margin-bottom: 5%;
    text-align: center;
  }

  .gallery-header {
    margin: 3%;
  }

  .cell-gallery-small {
    padding: 2%;
    text-align: center;
  }

  .cell-text-center-right {
    left: 62%;
  }

  .cell-text-center-left{
    left: 25%;
  }

  .cell-text-left {
    left: 7%; 
  }

  .container-work, .container-next {
    display: inline-block;
    clear: both;
  }

  .cell-text-center-right, .cell-text-center-left, .cell-text-left {
    width: 24%;
    margin-top: 10%;
  }

  /*Next container*/
  .container-next {
    height: 700px;
  }

  .cell-next-link {
    position: absolute;
    bottom: 15%;
    right: 10%;
    text-align: right;
  }

  .cell-next-header {
    position: absolute;
    top: 15%;
    left: 10%;
    text-align: right;
  }

  .cell-work-phonescreen {
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 3%;
  }

  .cell-work-image-center, .cell-work-image-large-left, .cell-work-image-large-right, 
  .cell-work-image-small-right ,.cell-work-image-small-left, .cell-work-image-center-small, .cell-work-image-center-full {
    margin-top: 15%;
    margin-bottom: 15%;
    position: relative;
  }

  .cell-work-image-large-left, .cell-work-image-small-left  {
    left: 0px;
  }

  .cell-work-image-large-right  {
    left: 25%;
  }
  .cell-work-image-small-right {
    left: 45%;
  }
  .cell-work-image-center-small {
    left: 22.5%;
  }

  .cell-work-image-center, .cell-work-image-center-small {
    text-align: center;
  }

  .cell-work-image-center, .cell-work-image-large-left , .cell-work-image-large-right  {
    width: 75%;
  }

  .cell-work-image-center-full img{
    width: 100%;
  }

  .cell-work-image-small-right, .cell-work-image-small-left, .cell-work-image-center-small  {
    width: 55%;
  }

  .cell-text-center-right, .cell-text-center-left, .cell-text-left, .cell-text-center-left, .cell-text-brand-guidlines {
    position: relative;
  }

  .divider {
    height: 140px;
    
  }

}


/*------------ Tablet Media ------------*/
@media (max-width:968px) and (min-width:568px) {

  .divider {
    height: 120px;
    
  }

  /*--- Brief container ---*/
  .cell-brief-container {
    margin-top: 13%;
    margin-bottom: 13%;
    height: 600px;
    padding-top: 10%;
  }

  .cell-brief-text, .cell-brief-skills ,.cell-work-text, .cell-work-image{
    width: 50%;
    float: left;
  }

  .cell-brief-skills {
    text-align: right;
    padding: 0% 2% 0% 20%;   
  }

  .cell-brief-text {
    text-align: left;
    padding: 4% 20% 0% 2%; 
  }


  /*--- Work container ---*/
  .cell-work {
    height: 500px;
    clear: both;
    padding: 0% 9% 0% 9%
  }

  .cell-work-small {
    height: 350px;
    clear: both;
  }

  .work-left {
    text-align: right;
  }

  .work-right {
    text-align: left;
  }

  .cell-text-center-right, .cell-text-center-left, .cell-text-left {
    width: 26%;
    margin-top: 10%;
  }

  .cell-text-center-right {
    left: 62%;
  }

  .cell-text-center-left{
    left: 30%;
  }
    .cell-text-center-left{
    left: 25%;
  }

  .cell-text-left {
    left: 7%;
  }

  /*--- Gallery container ---*/
  .cell-horizontal-gallery {
    padding: 4%;
    width: 100%;
    display: inline-block;
    height: auto;
  }

  .cell-horizontal-image {
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
  }

  .cell-horizontal-image img {
    max-height: 300px;
  }

  .cell-gallery {
    padding: 8%;
  }

  .cell-gallery-small {
    padding: 8%;
    margin-top: 5%;
    text-align: center;
  }

  .container-work, .container-next {
    display: inline-block;
    clear: both;
  }


  /*Next container*/
  .container-next {
    height: 600px;
  }

  .cell-next-link {
    position: absolute;
    bottom: 15%;
    right: 10%;
    text-align: right;
  }

  .cell-next-header {
    position: absolute;
    top: 15%;
    left: 10%;
    text-align: right;
  }

  .cell-work-phonescreen {
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 2%;
  }

  .cell-work-image-center, .cell-work-image-large-left, .cell-work-image-large-right, 
  .cell-work-image-small-right ,.cell-work-image-small-left, .cell-work-image-center-small, .cell-work-image-center-full {
    margin-top: 15%;
    margin-bottom: 15%;
    position: relative;
  }

  .cell-work-image-large-left, .cell-work-image-small-left  {
    left: 0px;
  }

  .cell-work-image-large-right  {
    left: 35%;
  }
  .cell-work-image-small-right {
    left: 45%;
  }
  .cell-work-image-center-small {
    left: 22.5%;
  }

  .cell-work-image-center, .cell-work-image-large-left, .cell-work-image-large-right {
    width: 65%;
  }

  .cell-work-image-center-full img {
    width: 100%;
  }

  .cell-work-image-small-right, .cell-work-image-small-left, .cell-work-image-center-small  {
    width: 55%;
  }

  .cell-text-center-right, .cell-text-center-left, .cell-text-left, .cell-text-center-left, .cell-text-brand-guidlines {
    position: relative;
  }

  .verticalLine {
    border-left: 1px solid white;
  }


}

/*------------ Mobile Media ------------*/
@media only screen and (max-width: 568px) {

  .cell-brief-text, .cell-brief-skills, .cell-text-center-right, .cell-text-center-left, .cell-text-left, .cell-work-resposive-logo ,
  .cell-work-image-large-left, .cell-work-image-large-right, .cell-work-image-small-right, .cell-work-image-small-left, 
  .cell-work-phonescreen, .cell-work-image-center-full, .cell-work-image-center-small{
    margin-top: 15%;
    margin-bottom: 15%;

  }

  .cell-brief-text, .cell-brief-skills, .cell-text-center-right, .cell-text-center-left, .cell-text-left, .cell-cv  {
    text-align: left;
    width: 65%;
    padding-left: 8%;
  }

  .cell-work-image img {
    max-height: 700px;
  }

  .page_subtitle {
    visibility: hidden;
  }

  .cell-work-image-large-left, .cell-work-image-large-right, .cell-work-image-small-right, 
  .cell-work-image-small-left, .cell-work-image-center, .cell-work-image-center-full, .cell-work-phonescreen, .cell-work-image-center-small {
    width: 100%;
    padding: 0% 8% 0% 8%;
  }

  .cell-next-link {
    position: absolute;
    bottom: 15%;
    right: 10%;
    text-align: right;
  }

  .cell-next-header {
    position: absolute;
    top: 15%;
    left: 10%;
  }

  .container-next {
    height: 400px; 
  }

}

/*
	----------------------------------------------ABOUT PAGE--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

  #about-header {
    background-image: url("../images/bg5.png");
  }

  #skills-sub-block {
    margin-top: 15%;
    text-align: left;
  }

  .cell-services-container img {
    width: 58px;
  }

  .cell-cv p:hover, #contact-link:hover, .cell-next-link:hover {
    text-decoration: underline;
  }  

  #contact-link img, .cell-next-link img {
    margin: 10px;
  }

/*------------ Desktop Media ------------*/
@media only screen and (min-width: 968px) {

  .cell-services-container {
    float: left;
    width: 25%;
    padding: 5%;
    text-align: left;
  }

  .cell-services{
    padding: 5%;
  }

  #skills-block {
    padding: 10%;
    height: 500px;
    margin-bottom: 15%;
  }

  .cell-services-container img {
    margin-bottom: 8%;
    text-align: center;
  }

  #skills-sub-block {
    margin-top: 25%;
    margin-bottom: 15%;
    position: relative;
    width: 8%;
    left: 46%;
  }

  #links-block {
    margin-top: 15%;
  }

  .cell-servies-info{
    margin-top: 15%;
  }

  .cell-cv {
    width: 30%;
    position: relative;
    left: 35%;
    margin-top: 15%;
    text-align: center;
  }

  #me img {
/*    max-height: 700px;*/
  }

  #me {
    width: 40%;
    left: 60%;
  }

}

/*------------ Tablet Media ------------*/
@media (max-width:968px) and (min-width:568px) {

  .cell-services-container {
    float: left;
    width: 25%;
    padding: 5%;
    text-align: left;
  }

  #skills-block {
    padding: 1%;
    height: 350px;
    margin-bottom: 15%;
  }

  #skills-sub-block {
    margin-top: 25%;
    margin-bottom: 15%;
    position: relative;
    width: 10%;
    left: 45%;
  }

  .cell-servies-info{
    margin-top: 10%;
  }

  .cell-cv {
    width: 30%;
    position: relative;
    left: 35%;
    margin-top: 15%;
    text-align: center;
  }
}

/*------------ Mobile Media ------------*/
@media only screen and (max-width: 568px) {
  
  .cell-services-container {
    width: 100%;
    padding: 10%;
    text-align: center;
  }

  #skills-sub-block {
    margin-top: 25%;
    margin-bottom: 15%;
    position: relative;
    width: 20%;
    left: 40%;
  }

}


/*
  ----------------------------------------------Graphics 1 PAGE--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

#graphics1-header {
	background-image: url("../images/white-line-bg.png");
}

#white-background {
/*  background-image: url("../images/bg4.png");*/
}

.cell-work-resposive-logo {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-color: #e1e1e1;
  position: relative;
  clear: both;
}

.responsive-logo-text {
  position: absolute;
  transform: rotate(90deg);
  color: black;
  top: 50%;
  right: -130px;
}

.responsive-logo-text h3{
  color: black;
}

#black-logo {
  visibility: hidden;
}


/*------------ Desktop Media ------------*/
@media only screen and (min-width: 968px) {

  .cell-graphics1-footer {
    height: 280px;
  }

  .cell-work-resposive-logo {
    background-image: url("../images/shark1.png");
    height: 850px;
    margin-bottom: 30%;
  }

}

/*------------ Tablet Media ------------*/
@media (max-width:968px) and (min-width:777px) {

  .cell-graphics1-footer {
    height: 100px;
  }

  .cell-work-resposive-logo {
    background-image: url("../images/shark2.png");
    height: 800px;
  }
}

/*------------ Smaller Tablet Media ------------*/
@media (max-width:777px) and (min-width:568px) {

  .cell-graphics1-footer {
    height: 100px;
  }

  .cell-work-resposive-logo {
    background-image: url("../images/shark3.png");
    height: 600px;
  }
}

/*------------ Mobile Media ------------*/
@media only screen and (max-width: 568px) {

  .cell-graphics1-footer {
    height: 100px;
  }

  .cell-work-resposive-logo {
    background-image: url("../images/shark4.png");
    height: 600px;
  }

  .responsive-logo-text {
    right: -100px;
  }
}
/*
  ----------------------------------------------Graphics 2 PAGE--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

#graphics2-header {
  background-image: url("../images/cd-case-back-header.png");
}

#grid-gallery {
  margin: 10%;
}

/*
  ----------------------------------------------App PAGE--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

#app-header {
	background-image: url("../images/App-template-2.png");
}

#app_page {
  background-image: url("../images/background-gradients2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:cover;
}







/*
  ----------------------------------------------Motion PAGE--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

#motion-header {
  background-image: url("../images/motion-bg1.png");
  background-position: center left;
}

.cell-youtube {
  height: 100%;
  min-height: 960px;
}

iframe {
  height: 100%;
}

.cell-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}

.cell-youtube iframe, .cell-youtube object, .cell-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
  ----------------------------------------------Web PAGE--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

#web-header {
  background-image: url("../images/code1.png");
  background-size: cover;
}

.cell-work-image-center-small video {
   width: 100% ;
  height: auto ;
}
/*
  ----------------------------------------------Contact PAGE--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/

#contact-header {
  background-image: url("../images/bg9.png");
}

.contact-details {
  padding: 0% 0% 5% 0%;
}

.cell-social-contact{
	background-color: ;
	padding: 20%;
	text-align: center;
}

.telephone-contact, .address-contact, .email-contact {
	margin: 10%;
}

/* Online profiles */
.cell-profile img {
  opacity: 0.8;
}

  #profiles  {
    color: white;
  }

.cell-profile img:hover {
  opacity: 1;
}

.cell-profile {
  text-align: center;
}

#contact  {
  text-align: left;
  line-height:0.3;
  padding-top: 10%;
}

#p_hover:hover {
  text-decoration: underline;
  cursor: pointer;
}
/*contact form*/

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

.field {
  margin: 1em 0;
}

label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.1em;
  color: white;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

.field button {
  width: 100%;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/*------------ Desktop Media ------------*/
@media only screen and (min-width: 968px) {

  .cell-profile{
    padding: 2%;
  }

  .cell-profile img {
    max-height: 100px;
  }

}

/*------------ Tablet Media ------------*/
@media (max-width:968px) and (min-width:568px) {

  .cell-profile{
    display: inline-block;
    padding: 2%;
  }

  .cell-profile img {
    max-height: 100px;
  }

}

/*------------ Mobile Media ------------*/
@media only screen and (max-width: 568px) {

  .cell-profile{
    display: inline-block;
    padding: 5%;
  }

  .cell-profile img {
    max-height: 80px;
  }

  #profiles  {
    text-align: left;
    padding-left: 14%;
    color: white;
  }

  #contact {
  
  }


}
/*
  ----------------------------------------------Scroll down--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/
section {
  height: 100vh;
  width: 100%;
  display: table;
}

.scroll-down {
  opacity: 0.4;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down:hover {
  opacity: 1;
  cursor: pointer;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 45px;
  height: 45px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  cursor: pointer;
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}

/*
  ----------------------------------------------Modal Popup--------------------------------------------------
*************************************************************************************************************
*************************************************************************************************************
*************************************************************************************************************
  -----------------------------------------------------------------------------------------------------------
*/
 /* Style the Image Used to Trigger the Modal */




