/*/
 * ================================
 * Copyright by Aelyn <https://aelysia.net>
 *
 * This site is an ongoing work in progress, and its governing codes may
 * change as development continues. You're welcome to study, discuss, and
 * analyze this work, but copying, repurposing, or misrepresenting it as
 * your own is strictly prohibited.
 * ================================
/*/







/*/
 * ================================
 >>> FONTS
 * ================================
/*/

@import url("https://fonts.googleapis.com/css2?family=Quando&family=Paprika&family=Playfair+Display:ital@0;1&family=Ruge+Boogie&family=Libre+Baskerville:ital@0;1&family=Cormorant+Upright&display=swap");

@font-face {
  font-family: "Bromello";
  src: url("/assets/fonts/bromello.ttf") format("truetype");
}



/*/
 * ================================
 >>> GLOBALS
 * ================================
/*/

* {
  cursor: url('/assets/img/cur.cur'), auto;
}

body {
  background: url("/assets/img/bg_top.png") top center repeat-x, url("/assets/img/bg_foot.png") bottom center repeat-x, url("/assets/img/bg.png") top center repeat;
  padding: 0;
  margin: 0;
  color: #eee;
  font: normal 1rem "Quando", serif;
  text-shadow: 1px 1px #222;
  line-height: 30px;
}

b,
strong {
  font: bold 1.1rem "Paprika", system-ui;
  color: #ffaa98;
}

i {
  font: italic 1rem "Paprika", system-ui;
  color: #e9a595;
}

u {
  font: normal 1.6rem "Cormorant Upright", serif;
  color: #26a6c3;
  text-decoration: none;
  border-bottom: 2px dotted #26a6c3;
}

