
/*

CSS for FLAVOURS: The 2024 T(A)FL Layout Marathon
HTML and CSS Hand-coded by Ainna (c) 2024

Image use is guided by the Fair Use Clause.
    https://fairuse.stanford.edu/overview/fair-use/what-is-fair-use/

This is a non-profit, fan-based site.
No copyright infringment is intended.

*/




























































































/*

                         -------------------------------
                         |          L E A R N          |         
                         |                             |
                         |           F R O M           |
                         |                             |
                         |           Y O U R           |
                         |                             |
                         |            O W N            |        
                         |                             |
                         |       S O U R C E S !       |    
                         -------------------------------

I put together a LOT of tutorials in the web to come up with this final design.
Copying+pasting my CSS is absolutely NOT okay. 

*/















































@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Quicksand:wght@300..700&family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Marck+Script&display=swap');

body {
    margin: 0px;
    padding: 0px;
    background: #ebf6ee url('sushipat400.jpg') repeat top left;
    font: 1.3rem/160% 'Quicksand', Verdana, Helvetica, Sans-Serif;
    color:#082e23;
    height: 100%;
}

a, a:visited, a:active {
    color: #438f63;
    text-decoration: none;
    border-bottom: 1px dotted #91beab;
}

a:hover {
    color: #877b51;
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

b, strong {
    color: #bf8d8b;
}

em, i {
    color:#b4916e;
}

h1 {
    font: 3rem/100% 'Marck Script', Garamond, Serif;
    color: #c1d08f;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: -0.3rem;
    text-shadow: 5px 5px 10px #fff;
}

.center {
    text-align:center;
}

#center {
    margin: 0 auto;
}

.rounded, input, textarea, select, fieldset, #words, .bar {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.stats {
    margin: 0 auto;
    padding: 20px;
    color: #777;
    background: #f9f6f0;
    text-align: center;
    text-transform: uppercase;
    font: 0.7rem/120% 'Quicksand', Verdana, Sans-serif;
    letter-spacing: 1px;
}

.opacity, #kindle .sub {
    filter:Alpha(opacity=45);
    -moz-opacity:0.45;
    opacity:0.45;
    border:none;
}


fieldset {
    border:0px;
    margin:auto;
}

input, textarea, select, button {
    border:0;
	border-bottom: 1px solid #1B2F4F;
	font: 16px/100% 'Quicksand', Sans-serif;
	/*background: rgba(160, 211, 212, 0.3);*/
	padding: 5px;
	padding: 10px;
	width: 400px;
}

textarea {
overflow-x: hidden;
overflow-y: hidden;
width: 400px;
height: 200px;
}

::placeholder {
  color: #244f3b;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #244f3b;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #244f3b;
}

.form-control, .form-group {
    font: 16px/100% 'Quicksand', Sans-serif;
    color: #244f3b;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    width: 85%;
}

.row {
}

#success_message, #error_message {
    font-size: 20px;
    margin: 0 auto;
    background: rgba(213, 232, 202, 0.4);
    padding: 20px;
    width: 65%;
    height: 100%;
    display: none;
    text-align: center;
}

.clearfix {
	clear: both;
}
table {
    margin: 0 auto;
}

td, th {
	padding:5px;
	text-align: center;
}

th {
    text-transform: uppercase;
    color: #244f3b;
}

.accent, del {
    color: #aaa;
}

#tupperware {
    margin: 0 auto;
    width: 905px;
    padding: 30px;
}

#kindle {
    color: #59b280;
    font: 12rem/100% 'Parisienne', cursive;
    text-align: center;
    width: 806px;
    height: 200px;
    margin: 0 auto;
}

#kindle .title {
    text-shadow: 5px 5px 2px rgba(122,192,144,0.4);
    margin-top: 1rem;
}

#kindle .sub {
    margin-top: -2rem;
    font: 1.8rem/100% 'Quicksand', Sans-serif;
    color: coral;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#words {
  width: 905px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.65);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='28' ry='28' stroke='coral' stroke-width='4' stroke-dasharray='18%2c 16' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 28px;
}

#text {
    margin: 0 auto;
    padding: 20px;
    text-align: justify;
    width: 75%;
}

#menu {
    text-transform: uppercase;
    font: 1.2rem/130% 'Quicksand', Helvetica, Sans-serif;
    padding-top: 20px;
}

#menu a, #menu a:active, #menu a:visited {
  box-shadow: inset 0 0 0 0 #fff;
  color: #aebdb3;
  transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
  border-bottom: 0px;
}

#menu a:hover {
  /*box-shadow: inset 80px 0 0 0 #476545;*/
  color: #c1d3c7;
}


.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav li {
  display: inline;
}

.nav li a {
  display: inline-block;
  color: #ecd5ba;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  letter-spacing: 2px;
}

#text ol {
    list-style: none; counter-reset: li
}

#text li {
    color: #244f3b;
    width: 85%;
    margin: 0 auto;
    padding-top: 20px;
    font: 1.2rem/130% 'Quicksand', Helvetica, Sans-serif;
    counter-increment: li;
} 

#text li::before {
    content: counter(li) ".";
    color: #a35287;
    display: inline-block; 
    width: 1em;
    margin-left: -1em
}


.highlight {
    background: #fff;
}


.joinform {
    margin: 0 auto;
    text-align: center;
}


.bar {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    width: 70%;
    font: 1rem/130% 'Quicksand', Helvetica, Sans-serif;
}


#footer {
    margin-top: 7rem;
    padding-bottom: 2rem;
}

#footer a, #footer a:active, #footer a:hover {
    color: #a29a7c;
}

.enthver, .stat {
    font: 0.5rem/100% 'Quicksand', Verdana, Sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}