/*
_____________________________________________________

            COLOURS:

YELLOW: ffc700
DARK: 2e282d
GREEN: 00ddb5
_____________________________________________________

*/

body {
  font-family: "Muli", sans-serif;
    animation: fadeInAnimation ease 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
} 
  
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
  } 

body, html {
  max-width: 1400px;
  height: 100%;
  margin: 0;
} 

#demo {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  /*background-image:  url(../images/artwork.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#start-cover {
  width: 100%;
  max-width: 1400px;
  height: 101%;
  /*background-image: url(../images/re-artwork.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: 50% 50%;*/
  animation: slideIn ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.hp-logo {
  animation: slideInText ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#hp-bar-logo {
  display: none;
}

@keyframes slideIn { 
    0% { 
  background-position: 0% 0%;
    } 
    100% { 
  background-position: 50% 50%;
     } 
  } 

#demo .col-5-12 p {
  animation: slideInText ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes slideInText { 
    0% { 
      margin-top: 10%;
    } 
    100% { 
      margin-top: 0%;
     } 
  } 

.wrapper {
    width: 100%;
    max-width: 1400px;
    top: 0;
    left: 0;
    position: absolute;
}

.container {
    margin-left: 15%;
    padding-right: 10%;
    text-align: center;
}

.wrapper-tile {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px;
    background-color: #fff;
    color: #444;
    padding-top: 10px;
  }

.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    /*padding: 0 4px;*/
}

/* Create four equal columns that sits next to each other */
.column {
    -webkit-flex: 25%; 
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 50%;
    /*border: solid 8px #ffffff;*/
    /*padding: 0 4px;*/
}

.column-two {
    -webkit-flex: 25%;
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 50%;
    /*border: solid 16px #ffffff;*/
    /*padding: 0 4px;*/
}

.column-three {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 50%;
    /*border: solid 8px #ffffff;*/
    /*padding: 0 4px;*/
}

.column-four {
    -webkit-flex: 25%;
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 50%;
    /*border: solid 16px #ffffff;*/
    /*padding: 0 4px;*/
}

