html { font-size: 1rem; }
body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    background-color: #151d42;
    color: #fff;
}

@media (min-width: 1200px) {
    html {
        font-size: 2rem;
      }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 1.5rem;
      }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 1.5rem;
      }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
        font-size: 1.5rem;
      }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    html {
        font-size: 1.5rem;
      }

      #story { text-align: center; }
      #story IMG { padding-bottom: 20px;}
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

H1 {
	font-weight: bold;
	font-family: 'Oswald';
	font-size: 120%;
	margin-top: 50px;
}

.quote { font-weight: bold; font-family: 'Oswald' }
.quote:before {
    font-family: 'Oswald', Times, serif;
    font-size: 150%;
    line-height: 70%;
    content: "“";
    padding-right: 5px;
    position: relative; 
    top: 5px;
}
.quote:after {
    font-family: 'Oswald', Times, serif;
    font-size: 150%;
    line-height: 70%;
    content: "”";
    padding-left: 5px;
    position: relative; 
    top: 5px;
}

#header 
{
    padding-top: 20px;
    text-align: center;
}

#alice 
{
 text-align: center;  
 padding: 30px 0px 20px 0px; 
}
#alice .alexalink { margin-top: 40px;}

#pierre 
{
    background:rgba(255,255,255,0.1);
    padding: 40px 0px;
}
#pierre IMG { padding-bottom: 20px; }
#iss { padding: 30px 0px;}

#contenttypes 
{
    background:rgba(255,255,255,0.1);
    padding: 30px 0px 0px 0px;
}
#contenttypes .col-large, #contenttypes .col { text-align: center; }

#story { background: #d3d3d3; color: #151d42; padding: 30px; }

#moreinfo { font-size: 0.5rem; padding: 20px; text-align: center; }
#moreinfo .copyright { margin-top: 10px; font-size: 0.4rem; }
#moreinfo .copyright A { color: #ffffff !important; }