main {
  margin: 0 auto;
  padding: 0 20px;
  width: 1440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

header {
  height: 700px;
  width: 600px;
  background: url("/assets/img/banner.png") top left no-repeat;
  position: relative;
  float: left;
}

section {
  width: 800px;
  line-height: 30px;
  text-align: justify;
  margin: 50px 0 0 0;
  padding: 0;
  float: right;
}

hr {
  border: 0;
  height: 95px;
  width: 360px;
  background: url("/assets/img/hr.png") center no-repeat;
  margin: 20px auto;
}

h1 {
  font: normal 4rem "Bromello", serif;
  text-align: left;
  text-indent: 60px;
  display: block;
  margin: 0;
  color: #e9a595;
  text-shadow: 1px 1px #11262e;
  background: url('/assets/img/h1.png') top left no-repeat;
  height: 100px;
  width: 100%;
  line-height: 100px;
}

h2 {
  font: normal 5rem "Ruge Boogie", cursive;
  text-align: right;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  text-shadow: none;
  background: linear-gradient(#a7e5ea, #338aa7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px rgba(34, 34, 34, 1));
}

article {
	width: 700px;
        margin: 20px auto;
        }

ol {
	list-style-type: none;
	}

ul {
  list-style-image: url('/assets/img/list.png');
}

ol li {
	position: relative;
	margin-bottom: 20px;
	}

li p {
	padding-left: 60px;
	}

li span {
	position: absolute;
	font: italic 4em 'Playfair Display', sans-serif;
        color: #2a8cac;
	}









/*/
 * ================================
 >>> MEMBERS
 * ================================
/*/

.row {
  font-size: .75rem;
  display: inline-block;
  width: 250px;
  text-align: center;
  color: #ddd;
  padding: 10px;
  margin: 10px;
  border-bottom: 10px solid transparent;
  border-image: url('/assets/img/bg_row.png') round;
  border-image-slice: 10%;
  border-radius: 5px;
  background: #112229;
  line-height: 10px;
}

.row a {
   font-size: .8rem;
}

.row u {
	 font-size: 1.1rem;
         }


#pagination {
  font: italic 1.1rem "Libre Baskerville", serif;
  color: #26a6c3;
  display: block;
  text-align: right;
}




/*/
 * ================================
 >>> FORMS
 * ================================
/*/

input,
select,
option {
  font: normal 1rem "Quando", serif;
  background: #112229;
  border-left: 5px solid #ffc2bb;
  color: #eee;
  border-radius: 5px;
}

input:hover[type="text"],
input:hover[type="email"],
input:hover[type="url"],
input:hover[type="password"],
textarea:hover,
option:hover,
select:hover {
  border-left: 5px solid #193640;
}

textarea {
  font: normal 1rem "Quando", serif;
  word-spacing: 3px;
  background: #112229;
  border-left: 5px solid #ffc2bb;
  color: #eee;
  height: 150px;
  font-size: 10px;
  border-radius: 5px;
}

.form-inline label {
  color: #fff;
}




/*/
 * ================================
 >>> LINKS
 * ================================
/*/

a {
  text-decoration: none;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

a:link,
a:visited {
  font: normal 1.4rem 'Playfair Display', sans-serif;
  color: #26a6c3;
}

a:hover {
  text-decoration: none;
  color: #ff7f54;
}

a.text-link:link, a.text-link:visited {
        font: normal 1.2rem 'Playfair Display', sans-serif;
        color: #26a6c3;
        position: relative;
	text-decoration: none;
	overflow: hidden;
        }

a.text-link:link::after , a.text-link:visited::after {
        background: #fce3d5;
        color: #26a6c3;
        content: "";
        z-index: -1;
    	left: 15px;
    	bottom: 2px;
        position: absolute;
    	width: calc(100% - 10px);
    	height: calc(100% - 25px);
	transition: 0.2s cubic-bezier(0.2, 0.2, 0, 2);
        }

a.text-link:hover {
        color: #26a6c3;
        text-shadow: none;
        }

a.text-link:hover:after {
        left: 0;
    	bottom: -2px;
        width: 100%;
    	height: 100%;
        }







/*/
 * ================================
 >>> DECORATIONS
 * ================================
/*/

.deco-1 {
    shape-outside: polygon(20% 0, 100% 0, 100% 100%, 26% 100%, 23% 75%, 56% 67%, 41% 53%, 23% 37%, 1% 44%);
    background: url('/assets/img/deco-1.png') no-repeat center;
    width: 184px;
    height: 265px;
    float: right;
    margin: 0px;
    padding: 10px;
}

.deco-2 {
    shape-outside: polygon(47% 0, 75% 4%, 85% 19%, 78% 31%, 59% 42%, 85% 45%, 100% 56%, 92% 70%, 58% 77%, 29% 100%, 0 100%, 0 0);
    background: url('/assets/img/deco-2.png') no-repeat center;
    width: 148px;
    height: 196px;
    float: left;
    margin: 0px;
    padding: 10px;
}

.deco-3 {
    shape-outside: polygon(47% 0, 100% 0%, 100% 100%, 13% 100%, 9% 61%, 47% 46%, 32% 25%);
    background: url('/assets/img/deco-3.png') no-repeat center;
    width: 127px;
    height: 170px;
    float: right;
    margin: 0px;
    padding: 10px;
}





/*/
 * ================================
 >>> CLASS / ID
 * ================================
/*/

.sm,
.sm a {
  font-size: .9rem;
}

.sm i,
.sm u,
.sm b {
  font-size: 1rem;
}

.eg {
  font-size: 1rem;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.eg a.text-link {
  font-size: .9rem;
}

.code {
  font-size: .6rem;
  width: 90%;
  height: 100px;
  border: 0px;
}

.form-opt {
  font: italic 1rem "Quando", serif;
  text-align: center;
  margin: 30px auto;
  color: #445277;
  text-shadow: 1px 1px #fff;
  --r: 1.2em;
  border-block: .5em solid #0000;
  padding-inline: calc(var(--r) + .5em);
  width: fit-content;
  clip-path: polygon(
    0 .25em,
    var(--r) 50%,
    0 calc(100% - .25em),
    0 100%,
    100% 100%,
    100% calc(100% - .25em),
    calc(100% - var(--r)) 50%,
    100% .25em,
    100% 0,
    0 0
  );
  background:
    radial-gradient(.2em 50% at left, #fffa, #ffff) border-box,
    radial-gradient(.2em 50% at right, #fffa, #ffff) border-box,
    #fff padding-box;
}

.form-opt a {
 font-size: 1.1rem;
}

.btn {
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  text-shadow: none;
}

.btn-d {
  padding: 5px;
  background: #222;
  border-radius: 5px;
  text-shadow: none;
}

.info {
  font: normal .9rem "Quando", serif;
  width: 750px;
  margin: 50px auto;
  padding: 20px;
  color: #eee;
  display: none;
  text-align: justify;
  line-height: 20px;
  overflow: hidden;
}

.parent {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 20px;
}

.child {
  flex: 1;
  margin: 5px;
  text-align: center;
}






/*/
 * ================================
 >>> FOOTER
 * ================================
/*/

footer {
  background: url('/assets/img/footer.png') bottom center no-repeat;
  width: 1440px;
  height: 196px;
  grid-column: 1 / -1;
  bottom: 0;
  padding: 0;
  margin: 50px auto 0 auto;
  clear: both;
}

.link {
    display: block;
    text-align: left;
    padding: 90px 0px 0px 0px;
    width: 1300px;
}

a.short,
a.short:visited {
    font: bold .8rem "Paprika", system-ui;
    color: #eee;
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 25px;
    padding-top: 8px;
    text-shadow: 1px 1px #222;
    background: #112229;
    border-radius: 87% 13% 79% 21% / 15% 95% 5% 85%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}

a.short:hover {
    color: #112229;
    text-shadow: 1px 1px #eee;
    background: rgba(255, 255, 255, 1);
    transition: 500ms ease;
    transform: translateY(-5px);
}

small {
  font: normal .8rem "Quando", serif;
  color: #eee;
  background: #193640;
  border-radius: 5px;
  width: 1400px;
  text-align: center;
  text-shadow: 1px 1px #222;
  display: block;
  padding: 5px;
  margin: 10px auto;
}

small b {
  font: bold .8rem "Paprika", system-ui;
  color: #5a9fb2;
}

small a.cr {
  font: bold .9rem "Paprika", system-ui;
  color: #ffaa9a;
}

small a.cr:hover {
  color: #112229;
  background: none;
}






/*/
 * ================================
 >>> NAVIGATION
 * ================================
/*/

nav {
  width: 600px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.menu {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.menu__item {
  line-height: 1;
  position: relative;
  display: inline-block;
  outline: none;
  margin: 1em 10em;
}

.menu__item-name,
.menu__item-label {
  position: relative;
  display: inline-block;
}

.menu__item-name {
  font: italic 2em "Libre Baskerville", serif;
  text-transform: lowercase;
  text-shadow: none;
  transition: transform 0.3s;
  background: linear-gradient(90deg, #ffc2bb, #a7e5ea, #338aa7, #ffc2bb);
        background-size: 200% auto;
  	color: #fff;
  	background-clip: text;
  	-webkit-background-clip: text;
  	text-fill-color: transparent;
  	-webkit-text-fill-color: transparent;
  	animation: gradient-flow 4s linear infinite;
  	display: block;
        filter: drop-shadow(1px 1px rgba(34, 34, 34, 1));
}

@keyframes gradient-flow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.menu__item-label {
  font: normal 1.1rem "Quando", serif;
  margin: 0;
  text-indent: 50px;
}

.menu--nav {
  transition: transform 0.3s;
}

.menu--nav .menu__item {
  margin: .5em 0;
  padding-left: 0.25em;
}

.menu--nav .menu__item:hover .menu__item-name,
.menu--nav .menu__item:focus .menu__item-name {
  transform: translate3d(0.5em, 0, 0);
}

.menu--nav .menu__item::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 0.25em;
  color: #ffc2bb;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.3s;
  font: normal 3em "Libre Baskerville", serif;
}

.menu--nav .menu__item:hover::before,
.menu--nav .menu__item:focus::before {
  transform: scale3d(1, 1, 1);
}

.menu--nav .menu__item-label {
  display: block;
  margin: -10px 0 0 0;
  color: #eee;
}

@media screen and (max-width: 50em) {
  .menu--nav .menu__item-label {
    font-size: 0.85em;
  }
}