.column img, .column-two img, .column-three img, .column-four img, .column-pn .img__wrap img {
    /*margin-top: 8px;*/
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    max-height: 400px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column, .column-two, .column-three, .column-four {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column, .column-two, .column-three, .column-four {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

#cause-change:hover ~ #change hr {
  transform: translate(120%, 0%);
  transition: transform 0.4s;
}

/*.archive-list  {
  text-align: left!important; color: red;
}*/

.logo {
  top: 0;
  padding-top: 10px;
  margin-left: 50px;
}

.logo-center {
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

.logo-center-hp {
  display: none!important;
}

#read-more, #read-bio {
 display: none;
}

#view-button, #hide-button {
 cursor: pointer;
}



/* _________ SLIDER REVEAL */

.-rev {
  min-height: 100vh;
  background-color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}

.before-after {
  position: relative;
  width: 100%;
  max-width: 900px;
  min-height: 80vh;
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.before-after .img-rev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.before-after .img-rev.front-img {
  z-index: 1;
  /* Crop half of the front image */
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.slider-rev {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 
SEPERATE -webkit-slider-thumb AND -moz-range-thumb FOR CHROME AND FIREFOX, OTHERWISE RANGE INPUT CUSTOM STYLES DON'T WORK 
*/

.slider-rev::-webkit-slider-thumb {
  -webkit-appearance: none;
/*  width: 5px;
  min-height: 50vh;*/
  cursor: col-resize;
  /*background-color: #2f282d;*/
  /*border: 1px solid #ffc700;*/
  /*border-radius: 0;*/

  /*font-family: "Font Awesome 5 Free";
  content:'\f337';
  color: black;
  font-weight: 900;*/

  background-image: url('../images/icons/move-icon.png');
  background-position: 50%;
  background-size: 100%;

  width: 50px;
  height: 500px;
  /*border-radius: 50%;*/
  margin: 0 0 0 2px;
}

.slider-rev::-moz-range-thumb {
  -moz-appearance: none;
  width: 5px;
  min-height: 50vh;
  cursor: col-resize;
  background-color: #2f282d;
  /*border: 1px solid #ffc700;*/
  /*border-radius: 0;*/


  background-image: url('../images/icons/move-icon.png');
  background-position: 50%;
  background-size: 40px;

  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 0 0 2px;

}



/*
_____________________________________________________

            NAVIGATION
_____________________________________________________

*/

/*#button-home {
  position: fixed;
  bottom: 55px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffc700;
  opacity: 0.5;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: none;
}

#button-home:hover {
  opacity: 1;
  background-color: #ffc700;
  transition: opacity .4s;
}*/

#button-back {
  position: fixed;
  bottom: 50px;
  left: 40px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffc700;
  opacity: 0.5;
  color: white;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#button-back:hover {
  opacity: 1;
  background-color: #ffc700;
  animation: 4s ease-in-out 0s forwards up-go infinite;
}

#button-top { 
  display: none;
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  opacity: 0.5;
  /*color: white;*/
  cursor: pointer;
  padding: 15px 14px;
  /*border-radius: 50%;*/
  /*-moz-border-radius: 50%;*/
  /*-webkit-border-radius: 50%;*/
}

#button-top:hover {
  opacity: 1;
  /*background-color: #ffc700;*/
  animation: 4s ease-in-out 0s forwards up-go infinite;
}

@keyframes up-go {
    
  0% {
    transform: translate3d(0, 0, 0);
  }

  3% {
    transform: translate3d(0, -10%, 0);
  }

  6% {
    transform: translate3d(0, 0, 0);
  }

}


.main-nav-sections-layout {
  width: 100%;
  position: absolute;
  top: 10px;
}

.main-nav, .portfolio-nav {
  font-family: heading;
  font-size: 15px;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
}

.main-nav a {
  text-decoration: none;
  padding: 30px;
  color: #2e282d;
}

.nav-hp a {
  text-decoration: none;
  padding: 30px;
  color: #ffffff;
}

.portfolio-nav a {
  text-decoration: none;
  padding: 30px;
  color: #ffffff;
}

.main-nav a:hover, .portfolio-nav a:hover {
  color: #ffc700;
  transition: color .4s;
}

.active {
  /*color: #ffc700!important;*/
  opacity: 0.3;
  cursor: default;
}

.side-nav {
    width: 105px;
    height: 100%;
    text-align: left;
    position: fixed;
    z-index: 1;
    overflow: auto;
    background-color: #2e282d;
    opacity: 0.4;
    padding-left: 15px;
}

.side-nav:hover {
    opacity: 1.0;
    background-color: #2e282d;
    transition: background-color .4s;
}

.side-nav:hover p {
    color: #ffffff;
}

.side-nav p {
  color: white;
  font-size: 15px;
  font-family: heading;
  padding: 10px 0;
}

.side-nav a {
    color: #ffffff;
    text-decoration: none;
}

.side-nav p:hover {
  color: #ffc700;
  transition: color .4s;
  /*animation: 4s ease-in-out 0s forwards up-go infinite;*/
}

footer {
 width: 100%;
 bottom: 0;
 position: relative;
 text-align: center;
 color: #2e282d;
 font-size: 12px;
 background: #ffc700; 
}
/*
footer:hover {
    background:rgba(255,255,255, 0.9);
}*/

footer div {
 display: inline-block;
}

.footer-div {
    width: 100%;
    height: 40px;
}

.copyright-logo {
    width: 130px;
    position: relative;
    padding-top: 5px;
}

.site-map a {
  color: #2e282d;
  text-decoration: none;
  padding: 0 10px;
}

.site-map a:hover {
text-decoration: underline;
}

.social-media img {
    width: 21px;
    margin-top: 5.5px;
    margin-right: 5px;
}

.go-down {
    bottom: 40px;
    position: absolute;
    width: 100%;
    height: 13%;
    margin: 0;
    padding: 0;
    left: 0;
    max-width: 1400px;
}

.go-down p {
  opacity: 0.0;
}

.arrow-down {
    width: 40px;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
}

.go-down {
     /*animation: 4s ease-in-out 0s forwards point-down-one;*/
}

@keyframes point-down-one {
  10% {
    transform: translate3d(0, 0%, 0);
  }

  20% {
    transform: translate3d(0, -20%, 0);
  }

  25% {
    transform: translate3d(0, 0, 0);
  }

  30% {
    transform: translate3d(0, -10%, 0);
  }

  35% {
    transform: translate3d(0, 0, 0);
  }

}

.go-down:hover {
     animation: 4s ease-in-out 0s forwards point-down infinite;
}

@keyframes point-down {
  0% {
    transform: translate3d(0, 0, 0);
  }

  3% {
    transform: translate3d(0, -6%, 0);
  }

  6% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }

}

