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

html {
    overflow-x: hidden;
}

body {
    background-color: #000000;
    overflow: 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%;
    margin-top: 80px;
}


/* testi */

p {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    opacity: 80%;
    font-size: 18px;
}

h1 {
    color: white;
    font-size: 5em;
    line-height: 1em;
    font-family: playfair;
    margin-bottom: 1em;
    text-align: right;
}

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

h2 {
    color: white;
    font-size: 3em;
    font-family: playfair;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    h2 {
        margin-top: 20px;
    }
}

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

.credits a {
    color: white;
}


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

.container-fluid a:hover {
    opacity: 50%;
}


/* immagini */

.photoReview {
    position: absolute;
    z-index: -59;
    opacity: 50%;
    right: 0px;
}


/* 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;
}

.BurntHenna {
    background: #7E392F;
    width: 30px;
    height: 30px;
    border: 1px solid white;
}

.TawnyBirch {
    background: #AE856C;
    width: 30px;
    height: 30px;
    border: 1px solid white;
}

.Sheepskin {
    background: #DAB58F;
    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%;
}