/* Google fonts import */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Exo:ital,wght@0,100..900;1,100..900&family=Jersey+10&display=swap');

/* General styles */
body {
    background-color: #F9FAFC;
}

.front-page-text {
    font-family: 'Exo', sans-serif;
}

.footbrazil-bg {
    background: url("https://static0.givemesportimages.com/wordpress/wp-content/uploads/2024/01/brazil-s-greatest-ever-footballers-ranked.jpg") no-repeat center /cover;
    position: relative;
}

.footbrazil-bg:before {
    content: "";
    background: rgba(19, 19, 19, 0.626);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.btn-posts {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    margin-left: -15px;
    transition: 0.3s;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);

}

.btn-posts:hover {
    background: white;
    color: black;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.welcome-bg {
    position: relative;
    margin-inline: auto;
    text-align: center;
    font-family: 'Jersey 10', sans-serif;
    font-weight: 700;

}

.card {
    border: none;
    background-color: transparent;
}

.card-text {
    font-family: 'Exo', sans-serif;
}

.full-post-text {
    font-family: 'Exo', sans-serif;
}

.card-footbrazil {
    background-color: #f0f0f0;
}

.text-footbrazil-bg {
    font-family: 'Exo', sans-serif;
}

.image-container {
    position: relative;
}

.image-flash {
    position: absolute;
    bottom: 5%;
    min-width: 30%;
    left: -2px;
    background-color: #188181;
}

.scale {
    width: 100%;
    height: auto;
}

.author {
    color: white;
    margin: 4px;
    text-transform: uppercase;
}

.masthead {
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 33vh;
    width: 100%;
}

.masthead-text {
    background-color: #445261;
    color: white;
    position: relative;
}

.masthead-image {
    position: relative;
    overflow: hidden;
}

.masthead-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 90%;
    height: 100%;
    width: 150%;
    background: #445261;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    transform: skew(15deg);
    z-index: 100;
}

.post-link {
    text-decoration: none;
    color: #445261;
}

.post-link:hover,
.page-link {
    color: #999;
}

.bg-press-footbrazil {
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #1764e0;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    position: relative;
    top: -7px;
}

.bg-press-footbrazil:hover {
    background-color: #245dba
}

