/*

RED : #530000
WHITE-GREY : #eeeeee
GREY : #2c2c2c

*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

h1,
h2 {
    font-family: 'Texturina', serif;
}

body {
    font-family: 'Nunito', sans-serif;
}

h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

section {
    padding: 100px 0;
}

/********* CSS INDEX *********/

@keyframes fade {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    25% {
        transform: scale(1.2);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.banner-nav {
    background-image: url(image/banner.png);
    background-size: cover;
    background-position: center;
}

.nav {
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.nav .nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .logo {
    width: 150px;
    margin-right: 20px;
}

.nav img {
    max-width: 100%;
    height: auto;
}

.nav a {
    margin-left: 50px;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.nav a:hover {
    color: #530000;
    transition: 0.5s;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    background-size: cover;
    background-position: center;
}


.banner-text {
    color: white;
    width: 700px;
    text-align: center;
    text-transform: uppercase;
    animation: fade 8s 0.5s;
}

.banner-text h1 {
    font-size: 70px;
}

.about h1 {
    text-align: center;
    text-transform: uppercase;
    color: #530000;
    margin-bottom: 60px;
    font-size: 50px;
}

.about-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-image {
    width: 550px;
    margin-right: 20px;
}

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

.about .about-text {
    width: 500px;
}

.about h2 {
    color: #530000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.about p {
    text-align: justify;
    font-size: 20px;
    font-weight: 200
}

.artists {
    background-color: #eeeeee;
}

.artists h2 {
    text-align: center;
    text-transform: uppercase;
    color: #530000;
    margin-bottom: 60px;
    font-size: 40px;
}

.artists .artists-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.artists .artists-image {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.artists-card h3 {
    color: #530000;
    margin-bottom: 10px;
}


.artists img {
    max-width: 100%;
    height: auto;
}

.artists .artists-text {
    width: 300px;
    text-align: center;
}

.gallery .gallery-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery h2 {
    text-align: center;
    text-transform: uppercase;
    color: #530000;
    margin-bottom: 60px;
    font-size: 40px;
}

.gallery .photo {
    width: 300px;
    margin-right: 3px;
    margin-left: 3px;
}

.gallery img {
    max-width: 100%;
    height: auto;
}

.blog {
    background-color: #eeeeee;
}

.blog-card {
    width: calc((100% - 40px) / 2);
    margin-bottom: 50px;
}

.blog h1 {
    text-align: center;
    text-transform: uppercase;
    color: #530000;
    margin-bottom: 60px;
    font-size: 50px;
}

.blog .blog-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog h2 {
    color: #530000;
    text-transform: uppercase;
    width: 500px;
    margin-bottom: 10px;
}

.blog p {
    margin-bottom: 20px;
}

.blog .blog-image {
    width: 500px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.blog .blog-image img {
    max-width: 100%;
    height: auto;
}


.btn-flex a {
    margin-right: 10px;
    color: black;
    font-weight: 600;
}


.btn-flex:hover {
    transition: 0.5s;
    transform: scale(1.2);
    margin-left: 60px;
}

.about h3 {
    font-family: 'Texturina', serif;
    text-align: center;
    text-transform: uppercase;
    color: #530000;
    margin-bottom: 60px;
    font-size: 50px;
    line-height: 0.2;
}

.about span {
    color: black;
}

.about-text .btn-flex {
    margin-top: 30px
}

.about-text h4 {
    font-family: 'Texturina', serif;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 3;
}

.about-text hr {
    border: 3px dotted black;
}

footer {
    background-color: #2c2c2c;
    padding: 80px 0;
}

.footer-logo {
    width: 200px;
    margin-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.icon {
    font-size: 70px;
    margin: auto;
    color: white;
}

.icon-flex {
    display: flex;
    justify-content: center;
}

.fab {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 70px
}

.fab:hover {
    transition: 0.5s;
    transform: scale(1.2)
}

.icon img {
    max-width: 100%;
    height: auto;
}

.location {
    color: white;
    width: 500px;
    margin: auto;
    margin-bottom: 30px
}

.location .location-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

.location p {
    width: 300px;
}

/********* CSS ABOUT *********/

.banner-about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.about-started h2 {
    margin-top: 50px
}

.about-started p {
    margin-bottom: 20px;
}

/*********** CSS CONTACT ***********/

.contact-adress {
    width: 500px;
    margin: auto
}

.contact-adress h2 {
    color: #530000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-adress p {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

/*********** CSS SINGLE***********/
.article-title {
    width: 600px
}

.article h1 {
    text-transform: uppercase;
    color: #530000;
    font-size: 40px;
}

.article h5 {
    margin-bottom: 50px;
    color: #2c2c2c;
}

.image-article img {
    width: 100%;
    margin-bottom: 50px;
}

.article .article-text {
    text-align: justify;
    margin-bottom: 50px;
}

.article p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.article .comment {
    display: flex;
    justify-content: space-between;
}

.article h6 {
    font-size: 20px;
}

.article .icon-article {
    font-size: 40px;
}

.article h3 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 25px;
}


form #comment {
    width: 70%;
    height: 300px;
    margin-bottom: 30px;
    padding: 30px;
}

input[type=text] {
    padding: 10px;
    display: block;
    width: 70%;
    height: 40px;
    margin-bottom: 30px;
}

input[type=submit] {
    padding: 15px 30px;
    background-color: #2c2c2c;
    color: white;
    text-transform: uppercase;
    font-family: 'Texturina', serif;
}

input[type=submit]:hover {
    color: black;
    background-color: white;
    transition: 0.5s;
}
