* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
.section-title {
    margin-bottom:25px;
    font-size:25px;
}
.container-fluid,
.container-rickhouse {
    margin: 0px;
    padding: 25px;
    box-sizing: border-box;
}
.container-rickhouse {
    background: linear-gradient(rgba(0, 4, 7, 0.2), rgba(3, 0, 14, 0.9)), url('/static/img/rh/dc-pano-wide.jpg');
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: white;
}
@media only screen and (max-width: 1400px) {
    .container-rickhouse {
        background: linear-gradient(rgba(0, 4, 7, 0.2), rgba(3, 0, 14, 0.9)), url('/static/img/rh/dc-pano.jpg');
        background-size: cover;
    }
}

@media only screen and (max-width: 1100px) {
    .container-rickhouse {
        background: linear-gradient(rgba(0, 4, 7, 0.2), rgba(3, 0, 14, 0.9)), url('/static/img/rh/dc-pano-sm.jpg');
        background-size: cover;
    }
}

@media only screen and (max-width: 576px) {
    .container-rickhouse {
        background: linear-gradient(rgba(0, 4, 7, 0.2), rgba(3, 0, 14, 0.9)), url('/static/img/rh/dc-pano-xs.jpg');
        background-size: cover;
    }
}

.container-about .row {
    width: 70%;
    margin: 0 auto;
}
.container-about h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.container-about h2 {
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 50px;
}
.container-about button {
    background: rgba(0, 0, 0, 0.507);
    border: solid rgba(255, 179, 0, 0.915) 1px;
    color: white;
    outline: none !important;
    text-transform: uppercase;
    transition: .1s ease;
    letter-spacing: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    width: 275px;
    font-size: 17px;
    font-weight: bold;
    height: 70px;
}
.about-section-picture-wrapper {
    width:50%;
}
.about-section-picture-wrapper img {
    opacity: .5;
    transition:.2s;
    cursor:pointer;
}
.about-section-picture-wrapper img:hover {
    opacity: 1;
}
.col-lg {
    padding:25px;
}
.lead {
    letter-spacing: 0px;
    line-height:1.5em;
    font-size:1em;
}
.accordion .card {
    border-radius:0px;
    margin-bottom:25px;
    background:rgb(255, 255, 255);
}
.accordion > .card:not(:last-of-type) {
    border-bottom:solid 1px  rgb(225, 225, 225);
}
.accordion button, 
.accordion button:hover {
    text-transform: uppercase;
    font-weight: 500;
    color:black;
    text-decoration: none;
    font-size:14px;
}
.rickhouse-container .lead {
    line-height:2.5em ;
    padding-left:25px;
}
.rickhouse-container .row .col-md button {
    background: rgb(78, 207, 169);
    border: solid 3px rgb(78, 207, 169);
    color: white;
    text-transform: uppercase;
    padding: 6px;
    width: 220px;
    height: 50px;
    transition: .2s ease;
    font-weight: 700;
    letter-spacing:0px;
    font-size:1rem;
}
.past-event {
    cursor: not-allowed !important;
    background: grey !important;
    border: grey !important;
    outline: none !important;
}
@media only screen and (max-width: 1199.98px) {
    .col-md {
        text-align: center;
    }
    .container-about {
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-about h3 {
        margin-bottom: 30px;
    }
    .container-about button {
        margin: 0;
    }
    .container-about .row {
        width: 100%;
        padding: 20px;
    }
}
footer .lead {
    margin-bottom:0px;
}
footer .row {
    margin-bottom:0px;
}
@media only screen and (max-width: 767px) {
    .very-tall {
        height:auto;
        padding-top:1em;
    }
    .rickhouse-container {
        padding:25px !important;
    }
    .about-section-picture-wrapper {
        width:100%;
    }
    .francesco {
        width:100%;
    }
    footer .col-lg {
        margin-bottom:0px !important;
    }
}
.su-youtube {
  margin: 0 auto;
  display: block;
}

.contact-form button {
  background: white !important;
  border: solid rgb(218, 218, 218) 1px;
  border-radius: 0px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 175px;
  outline: none !important;
  text-transform: uppercase;
  transition: .1s ease;
  letter-spacing: 3px !important;
}