.go-down:hover p {
  opacity: 1.0;
  transition: opacity .4s;
}


/*
_____________________________________________________

            FONTS
_____________________________________________________

*/

/*@font-face {
  font-family: design;
  src: url(../fonts/neoteric.ttf);
}
*/

@font-face {
  font-family: heading;
  src: url(../fonts/Montserrat-Regular.ttf);
}

.paragraph-small {
  font-size: 13px;
}

.paragraph-medium {
  font-size: 15px;
}

h1, h2 {
    /*text-transform: uppercase;*/
    /*color: #2e282d;*/
}

 h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: heading;
    /*color: #2e282d;*/
}

h1 {
   font-family: heading;
   font-size: 70px;
   line-height: 55px;
}

h2 {
    font-family: heading;
    font-weight: lighter;
    font-size: 28px;
    padding-top: 25px;
    padding-left: 0px!important;
    padding-bottom: 0px!important;
    margin: 12px 0;
    text-align: left!important;
}

h3 {
    font-family: heading;
    font-size: 22px;
    margin: 12px 0;
    font-weight: bolder;
}

h6 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.ethos {
  text-transform: uppercase;
  font-size: 22px;
  color: #ffffff;
}

.heading-border {
    margin: auto;
    float: left;
    width: 50px;
    background-color: #ffc700;
    height: 8px;
    border: none;
}

.sub-heading-border {
    margin: auto;
    float: left;
    width: 100%;
    background-color: #2e282d;
    height: 1px;
    border: none;
}

.text-divider {
    margin: auto;
    float: center;
    width: 150px;
    background-color: #0d020d;
    height: 8px;
    border: none;
}

.heading-center {
 text-align: center;
 width: 100%;
}

.items-left {
  display: inline-block;
  text-align: left;
}

.dark-hr {
  background-color: #2e282d;
}

p {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #2e282d;
}

.no-justify {
  text-align: left;
}

.white-text {
  color: #fff;
}

.dark-text {
  color: #2e282d;
}

.yellow-text {
  color: #ffc700; 
}

.no-underline {
  text-decoration: none;

}

.link-text {
  color: #00ddb5; 
  text-decoration: underline;
}

.link-text:hover {
  color: #ffc700;
  transition: color 0.4s;
  text-decoration: none;
}

.line-one {
    margin: 0;
    padding-top: 20px;
}

.pad-right {
  padding-right: 150px;
}

.pad-right-mini {
  padding-right: 70px;
}

.tooltip {
  position: relative;
  /*display: inline-block;*/
  cursor: help;
}

.dashed {
    border-bottom: 2px dotted #ffc700;
}

.tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #2e282d;
  color: #fff;
  text-align: center;
  border-radius: 1px;
  padding: 10px 0;

  /* Position the tooltip */
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px!important;
  z-index: 10;
  opacity: 0;
  margin: 5px;
}

 .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; 
  transition: opacity .2s;
}

 td:hover .dashed {
    border-bottom: 2px dotted #2e282d;
 }

/*
_____________________________________________________

            ANIMATION
_____________________________________________________

*/

/* _____________ Fly in from the top ___________ */


.logo-home {
    width: 400px;
}

