/*

.section {
    padding-top:50px;
}

.pt-large {
    padding-bottom:80px;
}

.navbar-small {
    min-height:75px;
}

.navbar .navbar-nav {
    margin-top:0;
}

.navbar-brand > img {
    width:150px;
    height:60px;
}

@media (min-width:1260px) {
    #navbar {
        padding:15px 0;
    }
}

.navbar-trans .navbar-logo {
   content: url('../../assets/images/logo_transparent.png');
}
*/
/*
@media (max-width: 1260px) {
    .navbar-small .navbar-header {
        margin-top:15px;
    }
}

*/

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1259px) {
    .navbar-collapse.collapse {
        display: flex!important;
        align-items: center;
        height: 75px!important;
    }
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar .navbar-nav {
        margin-top: 0;
    }
    .navbar .navbar-header {
        margin-top: 0;
    }
}

@media screen and (max-width: 1260px) {
    #siteTitle {
        margin-top: 6px;
    }
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}


/* Styling carousel */

.fs-slide-1 .bg-overlay,
.fs-slide-2 .bg-overlay,
.fs-slide-3 .bg-overlay {
    background: rgba(17, 17, 17, 0.1);
}

.fs-slider-hero .fs-slider .fs-slider-item .hero-content-wrapper .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.fs-slide-1 .hero-content .hero-lead,
.fs-slide-2 .hero-content .hero-lead,
.fs-slide-3 .hero-content .hero-lead {
    margin-top: -100px;
    font-size: 4em;
    margin-bottom: 50px;
    font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 5em;
    font-weight: 600;
    letter-spacing: 5px;
    color: #ececec;
    text-align: center;
}

.fs-slider-item {
    background-position: center;
}

/* Styling home page */

#siteTitle {
    padding: 0;
}
#siteTitle > img {
  	height: 55px;
}

#siteTitle:hover {
    cursor: pointer;
}

.portfolioButton {
    padding: 20px;
}

/* Styling contact page */

#contactHeader {
    padding: 100px 0;
    text-align: center;
    margin-bottom: 0;
}

.contact-1 .contact-wrapper .show-info-link {
    height: auto;
}

#formBlock {
    padding: 20px 0;
}

.ajax-message {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

/* Styling about page */

#poetryBlock {
    text-align: center;
    background-color:#222;
    color: white;
    padding: 40px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
}

#descriptionPageBlock {
    display: flex;
}

#descriptionSection {
    padding-top: 50px;
    padding-bottom: 50px;
}

#profileBlock,
#shopDescriptionBlock {
    flex: 1;
    padding: 50px;
    
}

#profilePicture {
    max-width: 100%;
}

#shopDescriptionBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    text-align: justify;
}

.brandImage {
    width: 125px;
    height: 100px;
    margin: auto;
}

.testimonials-parallax .t-clients li {
    padding: inherit;
}

/* Styling Portfolio page */

#portfolioTitle {
    margin-top: 100px;
}

#pfolio {
    background-color: black;
}

@media screen and (max-width: 770px) {
    header.page-title {
        padding: 20px;
    }
    .pageTitle {
        letter-spacing: 3px;
        font-size: 18px;
    }
    .page-title .subheading {
        font-size: 14px;
        letter-spacing: 2px;
    }
    #poetryBlock {
        padding: 20px;
        letter-spacing: 1px;
        font-size: 12px;
    }
    #descriptionSection,
    #profileBlock {
        padding: 10px;
        text-align: center;
    }
    #profileBlock img {
        object-fit: cover;
    }
    #shopDescriptionBlock {
        padding: 10px;
    }
    #profilePicture {
        height: 500px;
    }
    #descriptionPageBlock {
        display: block;
    }
    #portfolioTitle {
        margin-top: 40px;
    }
    #portfolioTitle .sec-heading {
        margin-bottom: 40px;
    }
    #contactHeader {
        padding: 40px 0;
    }
    .testimonials-parallax .t-wrapper {
        padding-top: inherit;
        padding-bottom: inherit;
        width: 100%;
    }
    .testimonials-parallax .t-clients {
        margin: 0;
        width: 100%;
    }
    #overlayBlock {
        padding: 20px;
    }
}

@media screen and (min-width: 998px) {
    .slick-track {
        margin: auto;
    }
}

@media screen and (max-width: 1200px) {
    .contact-1 .contact-wrapper .contact-info-wrapper {
        padding: 50px;
    }
}

@media screen and (max-width: 998px) {
    .slick-prev,
    .slick-next {
        display: none!important;
    }
}