@font-face {
    font-family: 'Raleway';
    src: url('/static/fonts/Raleway-Regular.eot');
    src: local('Raleway'), local('Raleway-Regular'),
        url('/static/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Raleway-Regular.woff2') format('woff2'),
        url('/static/fonts/Raleway-Regular.woff') format('woff'),
        url('/static/fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('/static/fonts/Raleway-Bold.eot');
    src: local('Raleway Bold'), local('Raleway-Bold'),
        url('/static/fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Raleway-Bold.woff2') format('woff2'),
        url('/static/fonts/Raleway-Bold.woff') format('woff'),
        url('/static/fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('/static/fonts/Raleway-Italic.eot');
    src: local('Raleway Italic'), local('Raleway-Italic'),
        url('/static/fonts/Raleway-Italic.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Raleway-Italic.woff2') format('woff2'),
        url('/static/fonts/Raleway-Italic.woff') format('woff'),
        url('/static/fonts/Raleway-Italic.svg#Raleway-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


body {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    align-items: center;
    font-family: 'Raleway';
    color: white;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.4em;
    background-image: url(/static/ass/red-flames.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

a:visited {
    color: white;
}

a:hover, a:active {
    color: #e20613 !important;
}

a:link {
    color: white;
    text-decoration: underline solid #e20613;
    -webkit-text-decoration: underline solid #e20613;
}

p {
    text-align: left;
    text-justify: inter-word;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top:solid 1px #e20613;
    margin: 1em 0;
    padding: 0;
}

h1, h2, h3, h4 {
    text-align: left;
    padding: 8px 20px 8px 60px;
    transform: rotate(-2deg);
    font-family: 'Raleway';
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background-color:#e20613;
    background-image: url(/static/ass/bullet_flame_white.png);
    background-size: 3.4%;
    background-position: 18px 50%;
    background-repeat: no-repeat;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

h1 {
    font-size: 2.5em;
}

h2, h3, h4, h5 {
    font-size: 2em;
}

header {
    display: block;
    max-width: 1440px;
    min-width: 320px;
    padding-top:20px;
    position: relative;
}

header > a > img {
    width: 40%;
    position: relative;
    padding: 0 24% 0 24%;
    top: 0.46em;
    z-index: 0;
}

header > div.social {
    position: absolute;
    display: flex;
    height:22%;
    z-index: 10000;
    top:46%;
    left: 67%;
    background-repeat:no-repeat;
    background-size: contain;
}

header > a.social > img {
    height:46px;
    width: 46px;
}

.red {
    color: red;
    font-size:18px;
}

main {
    padding-top:20px;
    max-width: 1440px;
    min-width: 320px;
    background: url(/static/ass/background-new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

section {
    margin: 0 21% 0 24.4%;
}

section > h1 {
    margin: 0px -11% 40px -11%;
}

section > h2, section > h3, section > h4, footer > h4 {
    margin: 10px -2% 40px -2%;
}

section div.three {
    display: flex;
    flex-flow: row nowrap;
}

section div.image img {
    flex-grow:1;
    flex-shrink: 1;
    object-fit: contain;
    height: auto;
}

section div.three img {
    max-width: 33%;
}

section div.two img {
    max-width: 49%;
}

section div.one img {
    max-width: 100%;
}

nav > ul {
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
    padding:0;
}

nav > ul > li {
    display: block;
}

nav span.social {
    position: relative;
    top:6px;
    display: inline-block;
}

nav span.social img {
    width: 26px;
    height: auto;
}


ul.bloglist {
    list-style-type: none;
/*    list-style-image: url(/static/ass/list-bullet-flame.png);*/
    line-height: 55px;
}

ul.bloglist li {
    font-size: 25px;
    position: relative;
    margin-left: 20px;
}

ul.bloglist li > a:before {
    content:"";
    height: 25px;
    width: 25px;
    position: absolute;
    display: block;
    top: 14px;
    left: -26px;
    background-image: url(/static/ass/list-bullet-flame.png);
    background-repeat: no-repeat;
    background-size: contain;
}

h4.more {
    margin-top:60px;
}

footer {
    padding-top:20px;
    margin: 0 21% 0 24%;
    display: block;
}

footer ul {
    display: flex;
    flex-flow: row wrap;
    margin: 40px 20px;
    padding:0;
    justify-content: space-around;
}

footer ul li {
    list-style-type: none;
    display: block;
    flex: 0 1 auto; /* Default */
    margin: 4px;
    display:flex;
    flex-flow: column nowrap;
    justify-content: center;
}

footer ul li a img {
    margin: auto;
}

.rich-text img {
    max-width: 100%;
    height: auto;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 600px) {
    body {
        color: white;
        overflow-x: hidden;
        -webkit-overflow-scrolling: auto;
        width: 99%;
        border: none;
    }
    header {
        width: 80%;
    }
    header > a > img {
        padding: 0;
        width: 70%;
    }
    header > div.social {
        left: 75%;
    }

    main {
        background-position: 50% 130%;
        background-size: contain 200%;
        padding-top: 20px;
        background-color: #232323;
        margin: 0px 10px 10px 10px;
        background-image: none;
        border: solid 2px #be0014;
        width: 95%;
    }
    ul.bloglist {
        padding-top:20px;
    }
    ul.bloglist li {
        font-size: 20px;
        line-height: 34px;
    }
    ul.bloglist li a:before {
        top:5px;
    }
    section, footer {
        margin: 0 30px;
    }
    section > h1, section > h2, section > h3, section > h4, footer > h4 {
        margin: 0 -12%;
        font-size: 20px;
    }
}
