@font-face {
    font-family: Gibson;
    src: url('https://www.neonredfeather.com/fonts/Gibson.ttf');
}

a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; } 

.img-container {
position: absolute;
vertical-align: middle;
text-align: center;
display: block;
width: 1000px;
}

body {
font-family: Tahoma, Geneva, sans-serif;
font-size: 16px;
font-weight: normal;
text-align: center;
word-wrap: break-word;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}

.about {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 950px;
min-width: 950px;
background-color: #c6c6c6;
min-height: 80vh;
margin: 0 auto;
margin-top: 50px;
align-items: center;
vertical-align: middle;
text-align: center;
padding: 15px 0px 15px 0px;
}

.info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 650px;
min-width: 650px;
background-color: #efefef;
padding: 50px 0px 50px 0px;
margin: 0 auto;
justify-content: center;
}

.desccolumn {
display: flex;
flex-direction: column;
margin: 0 auto;
align-items: center;
max-width: 50%;
}

.storyname {
font-size: 32px;
font-family: "courier-std",courier,monospace;
font-weight: bold;
margin: 20px;
}

.desc {
flex: 2;
vertical-align: middle;
text-align: center;
background-color: #efefef;
font-size: 16px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
word-wrap: break-word;
}

.storyicon {
flex: 1;
background-color: #efefef;
max-width: 200px;
margin: 0 auto;
}

header {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

nav {
height: 40px;
width: 100%;
float: left;
align-self: center;
background-color: #000000;
display: flex;
border-style: solid;
border-width: 1px 0px 1px 0px;
border-color: #ffffff;
}

nav a {
width: 100px;
height: 30px;
display: table-cell;
text-align: center;
margin: auto;
}

.headerimg {
height: 375px;
width: 100%;
background-color: #000000;
background-image: url("skaianetmap.png");
background-size: cover;
background-height: 100%;
background-position: 50% 37%;
}

.logo {
height: 106px;
width: 106px;
margin-top: -82px;
background-color: #transparent;
background-image: url("skaianet.jpg");
background-size: contain;
border-style: solid;
border-width: 4px;
border-radius: 3px;
border-color: #ffffff;
}

.title {
margin-top: 9px;
font-family: "Gibson",sans-serif,"Helvetica Neue",HelveticaNeue,Arial,sans-serif;
font-weight: bold;
font-size: 56px;
line-height: 1.2;
color: #444444;
}

.nav2 {
height: 20px;
width: 100%;
float: left;
padding: 25px 0px 25px 0px;
align-self: center;
background-color: transparent;
display: flex;
border-style: none;
font-family: sans-serif;
font-size: 12px;
color: #529ecc;
font-weight: bold;
text-align: center;
text-transform: uppercase;
align-items: center;
justify-content: center;
}

.nava2 {
height: auto;
width: auto;
display: inline-block;
color: #529ecc;
margin: 5px 15px 2px 15px;
padding-bottom: 3px;
border-bottom: 2px solid transparent;
}

.widebox {
float: left;
height: auto;
width: 100%;
box-sizing: border-box;
margin: 0px;
height: auto;
align-content: center;
text-align: left;
background-color: #transparent;
overflow-x: hidden;
}

.colorbox {
float: left;
height: auto;
width: 100%;
box-sizing: border-box;
margin: 0px;
height: auto;
align-content: center;
text-align: left;
background-color: #1f2138;
overflow-x: hidden; 
}

.chunk {
width: 90%;
max-width: 1000px;
max-height: 800px;
height: auto;
margin: 0 auto;
align: left;
vertical-align: middle;
background-color: #transparent;
display: flex;
text-align: center;
} 

.slide {
display: inline-block;
  height: 500px;
  max-width: min-content;
  width: auto;
white-space: nowrap;
  background-color: #1f2138;
  -webkit-transition: width .5s, height .5s, -webkit-transform .5s; /* Safari */
  transition: width .5s, height .5s, transform .5s;
  transform: skew(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  overflow: hidden;
  border-style: solid;
  border-width: 0px 2px 0px 2px;
  border-color: #89052d;
  }

.slideimage {
min-width: 100%;
min-height: 500px;
max-width: 705px;
align-items: center;
margin: 0;
background: #89052d;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}

.slideimagecontainer {
width: 100%;
height: 500px;
max-width: 500px;
transform: skew(10deg);
-ms-transform: skewX(10deg);
-webkit-transform: skewX(10deg);
display: inline-block;
vertical-align: bottom;
position: relative;
margin: auto;
}

.flex-container {
  display: table-cell;
  text-align: center;
  vertical-align: center;
  display: flex;
  width: 90%;
  flex-wrap: nowrap;
  background-color: #transparent;
  margin-left: 21px;
}

.flex-container > div {
  display: inline-block;
  background-color: #1f2138;
  margin: 0px 2px 0px 2px;
  text-align: center;
  vertical-align: center;
  line-height: 75px;
  font-size: 30px;
}

.maincontainer {
display: table;
width: 502px; 
max-width: 502px; 
font-family: sans-serif; 
font-size: 15px; 
padding: 0px; 
color: #444; 
line-height: 1.4; 
background-color: #ffffff; 
border: 1px solid rgba(0,0,0,.08); 
border-radius: 6px;
font-weight: normal; 
word-wrap: break-word; 
text-align: left; 
padding: 0 20px;
margin: 7px auto 23px auto;
}

.command { 
font-weight: 400; 
font-family: Tahoma, Arial, Sans, sans-serif; 
padding: 14px 0px; 
text-align: left; 
font-size: 36px;
}

.footercontainer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 502px; 
max-width: 502px; 
font-family: sans-serif; 
font-size: 15px; 
padding: 0px; 
color: #444; 
line-height: 1.4; 
background-color: #ffffff; 
border: 1px solid rgba(0,0,0,.08); 
border-radius: 6px;
font-weight: normal; 
word-wrap: break-word; 
text-align: left; 
padding: 30px 20px;
margin: 7px auto 23px auto;
margin-top: 20px;
align-items: center;
vertical-align: middle;
text-align: center;
}

#commentary {
display: table;
width: 502px; 
max-width: 502px; 
font-family: sans-serif; 
font-size: 15px; 
padding: 0px; 
color: #444; 
line-height: 1.4; 
background-color: #ffffff; 
border: 1px solid rgba(0,0,0,.08); 
border-radius: 6px;
font-weight: normal; 
word-wrap: break-word; 
text-align: left; 
padding: 30px 20px;
margin: 7px auto 23px auto;
margin-top: 20px;
display: none;
-webkit-transition: .4s;
transition: .4s;
opacity: 0;
}

#commentarybutton {
checked: true;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebebeb;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px;
}

