/*
Theme Name: Art of Fury
Theme URI:
Author: Fury Studios
Author URI: 
Description: Art of Fury custom theme made by Fury Studios. Note: not fully customized for blog posts and other wordpress features.
Requires at least: 6.0.3
Tested up to: 6.0.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: artoffury
Tags: 
*/

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
}

@media screen and (max-width: 375px) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}



/* Footer */

.menu {
    width: 100%;
}

.footer {
    height: 76px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #929292;
}

/* Main
 container */

.container {
    max-width: 1441px;
    min-height: 100%;
    height: 100%;
}
/* Grid */

.container .row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    max-width: 1441px;
}

.container .row .col {
    max-width: 900px;
    padding: 40px;
    margin: auto;
}

@media screen and (min-width: 360px) {
    .container .row {
        max-width: 95%;
        padding: 0 !important;
    }
}

@media screen and (min-width: 1440px) {
    .container .row {
        max-width: 1441px;
    }
}



a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #000000 !important;
    position: relative;
    cursor: pointer;
    font-style: bold !important;
    text-decoration: none !important;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 70%;
}


@media screen and (min-width: 1440px) {
    .col-sm img {
        min-width: 50%;
        max-width: 100%;
        padding: 10%;
    }
    .col-md img {
        min-width: 50%;
        max-width: 70%;
        padding: 10%;
    }
}

@media screen and (min-width: 360px) {
    .col-sm img {
        min-width: 50%;
        max-width: 70%;
        padding: 5%;
    }
    .col-md img {
        min-width: 50%;
        max-width: 70%;
        padding: 5%;
    }
}





/* ------------------------------------------------ */
/* ------------------------------------------------ */

/* Home page */

body.hof {
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
}

.aof_logo {
    height: 282px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

