html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ''; clear: both; height: 0; }

html { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

*, *:before, *:after {box-sizing: inherit}

.sr-only { 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;}

/* Small screen display css code parameters begin here */

@media screen and  (max-width: 600px) {

    /* Add some padding on document's body to prevent the content
    to go underneath the header and footer */
body {
    min-height: 100vh;
    background:#000000;
    color: #fcf5e3;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 100px;
    width: 100%;
    justify-content: center;
}

}

main {
display: flex;
flex-direction: column;
align-items: center;
}

header {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding-top: 100px;
    align-items: center;
    justify-content: center;
    }

    /* [ON SMALL SCREENS] */
@media screen and (max-width: 768px){
    /* (A) BREAK INTO VERTICAL MENU */
#hamitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
    background-color: #fcf5e3;
}
    /* (B) SHOW HAMBURGER ICON */
#hamnav label { 
    position: sticky;
    top: 0;
    display: inline-block;
    color: #2E362F;
    background: #fcf5e3;
    font-style: normal;
    font-size: 1.2em;
    padding: 10px;
}

    /* (C) TOGGLE SHOW/HIDE MENU */
#hamitems { display: none; }
#hamnav input:checked ~ #hamitems { display: block; }
}

/* Narrative text parameters set here */


/*  a links act the same even when it is for .card a */

a:hover, .card a:hover {
  background-color: #173D0F;
  font-size: 18px;
}


.nar1 {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.nar2 {
    font-size: 16px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

    /* CSS code for header image positioning */
    .box {
        width: 100px;
        height: 100px;
        margin: 5px;
        object-position: center;
    }

    .box1 {
        top: 10px;
        left: 10px;
        z-index: 40;
    }

    .box2 {
        top: 30px;
        left: 30px;
        z-index: 10;
    }

/* Wrapper */
.wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.wrapper a:hover {
  background-color: transparent;
}

    .small  {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        background-size: 20px 20px;
        width: 50px;
    }

    .title-post {
        display: flex;
    }

    .flex-container {
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    p   {
        width:45%;
    }

    ul {
        padding: 0;
        margin: 0 auto;
        width: 30%;
        justify-content: space-between;
        display: flex;
            list-style: none;
    }

    li {
        list-style: none;

    }

    a {
        text-decoration: none;
        color: #ffffff;
    }

    h1 {
        font-size: 46px;

        padding-bottom: 100px;
    }

    h2 {
        font-size: 36px;
        display: flex;
        padding: 50px;
        margin: 0 auto;
    }

    h3 {
        font-size: 26px;
    }

article {
    background-color: #202521;
    align-content: center;
    font-size: 14px;
    margin: 0 auto;
    /* border: 2px solid #ffc000; */
    border-radius: 10px;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

    /* Contacts text parameters set here */
.tcon {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    margin: 0 auto;
    color: #000000;
    background: #fcf5e3;
    border: 10px;
    border-bottom-style: inset;
    border-color: #2E362F;
    border-radius: 10px;
    width: 95%;
    padding: 20px;
    border-top: 25px;
    border-bottom: 25px;
}

/* Gallery paramters set here */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vmin;
    overflow: hidden;
/*    transform: skew(-5deg); */
}

.card {
    flex: 1;
    height: 70vmin;
    position: relative;
}

.card__head {
    color: #000000;
    background: #fcf5e3;
    padding: 5px;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    min-width: 95%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    border-radius: 4px;
}

.menu .card:last-of-type img 
{width: 100%;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;}

.menu .card:first-of-type img {
padding-left: 4%;
}
.menu .card:first-of-type .card__head 
{left: calc(4% - 2px);}

.menu .card:first-of-type {
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;}

.menu .card:last-of-type {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;}


img {
    width: 95%;
    height: 100%;
    object-fit: cover;
}

&:not(:nth-child(5)) {
    margin-right: 1em;
}
}
}
    /* Form parameters set here */

    input[type=text], select {
        width: 100%;
        padding: 0;
        margin: 8px 0;
        display: inline-block;
        box-sizing: border-box;
    }

    input[type=submit] {
        width: 70px;
        background-color: #3D20EF;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
    }

    input[type=submit]:hover {
        background-color: #12075f;
    }


    /* Footer parameters set here */
.nav {display: flex;
align-items: center;
text-align: left;}

.nav ul a 
{padding: 10%;
border-radius: 4px;}

.nav .col:first-of-type {  }

.nav li {padding: 5%;}


.col {}


.footer {
padding-top: 25px;
align-items: center;
display: flex;
flex-direction: column;
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
width: 100vw;
}