﻿@charset "utf-8";

h1 {
    position: relative;
    color:#cccccc;
    text-align: center;
    font-family: Charm-Regular, Arial, sans-serif;
    font-size: 64px;
    font-weight: normal;
    width:100%;
    background-image: url("img/bar-separator-deco-h_01.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-bottom: calc(14px + 3vmin);
    margin-bottom: 4vmin;
}

.contentPic {
    background-color: black;
    font-size: 1em;
    text-align: center;
    padding: 4vmin 2vmin 6vmin 2vmin;
}

.contentPic > * {
    display: inline-block;
    margin-left: 2vmin;
    margin-right: 2vmin;
}

.contentPic > div {
    max-width: 475px;
    text-align: left;
    vertical-align: middle;
}

.contentPic > img {
    width: 44%;
    min-width: 280px;
    max-width: 580px;
    vertical-align: middle;
    overflow: hidden;
}

.contentPic h1 {
    margin-top: 4vmin;
}

.contentPic h2 {
    margin-bottom: 2vmin;
    text-transform: uppercase;
}


/* QUOTE SLIDESHOW */

.comments {
    background-color: #1f1f1f;
}

.comments > img {
    width:90%;
    max-width:323px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4vmin 0vmin;
}

.comments-slider {
    position: relative;
    font-family: Charm-Regular, Arial, sans-serif;
    font-size: 32px;
  }
  
.mySlides {
    display: none;
    text-align: center;
    margin: 0px 10vw;
  }
  
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 30px 10px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
.dot-container {
    text-align: center;
  }
  
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.dot-container .active {
    background-color: #7b7b7b;
  }
  
.author {color: #6b6b6b;}


@media only screen and (max-width: 1025px) {
    .contentPic {
        font-size: 18px;
    }
    .contentPic > img {
        width: 70%;
    }
    .contentPic > div {
        max-width: 75%;
    }
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 8vw;
        background-size: 55vw;   
    }

    .contentPic {
        font-size: 18px;
    }

    .contentPic > img {
        width: 90%;
    }
    .contentPic > div {
        max-width: 85%;
    }

    .comments-slider {
        font-size: 24px;
    }
}