.slidernode {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px;
}

.saveButton {
border: 1px solid #529ecc; 
border-radius: 6px; 
font-family: Arial; 
background-color: #ffffff; 
color: #529ecc; 
font-weight: bold; 
text-align: center;  
font-size: 15px; 
padding: 10px 20px; 
max-width: 150px;
cursor: pointer;
}

.saveButton:hover {
background-color: #d4e7f2;
}

.saveButton:active {
background-color: #a9cfe6;
}

.selectdiv {
min-width: 20px;
font-family: Arial;
text-align: left;  
font-size: 15px;
color: #529ecc;
font-weight: bold;
}

.nextlink {
border: 1px solid #529ecc; 
border-radius: 6px; 
font-family: Arial; 
background-color: #ffffff; 
color: #529ecc; 
font-weight: bold; 
text-align: center;  
font-size: 15px; 
padding: 10px 20px;
min-width: 120px; 
max-width: 120px;
margin: 0px 0px 30px 50px;
cursor: pointer;
}

.previouslink {
border: 1px solid #529ecc; 
border-radius: 6px; 
font-family: Arial; 
background-color: #ffffff; 
color: #529ecc; 
font-weight: bold; 
text-align: center;  
font-size: 15px; 
padding: 10px 20px;
min-width: 120px;
max-width: 120px;
margin: 0px 50px 30px 0px;
cursor: pointer;
}

.nextlink:hover {
background-color: #d4e7f2;
}

.nextlink:active {
background-color: #a9cfe6;
}

.previouslink:hover {
background-color: #d4e7f2;
}

.previouslink:active {
background-color: #a9cfe6;
}

.footerinfo {
display: flex;
justify-content: center;
flex-direction: row;
font-size: 15px;
color: #a7a7a7;
}

.footerinfo a {
margin: 0 5px;
color: #a7a7a7;
}

