html {
    height:100%;
    margin:0;
}
body {  
    margin:0;
    height:100%;
}
/* Preloader */

#preloader  {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99;
height: 100%;
 }
#status  {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image: url(images/logo_white.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}

img{
    max-width:100%;
    display: list-item;
}
header{
    font-family: 'georgia';
    font-size: 200%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    color:#8b8b8b;
    padding-top: 5%;
}
h4 {
    font-family: 'Helvetica neue';
    font-size: 70%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 3.3px;
    color:#8b8b8b;
    margin:0.5%;
}
nav { 
    font-family: 'Helvetica neue';
    padding-top:2%;
    text-align: center;
    font-size: 80%;
}
nav a{
    color: #8b8b8b;
}
nav a:hover {
    color: #000;
}
nav a:active {
    Color: #fff;
}
ul {
    padding-left:0;
}
nav ul{
    text-align: center;
}
nav li {
    display: inline;
    padding-left:38px;
    padding-right:38px;
    text-align: center;
}
#slide1 {
    background-color: #fff;
    height:100vh;
}
#slide2 {
    background-color: #fff;
    height:100vh;

}
#slide3 {
    background-color: #fff;
    height:initial;
 
}
#slide4 {
    background-color: #fff;
    height:100vh;
    overflow: auto;

}
#slide5 {
    background-color: #fff;
    height:100vh;

}
#indexFooter {
    font-family: 'Helvetica neue';
    width:100%;
    margin-top:5%;
    margin-bottom:5%;
    text-align:center;
    background-color: #fff;
    color:#8b8b8b;
    font-size: x-small;
}
/*homepage1*/
/*homepage slide show*/

.slider {
	width: 700px;
	margin: 15% auto;
	
}

.slider-wrapper {
	width: 100%;
	height: 400px;
	position: relative;
    margin-bottom: 10%;
}

