/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
@font-face {
    font-family: "Raleway";
    font-style: normal;
    src: url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwN4rWqZPAA.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Raleway Light";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: Raleway, Arial;
}

.home {
    /*height: 100vh;*/
}

nav {
    max-width: 1024px;
    margin: 0 auto;
}

.container {
    max-width: 1024px;
}

.nav-link {
    color: #c50f3c !important;
    font-size: 1.2em;
    padding: 2px;
    font-family: "Raleway Light", Arial;
}

.header {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 70px;
}

.lead {
    font-size: 1em;
}

.img-fluid {
    margin: 0 auto;
}

.btn-exhibition {
    background-color: #c50f3c;
    color: #ffffff;
}

.modal-body {
    width: 100% !important;
}

.modal-content {
    width: 100% !important;
    height: 80% !important;
}

.lineup-long {
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    margin-left: 10px;
    margin-right: 10px;
    border-color: #c50f3c;
    height: 30px;
}

.linedown-long {
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    margin-left: 10px;
    margin-right: 10px;
    border-color: #c50f3c;
    height: 30px;
}

.opere {
    padding-top: 20px;
    font-size: 1em;
    line-height: 1.6em;
}

.biblioTitle {
    color: #c50f3c;
    font-family: "Raleway Light", Arial;
    font-size: 1.7em;
}

.biblio {
    color: #c50f3c;

    font-size: 1em !important;
    text-align: center;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.patrocini {
    font-size: 2em;
    color: #c50f3c;
}

.partnership {
    font-size: 1.5em;
    color: #c50f3c;
    line-height: 1.2em;
}

.footer {
    font-size: 1em;
    color: #c50f3c;
    background-color: #eee;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .nav-link.nav-special {
        background-color: #c50f3c;
        color: #fff !important;
        border-radius: 5px;
        display: inline-block;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {
}

.card-img-top {
    cursor: pointer;
}

.navbar {
    margin: 0 auto;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal-body {
        height: 750px;
    }
}

.btnImg3 {
}

.col-md-auto {
    padding-right: 11px;
    padding-left: 11px;
}

.pointer {
    cursor: pointer;
}

/* MODIFICHE CAL4ARTISTS  MAGGIO 2021 */

.title-c4a21 {
    color: #c50f3c;
    opacity: 1;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

.programma-21 h3 {
    font-size: 16px !important;
    font-weight: bold;
    margin-top: 25px;
}

.btn-download {
    display: inline-block;
    margin: 20px auto;
    padding: 3px 10px;
    background-color: hsl(345, 86%, 42%);
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
}
.btn-download:hover {
    color: #fff;
    text-decoration: none;
    background-color: hsl(345, 86%, 46%);
}

.gallery-title {
    background-color: #eee;
    margin-bottom: 0;
    padding-top: 15px;
    text-align: center;
    color: hsl(345, 86%, 42%);
}

.biblio a {
    color: hsl(345, 86%, 42%);
    text-decoration: underline;
}
