@font-face {
    font-family: playfair;
    src: url(font/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: DosisLight;
    src: url(font/Dosis-Light.ttf);
}

@font-face {
    font-family: DosisExtraLight;
    src: url(font/Dosis-ExtraLight.ttf);
}

html {
    overflow-x: hidden;
}

body {
    background-color: #000000;
    overflow-x: hidden;
    transition: all ease 0.5s;
}

footer {
    margin-top: 80px;
}

/* navbar*/

.navbar {
    padding: 30px 40px;
}

.bg-dark {
    background-color: #000000!important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    border: none !important;
    outline: none;
    text-decoration: none;
}

.navbar a {
    font-family: playfair;
    font-size: 18px;
    letter-spacing: 3px;
}


/* section e div */

.container-fluid {
    padding: 10% 7%;
}

.bio {
    top: 80px;
}

/* testi */

p {
    font-family: 'DosisExtraLight';
    color: white;
    opacity: 80%;
    font-size: 18px;
    z-index: 20;
}

h1 {
    color: white;
    font-size: 4em;
    line-height: 1em;
    font-family: playfair;
    margin-bottom: 1em;
    position: absolute;
    z-index: 20;
    right: -50px;
    top: -150px;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 3.5em;
    }
}

.credits p {
    text-align: center;
    font-size: 12px;
}

.credits a {
    color: white;
}

/* immagini */

.portraitGio {
    opacity: 30%;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: -80;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .portraitGio {
        top: 700px;
    }
}

/* card pantone */

.color-boxes {
    right: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
} 

.Black:hover , .BurntHenna:hover , .TawnyBirch:hover , .Sheepskin:hover {
    cursor: pointer;
}

.Black {
    background: #000000;
    width: 30px;
    height: 30px;
    border: 1px solid white;
}

.colorOne {
    background: #62633D;
    width: 30px;
    height: 30px;
    border: 1px solid white;
}

.colorTwo {
    background: #AC8266;
    width: 30px;
    height: 30px;
    border: 1px solid white;
}

.colorThree {
    background: #939597;
    width: 30px;
    height: 30px;
    border: 1px solid white;
}



/* social icon */


.socialIcon {
    text-align: center;
}

.socialIcon a:hover {
    text-decoration: none;
    outline: none;
}

.fab {
    color: black;
    font-size: 20px;
    background-color: white;
    opacity: 20%;
    padding: 10px;
    margin: 20px 5px;
    border-radius: 100%;
    width: 40px;
}


.fa-facebook-f:hover {
    background-color: #3b5998;
    opacity: 100%;
}

.fa-instagram:hover {
    background-color: #cc2366;
    opacity: 100%;
}

.fa-linkedin-in:hover {
    background-color: #0e76a8;
    opacity: 100%;
}

.fa-youtube:hover {
    background-color: red;
    opacity: 100%;
}

.fa-pinterest:hover {
    background-color: #c8232c;
    opacity: 100%;
}