.wing-one {
        animation: 4s ease-in-out 0s forwards social-icon infinite;
}

.social-contact img:hover, .social-media img:hover {
    animation: 4s ease-in-out 0s forwards social-icon infinite;
}

@keyframes social-icon {
    
  0% {
    transform: translate3d(0, 0, 0);
  }

  3% {
    transform: translate3d(0, -5%, 0);
  }

  6% {
    transform: translate3d(0, 0, 0);
  }

}



/*
_____________________________________________________

            HEADERS
_____________________________________________________

*/

.about {
   /* background-image: url('../images/me.jpg');
    height: 400px;
    background-position: center;
    background-size: cover;*/
}

/* Navbar section _____ */

.navTrigger {
    display: none;
}

.nav-fixed {
    width: 100%;
    max-width: 1400px;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 20000;
    top: 0;
}

.nav-fixed div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}

.nav-fixed div.logo a {
    text-decoration: none;
    color: #fff;
    /*font-size: 2.5rem;*/
}

.nav-fixed div.main_list {
    height: 65px;
    float: right;
}

.nav-fixed div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-fixed div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 1rem;
}

.nav-fixed div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
}

.nav-fixed div.main_list ul li a:hover {
    color: #ffc700;
}

@media screen and (max-width:768px) {
    .padding-on-no-affix {
      padding-top: 0!important;
    }
    .navTrigger {
        display: block;
    }
    .nav-fixed div.logo {
        margin-left: 15px;
        left: 0;
        /*display: none;*/
    }
    .nav-fixed div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav-fixed div.show_list {
        height: auto;
        display: none;
    }
    .nav-fixed div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #2e282d;
        /*same background color of navbar*/
        background-position: center top;
    }
    .nav-fixed div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav-fixed div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }
    .nav-fixed div.media_button {
        display: block;
    }
}

/* Animation navbar _____*/

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.padding-on-no-affix {
  padding-top: 40px;
}

.affix {
    padding: 0;
    background-color: #2e282d;
    /*border-bottom: solid 1px #2e282d;*/
    opacity: 0.8;
    transition: background-color .4s;
}

.affix:hover {
    opacity: 1.0;
    background-color: #2e282d;
    transition: background-color .4s;
    /*border-bottom: solid 2px #ffc700;*/
    /*transition: border-bottom .4s;*/
  }
/*
.affix:hover .main_list ul li a {
    color: #00ddb5;
  }*/


/* End of Animation navbar _____*/



/* nav bar main - old */
.home {
	width: 13%;
	height: auto;
	position: static;
	float: left; 
  padding-left: 15px;
  margin-top: 8px;
  }

li {
    display: inline;
}

.thumb {
	width: 5%;
	height: auto;
	margin: 10px; 
  opacity: 0.7;
  margin-top: 0.5px;
  cursor: pointer;
}

.thumb:hover {
	opacity: 1.0;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* end of old nav bad main */

.icon-work {
  width: 60px;
  padding-right: 20px;
}


/*
_____________________________________________________

            TABLES - ABOUT
_____________________________________________________

*/

table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fffdff;
}

th, td {
    text-align: left;
    padding: 20px;
    width: 50%;
}

td:hover, td:hover h3, tr:nth-child(1) td:nth-child(2):hover, tr:nth-child(2) td:nth-child(1):hover, tr:nth-child(3) td:nth-child(2):hover {
     color: #2e282d;
     background-color: #ffc700;
}

tr:nth-child(1) td:nth-child(2){
    background-color: #f9f7f9;
     /*transition: background-color .4s;*/
}

tr:nth-child(2) td:nth-child(1){
    background-color: #f9f7f9;
     /*transition: background-color .4s;*/
}

tr:nth-child(3) td:nth-child(2){
    background-color: #f9f7f9;
     /*transition: background-color .4s;*/
}

td h3 {
    padding: 0;
    margin: 5px 0;
}

td p {
    padding: 8px 0;
}



/*
_____________________________________________________

            SERVICES - ABOUT
_____________________________________________________

*/

.services-list {
  width: 100%;
  text-align: center;
}

