  /*font*/
    @font-face {
    font-family: quando;
    src: url(fonts/Quando-Regular.ttf);
  }

  /*selection*/
  ::-moz-selection { /* Code for Firefox */
    background: none;
    /*-webkit-text-stroke-width: 0.17vw;*/
    text-decoration: underline 1px wavy black;
  }
  
  ::selection {

    background: transparent;
    text-decoration: underline 1px wavy grey;
    /*-webkit-text-stroke-width: 1vw;*/
  }

a{
    /*color: #1a66ff;*/
    color:black;
    font-weight: bolder;
}


.title{
    /*-webkit-text-stroke-width: 0.08vw;*/
    text-decoration: underline;
}

.expo{
    margin-bottom: 0.5em;
}

.bio_pic{
    margin-bottom: 0.5em;
    margin-top: 0.8em;
}


.header{
    text-align: center;
    position: fixed;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0);   
}
.button{
    color: white;
    /*background-color:rgb(199, 199, 199);*/
    background-color:transparent;  
    text-shadow: 0 0 0.3vw black, 0 0 0.3vw black, 0 0 0.3vw black, 0 0 0.3vw black, 0 0 0.3vw black, 0 0 0.3vw black , 0 0 0.3vw black, 0 0 0.3vw black   ;
    /*-webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 0.8px;*/
    font-weight:bolder;
    /*border: 1.5px black solid;*/
    border: none;
    border-radius: 1vw;
    box-shadow: 0 0 0.3vw black, 0 0 0.3vw black, 0 0 0.3vw black, 0 0 0.3vw black , 0 0 0.3vw black, 0 0 0.3vw black   ;
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    font-family: quando;
    font-size: 0.7vw;
    margin-left: 0.2vw;
    margin-right: 0.2vw;
    cursor: pointer;
}
.buttonSelected{
    color: black;
    font-size: 0.84vw;
    -webkit-text-stroke-width: 0.17vw;
    background-color:transparent;
    font-weight:bolder;
    border: 0.18vw solid black;
    border-radius: 1vw; 
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    margin-left: 0.2vw;
    margin-right: 0.2vw;
    font-family: quando;
    cursor: pointer;

}
.project_imgs{
    /*height: 130px;*/
    height: 5vw;
    cursor:zoom-in;
    margin-right: 0.3%;
    margin-bottom: 0.5%;
}

html{
    /*background-color:rgb(199, 199, 199);*/
    background-color: whitesmoke;

    padding-left: 1%;
    padding-right: 1%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: quando;
    /*font-size: 12px;*/
    font-size: 0.75vw;

}

video{
    height: 130px;
    /*opacity: 90%;*/
    /*box-shadow: 0 0 2px 2px #c7c7c7;*/
}

#picBackground{
    display: none;
    z-index:400;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom: 0px;
    background-color: transparent;
    filter: blur(30px);
    cursor: zoom-out;
}

.bigPictures{
    display: none;
    height: 80vh;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    cursor:none;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 0.6vw 1.2vw 0 rgba(0, 0, 0, 0.2), 0 1vw 4vw 0 rgba(0, 0, 0, 0.19);
}

.mainSections{
    margin-top: 1%;
}

.projectText{
    /*margin-top: 0.8%;*/
    margin-bottom: 1%;
}

.mobile{
    display: none;
}

/*mobile*/
@media screen and (max-width: 992px) {

    img.project_imgs{
        /*height: 130px;*/
        max-width: 100%;
        width: 100%;
        height: inherit;
        margin-bottom: 0.5%;
        pointer-events: none;
        margin-bottom: 2vh;
    }

    div.images{
        margin-top:6vh ;
    }
    img.mobile{
        display: block;
        max-width: 100%;
        width: 100%;
        height: inherit;
        margin-bottom: 0.5%;
        pointer-events: none;
        margin-bottom: 2vh;
    }

    
    video.project_imgs{
        /*pointer-events: none; 
        max-width: 100%;
        width: 100%;
        height: inherit;
        margin-bottom: 2vh;*/
        display: none;

    }
    
    html{
        font-size: 1.8vh;
    }

    .header{
        text-align: center;
        position: fixed;
        top: 2vh;    
        left: 2vh;
        transform: translate(-0%, 0); 
    }

    .button{
        color: white;
        /*background-color:rgb(199, 199, 199);*/
        background-color:transparent;
        text-shadow: 0 0 0.5vh black, 0 0 0.5vh black, 0 0 0.5vh black, 0 0 0.5vh black, 0 0 0.5vh black, 0 0 0.5vh black , 0 0 0.5vh black, 0 0 0.5vh black   ;
        /*-webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 0.8px;*/
        font-weight:bolder;
        /*border: 1.5px black solid;*/
        border: none;
        border-radius: 1.5vh;
        box-shadow: 0 0 0.5vh black, 0 0 0.5vh black, 0 0 0.5vh black, 0 0 0.5vh black , 0 0 0.5vh black, 0 0 0.5vh black   ;
        padding-left: 1vh;
        padding-right: 1vh;
        padding-top: 0.5vh;
        padding-bottom: 0.5vh;
        font-family: quando;
        font-size: 1.8vh;
        margin-left: 0.2vh;
        margin-right: 0.2vh;
        cursor: pointer;
    }
    .buttonSelected{
        color: black;
        font-size: 1.8vh;
        -webkit-text-stroke-width: 0.3vh;
        background-color:transparent;
        font-weight:bolder;
        border: 0.4vh solid black;
        border-radius: 2vh; 
        padding-left: 1vh;
        padding-right: 1vh;
        padding-top: 0.5vh;
        padding-bottom: 0.5vh;
        margin-left: 0.2vh;
        margin-right: 0.2vh;
        font-family: quando;
        cursor: pointer;
    }
    #annasandri_section{
        margin-top: 6vh;
    }
    #contact_section{
        margin-top: 6vh;
    }

  }