.cc_cp_container {
border: 1px solid rgba(0,0,0,.08);
border-radius: 6px;
background: #ffffff !important;
}

.cc_cp_head {
color: #000000 !important;
background: #ffffff !important;
}

.cc_cp_head p {
color: #000000 !important;
}

.cc_cp_head h2 {
color: #000000 !important;
}

.cc_cp_f_save button {
background: #ffffff !important;
color: #529ecc !important;
border-radius: 6px !important;
border: 1px solid #529ecc !important;
}

.cc_cp_f_save button:hover {
background-color: #d4e7f2 !important;
}

.cc_cp_f_save button:active {
background-color: #a9cfe6 !important;
}

.cc_cp_f_powered_by a {
color: #529ecc !important;
}

.cc_cp_f_powered_by {
color: #000000 !important;
}

.cc_cp_m_menu li a:focus {
box-shadow: none !important;
color: #000000 !important;
}

.cc_cp_m_menu {
color: #000000 !important;
}

.cc_cp_content {
-webkit-box-shadow: inset 0px -1px 0px 0px #ff0000 !important; 
box-shadow: inset 0px -1px 0px 0px #ff0000 !important;
color: #000000 !important;
}

.cc_cp_m_content {
background: #ffffff !important;
color: #000000 !important;
}

.cc_cp_m_menu li[active=true] a {
color: #000000 !important;
}

.cc_cp_content {
background: #ffffff !important;
}

.cc_cp_m_content_entry {
background: #ffffff !important;
min-height: 100% !important;
color: #000000 !important;
}

.cc_cp_footer {
background: #ffffff !important;
border-top: 1px solid #ffffff !important;
}

.cc_cp_m_menu {
color: #000000 !important;
background: #ffffff !important;
}

.cc_cp_m_menu li {
color: #000000 !important;
background: #ffffff !important;
border: none !important;
}

.cc_cp_m_menu li a {
color: #000000 !important;
}

.cc_cp_m_menu li[active=true] a {
background: #ffffff !important;
color: #529ecc !important;
border-top: 1px solid #529ecc !important;
border-right: 1px solid #529ecc !important;
border-bottom: 1px solid #529ecc !important;
border-radius: 0px 6px 6px 0px !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > ul > li[active=true] > a {
color: #529ecc !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > ul > li[active=true] > a:hover {
background-color: #d4e7f2 !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > div > div > p {
color: #000000 !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > div > div > h1 {
color: #000000 !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > ul > li {
background: #ffffff !important;
}

.cc_cp_head_lang_selector select {
border-color: rgba(0,0,0,.08) !important;
border-style: solid !important;
}

.cc_cp_m_content a {
color: #529ecc !important;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content h1 {
    color: #000000; !important;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content p {
    color: #000000; !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent+label:after {
border: 1px solid rgba(0,0,0,.08) !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked+label:before {
background: #529ecc !important;
border: 1px solid rgba(0,0,0,.08) !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent+label:after {
border: 1px solid rgba(0,0,0,.08) !important;
}

.cc_dialog {
background: #ffffff !important;
color: #000000 !important;
}

.cc_dialog_headline {
color: #000000 !important;
}

.cc_dialog_text {
color: #000000 !important;
}

.cc_dialog.interstitial {
right: 0px !important;
top: 0px !important;
left: 0px !important;
color: #000000 !important;
}

.cc_b_ok {
color: #529ecc !important;
background: #ffffff !important;
border-radius: 6px !important;
border: 1px solid #529ecc !important;
}

.cc_b_ok:hover {
background-color: #d4e7f2 !important;
}

.cc_b_ok:active {
background-color: #a9cfe6 !important;
}

.cc_b_cp {
color: #000000 !important;
background: #ffffff !important;
border-radius: 6px !important;
border: none !important;
}

.cc_b_cp:hover {
color: #529ecc !important;
}

.cookieinfo {
position: absolute;
z-index: 1;
background: #ffffff;
padding: 30px 20px;
display: block;
visibility: hidden;
max-width: 400px;
border-radius: 6px;
border: 1px solid #529ecc;
font-family: sans-serif;
font-size: 15px;
color: #444;
line-height: 1.4;
margin-top: 370px;
margin-right: 150px;
transition: 0.3s;
}

.cookieinfo:hover {
visibility: visible;
}

#infoicon:hover + .cookieinfo {
visibility: visible;
}