body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
    font-family: 'Montserrat', sans-serif;
}


.logo {
    font-family: 'Kaushan Script', cursive;
}

.spetnaxlder-header {
    background-color: #f5f5f5;
 /*   background-image: linear-gradient(0deg, rgba(225,225,225,0) 0%, rgba(225,225,225,0) 100%), url(http://spetnaxlder.se/wp-content/uploads/2016/01/octopussybackgroundbubbles.png);*/
    height:500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: top;
    background-position-x: left;
    clip-path: polygon(50% 0%, 100% 0, 100% 80%, 100% 80%, 0 100%, 0 0);
}

.spetnaxlder-title {
    padding-top: 2rem;
    padding-left: 2rem;

}
.spetnaxlder-title > h1 {
    font-family: 'Kaushan Script', cursive;
    margin-bottom: 0;
    font-size: 5.5rem;
}

@media only screen and (max-width: 600px) {
    .spetnaxlder-title > h1 {
        font-size: 2.5rem;
    }
}

.marketing {
    margin: 0 auto;
    max-width: 1700px;
}

.art-category-title-container {
    padding-top: 80px;
}

.spetnaxlder-title > p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: -10px;
    margin-left: 20px;
}

.spetnaxlder-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.item-container {
    overflow: hidden;
}

.spetnaxlder-item {
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.item-text {
    font-size: 18px;
    text-align: left;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
    /*background-color: #e2e3e5;
    border: 1px solid black;*/
}

.marketing a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(0%);
    transition: all 0.7s ease;
}

.marketing a:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
    font-size: 14px;
}

