/*
CSS for FINE PRINT [ver. 2]
Hand-coded by Ainna (https://northstar.nu & https://minty.nu) (c) 2020
Background pattern from Toptal Subtle Patterns

BTS is managed by BigHit Entertainment.
No copyright infringement intended.

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



*/

































































/*

                         -------------------------------
                         |          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: #070513; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #070513; 
}

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

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: 18px/140% 'Bellota Text', Sans-Serif;
    background: #070513 url('twill.jpg') repeat top left;
    color:#9ab0c3;
    height: 100%;
    overflow-x: hidden;
    text-align:justify;
}

a, a:active, a:visited {
    text-decoration: none;
}

#text a, #text a:visited, #text a:active {
    color:#41877c;
}

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

b, strong, label {
    color: #89957a;
}


del, strike {
    color:#ccc;
}

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

.corners, .welcome, .bq, .exits, .layout {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, .domains {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
}

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

img:hover {
  
}

img.border {
    /*-moz-box-shadow: 10px #eee;
    -webkit-box-shadow: 10px #eee;
    box-shadow: 10px #eee;*/
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.credit, #footer, h1 {
    text-transform: uppercase;
}

.credit {
    color: #777;
    text-align: center;
    font: 0.6em/100% 'Bellota Text', Verdana, Sans-serif;
    letter-spacing: 1px;
}


.av {
   /* width:100px;
    height:100px;
    background-color: aliceblue;*/
	outline: 30px auto #330f28;
    /*background-color: #75b8ae;
	outline: 16px double white;
	outline-offset: -10px;*/
	padding: 5px;
	margin: 20px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
    vertical-align: middle;
}

.100 {
    width: 100px;
    height: 100px;
}

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;
}


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;
}


.left {
    float: left;
    margin-right: 20px;
}

.right {
    float: right;
    margin-left: 20px;
}


.center, .welcome, .bq, blockquote, h1, h2, .credit, #nav {
    text-align:center;
    margin:0 auto;
}


#place {
    margin: 0 auto;
    height: 100%;
    width: 1040px;
    /*margin-bottom: -300px;*/
}

#art {
    background: url('alexarmanto.jpg') no-repeat;
    width: 1040px;
    height: 531px;
    padding: 0;
    margin: 0;
}


.domains, .title {
    color: #eeefc2;
    font: 30px/100% 'Raleway Dots';
    position: absolute;
    z-index: 4;
}


.domains {
    text-transform: lowercase;
    text-align: right;
    border-right: solid 10px #330f28;
    padding-right: 15px;
    margin-left: 150px;
    margin-top: 450px;
}

.title {
    font-size: 72px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 300px;
    margin-top: 420px;
}

.domains a, .title a, .domains a:visited, .title a:visited {
    text-decoration: none;
    color: #e8e8ca;
}

.domains a:hover, .title a:hover {
    color: #fff;
    text-shadow: 1px 1px 2px #ccc, 0 0 25px #ffffcc, 0 0 5px #ccc;
    transition: 0.3s;
}


#text {
  margin: 20px 0 -600px 150px;
  width: 70%;
  z-index:2;
  padding: 10px;
  text-shadow: 2px 2px #000;
}

#text p {
    /*border-bottom: 3px dashed rgba(186, 155, 191, 0.65);*/
    /*background: url('linebg.jpg') top repeat-y;*/
}

.welcome, .bq, blockquote {
    width: 80%;
    background: rgba(4, 3, 12);
    padding: 20px;
}

.bq, blockquote {
    width: 90%;
    font: 0.8em/120% 'Bellota Text';
    text-align: justify;
}



#tou, #privacy, #disclaimers, #resources {
    margin-top: 3em;
}

ul li {
    list-style-type: none;
    padding: 5px 0px 2px 25px;
    background: url(arrow.gif) no-repeat 0 12px;
    /*font: 15px/130% 'Bellota Text', verdana, sans-serif;*/
    margin-left: -50px;
}

ol {
    list-style-type: lower-alpha;
}

ol li {
    padding: 5px 0px 2px 15px;
    margin-left: 20px;
}

ol, ul li {
    margin: 0 auto;
    width: 80%;
}


h1, h2 {
    margin-bottom: -10px;
    font: 32px/100% 'Bellota Text', Sans-Serif;
    color: #753056;
    /*text-align: right;*/
    letter-spacing: 5px;
}

h2 {
    font-size: 28px;
}



#footer {
    width: 80%;
    font: 0.6rem/120% 'Bellota Text', Sans-Serif;
    color: #627f7b;
    z-index: 3;
    padding-top: 5px;
    margin-bottom:80px;
    text-align: center;
    margin: 0 auto;
}

#nav {
  height: 30px;
  width: 100%;
  background: #0c0e29;
  position: fixed;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
  padding: 15px;
  font: 1.3rem/120% 'Bellota Text', Sans-Serif;
  text-transform: uppercase;
}

#nav a, #nav a:visited {
    color: #4e8685;
}

#nav a:hover {
    color: #6d9c9b;
    border-bottom: 2px solid  #3d6f3f;
}
