@font-face {
    font-family:'karrik';
    src: url(fonts/Karrik-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family:'karrik-italic';
    src: url(fonts/Karrik-Italic.ttf);
    font-style: normal;
}

body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: karrik;
    font-size: 18px;
}

#background {
    background-color: #000000;
    margin-top:0px;
}


/* .test {
    max-width:700px;
    height:700px;
    display:block;
    background-image: url("images/dominic_angelella_poison_river.jpg");
    background-size: cover;
    margin:auto;
    z-index:0;
}


.eye1 {
    display:inline-block;
    position:absolute;
    background-color: white;
    width:200px;
    height:200px;
    z-index:1;
    border-radius:50%;
    left:50%;
    top:50%;
}

.eye2 {
    display:inline-block;
    position:absolute;
    background-color: white;
    width:200px;
    height:200px;
    z-index:1;
    border-radius:50%;
    top:50%;
    left:50%;
} */
.page-wrapper {
    max-width: 1200px;
    margin-top:0px;
    margin:auto;
    /* background-color:red; */
}

header {margin-top:20px;
margin-bottom:50px;
 /* background-color:red; */
}

/* header {margin-top:0px;
    position:fixed;
    margin-bottom:0px;
    background-color:black;
    z-index:1;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    
    }  */

h1 {
   
    display:block;
    line-height:1;
    text-align: center;
    font-size: 10vw;
    margin-top:0px;
    margin-bottom:0px;
    margin:auto;
}

nav {
    
    width:100%;
    display:flex;
    justify-content:space-evenly;
    font-size: 3vw;
    margin:auto;
    
}

nav a:hover {
    margin-bottom:1px;
    border-bottom: 3px solid white;
}

nav a {
    color:#FFFFFF;
    text-decoration: none;
    border-bottom: 3px solid black;
    transition: border .5s ease;
}

.about-content {
    
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items:flex-start;
    /* background-color:blue; */
    
}

.about-image {
    width:50%;
    float:left;
    /* background-image:red; */
}

.about-image img {
max-width:100%;
}

.about-info {
    width:50%;
    float:right;
    /* background-color:green; */
    margin-left:20px;
    margin-right:20px;
    
}

.about-info-text {
    width:100%;
    margin-top:20px;
    margin:auto;
    font-size:24px;
    line-height:1.2;
    
}


.contact {
    font-size:36px;
    text-align:center;
    width:100%;
    margin-top:55px;
}

.email {
    font-size:48px;
    font-family:'karrik-italic';
}

.project-container {
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* background-color:yellow; */
    justify-content: center;
    margin:auto;
    
}

.project {
    display:flex;
    flex-direction: row;
    /* background-color:blue; */
    flex-wrap:nowrap;
    margin-right:15px;
    margin-left:15px;
    align-items:flex-start;
  
}

.project-images {
    width:75%;
    display:flex;
    flex-direction:column;
    /* background-color:red; */
   
   
}

.project-image {
    max-width:100%;
    /* background-color:darkgoldenrod; */
    padding-bottom:0px;
    margin-bottom:15px;
    cursor:pointer;
}

.project-image img {
    width:100%;
    padding-bottom:0px;
}


.project-image:last-child {
    margin-bottom:0px;
}



.project-info {

    width:25%;
    display:flex;
    flex-direction:column;
    /* background-color:green; */
    justify-content: left;
    align-items:flex-start;
    margin-left:15px;
}


.project-title h1 {
    font-size:24px;
    text-align:left;
    /* background-color:aqua; */
}

.project-description p {
    font-size:18px;
    /* background-color:chartreuse; */
}

.project-description a {
    text-decoration:none;
    color:white;
}

.project-nav {
    display:float;
    float: space-between;
    /* background-color:green; */
    margin-top:30px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:30px;
    color:white;
}

.project-nav a {
    text-decoration:none;
    color:white;
    border-bottom: 3px solid black;
    transition: border .5s ease;
}

.project-nav a:hover {
    text-decoration:none;
    color:white;
    margin-bottom:1px;
    border-bottom: 3px solid white;
}



#project-prev {
    float:left;
    
}

#project-next {
    float:right;
}

.thumbnails {  
    
    display:block;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-between;
    /* background-color:green; */
    margin-left:15px;
    margin-right:15px;
    row-gap: 15px;
  }
  

.thumbnail-wrapper {
    /* flex-grow: 1; */
    max-width: 32%;
    /* background-color: red; */
    /* margin-bottom:1%; */
    
    
}

.thumbnail {
    position:relative;
   
    
} 

.thumbnail img {
    
    width: 100%;
  } 


  .caption-text {
    display:none;
    text-align:center;
    /* padding:5%; */
    margin-top:10px;
    font-size:24px;
    /* background-color:blue; */
     
}

  .thumbnail:hover {
    transform: scale(1.05);
    /* top: -10px; */
}
  .thumbnail:hover .overlay {
    opacity: .8;
  }

  .thumbnail:hover .overlay-text {
      opacity:1;
  }

  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* transition: .25s ease; */
    background-color: #000000;
  }

  .overlay-text {
    opacity:0;
    font-size: 24px;
    width:75%;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  #skull {
      margin:auto;
      margin-bottom:20px;
      max-width:250px;
  }

  #insta {
     max-width:100px;
     display:block;
     float:right;
  }


.contact {
    font-family:'karrik-italic';
    margin: auto;
    justify-content: center;
    text-align:center;
    align-content: center;
    font-size:36px;
}
 
.email {
    font-family:'karrik';
    font-size:60px;

}