.services-list img {
  width: 65px;
  padding: 0 30px;
}

.services-list-mini img {
  width: 70px;
}

.services-list-mini {
  width: 86px;
}



/*
_____________________________________________________

            SKILLS - ABOUT
_____________________________________________________

*/

.skill-perc {
    width: 100%;
    background-color: #fffdff;
    border-radius: 2em;
}

.skill-level {
    background-color: #ffc700;
    border-radius: 2em;
}



/*
_____________________________________________________

            CONTACT FORM
_____________________________________________________

*/

.enquiry {
    letter-spacing: normal;
    text-transform: none;
    font-size: 16px;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 60px;
}

form {
    margin-left:auto;
    margin-right:auto;
    max-width: 600px;
    padding-right: 5px;
    background: #2e282d;
    color: #666;
}

form p {
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 20px 0px 20px 0px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: white;

}

.form h2 {
   margin-bottom: 50px; 
}

form label {
    display: block;
    margin: 0px 0px 5px;
    font-size: 15px;
    text-align: left;
    color: white;
    padding-left: 5px;
}

form input, form textarea {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 98.1%;
    max-width: 99.6%;
    margin-top: 2px;
    border: 2px solid #E5E5E5;
    background: #fbfbfb;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
    /* to discourage the Safari/iOS 5 button styling */
    -webkit-appearance: none;
    border-radius: 10px;
}

form textarea {
    height: 100px;
    padding-top: 10px;
}

form input {
    padding-right: 3px; 
}

form input:focus, textarea:focus {
    border-color: #fff;
    box-shadow: 0 0 10px #fff;
}

form .button {
    width: 100%;
    background: #fbfbfb;
    border: white;
    padding: 8px 25px 8px 25px;
    color: #2e282d;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    /* to discourage the Safari/iOS 5 button styling */
    -webkit-appearance: none;
    border-radius: 20px;
}

.button-main {
    width: 300px;
    background: #2e282d;
    border: white;
    padding: 8px 25px 8px 25px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    /* to discourage the Safari/iOS 5 button styling */
    -webkit-appearance: none;
    border-radius: 20px;
    cursor: pointer;
    border: 1px #2e282d solid;
}


.button-main-yellow {
    width: 300px;
    background: #ffc700;
    border: white;
    padding: 8px 25px 8px 25px;
    color: #2e282d;
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    /* to discourage the Safari/iOS 5 button styling */
    -webkit-appearance: none;
    border-radius: 20px;
    cursor: pointer;
    border: 1px #ffc700 solid;
}


.button {
    width: 300px;
    background: #ffffff;
    border: white;
    padding: 8px 25px 8px 25px;
    color: #2e282d; 
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    /* to discourage the Safari/iOS 5 button styling */
    -webkit-appearance: none;
    border-radius: 20px;
    cursor: pointer;
    border: 1px #2e282d solid;
    /*border-bottom: 2px #2e282d solid;*/
    /*border-top: 2px #ffffff solid;*/
}

form .button:hover {
    background: #00ddb5;
    transition: background-color .4s;
    color: #2e282d;
    border: solid 1px #00ddb5;
    }

.button:hover, .button-main:hover, .button-main-yellow:hover {
    background: #00ddb5;
    transition: background-color .4s;
    /*border-bottom: 2px #ffc700 solid;*/
    /*border-top: 2px #ffc700 solid;*/
    border: #00ddb5 1px solid;
    color: #2e282d;
}


form .button:focus {
    border: solid 1px #fbfbfb;
    outline: 0;
}

.button:focus {
    outline: 0;
}

.two-column-section-contact {
    background-color: #2e282d;
    min-height: 38em;
    margin-left: 120px;
    padding-right: 10%;
    padding-left: 10%;
}

.social-contact img {
    width: 30px;
    display: block;
}


.form-left {
    float: left;
}

.social-right {
    float: right;
    padding-top: 200px;
}



/*
_____________________________________________________

            ABOUT SECTION - HOME
_____________________________________________________

*/

