@charset "utf-8";

@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

* {
    box-sizing: border-box;
    outline: none;
    border: none;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-size: 62.5%;
    color: #333;
    font-family: 'Lato', sans-serif;
}

section,
header,
footer,
article,
main,
div,
figure,
figcaption {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

::selection {
    background-color: #F00;
    color: #FFF;
}

.id-intro ::selection {
    color: #F00;
    background-color: #FFF;
}

/* TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
}

h1,h2 {
    font-size: 4em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 3em;
    margin-bottom: 0.66666em;
}

h4 {
    font-size: 2.4em;
    margin-bottom: 0.833em;
}

h5,h6 {
    font-size: 2em;
    margin-bottom: 1em;
}

p {
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

/* COLUMNS */

.leftcol > * {
    max-width: 800px;
}

.rightcol {
    margin-top: 4em;
}

@media all and ( min-width: 720px ){

    .leftcol {
        width: 70%;
        float: left;
    }

    .rightcol {
        width: 30%;
        float: right;
        padding-left: 4em;
        margin: 0;
    }

}

/* BACKGROUND IMAGE */

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('../images/bg-main.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}

/* HEADER */

.id-header {
    height: 100vh;
    width: 100%;
    position: relative;
}

.id-header::after {
    content: '';
    height: 25vh;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0) 100%);
    z-index: -1;
}

.id-header h1 {
    background-color: #FFF;
    padding: 2em 4em;
    margin: 0;
    display: block;
    overflow: hidden;
    font-size: 1em;
}

.id-header h1 span {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.id-header h1::before {
    content: '';
    display: block;
    overflow: hidden;
    height: 34px;
    width: 146px;
    background-image: url('../images/logo-talksocialism.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.id-header h2 {
    position: absolute;
    bottom: 1em;
    left: 1em;
    color: #FFF;
    font-size: 4em;
    margin: 0;
    white-space: nowrap;
}

.btn-facebook {
    display: block;
    overflow: hidden;
    font-size: 2em;
    padding: 1em 4em 1em 1em;
    background-color: #F00;
    color: yellow;
    border: 1px solid yellow;
    position: relative;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.btn-facebook::before {
    content: '\f230';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 2em;
    color: yellow;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    transition: color 0.25s ease-out;
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
    background-color: yellow;
    color: #f00;
}

.btn-facebook:hover::before,
.btn-facebook:active::before,
.btn-facebook:focus::before {
    color: #F00;
}

@media all and ( min-width: 640px ){

    .id-header h2 {
        bottom: 0.5em;
        left: 0.5em;
        font-size: 8em;
    }

}

/* INTRO */

.id-intro {
    background-color: #F00;
    padding: 8em 4em;
}

.id-intro h2 {
    margin: 0 0 0.66666em 0;
    color: yellow;
}

.id-intro p {
    max-width: 800px;
    color: #FFF;
}

.id-intro p:last-child {
    font-size: 3em;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0;
    color: yellow;
}

/* BUY */

.id-buy {
    background-color: #EEE;
    padding: 8em 4em;
}

.id-buy .rightcol::before {
    content: '';
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom:  100%;
    background-image: url('../images/img-book.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 2em;
}

.id-buy h2 {
    margin-top: 0;
}

blockquote {
    font-size: 1em;
    padding: 2em 8em 2em 2em;
    background-color: #F00;
    margin: 0;
    position: relative;
}

blockquote::after {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 4em;
    color: yellow;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

blockquote > * {
    color: #FFF;
}

blockquote p {
    font-size: 2em;
    line-height: 1.2em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

blockquote cite {
    font-size: 1.6em;
    line-height: 1.25em;
    display: block;
    margin: 0.625em 0 0 0;
}

.rightcol blockquote {
    margin-top: 2em;
}

.rightcol blockquote:first-child {
    margin-top: 0;
}

.id-questions,
.id-questions li {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.id-questions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.id-questions li {
    background-color: #CCC;
    color: #F00;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2em;
    padding: 1em;
    margin-top: 1em;
    width: calc( 50% - 0.5em );
    border-left: 5px solid #F00;
}

.id-questions li:nth-child( -n + 2 ) {
    margin-top: 0;
}

/* BUTTONS */

.buttons {
    margin-top: 4em;
    display: flex;
    max-width: 800px;
    justify-content: space-between;
}

.btn-newsfromnowhere,
.btn-amazon {
    display: block;
    overflow: hidden;
    font-size: 2em;
    padding: 1em 4em 1em 1em;
    background-color: transparent;
    color: #F00;
    border: 1px solid #F00;
    position: relative;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    width: calc( 50% - 0.5em );
    min-height: 4em;
}

.btn-newsfromnowhere {
    float: left;
    background-color: #F00;
    color: yellow;
}

.btn-amazon {
    float: right;
}

.btn-newsfromnowhere::before,
.btn-amazon::before {
    content: '\f02d';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 2em;
    color: yellow;
    position: absolute;
    top: 0.4em;
    right: 0.5em;
    transition: color 0.25s ease-out, border-color 0.25s ease-out;
}

.btn-amazon::before {
    content: '\f270';
    color: #F00;
}

.btn-newsfromnowhere:hover,
.btn-newsfromnowhere:active,
.btn-newsfromnowhere:focus,
.btn-amazon:hover,
.btn-amazon:active,
.btn-amazon:focus {
    background-color: yellow;
    color: #f00;
    border-color: yellow;
}

.btn-newsfromnowhere:hover::before,
.btn-newsfromnowhere:active::before,
.btn-newsfromnowhere:focus::before,
.btn-amazon:hover::before,
.btn-amazon:active::before,
.btn-amazon:focus::before {
    color: #F00;
}



/* FOOTER */

.id-footer {
    background-color: #FFF;
    padding: 4em;
}

.id-footer p {
    padding: 0;
    margin: 0;
    font-size: 1.6em;
    line-height: 1.25em;
}