/* RELATED INFOGRAPHIC COVER 800x421*/

.related-graphic .left {background-image: url("https://multimedia.scmp.com/infographics/handbook/img/standalone/banner.jpg");}


.coverImg {position: relative;}

.swingImg1 {
    position: absolute;
    top: 0;
    left: 9%;
    animation: swing1 ease-in-out 2s infinite alternate;
    transform-origin: center -20px;
    width: 40.2%;
}
@keyframes swing1 {
    0% { transform: rotate(5deg); }
    100% { transform: rotate(-5deg); }
}

.swingImg2 {
    position: absolute;
    top: 0;
    left: 24%;
    animation: swing2 ease-in-out 1.8s infinite alternate;
    transform-origin: center -20px;
    width: 34.5%;
    z-index: -1
}
@keyframes swing2 {
    0% { transform: rotate(-4deg); }
    100% { transform: rotate(4deg); }
}

.swingImg3 {
    position: absolute;
    top: 0;
    left: 36.6%;
    animation: swing3 ease-in-out 2.2s infinite alternate;
    transform-origin: center -20px;
    width: 40%;
}
@keyframes swing3 {
    0% { transform: rotate(5deg); }
    100% { transform: rotate(-5deg); }
}

.swingImg4 {
    position: absolute;
    top: 0;
    left: 54.2%;
    animation: swing4 ease-in-out 2.5s infinite alternate;
    transform-origin: center -20px;
    width: 39.5%;
    z-index: -1
}
@keyframes swing4 {
    0% { transform: rotate(-5deg); }
    100% { transform: rotate(5deg); }
}

section.intro h1 {
    max-width: 600px;
}

section.intro h1, section.intro .author, section.intro .author a, section.intro .date, section.intro p {
    color: #000;
}

#maintitle {color: #CC0000}

h3.subhed {
    font-family:merriweather,serif;
    max-width: 500px;
    font-size:25px;
    font-weight:600;
    line-height: 30px;
    color:#cc0000;
    margin: 10px auto;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
    text-transform: none
}

.tradHed {
    line-height: 50px
}

p {color: #000;}

.max425{max-width: 425px;margin: 0 auto;}


.text a {
    font-size: 18px;
    line-height: 30px;
    font-family:Merriweather,serif;
    text-decoration: underline;
    font-style: italic;
}
.text a:hover {color: #cc0000; opacity: 1}


/* Zodiac */
.inputDate{
	position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#scene .wrapper{
    width: 100%;
    overflow: hidden;
    transition: all ease 0.25s;
    text-align: center;
}

.wrapper2 h3 {
    max-width: 500px;
    font-size:25px;
    font-weight:600;
    color:#cc0000;
    margin: 10px 10px 30px 10px;
    text-align: center;
    text-transform: none
}

.grap {
    max-width: 425px !important;
    width: 100%;
    margin: 20px auto 40px;
    display: -webkit-box;
}

.mid-clear {
    height: 20px;
}

#bornDate{
    outline: none;
    border: none;
    background: #ff9933;
    border-bottom: 1px solid #000;
    padding: 3px 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
/* Zodiac */




.author-bottom .author{
	background-color: #ff9933;
    border-bottom: 1px solid #000;
    color: #000;
}

.author-bottom .author .info .minifooter .social svg{ fill: #C61C31; }

.author-bottom .author .info .visual{ color: #000; }
.author-bottom .author .info .minifooter .social:after{ background: #000; }
.author-bottom .author .info .minifooter .profile a{ color: #000; }

section.standar .credits p { color:#717171; }

.social h4{ color: #9a9a9a; }
.social a{ background-color: #9a9a9a; }

.clear80 {height: 80px;}
.clear60 {height: 60px;}
.clear30 {height: 30px;}
.clear15 {height: 15px;}

/*------------------------- | KEYFRAMES | -----------------------------*/


/*------------------------- | MEDIA QUERIES | -----------------------------*/

@media only screen and (max-width: 1200px){}

@media only screen and (max-width:960px) {}

@media only screen and (max-width:720px) {
}

@media only screen and (max-width:500px) {
    .show-desktop {display: none}
    .show-mobile {display: block}
}

@media only screen and (max-width:320px) {}

media only screen and (max-width:960px) {
    
}
