:root {
    --primaryFontFamily: 'Roboto';
    --secondaryFontFamily: 'Caveat Brush', cursive;
}

body {
    font-family: var(--primaryFontFamily);
    background:#F8F8FF;
}

section {
    padding: 20px;
}

.navbar {
    background-color: rgba(0,0,0,.3);
}

.navbar.special-navbar {
    background-color: black;
}

.navbar .container {
    max-width: 90%;
}

.navbar-responsive {
    display: none;
}

.navbar-brand a {
    font-family: var(--secondaryFontFamily);
}

.nav-item .active {
    color: #ffc107!important;
}

.hero {
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('/../../images/snowboarder5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: flex-end;
    padding: 9em;
}

.content h1 {
    font-size: 60px;
    z-index: 1;
}

.content h2 {
    font-size: 45px;
}

#btnDown {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.tricks-list {
    position: relative;
}

.trick-list h6 {
    letter-spacing: 5px;
}

.album .card img {
    width: 100%;
    height: 100%;
}

.album .card-body .card-meta a:hover {
    color: black!important;
}

#btnUp {
    position: absolute;
    right: 50px;
    bottom: 10px;
}

#btnUp .icon-up {
    display: none;
}

@media (max-width: 1200px) {
    .about-text {
        padding-top: 0!important;   
    }

    .about-description {
        font-size: 17px!important;
    }
}

@media (max-width: 992px) {
    .hero {
        justify-content: center; 
        align-items: center;
        text-align: center;
    }

    .about-img {
        text-align: center;
    }

    .about-text {
        padding-top: 35px!important;
        padding: 35px 40px;
    }
}

.hero-trick {
    position: relative;
}

.hero-trick img {
    min-height: 100%;
    height: 75vh;
    top: 0;
    left: 0;
    object-fit: cover;
    filter: brightness(75%);
}

.hero-trick .hero-name {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.btn-trick {
    position: absolute;
    top: 20%;
    right: 25px;
}

@media (max-width: 992px) {
    .about-img {
        text-align: center;
    }

    .about-text {
        padding-top: 35px!important;
        padding: 35px 40px;
    }
}

@media (max-width: 576px) {
    .btn-trick {
        top: 2.5%;
    }
}

.media-responsive {
    display: none;
}

@media (max-width: 500px) {

    .hero-trick .hero-name {
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }

    .add-comment {
        flex-direction: column;
        align-items: center;
    }

    .add-comment img {
        margin-bottom: 10px;
    }

    .form-error {
        text-align: center;
    }

    .add-comment .btn {
        font-size: 15px;
        padding: 5px 10px;
        margin-top : 10px;
    }

    .title-description {
        flex-direction: column;
        align-items: center;
    }

    .profile-message {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-message img {
        margin-right: 0px!important;
    }
}


@media (max-width: 576px) {

    .media-responsive {
        display: inline;
    }

    .media-responsive .dropdown-menu {
        overflow-x: scroll;
    }

    .media {
        display: none;
    }
}

.sign-image img {
    width: 350px;
}

@media (max-width: 768px) {
    .content h1 {
        font-size: 50px;
    }

    .content h2 {
        font-size: 35px;
    }

    #btnDown {
        font-size: 10px;
    }

    #btnUp {
        font-size: 10px;
    }

    .sign-image {
        margin: 40px 0;
    }
}

@media (max-width: 576px) {
    .navbar {
        display: none;
    }

    .navbar-responsive {
        display: inline;
        background-color: #ffc107;
    }

    .navbar-responsive .navbar-toggler {
        display: inline;
    }

    .navbar-responsive .link-info:hover {
        color: #17a2b8!important;
    }

    .hero {
        background-position: 85% 75%;
    }

    footer {
        margin-bottom: 65px;
    }
    
    .content h1 {
        font-size: 40px;
    }

    .content h2 {
        font-size: 25px;
    }

    #btnDown {
        bottom: 80px;
        right: 20px;
    }

    #btnUp {
        right: 20px;
    }

    .btn-more {
        margin-bottom: 20px;
    }

    .text-info {
        margin-bottom: 20px!important;
    }

    .card-meta {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .button-edit .btn {
        font-size: 15px!important;
    }

    .button-delete .btn {
        font-size: 15px!important;
    }

    .sign-image {
        margin-top: 50px;
    }

    .sign-image img {
        width: 250px;
    } 
}

.sign .container {
    width: auto;
    margin: 0 auto;     
}

@media (max-width: 576px) {
     .form-button .fs-5 {
        font-size: 15px!important;
    }
}

.link-warning:hover {
    color: #17a2b8!important;
}

.link-info:hover {
    color: #ffc107!important;
}

.card-add {
    height: 250px;
    max-height: 250px;
}

.card-top {
    position: relative;
}

.btn-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-img {
    object-fit: cover;
}

.about-name {
    letter-spacing: 3px;
}

@media (max-width: 992px) {
    .about-name {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .about-name {
        font-size: 15px!important;
    }
}

.pagination > .active > .page-link {
    background-color: #ffc107!important;
    border-color: #ffc107!important;
    color: white!important;
}

.pagination > li > a {
    color: #ffc107!important;
    border-color: #ffc107!important;
}

.pagination > li > a:hover {
    background-color : #ffc107!important;
    color: #F8F8FF!important;
}

.hidden {
    visibility: hidden;
}

.new-trick {
    background-color:#D1ECF1;
}

.input-video-type button {
    display: none;
}

.trick-media-title h4,
.trick-about-title h4,
.trick-messages-title h4 {
    letter-spacing: 5px;
}

.trick-about {
    background-color: #fff4d4;
}

.trick-messages {
    background-color:#d5f5fa;
}

.trick-about h4 {
    letter-spacing: 5px;
}

.gallery-pictures {
    background-color: #FFF3CD;
}

.hero-trick .trick-name .form-group, .gallery-videos {
    background-color: #D1ECF1;
}

#editPicturePreview {
    display: none;
}

#editVideoPreview {
    display: none;
}

.centered-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.trick-description .form-group {
    background-color: #FFF3CD;
}

.trick-category {
    background-color: #D1ECF1;
}

/* error pages */

.error-section {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.error-section p {
    font-size: 25px;
}

.error-section .wrapper .button {
    display: flex;
    justify-content: center;
}

.fof {
    font-size: 300px;
    background: url('/../../images/mountain.jpg') center no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: flex;
    justify-content: center;
}

@media(max-width: 992px) {
    .fof {
        font-size: 250px;
    }

    .error-section .sorry {
        font-size: 30px;
    }

    .error-section p {
        font-size: 20px;
    }
}

@media(max-width: 768px) {
    .fof {
        font-size: 200px;
    }

    .error-section .sorry {
        font-size: 25px;
    }

    .error-section p {
        font-size: 15px;
    }
}

@media(max-width: 576px) {
    .fof {
        font-size: 150px;
    }

    .error-section .sorry {
        font-size: 20px;
    }

    .error-section p {
        font-size: 10px;
    }

    .error-section button a {
        font-size: 12px;
    }
}







