*{
    margin: 0;
    padding: 0;
	list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    /* font-family: 'Montez', 'Helvetica Neue', sans-serif; */
    /* font-family: 'Lato', 'Helvetica Neue', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}
body {
    color: #666;
    letter-spacing: 0;
    line-height: 1.2;
	background: #cfc5d3;
    /* background: white;; */
	background-image: url("../img/bg.png");
    z-index: 1;

    background-repeat: repeat-x;
    background-position: top;
	background-attachment: fixed;
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2rem;
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: normal;
    color: #927d9c;
}
p {
    margin: 12px;
    font-size: .9rem;
    font-weight: normal;
    padding: 6px 10px;
    color: #666;
    line-height: 1.5rem;
}

.main-container {
    top: 20px;
    max-width: 800px;
    margin: auto;
    position: relative;
    background-color: #fff;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border:0;
    width: 100%;
    height: 100%;
}
.jb-logo {
    margin-top:4px;
}
#jb-logo-round {
    display: none;
    margin-top: 8px;
    opacity: .75;
    transition-duration: 250ms;
    transition-timing-function: ease-in;
}
#jb-logo-round:hover{
    opacity: 1;
    cursor: pointer;
    /* transform:scale(.5,1); */
    /* transform: rotateY(180deg); */
}
@media (max-width: 800px) {
    #jb-logo-round {
        display: initial;
    }
}