.slide {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 3s linear;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}
/*homepage2*/
/*mylogo shake*/
h2.shake,
.shake.inline {
	display:inline-block
}
h2{
    float: center;
    font-family: "HelveticaNeue", sans-serif;

    font-size: 500%;
    margin-top: 20%;
    color:#8b8b8b;
    transform: rotate(90deg);
    font-stretch: ultra-condensed;
    color:#8b8b8b;
    font-weight:400;
    margin-left: 41%;
    text-align: center;
}
@-webkit-keyframes spaceboots {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); /* Chrome, Opera 15+, Safari 3.1+ */ }
}
@-moz-keyframes spaceboots {
    0% { transform: translate(2px, 1px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    10% { transform: translate(-1px, -2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    20% { transform: translate(-3px, 0px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    30% { transform: translate(0px, 2px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    40% { transform: translate(1px, -1px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    50% { transform: translate(-1px, 2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    60% { transform: translate(-3px, 1px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    70% { transform: translate(2px, 1px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    80% { transform: translate(-1px, -1px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    90% { transform: translate(2px, 2px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    100% { transform: translate(1px, -2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
}
@-ms-keyframes spaceboots {
    0% { -ms-transform: translate(2px, 1px) rotate(0deg); /* IE 9 */ }
    10% { -ms-transform: translate(-1px, -2px) rotate(-1deg); /* IE 9 */ }
    20% { -ms-transform: translate(-3px, 0px) rotate(1deg); /* IE 9 */ }
    30% { -ms-transform: translate(0px, 2px) rotate(0deg); /* IE 9 */ }
    40% { -ms-transform: translate(1px, -1px) rotate(1deg); /* IE 9 */ }
    50% { -ms-transform: translate(-1px, 2px) rotate(-1deg); /* IE 9 */ }
    60% { -ms-transform: translate(-3px, 1px) rotate(0deg); /* IE 9 */ }
    70% { -ms-transform: translate(2px, 1px) rotate(-1deg); /* IE 9 */ }
    80% { -ms-transform: translate(-1px, -1px) rotate(1deg); /* IE 9 */ }
    90% { -ms-transform: translate(2px, 2px) rotate(0deg); /* IE 9 */ }
    100% { -ms-transform: translate(1px, -2px) rotate(-1deg); /* IE 9 */ }
}
@-o-keyframes spaceboots {
    0% { transform: translate(2px, 1px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    10% { transform: translate(-1px, -2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    20% { transform: translate(-3px, 0px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    30% { transform: translate(0px, 2px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    40% { transform: translate(1px, -1px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    50% { transform: translate(-1px, 2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    60% { transform: translate(-3px, 1px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    70% { transform: translate(2px, 1px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    80% { transform: translate(-1px, -1px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    90% { transform: translate(2px, 2px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    100% { transform: translate(1px, -2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
}
@keyframes spaceboots {
    0% { transform: translate(2px, 1px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    10% { transform: translate(-1px, -2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    20% { transform: translate(-3px, 0px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    30% { transform: translate(0px, 2px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    40% { transform: translate(1px, -1px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    50% { transform: translate(-1px, 2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    60% { transform: translate(-3px, 1px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    70% { transform: translate(2px, 1px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
    80% { transform: translate(-1px, -1px) rotate(1deg); /* Firefox 16+, IE 10+, Opera */ }
    90% { transform: translate(2px, 2px) rotate(0deg); /* Firefox 16+, IE 10+, Opera */ }
    100% { transform: translate(1px, -2px) rotate(-1deg); /* Firefox 16+, IE 10+, Opera */ }
}
.shake:hover,
.shake:focus {
    -webkit-animation: spaceboots 0.8s infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spaceboots 0.8s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    transform-origin:50% 50%;
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation-timing-function: linear;
}

#about {
    font-family: 'georgia';
    font-size: 80%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    color:#8b8b8b;
}
#aboutme {
     font-family: 'helvetica neue';
    font-size: 90%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 4%;
    width:400px;
    margin-left: auto;
    margin-right: auto;
}
/*homepagepage3*/
#portfoliotitle {
    font-family: 'georgia';
    font-size: 200%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    color:#8b8b8b;
    padding-top: 5%;
}

/*homepagepage4*/
#quote{
    font-family: 'helvetica neue';
    font-size: 100%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 30%;
}
#desinername{
    font-family: 'helvetica neue';
    font-size: 80%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    color:#8b8b8b;
}
/*homepagepage5*/
#exploretitle {
    font-family: 'georgia';
    font-size: 200%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    color:#8b8b8b;
    padding-top: 3%;
    position: relative;
}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin-top:5%;
  margin-bottom:0%;
  margin-left: auto;
  margin-right: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #8b8b8b;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* The dots */
.dot {
  cursor:pointer;
  height: 10px;
  width: 10px;
  margin: 2px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/*contact page*/
#line1 {
    width:50%
}
#sayhello{
    text-align: center;
    font-family:'Helvetica neue';
    color:#8b8b8b;
    font-weight:300;
    letter-spacing: 1px;
}
#contactform {
    border:solid;
    border-width: 0px;
    margin-left:5%;
    margin-right:5%; 
    margin-top:1.5%;
    margin-bottom: 1%;
    padding:1%;
    float:center;
    width:88%;
    text-align: center;
    overflow: auto;
}
#inputname{
    text-align:left;
    float:center;
    width:40%;
    margin: 0.3%;
    padding:0.5%;
}
#inputemail{
    text-align: left;
    float: center;
    width:40%;
    margin: 0.3%;
    padding:0.5%;
}
#inputmessage {
    padding-bottom:15%;
    text-align:left;
    float: center;
    width:41.1%;
    margin:0.3%;
    padding-top:0.5%;
}
#inputsubmit {
    text-align: center;
    float: center;
    width:41.7%;
    margin: 0.2%;
    padding:8px;
    font-size: 80%;
    color: #000000;
    }
#information {
    text-align: center;
    font-size: 80%;
    color: #8b8b8b;
    line-height: 200%;
    font-family:'georgia';
    letter-spacing: 1.3px;
    margin:15%;
}
/*explore page*/
#exploreTitle {
    font-family: 'georgia';
    font-size: 200%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    color:#8b8b8b;
    padding-top: 3.6%;
    
}
/*exploreImages*/
#exploreImages{
    margin-top: 10%;
}
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  margin: 0 1em 1em 0;
  position: relative;
  width: 350px;
}


span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
    display: table;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
    height:250px; 
  width: 350px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
/*other pages*/
#titles  {
    font-family: 'georgia';
    font-size: 200%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    color:#8b8b8b;
    margin-top:10%;
    margin-bottom:0%;
}
#client  {
    font-family: 'helvetica neue';
    font-size: 80%;
    text-align: left;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 7%;
    margin-left: 5%;
    margin-right: 5%;
}
#explanation  {
     font-family: 'helvetica neue';
    font-size: 80%;
    text-align: left;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}
#insider {
    width: 100%;
}
#magazinevideo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#pagesFooter {
    font-family: 'Helvetica neue';
    width:100%;
    text-align:center;
    background-color: #fff;
    color:#8b8b8b;
    font-size: x-small;
    margin-top:3%;
    margin-bottom:3%;
    
}
/*interactive page*/
#scroll{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height:135px;
    width:135px;
    display: block;
    position: relative;
}
#nav-icon3{
  width: 35px;
  height: 45px;
  position: absolute;
  margin-top:36px;
    margin-left: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #8b8b8b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}

#nav-icon3.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.mob_nav{
    width:100%;
    height:100px;
    font-family: 'Helvetica neue'; 
    display: none;
    font-size: 0.8em;
    margin-top: 10px;
}
.mob{
    width:50%;
    float: left;
    text-align: center;
    text-decoration: none;
    line-height: 2em;
    margin-top:10px;
    color:#8b8b8b;
}

.mob a {
    color:#8b8b8b;
}
.mob_ul{
    padding-left: 0;
    margin: 0 0;
    width: 100%;
    text-decoration: none;
    list-style-type: none;
    overflow: auto;
}

/*media query*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #scroll{
        margin-left:0px;
        left:0%;
        top:110px;
        }
    .mouse:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 80%;    
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
}       
@media(max-width: 2600px){
    body {
        max-width: 1200px;
        margin: auto;
    }
        .galleryItem{
    width:23%;
    float: left;
    padding:1%;
    }
    #nav-icon3{
        display: none;
    }
    .slider{
        margin-top:3.5%;
        margin-bottom: 2%;
        margin-left: auto;
        margin-right: auto
    }
    h2{
        margin-left: 44.5%;
    }
    .slider-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 10%;
}
}
@media(max-width: 2600px){
    body {
        max-width: 1110px;
        margin: auto;
    }
        .galleryItem{
    width:23%;
    float: left;
    padding:1%;
    }
    #nav-icon3{
        display: none;
    }
    .slider{
        margin-top:3.5%;
        margin-bottom: 10%;
        margin-left: auto;
        margin-right: auto
    }
    h2{
        margin-left: 44.5%;
    }
    .slider-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 4%;
}
}
@media(max-width: 1400px){
    body {
        max-width: 1106px;
        margin: auto;
    }
        .galleryItem{
    width:23%;
    float: left;
    padding:1%;
    }
    #nav-icon3{
        display: none;
    }
    .slider{
        margin-top:3.5%;
        margin-bottom: 0%;
        margin-left: auto;
        margin-right: auto
    }
    h2{
        margin-left: 44.5%;
    }
    .slider-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 0%;
}
}
@media(max-width: 1200px){
    body {
        max-width: 790px;
        margin: auto;
    }
        .galleryItem{
    width:23%;
    float: left;
    padding:1%;
    }
    #nav-icon3{
        display: none;
    }
    h2{
        margin-left: 43%;
    }
        .slider-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 0%;
}
}
@media(max-width: 1000px){
    body {
        max-width: 1200px;
        margin: auto;
    }
        .galleryItem{
    width:23%;
    float: left;
    padding:1%;
    }
    #nav-icon3{
        display: none;
    }
    h2{
        margin-left: 43%;
    }
        .slider-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 5%;
}
}
@media(max-width:800px){
    img{
        display: inline;
    }
    #nav-icon3{
        display: none;
    }
    body{
        max-width:100%;
    }
    .galleryItem{
        width: 48%;
        float: left;
        padding: 1%;
    }
    header{
        font-size:200%; 
    }
    h4{
        font-size: 65%;
        letter-spacing: 0.5em;
    }
    .slider{
        width:100%;
        margin-top:7%;
        margin-bottom: 40%;
    }
    .slide{
        height:initial;
    }
    .slider-wrapper{
        height:200px;
        padding-bottom:0%; 
        margin-bottom:0%;
    }
    ul.img-list li {
  width: 100%;
}
    .text-content{
        visibility: collapse;
    }
img {
    box-sizing: border-box; 
    }
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
      h2{
    font-size: 500%;
    margin-top: 20%;
    margin-left: 40%;
    }
    #aboutme {
     font-family: 'helvetica neue';
    font-size: 50%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 4%;
    padding-left:3%; 
    padding-right:3%; 
}
    #quote{
    font-family: 'helvetica neue';
    font-size: 50%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 50%;
}
    #desinername{
    font-family: 'helvetica neue';
    font-size: 60%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    color:#8b8b8b;
}
    span.text-content span {
    display: none;
}
    #exploretitle{
        font-size: 150%
    }
     #portfoliotitle{
        font-size: 150%
    }
  #slide5{
        height: 85vh;
    }
    .slideshow-container{
        margin-top: 120px;
    }
    #titles{
        font-size:100%;
    }
    #inputname{
    border:0.5px solid #8b8b8b;
        width:70%;
}
#inputemail{
    border:0.5px solid #8b8b8b;
    width:70%;
}
#inputmessage {
    border:0.5px solid #8b8b8b;
    width:69.5%;
}
#inputsubmit {
    border:0.5px solid;
    border-color: #8b8b8b;
    width:71.5%;
    }
    #sayhello{
        font-size: 70%;
    }
    #information{
        font-size: 70%;
    }
}
@media(max-width:770px){
    #nav-icon3{
        display: block;
        position: relative;
    }
    body{
        max-width:100%;
    }
    .galleryItem{
        width: 48%;
        float: left;
        padding: 1%;
    }
    header{
        font-size:200%; 
    }
    h4{
        font-size: 65%;
        letter-spacing: 0.5em;
    }
    nav{
        display: none;
    }
    .slider{
        width:100%;
    margin-top: 7%;
    margin-bottom: 32%;
    }
    .slide{
        height:initial;
    }
    .slider-wrapper{
        height:200px;
        padding-bottom:0%; 
        margin-bottom:0%;
    }
    ul.img-list li {
  width: 100%;
}
    span{
        display: none;
    }
    .text-content{
        display: none;
    }
img {
    box-sizing: border-box; 
    }
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
      h2{
    font-size: 500%;
    margin-top: 20%;
    margin-left: 38%;
    }
    #aboutme {
     font-family: 'helvetica neue';
    font-size: 50%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 4%;
    padding-left:3%; 
    padding-right:3%; 
    width:285px;
}
    #quote{
    font-family: 'helvetica neue';
    font-size: 70%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 50%;
}
    #desinername{
    font-family: 'helvetica neue';
    font-size: 60%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    color:#8b8b8b;
}
    span.text-content span {
    display: none;
}
    #exploretitle{
        font-size: 150%
    }
     #portfoliotitle{
        font-size: 150%
    }
    #slide5{
        height: 85vh;
    }
    .slideshow-container{
        margin-top: 120px;
    }
}

@media(max-width:450px){
       #nav-icon3{
        display: block;
        position: relative;
    }
    body{
        max-width:100%;
    }
    .galleryItem{
        width: 48%;
        float: left;
        padding: 1%;
    }
    header{
        font-size:200%; 
    }
    h4{
        font-size: 65%;
        letter-spacing: 0.5em;
    }
    nav{
        display: none;
    }
    .slider{
        width:100%;
        margin-bottom: 17%;
    }
    .slide{
        height:initial;
    }
    .slider-wrapper{
        height:180px;
        padding-bottom:0%; 
        margin-bottom:0%;
    }
    ul.img-list li {
  width: 100%;
}
    span{
        display: none;
    }
    .text-content{
        display: none;
    }
img {
    box-sizing: border-box; 
    }
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
    h2{
    font-size: 500%;
    margin-top: 20%;
    margin-left: 28%;
    }
    #aboutme {
     font-family: 'helvetica neue';
    font-size: 50%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 4%;
    width:280px;
}
    #quote{
    font-family: 'helvetica neue';
    font-size: 50%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 200%;
    color:#8b8b8b;
    margin-top: 70%;
}
    #desinername{
    font-family: 'helvetica neue';
    font-size: 60%;
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
    color:#8b8b8b;
}
    span.text-content span {
    display: none;
}
      #exploretitle{
        font-size: 150%;
        margin-top:30%;
    }
     #portfoliotitle{
        font-size: 150%;
    }
    #slide5{
        height: 85vh;
    }
    .slideshow-container{
        margin-top: 120px;
    }
}