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;}

body {

    background: #000000;
    color: #f3f4f1;
    overflow-x: hidden;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    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;
}

/* 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: 36px;
    margin: 0 auto;
    padding: 85px;
}
.nar2 {
    font-size: 32px;
    margin: 0 auto;
    padding: 35px;
}

/* CSS code for header image positioning */
.box {
    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;
}


/* Use this for small sized images */
.small  {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    background-size: 20px 20px;
    width: 50px;
}

.title-post {
    justify-content: center;
    align-items: center;
    display: flex;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

p   {
    width:45%;
}

ul {

    list-style: none;
}

li {
    list-style: none;

}

a {
    text-decoration: none;
    color: #ffffff;
}

h1 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 100px;
}

h2 {
    font-size: 48px;
    display: flex;
    padding: 50px;
    margin: 0;
}

h3 {
    font-size: 38px;
}


/* Contacts text parameters set here */
.tcon {
    display: flex;
    background-size: cover;
    flex-direction: row;
    font-size: 18px;
    margin: 0 auto;
    color: #000000;
    background: #f9f1e1;
    border: 10px;
    /*border-bottom-style: inset;
    border-color: #2E362F;*/
    border-radius: 10px;
    width: 350px;
    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);
}


.menu {
    display: flex;
    transform: skew(-5deg);
    width: 90%;
}

.card {
    flex: 1;
    height: 80vmin;
    position: relative;
  background-color:#FCF5E3;
}

.card a {
font-size: 14px;

}


.card img {
width: 96%;
height: 100%;

}

.card__head {
    color: #000000;
    background: #FCF5E3;
    padding: 0px;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    margin-block: -15%;
    min-width: 95%;
    left: -2px;
    text-align: center;
    position: absolute;
    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: 90%;
    height: 100%;
    object-fit: cover;
}

/* Form parameters set here */

input[type=text], select {
    width: 90%;
    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;}

.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;
}