@media (min-width: 768px) {
    .navbar-brand.abs
    {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

h1, h2, h3, h4 {
    font-family: 'Bebas Neue', cursive;
}

body {
    font-family: 'Montserrat', sans-serif;
    color : #21303D;

}

.vulcan-navbar {
    background-color: #FFFFFF;
    border-bottom : 1px solid #21303D;
    font-size: smaller;
    font-weight : 500;
}

.vulcan-navbar .navbar-logo {
    height : 36px;
}


.vulcan-footer {
    font-family: 'Montserrat', sans-serif;
    font-size: smaller;
    font-weight : 500;
    border-top : 5px solid #21303D;
    padding-top : 20px;
}

.vulcan-footer-social-logos {
    font-size: larger;
}
.vulcan-footer-social-logos i {
    margin-left : 20px;
}

.vulcan-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top : 60px;
    margin-bottom : 60px;
    font-weight: bold;
}  
.vulcan-separator::before, .vulcan-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.vulcan-separator:not(:empty)::before {
    margin-right: 100px;
}
.vulcan-separator:not(:empty)::after {
    margin-left: 100px;
}

.vulcan-homepage-background {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom : 40px;
    text-shadow: 1px 1px 5px #000000;
}
.vulcan-homepage-background .vulcan-homepage-background-title {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color : #FFFFFF;
    font-size: 60px;
    padding-top : 220px;
    padding-bottom : 220px;

}

.vulcan-homepage-subsection {
    margin-top : 35px;
    font-size: 14px;
    margin-bottom : 75px;
}

.vulcan-homepage-subsection .vulcan-homepage-subsection-title {
    font-size: 60px;
    font-family: 'Bebas Neue', cursive;
    margin-bottom : 40px;
}

.vulcan-homepage-subsection .vulcan-homepage-subsection-title .vulcan-red {
    color : #D0452D;
}

.vulcan-homepage-subsection .vulcan-homepage-subsection-image {
    width : 60%;
    margin-top : 50px;
}


.vulcan-customer-review {
    background-color : #F8F8F8;
    padding-top : 90px;
    padding-bottom : 90px;
}

.vulcan-customer-review .vulcan-customer-review-title {
    color : #D0452D;
    font-size: 60px;
    font-family: 'Bebas Neue', cursive;
    text-align : center;
}
.vulcan-customer-review .vulcan-customer-review-item {

}
.vulcan-customer-review .vulcan-customer-review-item .vulcan-customer-review-item-author {
    font-family: 'Bebas Neue', cursive;
    font-size : 8px;
    padding : 10% 30%;
}
.vulcan-customer-review .vulcan-customer-review-item .vulcan-customer-review-item-description {
    text-align: center;
}

.circle {
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: transparent;
    color: #222;
    text-align: center;
  }
  
  .circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #ddd;
    content: "";
  }
  
  .circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  
  .circle__content {
    display: table-cell;
    padding: 1em;
    vertical-align: middle;
  }
  
  @media (min-width: 480px) {
    .circle__content {
      font-size: 4em;
    }
  }
  
  @media (min-width: 768px) {
    .circle__content {
      font-size: 4em;
    }
  }

.vulcan-product-background {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom : 50px;
}
.vulcan-product-background-theme {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color : #FFFFFF;
    text-shadow: 1px 1px 5px #000000;
    font-size: 60px;
    padding-top : 150px;
    padding-bottom : 150px;
}
.vulcan-product-pictures {
    background : #F7F7F7;
    padding : 50px 100px;
}
.vulcan-product-pictures-magazine {
    background : #D0452D;
}
.vulcan-product-pictures-item {
    width : 100%;
}
.vulcan-product-infos {
    padding-left : 40px;
}
.vulcan-product-infos-title {
    font-family: 'Bebas Neue', cursive;
    color : #000000;    
    font-size: 60px;
}
.vulcan-product-infos-issue-date {
    font-family: 'Montserrat', sans-serif;
    font-weight : 500;
    margin-bottom : 20px;
}
.vulcan-product-infos-unit-price {
    font-family: 'Montserrat', sans-serif;
    font-weight : 500;
    margin-bottom : 20px;
}
.vulcan-product-infos-short-description {
    margin-bottom : 20px;
    text-align: justify;
    font-size : smaller;
}

.vulcan-preview {
    margin-bottom : 20px;
}
.vulcan-preview-picture {
    background : #F7F7F7;
    padding : 40px 60px;
    margin-bottom : 20px;
}
.vulcan-preview-picture-magazine {
    background : #D0452D;
}
.vulcan-preview-picture-item {
    max-width : 100%;
}
.vulcan-preview-infos {

}
.vulcan-preview-infos-title {
    font-family: 'Bebas Neue', cursive;
    color : #000000;    
    font-size: 20px;
    margin-bottom : 10px;
    min-height : 60px;
}
.vulcan-preview-infos-title-link {
    color : #21303D;
}
.vulcan-preview-infos-title-link:hover {
    color : #21303D;
    text-decoration: none;
}
.vulcan-preview-infos-issue-date {
    font-family: 'Montserrat', sans-serif;
    font-weight : 500;
    margin-bottom : 10px;
}
.vulcan-preview-infos-unit-price {
    font-family: 'Montserrat', sans-serif;
    font-weight : 500;
    margin-bottom : 20px;
}

.vulcan-suscribe-cta {
    background : #D0452D;
    padding : 20px;
    color : #FFFFFF;
    margin-top : 40px;
}
.vulcan-suscribe-cta-picture {
    padding : 40px 60px;
}
.vulcan-suscribe-cta-picture-item {
    max-width : 100%;
    max-height : 250px;
}
.vulcan-suscribe-cta-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    margin-bottom : 10px;
    margin-top : 50px;
}
.vulcan-suscribe-cta-button {
    border : 1px solid #FFFFFF;
    padding : 10px 20px;
    display : inline-block;
    color : #FFFFFF;
}
.vulcan-suscribe-cta-button:hover {
    background : #8E2D1C;
    color : #FFFFFF;
}


.vulcan-cms-cta-button {
    margin-top : 20px;
}
.vulcan-cms-block-image-container {
    padding : 0px 60px;
    text-align: center;
}
.vulcan-cms-block-col {
    text-align: justify;
}
.vulcan-cms-block-col-image {
    max-width : 100%;
}

.vulcan-cart .vulcan-cart-title {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color : #000000;
    font-size: 60px;
    margin-top : 50px;
    margin-bottom : 50px;
}
.vulcan-cart a {
    color : #000000;
}

.vulcan-checkout {
    margin-top : 100px;
    margin-bottom : 150px;
}
.vulcan-checkout-title {
    margin-bottom : 40px;
    padding-bottom : 20px;
    border-bottom : 1px solid #c9c9c9;
}

.vulcan-cart .vulcan-cart-resume-title {
    margin-bottom : 50px;
}

.vulcan-catalog-background {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom : 40px;
    text-shadow: 1px 1px 5px #000000;
}
.vulcan-catalog-background .vulcan-catalog-background-title {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color : #FFFFFF;
    font-size: 60px;
    padding-top : 150px;
    padding-bottom : 150px;

}