.about-index {
    width: 100%;
    text-align: center;/*
    background-color: #F9E0C0; to reverse also add colours in index.php */
}

.text-width {
    text-align: left;
}


.gif {
    margin: 0.5% 1.1% 8% 1.1%;
    width: 110%;
}

.go-about div {
    display: inline-block;
}

.go-about .porfolio-box-two {
    width: 44%;
}

.go-about .porfolio-box-two:hover {
    background-color: #fff;
    color: #2e282d;
}

.about-section-right {
    float: right;
    padding-top: 20px;
}



/*
_____________________________________________________

            PORTFOLIO SECTION - HOME
_____________________________________________________

*/

.img__wrap {
  position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
/*  height: 535px;
  width: 500px;*/
}

.img__wrap-small {
  position: relative;
/*  height: 230px;
  width: 335px;*/
}

.img__wrap-mini {
  position: relative;
  height: 120px;
  width: 120px;
 }

 .img__img {
  width: 100%;
 }

.img__img-client {
 filter: grayscale(100%);
 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.img__img-client:hover {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  animation: 4s ease-in-out 0s forwards client-icon infinite;
}

@keyframes client-icon {

  3% {
    transform: translate3d(0, -4%, 0);
  }

  6% {
    transform: translate3d(0, 0, 0);
  }

}


h2{
  text-align:center;
  padding: 20px;
}



/* Client logos */

.client-container {
  margin-left: 10%;
  padding-right: 10%;
  text-align: center;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  /*background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));*/
  color: #2e282d;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s, visibility .2s;
}

.img__description_layer__dark_bg {
  background: linear-gradient(rgba(46, 40, 45, 0.9), rgba(46, 40, 45, 0.6));
}

.img__description_layer__white_bg {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
}

.img__description_layer-pn {
  position: absolute;
  top: 0;
  bottom: 0;
  /*left: 0;*/
  right: 20px;
  background: none;
  /*background: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.8));*/
  color: #2e282d;
  visibility: hidden;
  opacity: 0;
  display: flex;
  /*align-items: center;*/
  justify-content: right;
  transition: opacity .2s, visibility .2s;
}

.img_description__container {
  padding: 0 10% 0 10%;
}

.img_description__container h3, .img_description__container .box-text {
  margin: 0;
}


.img__wrap:hover .img__description_layer, .img__wrap:hover .img__description_layer-pn, .img__wrap-small:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__wrap:hover .portfolio-nav-svg, .img__wrap:hover .portfolio-nav-svg-bigger, .img__wrap-small:hover .portfolio-nav-svg, .img__wrap-small:hover .portfolio-nav-svg-bigger {
   display: block;
   animation: 4s ease-in-out 0s forwards roll-in alternate;
}

.img_description__container h3, .img_description__container h2 {
  transition: .4s;
  transform: translateY(1em);
}

.img_description__container hr {
  transition: .7s;
  transform: translateY(1em);
}

.img_description__container article {
  transition: 1.1s;
  transform: translateY(1em);
}

.img_description__container .view-more {
  transition: 1.1s;
  transform: translateY(1em);
}

.img__wrap:hover .img__description, .img__wrap-small:hover .img__description {
  transform: translateY(0);
}

.container-portfolio {
    background-color: #2e282d;
    text-align: center;
}

.container-feedback {
    background-color: white;
    text-align: center;
}

.container-featured {
  text-align: left;
}

.portfolio-nav, .client-nav {
    width: 100%;
}

.portfolio-nav div, .inline div, .client-nav div {
    display: inline-block;
}

.client-box {
    width: 14%;
    background-image: none; 
    background-color: white;
    text-align: center;
}

.work-icon {
    width: 30%;
    text-align: center;
}

.portfolio-box {
    width: 20%;
    background-image: none; 
    background-color: white;
    text-align: left;
}

.portfolio-box-one {
    width: 26%;
    background-image: none; 
    background-color: white;
    text-align: left;
}

.portfolio-box-two {
    width: 40%;
    background-image: none; 
    background-color: white;
    text-align: left;
}

.inside-box {
    width: 40%;
    margin-left: 5%;
}

.box-text {
    padding: 2% 0;
    text-align: left;
}

.box-text-hr {
  margin-top: 10px;
}

p.box-text {
    padding: 5% 0;
}

.animation-nav{
    text-align: center;
    float: right;
    padding-top: 15px;
}

.portfolio-nav-svg {
    width: 70px;
    padding-left: 30%;
    display: none;
}

.portfolio-nav-svg-bigger {
    width: 110px;
    padding-left: 30%;
    display: none;
}

@keyframes roll-in {
    
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  10% {
    transform: translate3d(0, 0, 0);
  }

}

.view-button {
    padding: 7px 7% 5% 0;
    width: 35px!important;
    float: right;
    bottom: 0!important;
    /*visibility: hidden;*/
}

.view-text {
  float: left;
  top: 0;
  font-size: 15px;
  color: #2e282d;
  opacity: 0.4;
  visibility: hidden;
}

.view-more {
  width: 130px;
  float: right;
  padding: 0 7% 5% 0;
}

.img__wrap:hover .view-button, .img__wrap:hover .view-text, .img__wrap-small:hover .view-button, .img__wrap-small:hover .view-text {
   visibility: visible;
}

.view-more:hover .view-button {
   animation: 4s ease-in-out 0s forwards go-further alternate;
}

.view-more:hover .view-text {
  opacity: 1.0;
}

.view-more:hover {
  display: block;
}

.view-more:hover .fill-on-hover {
  opacity: 1;
}

@keyframes go-further {
  0% {
    transform: translate3d(0, 0, 0);
  }

  3% {
    transform: translate3d(10%, 0, 0);
  }

  6% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.extended-portfolio {
  height: 250px;
  overflow: hidden;
}

.more-work-feature {
  width: 50%;
  float: left;
}

.porfolio-box-client {
    width: 18%;
    color: #fff;
    background-image: url("../images/aggie.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    margin: 3% 1%;
  }

  .quote-box {
    width: 100%;
    /*margin: 8px;*/
  }

.step-box { 
    width: 25%;
    margin: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.porfolio-box-client:hover {
   background-image: url("images/next.png");
   background-position: 20%;
   background-color: #ffc700;
}

.step-icon {
    margin-top: 30px;
    /*width: 85px;*/
    height: 100px;
}

.step-title {
    font-size: 15px;
    font-weight: bolder;
    /*text-transform: unset;*/
    color: #ffc700;
}

  .tile {
    position: relative;
    float: left;
    width: 50%;
    height: 300px;
    overflow: hidden;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .4s ease-out;
  }



/* PACKAGE TABLES */

.packages {
  /*background-color: #2e282d;*/
  background-color: rgba(255,255,255,0.1);
}

.packages th, .packages td {
    text-align: left;
    padding: 40px;
    width: 33%;
}

.packages td {
  /*border: #ffc700 solid 8px;*/
}

.packages td:hover p {
  color: #2e282d;
}

.packages tr:nth-child(1) td:nth-child(2){
    background-color: rgba(45,40,45,0.5);
     transition: background-color .4s;
}

.packages tr:nth-child(1) td:nth-child(2):hover{
    background-color: #ffc700;
     transition: background-color .4s;
}



.starter-packages {
   background-color: rgba(45,40,45,1.0);
     transition: background-color .4s;
}

.starter-packages th, .starter-packages td {
    text-align: left;
    padding: 40px;
    width: 33%;
}

.starter-packages td {
  /*border: #ffc700 solid 8px;*/
}

.starter-packages td:hover p {
  color: #2e282d;
}

.starter-packages tr:nth-child(1) td:nth-child(2){
      background-color: rgba(255,255,255,0.1);
     transition: background-color .4s;
}

.starter-packages tr:nth-child(1) td:nth-child(2):hover{
    background-color: #ffc700;
     transition: background-color .4s;
}

.price {
  visibility: hidden;
}

.starter-packages td:hover .price {
  visibility: visible;
}