.email a {
    text-decoration:none;
    color:white;
}

.footer {
    display:flex;
    width:100%;
    height:100%;
    position:relative;
    justify-content:center;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background:rgba(0, 0, 0, 0.8);
  }
  
  /* Modal Content */
  .modal-content {
      display:flex;
      flex-direction:column;
      align-items:center;
    position:relative;
    margin: auto;
    width: 75%; 
    max-width: 1000px;
    height:100%;
    
    
    /* background-color:yellow; */
  }

  .modal-close {
    position:fixed;
    top:0px;
    right:0px;
    color:white;
    padding:20px 25px 20px 25px;
    cursor:pointer;
}


  
.modal-content img {
    
   height:100%;
   
 
   
}

#amarillo-wide {
    margin-top:15%;
   
}

#ember-wide {
    margin-top:5%;
   
}


/* Next & previous buttons */
.prev
{
    position:fixed;
    /* background-color:blue; */
   
  cursor: pointer;
  display:block;
  float:left;
  top: 50%;
  width: auto;
  padding: 25px;
  
  color: white;
  font-weight: bold;
  font-size: 36px;

}

.next
{
    /* background-color:blue; */
    
  cursor: pointer;
  position:fixed;
  float:right;
  top: 50%;
  width: auto;
  padding: 25px;
  display:block;
  color: white;
  font-weight: bold;
  font-size: 36px;

}

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






@media (max-width:850px){

    header {
        margin-bottom:40px;
    }
    h1 {
        font-size: 10vw;
    }

    nav {
        font-size: 5vw;
    }

    .thumbnails {  
        display:block;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content:space-between;
        /* background-color:green; */
        margin-left:15px;
        margin-right:15px;
        
      }
      
    
    .thumbnail-wrapper {
        display:flex;
        flex-grow: 1;
        max-width: 49%;
        background-color: black;
       justify-content:center;
       
        
    }
    
    .thumbnail {
       width:100%;
       height:100%;
        position:relative;
        
      
       
    }

    .thumbnail a {
        text-decoration:none;
        color:white;
        
    }

    .caption-text {
        display:block;
        align-items:center;
        margin:15px;
        font-size:1em;
        /* background-color:blue; */
         
    }

    .thumbnail:hover {
        transform: none;
        /* top: -10px; */
    }
      .thumbnail:hover .overlay {
        opacity: 0;
      }
    
      .thumbnail:hover .overlay-text {
          opacity:0;
      }


.project-container {
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* background-color:yellow; */
    justify-content: center;
    margin:auto;
    
}

.project {
    display:flex;
    flex-direction: column-reverse;

    /* background-color:blue; */

    
  
}

.project-images {
    width:100%;
    display:flex;
    /* background-color:red; */
   
   
}

.image {
    width:100%;
    /* background-color:darkgoldenrod; */
    padding-bottom:0px;

}

.image img {
    width:100%;
    padding-bottom:0px;
}

.image:first-child {
    margin-bottom:15px;
}


.project-info {
    width:100%;
    display:inline-block;
    /* background-color:green; */
    margin:auto;
    margin-bottom:20px;
}


.project-title h1 {
    max-width:75%;
    font-size:28px;
    text-align:center;
    /* background-color:aqua; */
    display:block;
}

.project-description p {
    max-width:75%;
    font-size:18px;
    text-align:center;
    /* background-color:chartreuse; */
    margin: 10px auto 10px auto;
}

.project-nav {
    display:float;
    float: space-between;
    /* background-color:green; */
    margin-top:30px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:30px;
    color:white;
}

.project-nav a {
    text-decoration:none;
    color:white;
}

#project-prev {
    float:left;
    
}

#project-next {
    float:right;
}

.about-content {
    
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    /* background-color:blue; */
    margin-left:20px;
    margin-right:20px;
    
    
}

.about-image {
    display:block;
    width:100%;
    float:none;
    /* background-image:red; */
    margin-bottom:20px;
}

.about-image img {
width:100%;
}

.about-info {
    display:inline-block;
    width:95%;
    float:none;
    /* background-color:green; */
    margin-top:20px;
    margin:auto;
    margin-bottom:20px;
}

.about-info-text {
    width:100%;
    margin-top:20px;
    margin:0px;
    font-size:18px;
    line-height:1.2;
    text-align:center;
    /* background-image:red; */
   
    
}

#skull {
    margin:auto;
    margin-bottom:20px;
    max-width:150px;
}


.contact {
  font-family:'karrik-italic';
  margin: auto;
  justify-content: center;
  text-align:center;
  align-content: center;
  font-size:24px;
}

.email {
  font-family:'karrik';
  font-size:35px;

}

.email a {
  text-decoration:none;
  color:white;
}

.modal-content {
    justify-content:center;
}

#wide {
    margin-top:none;
}
}
/*@media (max-width:500px){

    body {
        margin-top:0px;
    }
    .page-wrapper {
        max-width: 1200px;
        margin-top:0px;
        margin:auto;
        /* background-color:red; 
    }

header {
    margin-top: 0px;
    padding-top:20px;
    padding-bottom:20px;
    display:flex;
    position:fixed;
    justify-content: space-between;
    background-color:black;
z-index:1;
width:100%
    } 

    h1 {display:flex;
        margin-top:0px;
    float:left;

font-size:24px;
width:50%;
/* background-color:blue; 
margin-left:15px;
}


    nav {display:flex;
        
    float:right;
    justify-content:space-between;
    margin-right:30px;
    font-size:16px;
width:50%;
/* background-color:green; 
}
    