.bg-press-footbrazil:active {
    background-color: #245dba;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

/* Full post page */
.post-title {
    margin-top: 10%;
    margin-left: 5%;
}

.post-subtitle {
    margin-left: 5%;
    color: lightgray;
}


.btn-edit {
    background-color: #2499f3;
    color: #fff;
}


.link {
    color: #23BBBB;
    text-decoration: none;
}

.link:hover,
.link:active {
    color: #445261;
    text-decoration: underline;
}

.btn-delete {
    color: #fff;
    background: #E84610;
}

.faded {
    color: rgb(172, 175, 175);
}

.approval {
    color: rgb(234, 174, 125);
}

.sponsor {
    color: lightgray;
}

.comment-count {
    padding-left: 18px;
}

/* Edit/Delete post */
.edit-delete {
    position: relative;
    right: -222px;
    bottom: 35px;
}


.press-edit-delete {
    padding: 10px 10px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #73cbad5e;
    border: none;
    border-radius: 15px;
    position: relative;
    top: -7px;
}

.press-edit-delete:hover {
    background-color: #54917d5e;
}

.press-edit-delete:active {
    background-color: #d6d8dd;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

/* Button link navbar */
.nav {
    margin-left: auto;
}

.nav>li {
    margin-left: 1px;
    margin-right: 1px;
}

.nav-link {
    color: white
}

.nav-link:hover {
    color: #a8a6a6
}

.nav-link.active {
    color: #010101
}

.navbar-link-footbrazil {
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.navbar-link-footbrazil:hover {
    background-color: #3e8e41
}

.navbar-link-footbrazil:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}


/* History page */
.bg-color-history {
    background-color: #404040;
}

.uppercase {
    text-transform: uppercase;
}

.timeline-item {
    padding: 4em 2em 0em 2em;
    position: relative;
    color: #fafafa;
    border-left: 1px solid;
}

.timeline-item p {
    padding: 0;
    margin: 0;
}

.timeline-item::before {
    content: attr(data-dates);
    position: absolute;
    left: 2.5em;
    top: 3em;
    display: block;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: .8em;
    padding: 0;
    margin: 0;
}

.timeline-item::after {
    width: 12px;
    height: 12px;
    display: block;
    top: 2.4em;
    position: absolute;
    left: -6px;
    border-radius: 12px;
    content: '';
    background: #fafafa;
}

.wc-statistic-heading {
    color: #fafafa;
    font-family: "Exo", sans-serif;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 40px;
}

.history-items {
    margin-bottom: 30px;
}

.history-heading {
    font-family: "Exo", sans-serif;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 40px;
}

.history-image {
    width: 100%;
    height: 100%;
    float: left;
    margin: 10px 0px;
    border-radius: 4%;

}

/* Progressbar in history page */
.progress {
    position: relative;
    height: 25px;
}

.progress-type {
    position: absolute;
    left: 0px;
    font-weight: 400;
    padding: 3px 30px 2px 10px;
    color: #fafafa;
    background-color: rgba(25, 25, 25, 0.2);
}

.progress-section {
    margin: 40px 20px;
}


/* About page */
.about-heading {
    font-family: "Exo", sans-serif;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 40px;
}

.bg-color-personal-info {
    background-color: #404040;
}

.section-column {
    padding: 0 43px 43px;
    float: none;
    display: table-cell;
}

.info-column {
    color: #fafafa;
}


/* Small devices (phones, 335px and up) */
@media only screen and (min-width: 335px) {

    .masthead {
        height: 200px;
    }

    .masthead-home {
        height: 25vh;
        width: 100%;
    }

    .text-footbrazil-bg {
        font-size: 5px;
    }

    .welcome-bg {
        top: 50px;
    }

}

/* Media query: tablets and larger (768px and up) */
@media screen and (min-width: 768px) {

    .masthead-home {
        height: 33vh;
        width: 100%;
    }

    .text-footbrazil-bg {
        font-size: 10px;
    }

    .welcome-bg {
        top: 200px;
    }

    .p-text-history {
        font-size: 0.83rem;
    }

    .img-cup {
        position: relative;
        left: -60px;
    }

    .add-post-form-view {
        width: 50%;
        position: relative;
        left: 175px;
    }

    .edit-delete {
        margin-top: 12px;
    }

    .info-column {
        margin-bottom: -255px;
    }

    .footer {
        height: 475px;
    }


}

/* Large devices (laptops and desktops, 992px and up) */
@media screen and (min-width: 992px) {

    .masthead-home {
        height: 53vh;
    }

    .add-post-form-view {
        width: 50%;
        position: relative;
        left: 220px;
    }

}

/* Large devices (laptops and desktops, 1024px and up) */
@media screen and (min-width: 1024px) {

    .masthead-home {
        margin-top: 0px;
        overflow: hidden;
        position: relative;
        display: inline-block;
        height: 73vh;
        width: 100%;
    }

    .footbrazil-bg {
        background-size: cover;
        background-position-y: top;
    }

    .text-footbrazil-bg {
        font-size: 30px;
    }

    .welcome-bg {
        top: 300px;
    }

    .p-text-history {
        font-size: 0.91rem;
    }

    .add-post-form-view {
        width: 50%;
        position: relative;
        left: 230px;
    }

    .edit-delete {
        margin-bottom: 1px;
    }

    .info-column {
        margin-bottom: -435px;
    }


}

@media screen and (max-width: 1024px) and (max-height: 600px) {

    .info-column {
        margin-bottom: -55px;
    }

}

/* Large devices (laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

    .go-posts {
        margin-left: -15px;
    }

    .masthead {
        height: 230px;
    }

    .p-text-history {
        font-size: 1rem;
    }

    .img-cup {
        position: relative;
        left: -1px;
    }

    .add-post-form-view {
        width: 50%;
        position: relative;
        left: 320px;
    }

    .info-column {
        height: 485px;
    }

    .footer {
        height: auto;
    }

    .edit-delete {
        bottom: 34px;
        position: relative;
    }
}
