* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body, html {
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

#credit {
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-align: center;
   
}

.gallery-mob {
    display: none;
}

.project-mobile {
    display: none;
}

#insta-mob {
    
        display: none;
    margin-bottom: 0;
   
}

#drop {
    display: none;
    position: absolute;
    top: 14.5px;
    right: 17px;
    width: 25px;
}

#video {
    width: 79%;
    height: 77%;
    padding: 50px;
    box-sizing: border-box;
    border: none;
    margin-top: 70px;
    outline: none;
    
}

.title-video {
    
    font-size: 22px
}

   #video-p {
    
    width: 79%;
    height: 77%;
    padding: 50px;
    margin-top: 66px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 70px;
    outline: none;
        
    }

#drop img {
    display: block;
    width: 100%;
}

body {
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    font-family: 'Source Serif Pro', serif;
    font-size: 18px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
}

#logo {
    font-size: 1.2rem;
    margin-top: 7px;
    margin-left: 20px;
    color: #1C1C1C;
}

nav {
    margin-top: 14px;
    margin-left: 20px;
    font-size: 14px;
}

nav ul li {
    line-height: 19px;
    cursor: pointer;
    color: #000;
}

.active {
    color: dimgray;
}

nav ul li a {
    position: relative;
}

#credit-mobile {
    
    display: none;
   
    
}

nav ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.7s all;
}

nav ul li a:hover:before {
    width: 100%;
}

#wrap-home {
    height: 100%;
    width: 80%;
    margin-left: 20%;
    background-size: cover;
    background-repeat: no-repeat;
}

#wrap {
    height: 100%;
    width: 80%;
    margin-left: 20%;
    
}

#wrap-press {
    width: 70%;
    margin-left: 20%;
    
}



.press-img {
    padding-right: 20px;
    display: block;
    width: 30%;

}

.press-img img {
    display: block;
    width: 100%;
}


#about-text {
    font-size: 0.91rem;
    text-align: justify;
}

.alternative-li {
    
    margin-right: 4px;
    font-size: 13px;
    display: inline-block;
}

.alternative-ul {
    text-align: center;
}

.alternative-nav {
    position: absolute;
    bottom: 15px;
}

.dropdown {
  float: left;
    clear: both;
  overflow: hidden;
    line-height: 19px;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: #000;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: block;
  background-color: #fff;
  z-index: 1;
    font-size: 12px;
    color: dimgray;
    height: 0;
    line-height: 14px;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: dimgray;
  text-decoration: none;
  display: block;
  text-align: left;
}

.open-menu {
    height: auto;
}

section {
    display: flex;
    flex-wrap: wrap;
}

.item {
    width: 100%;
}

.insta:hover {
    
    text-decoration: underline;
}

section a {
    width: calc(33.3% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    
}

 a .item img {
    width: 100%;
    display: block;
}

.contact-m {
    margin-right: 0;
}

.focus-text-mobile {
    display: none;
}

.item-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0;
    transition: 0.7s all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
}

.item:hover > .item-desc {
    opacity: 1;
}

.focus-text {
    margin-left: 20px;
    font-size: 14px;
    margin-top: 60px;
}

.slick-first {
    height: 80%;
    margin-bottom: 20px;
    overflow: hidden;
    
     
}

.slick-first div img {
    width: 100%;
    display: block;
    cursor: pointer;
   
}

.slick-nav div img {
    height: 120px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.slick-nav {
    margin-left: -10px;
}

.slick-nav div {
    outline: none!important;
}

#contact {
    
    padding: 50px 0 0 0;
    font-size: 16px;
   
    
}

.dropbtn {
    position: relative;
    cursor: pointer;
}

.dropbtn:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.7s all;
}

.dropbtn:hover:before {
    width: 100%;
}

 #press-text {
        
        font-size: 16px;
        padding: 50px 0 0 0;
         
       
    }

.single-press {
    
    font-size: 18px;
    font-weight: bolder;
   
    

}

.press-t {
    
    font-size: 16px;
    text-align: justify;
}

.single-press:hover {
    
    text-decoration: underline;
    
   
   }

#next {
    position: absolute;
    right: 5px;
    width: 35px;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
    
}

#next img {
    width: 100%;
    display: block;   
    
}

#prev {
    position: absolute;
    left: 5px;
    width: 35px;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
    
}


#prev img {
    width: 100%;
    display: block;
    transform: rotate(180deg);
}

#next-project {
    display: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    text-decoration: underline;
}

@media only screen 
and (max-width : 1024px)  { 
    
    
    #next-project {
        display: block;
    }
    
    
    nav {
    display: none;
    }
    
    .alternative-nav {
        height: 0;
        position: fixed;
        width: 100%;
        margin: 0;
        z-index: 10;
        background-color: #fff;
        margin-top: -2px;
        padding-bottom: 18px;
        bottom: inherit;
        transition: all 0.7s;
    }
    
    .open-nav {
        display: block!important;
        height: auto;
    
       
        
    }
    
    .giacomo {
        
        width: 20%;
    }
    
    .alternative-li {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        
        
    }
    
    .alternative-ul {
        text-align: left;
    }
    
    nav ul {
        margin-left: 10px;
    }

    body {
        padding: 5px;
    }
    
    #drop {
        display: block;
        margin-top: -2px;
    }

    header {
        width: 100%;
        height: 50px;
        position: inherit;
        margin-top: 0;
        position: fixed;
        z-index: 100;
        background-color: #fff;
    }
    
    #wrap-home {
        width: 100%;
        margin-left: 0;
        
    }
    
    #logo {
        margin-left: 10px;
        font-size: 1.1rem;
        line-height: 50px;
        margin-top: 0;
    }
    
    #wrap {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
    
    #wrap-press {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
    
  
    
    section a {
        width: calc(100% - 20px);
        
    }
    
    #about-img {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px;
        box-sizing: border-box;
    }
    
    #about-text {
        padding: 15px;
        font-size: 1rem;
    }
    
    .item-desc {
        width: auto;
        height: auto;
        position: inherit;
        background-color: inherit;
        opacity: 1;
        display: block;
        text-align: right;
    }
    
    .luogo {
        display: none;
    }
    
    .title {
        margin-top: 5px;
    }
    
    .slick-first {
        display: none!important;
    }
    
    .slick-nav {
        display: none!important;
    }
    
    .focus-text {
        display: none;
    }
    
    .focus-text-mobile {
        display: block;
        font-size: 14px;
        margin-left: 10px;
        margin-top: 20px;
    }
    
    .gallery-mob {
        display: block;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .gallery-mob img {
        display: block;
        width: 100%;
    }
    
    .project-mobile {
        display: block;
    }
    
    #contact {
        margin-left: 10px;
    }
    
    #credit {
       
        margin-top: 100px;
        margin-left: 10px;
        margin-bottom: 30px;
        text-align: center;
        position: inherit;
        font-size: 13px;
      
        
    }
    
    #credit-mobile {
        
        display: block;
        text-align: center;
        position: inherit;
        font-size: 13px;
        margin-bottom: 30px;
        margin-top: 10px;
        margin-left: 10px;
        
     }
    
    #insta-mob {
    
      display: block;    
}
    
    #press-text {
        
        margin-left: 10px;
        margin-right: 10px;
    }
   
    #video {
    
    width: 100%;
    height: 28%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 300px;
    outline: none;
        
    }

     
    .project-desk {
        
        display: none
    }
    
      #video-p {
    
    width: 100%;
    height: 28%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 300px;
    outline: none;
        
    }
    
    .title-video {
    
    font-size: 22px
}
    
    .press-img {
        margin-bottom: 15px;
        width: 100%;
    }
}