/* General
---------------------------------------------------------------*/
textarea {
  min-height: 200px;
  resize: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
   box-sizing: border-box;
}

body {
    overflow-x: hidden; /* hide scrollbars */
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

/* Solid border */
hr.solid {
  border-top: 1px solid #d3d3d3;
    margin-bottom: 25px;
    margin-top:0px;
}

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


/* Graphik */
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik-regular-web-webfont.eot');
    src: url('../fonts/graphik-regular-web-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/graphik-regular-web-webfont.woff2') format('woff2'),
         url('../fonts/graphik-regular-web-webfont.woff') format('woff'),
         url('../fonts/graphik-regular-web.woff2') format('woff2'),
         url('../fonts/graphik-regular-web.woff') format('woff'),
         url('../fonts/graphik-regular-web-webfont.ttf') format('truetype'),
         url('../fonts/graphik-regular-web-webfont.svg#graphik') format('svg');
    font-weight: normal;
    font-style: normal;
}
 

h1 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: black;
  display: inline;
}

h2 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: white;
  display: inline-block;
}

h3 {
  font-size: 16px;
  line-height: 1.2;
  color: black;
  letter-spacing: 0;
  display: inline-block;
  text-decoration: none;
}


h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #808080;
  display: inline;
  letter-spacing: 0;
  text-decoration: none;

}


p {
  font-size: 16px;
  line-height: 1.2;
  color: #808080;
  display: inline;
 letter-spacing: 0;

}


p a{
  font-size: 16px;
  line-height: 1.2;
  color: 808080;
  display: inline;
  text-decoration: none;
letter-spacing: 0;

}


h2 a{
  color: white;
  display: inline;
}

h4 a{
  color: black;
  text-decoration: none;
}


a {
 font-size: 16px;
 line-height: 1.2;
letter-spacing: 0;
text-decoration: none;
color: #808080;
    
-webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
        transition: color 0.5s; /* For modern browsers */

}


a:hover {
color: orangered;
}



/* Nav Bar
-------------------------------------------------------------------------*/

.nav-bar{
  margin-bottom: 80px;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 150px;
  z-index: 3;
  text-decoration: none;
}


#reducedmargin {
    margin-bottom: 30px;
}

.menu{
  float: right;
  right: 30px;
  position: absolute;
}

.nav-bar a{
  text-decoration: none;
  z-index: 3;
}

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


/* Work items 
-----------------------------------------------------------------------*/

.work-items{
    margin: 15px;
    margin-bottom: 60px;
}

.work-items li {
  position: relative;
  overflow: hidden;
  margin: 0!important;
  width: 100%;
  bord-er: 10px solid white;
  position: relative;
  padding: 15px;
  list-style-type: none;

}

.work-items li:nth-child(4n) {
  margin-left: 0;
}

.work-items li img{
  width: 100%;
  display: block;
}
}

.work-detail {
  position: absolute;  
}

.work-caption {
    padding-top: 15px;
}

.vertical-centered {
    margin-top: 0px;
    margin-bottom: 60px;
}

/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 0.8s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.05);
}


/* Projects 
----------------------------------------------------------------*/


#info-left {
  margin-top: 90px;
  text-indent: 25%;
 display: 

  }

.project{
  position: relative;
  line-height: 19px;
    display: block;
}

.project2{
  position: relative;
  user-select: none;
  line-height: 19px;
    display: inline-block;
}


.project img{
  width: 100%;
}

#project-description {
 margin-bottom: 75px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

main {
   display: block;
    flex: 1 0 auto;}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer a {
  text-decoration: none;
}

.footer{
margin-left: 30px;
margin-bottom: 0px;
min-height: 50px;
}

.footer3{
margin-left: 30px;
margin-bottom: 0px;
background-color: antiquewhite;
}

.footer2{
padding-bottom: 50px;
}

    #top {
   cursor: pointer;
color: #808080;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Info
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.about-me{
  margin-left: 30px;
  margin-right: 30px;
  bottom: 37.5px;
  position: fixed;
}

.info-page{
    min-height: 100%;
}

.information{
  margin-right: 30px;
  padding-right: 0px;
  margin-bottom: 60px;
}

.line{
  margin-right: 30px;
}

#big {
    font-size: 60px;
    letter-spacing: -0.03em;
}


#subheading {
    margin-bottom: 5px;
}

#big2 {
    font-size: 8vw;
    letter-spacing: -1px;
    text-decoration: none;
    font-weight: 400;
}



#big3 {
    font-size: 40px;
    letter-spacing: -1.5px;
    font-weight: 400;
    color: white; 
}


#logo {
    margin-right: 70px;
    padding-bottom: 40px;
    line-height: 0px !important;
    position: relative;
    top: -12px;
    width: calc(130px + 10vw);
}


#content, html, body {
    height: 98%;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */

@media (min-width: 200px)  and (max-width: 900px) {
  .work-items li.isotope-item.columns {
    width: 100%;
  }
    
    .work-items{
    margin: 10px;
    margin-bottom: 60px;
    margin-top: 40px;
}
    
    .menu{
  float: right;
  right: 20px;
  position: absolute;
}

.work-items li {
  position: relative;
  overflow: hidden;
  margin: 0!important;
  width: 100%;
  bord-er: 10px solid white;
  position: relative;
  padding: 10px;
  list-style-type: none;

}
    
    
    
h1 {font-size: 16px;} 
h2 {font-size: 16px;} 
h3 {font-size: 16px;}  
h4 {font-size: 16px;} 
    
.nav-bar{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    }
    
    #reducedmargin {
    margin-bottom: 0px;
}
    
#info-left {
  text-indent: 0px;
    margin-top: 60px;
    margin-bottom: 20px;
    
  }
    
    .information{
  margin-left: 20px;
}
    
    hr.solid {
  border-top: 1px solid #d3d3d3;
    margin-left: 20px;
    margin-top:0px;
}
    
.vertical-centered {
    margin-top: 0px;
    margin-bottom: 20px;
}

    
#project-description{
    margin-bottom: 60px;
    }
    
#big {
    display: inline-block; 
    font-size: 35px}
    
#big3 {
    display: inline-block; 
    font-size: 35px;}
       
    
#caption {
   display: none;
}
    
    #top {
   display: none;
    
}
    
    #blankspace {
        display: none
    }
    
    .footer{
margin-left: 20px;
margin-bottom: 0px;
min-height: 50px;
}

.footer3{
margin-left: 20px;
margin-bottom: 0px;
background-color: antiquewhite;
}

    
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space /
background: transparent; / optiocurl: just make scrollbar invisible /
}