@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700');

@font-face {
    font-family: 'butlerbold';
    src: url('../fonts/butler_bold-webfont.woff2') format('woff2'),
    url('../fonts/butler_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

img {
    max-width: 100%;
}

h1, h2, h3 {
    font-family: 'butlerbold';
}

.h2, h2 {
    font-size: 1.2rem;
}

.italic {
    font-style: italic;
}

.sup {
    vertical-align: super;
    font-size: smaller;
}

.e-o-s {
    display: inline-block;
    background: #ff5e00;
    width: 5px;
    height: 5px;
    top: -2px;
    left: 2px;
    position: relative;
}

.image .caption {
    font-size: .7rem;
    margin-top: 10px;
    margin-bottom: 20px;
}

.navbar {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    background-color: #C4462A;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

@media (min-width: 576px) {
    .dropdown-menu {
        min-width: 370px;
    }
}

.dropdown-item {
    white-space: inherit;
}

.columns {
    column-gap: 4rem;
}

/*
.columns p {
    break-inside: avoid;
}
*/

.columns .image {
    break-inside: avoid;
}

@media (min-width: 576px) {
    .columns-2 {
        column-count: 2;
    }
}

.section {
    min-height: 100vh;
    padding: 80px 0;
}

.section .header {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 30px;
}

.section .lead {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-family: butlerbold;
}

.section .question {
    font-weight: bold;
}

@media (min-width: 576px) {
    .section .notes {
        font-size: .7rem;
        width: 50%;
    }

    .section .notes .note {
        margin-bottom: .7rem;
    }
}

.section .notes:before {
    content: "";
    display: block;
    height: 2px;
    width: 30%;
    background: black;
    margin-bottom: 10px;
    margin-top: 30px;
}

.section.inici {
    text-align: center;
    /*background: url(../images/portada/background.jpg) no-repeat center;
    background-size: cover;*/
}

.section.inici .btn {
    margin-bottom: 10px;
}

.section.inici .claim {
    font-family: butlerbold;
    color: white;
    text-shadow: black 0px 4px 17px;
    font-size: 70px;
    line-height: 70px;

    transform: scale(.6) translateY(-70px);
}

@media (min-width: 350px) {
    .section.inici .claim {
        margin-left: 40px;
        transform: scale(.8) translateY(-30px);
    }
}

@media (min-width: 576px) {
    .section.inici .claim {
        margin-left: 0;
        transform: none;
    }
}

.section.inici .claim span {
    display: block;
}

.section.inici .claim .ge {
    font-size: 150px;
}

.section.inici .claim .nu {
    font-size: 150px;
    margin-left: 60px;
}

.section.inici .claim .ina {
    margin-left: 150px;
}

.section.inici .claim .ment {
    margin-left: 100px;
    line-height: 10px;
}

.section.somfesta {
    background: #e7f6f9;
    min-height: 0;
}

.section.somfesta h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.section.somfesta .tweet {
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

.section.somfesta .tweet .author {
    font-weight: bold;
}

.section.somfesta .tweet .author img {
    display: inline-block;
    border-radius: 100%;
    width: 30px;
    margin-right: 5px;
}

.section.sant-segons .header {
    margin-bottom: 80px;
}

.section.sant-segons .art .item {
    margin-top: 40px;
    margin-bottom: 40px;
}

.section.converses {
    background: #101010;
    color: white;
}

.section.converses .lead {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    max-width: 100%;
}

.section.converses .video {
    text-align: center;

    position: relative;
    padding-bottom: 56.25%;/* 16:9 */
    padding-top: 25px;
    height: 0;
}

.section.converses .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.section.converses .video {
    background-image: url(../images/converses/temporal.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 80%;
    padding-top: 25%;
    padding-bottom: 20%;
    margin: 60px auto 30px;
    text-align: center;
    box-shadow: #ffffff1a 0px 0px 13px 3px;

    transition: ease-in-out transform .2s;
}

.section.converses .video:hover {
    cursor: not-allowed;
    transform: scale(1.05);
}
*/

.section.converses .link {
    text-align: center;
}

.section.converses .link a {
    color: white;
}

.section.republica {
    background: #f7edc2;
}

.section.vivencies {
    background: #e9f6e0;
}

.section.vivencies h1 {
    margin-bottom: 40px;
    font-size: 3.5rem;
    line-height: 3.5rem;
}

.section.vivencies .author {
    position: relative;
    margin-bottom: 20px;
}

.section.vivencies .author img {
    width: 90%;
}

.section.vivencies .author span {
    transform: rotate(-90deg);
    display: block;
    transform-origin: left;
    position: absolute;
    bottom: -12px;
    left: 96%;
    width: 100%;
    font-weight: bold;
}

.section.final {
    min-height: 0;
}
