/*
Theme Name: Aniello Frasca
Text Domain: aniellofrasca
Author: Aniello Frasca
Author URI: https://iniello.ch/
Description: A fancy graphic design portfolio for Aniello Frasca
Version: 1.0
*/

/*! reseter*/
body,
html {
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style-type: none;
}

img {
    height: auto;
}



/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*! Setup de base*/
body {
    font-family: 'Be Vietnam Pro', sans-serif, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: rgba(5, 5, 5, 0.837);
    margin-bottom: 20px;
}

ol,
ul {
    color: #ccc;
    margin-bottom: 20px;
}

h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

h6 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.img-res {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 15px;
    }

}

a {
    text-decoration: none;
    color: #ccc
}

a:hover {
    color: rgb(0, 0, 0, 1);
}

.row {
    display: flex;
}

@media (max-width: 990px) {
    .row {
        display: inline-block;
    }
}

/* bodre guidelines */

.header,
.footer {
    margin: 10px;
    padding: 20px;
}

.container,
article {
    margin: 10px;
    padding: 0 20px;

}

article,
a {
    padding: 0;
}

.siteweb {
    padding: 0;
    text-decoration: underline;
    color: rgb(86, 86, 86, 1);
}

/* ! Header */
.header {
    display: flex;
    justify-content: space-between;
    background-color: #fdfdfd;
}

.menu,
ul {
    margin-bottom: 0;
}

.menu,
li {
    display: inline-block;
}

.menu,
li,
a {
    padding: 10px;
    display: inline-block;
}

.logo {
    display: inline-block;
    color: rgb(0, 0, 0, 1);
    font-size: xx-large;
    margin-left: 20px;

}

@media (max-width: 767px) {
    .logo {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .header {
        display: block;
    }

    .menu,
    ul {
        overflow-x: auto;
        white-space: nowrap;
    }

    .menu-item,
    li {
        overflow-x: auto;
        white-space: nowrap;
    }
}

.wp-block-file__button.btn {
    background: #202020;
    border-radius: 5px;
}

/* ! footer */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer p {
    color: #ccc;
    margin: 0px;
}