@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Quattrocento:700');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #19052e;
    color: #FFF;
    font-family: 'Averia Serif Libre', sans-serif;
}

body.switched {
    transition: color 0.6s, background-color 0.6s;
}

h1,
h2 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}


.header {
    padding-top: 3em;
    padding-bottom: 3em;
}

main {
    /*background-color: #fff;*/
    margin: 30px auto;
    width: 100%;
    max-width: 450px;
    padding: 12px 35px;
    /*box-shadow: 2px 2px 10px #c1c1c1;*/
    border: 1px solid #efb718;
}

#oracleSees {
    margin: 20px auto 0;
    text-align: justify;
}

#oracleSees h1 {
    font-size: 1.6rem;
    text-align: center;
}

#oracleSees #typeHeadline {
    font-size: 2.4rem;
    font-style: italic;
    padding: 5px 0;
    color: #efb718;
    text-align: center;
}

#oracleSees #typeDescription {
    padding: 6px 0;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 1px;
}

.oracleSpeaks:after,
#oracleSpeaks:before {
    content: "";
    display: block;
    background-image: url(../../img/small_doors_hr_y.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 67px;
    height: 34px;
    margin: 7px auto;
}

#oracleSpeaks {
    margin: auto;
    padding: 15px 0 0;
    text-align: center;
}

#oracleSpeaks h2 {
    font-size: 1.35rem;
    line-height: 1.5rem;
    font-weight: 600;
}

p {
    font-size: 1.1rem;
    line-height: 1.4em;
    padding-bottom: 15px;
    font-weight: 300;
}

.prediction {
    text-align: right;
    padding: 20px 20%  0 0;
}

.prediction p {
    padding-bottom: 5px;
}

p#council {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 10pxs;
}

p#council:before,
p#council:after{
    content: "";
    display: block;
    background-image: url(../../img/astro_divider2.svg);    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 290px;
    height: 43px;
    margin: 10px auto;
}
footer p {
    font-size: .85rem;
    color: #8d7c9d;
    line-height: 1rem;
    font-weight: 400;
}

a {
    transition: color 0.6s;
    text-decoration: none;
    font-weight: 500;
    color: #ffd;
}

.insta {
    color: #efb718;
}

a:hover {
    color: #efb718bb;
    transition: color 0.1s;
}



.logo {
    margin: 20px auto 0;
    width: 150px;
    text-align: center;
}

.logo img {
    margin: 0 auto;
    max-width: 50px;
    height: auto;
}

.powers {
    font-size: 1.3rem;
    font-weight: 600;
}

.powers span {
    font-size: 1.1rem;
    font-weight: 300;
}

footer {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

footer:after {
    content: "";
    display: block;
    background-image: url(../img/QR_code_w.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    margin: 50px auto 0;
}


@media screen and (max-width: 576px) {
    p#council {
        font-size: 1.2rem;
        line-height: 1.1em;
    }

    p {
        font-size: 1rem;
        line-height: 1.1em;
    }

    main {
        max-width: 85%;
        box-shadow: none;
        padding: 20px;
    }
}