/*
CSS for Delicately Soothing: The Pastel Colours Fanlisting [ver. 5]
Hand-coded by Ainna (https://romanced.net / https://love.suga.nu) (c) 2019-2025

Featuring photography by Jill Wellington (http://pixabay.com/users/JillWellington), used under the Pixabay Free License

Background pattern by Subtle Patterns (https://www.toptal.com/designers/subtlepatterns/)

BACKGROUND FOR MEMBERS:
<img src="https://img.icons8.com/office/16/000000/easter-egg.png" alt="Icon by Icons8.com" /> 

*/


































































/*

                         -------------------------------
                         |          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. 

*/













































/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e6eced; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e4ecf8; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c8dee9; 
}

html, body {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

body {
    margin: 0px;
    padding: 0px;
    font: 20px/140% 'Raleway', 'Century Gothic', Sans-Serif;
    background: #e9f8ec url('macaronbg.jpg') repeat top left;
    color:#555;
    height: 100%;
    overflow-x: hidden;
}

a, a:visited, a:active  {
    color:#d2a0a9;
    text-decoration: none;
    border-bottom: 1px dotted #b3ddf6;
    cursor: pointer;
}

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

b, strong, label {
    color: #8bc2bb;
}


del, strike {
    color:#89957a;
}

hr {
width: 75%;
border: 0;
height: 3px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #85b3c9, rgba(0, 0, 0, 0));
}

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

input, textarea, select, input[type=submit], input[type=reset] {
    font: 14px/100% 'Raleway', Verdana, Tahoma, sans-serif;
    border:1px solid #89957a;
	background: inherit;
	padding: 10px;
}

.enthver {
    font: 10px/100% 'Raleway', Verdana, Tahoma, sans-serif;
    text-transform: uppercase;
}

input[type=submit], input[type=reset] {
    width: 20%;
    text-transform: uppercase;
}

input[type=text], textarea, select {
    width: 68%;
}

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


.corners, input, textarea, select, button, .bq {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, input, textarea, select, th {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    opacity: 0.65;
}

.shadow {
    -moz-box-shadow: 10px 8px #dcd9c8;
    -webkit-box-shadow: 10px 8px #dcd9c8;
    box-shadow: 10px 8px #dcd9c8;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

img.border {
    -moz-box-shadow: 10px #eee;
    -webkit-box-shadow: 10px #eee;
    box-shadow: 10px #eee;
}


img.bw {
    filter:Alpha(opacity=90);
    -moz-opacity:0.90;
    opacity:0.90;
    border:none;
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
}

img.bw:hover {
    filter:Alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
    border:none;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: .5s ease;
}

.bq, blockquote {
    width: 75%;
    background: rgba(250, 207, 217, 0.2);
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

.stat {
    color: #777;
    font: 0.7rem/130% Verdana, Sans-serif;
    text-align: center;
    letter-spacing: 1px;
}


.nbsp {
    margin-right: 3px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


img.trans {
    filter:Alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
    border:none;
}

img.trans:hover {
    filter:Alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
    border:none;
    transition: .5s ease;
}

table {
    margin: 0 auto;
	border-collapse:collapse;
    background: inherit;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -khtml-border-radius: 10px; 
}

td, th {
	padding:10px;
	padding-left: 20%;
	text-align: justify;
}

th {
	background: rgba(245, 249, 252, 0.7);
    text-transform: uppercase;
    
}

td {
    border-bottom: 1px dashed #bbb;
    
}

tr:hover {
 background: rgba(245, 249, 252, 0.4);
}

.odd {
    background: #a0d3d4;
}

.clearfix {
	clear: both;
}



#gray {
    margin: 0 auto;
    height: 100%;
    width: 818px;
}


#menu {
}


#nsnu {
  width: 818px;
  background: #fff;
}

.adjust {
    margin-top: -20px;
}

#vers {
    margin: 0 auto;    
    background: url('macaronmint.jpg') no-repeat;
    width: 818px;
    height: 590px;
}


/* Style the tab */
.tab {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  width: 818px;
  z-index: 10;
}

/* Style the buttons inside the tab */
.tab button, .tabmenu {
  text-transform: uppercase;
  font: 24px/150% 'Raleway', 'Century Gothic', Sans-Serif;
  color: #67b3e4;
  text-transform: lowercase;
  letter-spacing: 1px;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 10px;
  padding: 10px;
  transition: 0.5s;
  background: rgba(233,248,236, 0.5);
}

.tabmenu a, .tabmenu a:active, .tabmenu a:visited {
    color: #67b3e4;
}

/* Change background color of buttons on hover */
.tab button:hover, .tabmenu a:hover {
  background: rgba(233,248,236, 0.9);
  /*color: #86b4b6;*/
  transition: 0.3s;
}


/* Style the tab content */
.tabcontent {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: none;
  border-top: none;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}

.splash {
    margin-left: 0 auto;
    text-align: right;
}

.center {
    text-align:center;
}


.justify {
    text-align:left;
}


.quote {
    font: italic 40px/100% 'Unica One', 'Vollkorn', Georgia, Serif;
    color: #725453;
}

#flnav ul, #flnav ol {
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#members {
    margin:0 auto;
    width: 80%;
}

#members ul li {
    list-style: none;
    border-bottom: 1px dotted #555;
    line-height: 80%;
    margin-bottom: 10px;
    padding-top: 15px;
}


.owner {
    font-size: 110%;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.country, .collective {
    font-size: 80%;
    font-style: italic;
    letter-spacing: 1px;
    margin-left: 10px;
}


.tabcontent {
  animation: fadeEffect 0.7s;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

h1, h2 {
    font: 1.5em/100% 'Raleway', Garamond, Serif;
    text-transform: uppercase;
    color: #e0b999;
    text-align: center;
    letter-spacing: 1px;
}

h2 {
    font-size: 20px;
    color: #d6cbda;
}


#nsnu ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#nsnu ul li {
    padding: 5px 0px 2px 25px;
    background: url(arrow.gif) no-repeat 0 10px;
    text-align: left;
}

#footer {
    width: 100%;
    text-align:center;
    font: 0.7em/100% 'Raleway', Verdana, Sans-Serif;
    color: #627f7b;
    z-index: 3;
    margin:0 auto;
    margin-top: -7px;
    padding-bottom: 20px;
    
}




