@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 {
    font-weight: lighter;
    background: #FFF;
    color: #000;
    font-family: 'Averia Serif Libre', sans-serif;
}

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

h1,
h2 {
    text-align: center;
    margin: 0;
    padding: 0;
}

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

h2 {
    font-size: 1rem;
    font-style: italic;
    font-family: sans-serif;
    font-weight: lighter;
    color: #000;
}

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

main {
    background-color: #fff;
    margin: 30px auto;
    width: 100%;
    max-width: 380px;
    padding: 15px 20px;
    /*box-shadow: 2px 2px 10px #c1c1c1;*/
    border: 1px solid black;
}

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

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

.prediction {
    text-align: right;
    padding-right: 20%;
}
.prediction p {
    padding-bottom: 5px;
}

p#council {
    font-size: 1.35rem;
    line-height: 1.5rem;
}

footer p {
    font-size: .85rem;
    color: #888;
    line-height: 1rem;
    font-weight: 400;
}

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

.insta {
    color: maroon;
}

a:hover {
    color: firebrick;
    transition: color 0.1s;
}


.oracleSpeaks:after {
    content: "";
    display: block;
    background-image: url(../img/porte.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 114px;
    height: 68px;
    margin: 10px auto 0;
}


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

.powers span{
    /*display: block;*/
}

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

footer:after {
    content: "";
    display: block;
    background-image: url(../img/QR_code.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin: 110px 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: 70%;
        box-shadow: none;
        padding: 20px;
    }
}