@font-face {
    font-family: NexaLight;
    src: url("./NexaLight.woff") format("woff"), url("./NexaLight.ttf")  format("truetype");
}
@font-face {
    font-family: NexaBold;
    src: url("./NexaBold.woff") format("woff"), url("./NexaBold.ttf")  format("truetype");
}

/* ee= 238 */
/* aa= 170 = 0.67 */

.navbar {
  background-color:  #001500ee;
  background-color:  rgba(0, 21, 0, 238);
  webkit-background-color: #001500ee;
  webkit-background-color: rgba(0, 21, 0, 238);

  box-shadow: 0px 0px 10px 1px #001500;
  box-shadow: rgba(0, 21, 0, 255);
}

.navbar-brand img{
  height:50px;
  margin-right:10px;

}


body {
  background-image: url('../img/bg_space_green.jpg');
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wrapper:before{
  content:"";
  display:block;
  clear:both;
}

.wrapper {
  max-width:1200px;
  min-width:370px;
  margin:0px auto;
  padding:0px;
  margin-top:76px;
  background-color: #0008;
  background-color: rgba(0, 0, 0, 0.55);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #000;
  border-width: 1px;
  box-shadow: 0px 0px 10px 3px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
  /* background-color: #101020; /* dark blue background*/
}
.wrapper p,h1,h2,h3 {
  color: #caffca;
  text-shadow: 0 0 4px #000000;
}
.wrapper hr {
  border-color: #caffca;
  border-style: none;
}


.carousel h3 {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}
.carousel p{
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-caption h3{
  font-family: NexaBold;
  color:#caffca;
}
.carousel-caption p{
  font-family: NexaLight;
  color:#caffca;
}

.headerImg {
  min-width:100%;
  max-width: 1200px;
  height:inherit;
  /*border: 1px solid red;*/
  margin-top:15px;
  margin-bottom:15px;
  box-shadow: 0px 0px 10px 3px #401010;
}
.headerImg img{
  max-width:100%;
  height:auto;
}
.headerImg h1{
  font-family: NexaLight;
  margin-top: 5px;
  margin-bottom: 0px;
}

.accountAvatar {
  width: 280px;
  height: 280px;
  /*border: 1px solid red;*/
  margin:15px;
  box-shadow: 0px 0px 10px 3px #401010;
  text-align: center;
}
.accountAvatar img {
  height: 280px;
  width: auto;
  position: relative;
}
.accountAvatarText {
  position:absolute;
  width:280px;
  bottom:2%;
}
.accountDetails {
  font-family:  NexaLight;
  font-size: 20px;
  color: #caffca;
  height: 100%;
}
.accountDetails table {
  width: 100%;
  height: 100%;
}
.accountDetails td {
  padding-right: 10px;
  padding-top:10px;
  padding-bottom: 10px;
}

.accountDivider {
  border:inset;
  border-width:1px;
  border-color: #caffca;
  box-shadow: 0px 0px 3px 1px #401010;
}

#accIn1, #accIn2, #accIn3, #accIn4, #accIn5 {
  padding:5px;
  margin:0px;
  border:1px solid #caffca;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #caffca;
  background-color: #0000;
  background-color: rgba(0, 0, 0, 0);
  min-width: 180px;
}

.accDescr {
  padding:15px;
  font-family:NexaLight;
}
.accDescr a {
  font-size:20px;
}

.perkList {
  font-family:NexaLight;
  color: #caffca;
  padding:15px
}
.perkList table {
  table-layout: fixed;
  width:100%;
}
.perkList td{
  padding-bottom: 15px;
}
.perkList img {
  width:100%;
  height:auto;
  box-shadow: 0px 0px 10px 3px #401010;
}
.perkS {
  width:5%;
}
.perkD {
  width:45%;
}
.perkP {
  width:45%;
}

.intro {
  /*background-color:#ddd;*/
  padding: 15px;
}
.intro p {
  font-family:  NexaLight;
  text-align: justify;
  color: #caffca;
}
.intro hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 20%;
    margin-right: 20%;
    border-style: inset;
    border-width: 1px;
    border-color: #ff0000;
    /*border-color: #101020;*/
}

.newsLatest {
  /*background-color: #ddf;*/
  display: block;
  background-color: #0008;
  background-color: rgba(0, 0, 0, 0.55);
  padding-top:15px;
  margin-top: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 3px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
}
.newsLatest h2 {
  font-family: NexaBold;
}
.newsLatest small, p{
  font-family: NexaLight;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#preview img {
  width:750px;
  height:auto;
}

.newsWide {
  /*background-color: #ddf;*/
  display: block;
  box-shadow: 0px 0px 10px 3px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
  padding-top:15px;
}
.newsWide h2{
  font-family: NexaBold;
}
.newsWide p{
  font-family: NexaLight;
}

.sidebarHome {
  /*background-color: #dfd;*/
}
.sidebarHome img{
  /*background-color: #dfd;*/
  box-shadow: 0px 0px 10px 5px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
  -webkit-box-shadow: 0px 0px 10px 5px #102010aa;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
}

/* ----------------------- HISTORY SECTION ----------------------- */
.aboutContainer h1{
  font-family: NexaBold;
  text-align:center;
  padding-top:30px;
}
.aboutContainer p{
  text-align:justify;
  font-family: NexaLight;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
  width:100%;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -20px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
.quote-card.green-card {
  background: #4e43;
  background: rgba(68, 238, 68, 0.2);
  color: #ffffff;
  box-shadow: 0px 0px 10px 3px #401010;
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#caffca ;
}

.coolCol {
  background-color: #0008;
  background-color: rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 10px 3px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
  width:80%;
  text-align: center;
}
.coolCol h1 {
  font-family: NexaBold;
  font-size: 25px;
}
.coolCol p {
  padding: 0px 15px 15px 15px;
}
.coolCol i {
  font-size:50px;
}
/*
#col1 {
  margin: 0px 20px 0px 0px;
}
#col2 {
  margin: 0px 20px 0px 20px;
}
#col3 {
  margin: 0px 0px 0px 20px;
}
*/
.coolColStream {
  background-color: #0008;
  background-color: rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 10px 3px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
}
.coolColStream .columns {
  -webkit-columns: 150px 2; /* Chrome, Safari, Opera */
  -moz-columns: 150px  2; /* Firefox */
  columns: 150px 2;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  margin-top: 30px;
    background-color: #4e43;
    background-color: rgba(68, 238, 68, 0.2);
    font-family: NexaBold;
    font-size: 33px;
    color: #caffca;
    cursor: pointer;
    padding: 18px;
    width: 80%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion:after {
    content: '\002B';
    color: #caffca;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accActive, .accordion:hover {
    background-color: #4e43;
    background-color: rgba(68, 238, 68, 0.2);
}

.accActive:after {
    content: "\2212";
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0px 18px;
    background-color: #102010aa;
    background-color: rgba(16, 32, 16, 0.67);
    width:80%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: 0px 0px 10px 3px #4e43;
    box-shadow: 0px 0px 10px 3px rgba(68, 238, 68, 0.2);
}
.panelColumns {
  -webkit-columns: 150px 2; /* Chrome, Safari, Opera */
  -moz-columns: 150px 2; /* Firefox */
  columns: 150px 2;
}
.panelMoreColumns {
  -webkit-columns: 100px 3; /* Chrome, Safari, Opera */
  -moz-columns: 100px 3; /* Firefox */
  columns: 100px 3;
}
.panel p {
  padding-top:15px;
}
.panel strong {
  font-family: NexaBold;
  padding-top:15px;
}
/*
.panel hr {
  background-color: #caffca;
  height: 1px;
}
*/
#twitch-embed1, #twitch-embed2, #twitch-embed3, #twitch-embed4,
#twitch-embed5, #twitch-embed6,#twitch-embed7, #twitch-embed8 {
  text-align: center;
  padding-top: 30px;
}

/* ----------------------- END HISTORY SECTION ----------------------- */





/* Style inputs with type="text, password and e-mail", select elements and textareas */
input[type=text], input[type=password], input[type=email], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}
input[type=file], input[type=checkbox] {
  color:#caffca;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.contactFormContainer {
    border-radius: 5px;
    background-color: #104010;
    padding: 20px;
    width: 100%;
}
.contactFormContainer label {
  color: #caffca;
}
.loginFormContainer {
    border-radius: 5px;
    background-color: #104010;
    padding: 20px;
    width: 70%;
    text-align: left;
}
.loginFormContainer label {
  color: #caffca;
  width: 70%;
}
.loginFormContainer input {
  /*width: 70%;*/
}

.orderText {
  font-family: NexaBold;
  position:absolute;
  text-align:center;
  width:100%;
  bottom:0%;
}
.orderFormContainer {
    border-radius: 5px;
    background-color: #104010;
    padding: 20px;
}
.orderFormContainer label {
  color: #caffca;
}
.orderFormContainer .method {
  max-height: 50px;
  margin-left: 25px;
  margin-right: 25px;
}


.error {
  width: 92%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #a94442;
  color: #a94442;
  background: #f2dede;
  border-radius: 5px;
  text-align: left;
}
.error p{
  color: #a94442;
  text-shadow: 0 0 0px #000000;
}

.orderingProduct {
  width: 60%;
  max-width: 550px;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #4442a9;
  color: #4442a9;
  background: #dedef2;
  border-radius: 5px;
  text-align: left;
}

.orderingProduct p{
  color: #4442a9;
  text-shadow: 0 0 0px #000000;
  font-size: 20px;
  text-align:center;
}
.orderingProduct h2{
  color: #4442a9;
  text-shadow: 0 0 0px #000000;
  font-size: 25px;
  text-align:right;
}
.orderingProduct .image{
  display: block;
  width: 150px;
  height: auto;
}

.termsOfService {
  width: 95%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #42a944;
  color: #42a944;
  background: #def2de;
  border-radius: 5px;
  text-align: left;
}
.termsOfService p {
  color: #000000;
  text-shadow: 0 0 0px #000000;
  margin-bottom: 16px;
}
.termsOfService hr {
  color: #000000;
  border-style: inset;
  margin-top:2px;
  margin-bottom: 16px;
}

/* -------- THIS SECTION CONTAINS THE STYLES FOR THE SUMMARY PAGE -------- */
.subBgImg {
  font-family: NexaBold;
  width=100%;
}
.subBgImg strong{
  font-family: NexaBold;
  color: #000000;
}

.subBgImg img{
  position: relative;
  min-width:370px;
  max-width: 100%;
  height:auto;
}
.subBgImg h1{
  color: #000000;
  padding-right: 20%;
  font-size: 3.4vw;
  position: absolute;
  top:15%;
  left:30%;
}
.subBgImg p{
  color: #000000;
  font-size: 17px;
  position: relative;
  top:30px;
  left:-20%;
  margin-right:-20%;
}
.subBgImg .method img {
  min-width: 0px;
  max-height: 50px;
  max-width: auto;
  margin-left: 17px;
  margin-right: 17px;
}
.subBgImg .status center{
  padding-top:50px;
}
.subBgImg .links{
  padding-top:25px;
  position:absolute;
  bottom:18%;
  left:30%;
  padding-right: 20%;
}
.screenToggle{
  padding-top:25px;
}

/* -------- END OF SECTION -------- */


* {box-sizing: border-box;}

.container {
  position: relative;
  width: 100%;
  /*max-width: 300px;*/

}

.container .image {
  display: block;
  width: 100%;
  height: auto;
}

.container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  /*background: rgb(0, 0, 0);*/
  background: rgba(0, 40, 0, 0.8); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 15px;
  padding: 15px;
  text-align: center;

}

.container h3,p {
  color: #caffca;
  text-shadow: 0 0 4px #000000;
}

.not p {
  text-decoration: line-through;
  color: #ffcaca;
}

.container:hover .overlay {
  opacity: 1;
}


.productDetails .image {
  display: block;
  width: 100%;
  height: auto;
}

.productDetails .center {
  text-align: center;
}

.myButton {
  border-radius: 2px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.myBigButton {
  border-radius: 2px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.myGreenButton {
  background-color: #235e1a;
}

.myRedButton {
  background-color: #5e1a23;
}

.myGoldButton {
  background-color: #5e461a;
}

.myBlueButton {
  background-color: #1a235e;
}

.myButton span, .myBigButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.myButton span:after, .myBigButton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.myButton:hover span, .myBigButton:hover span {
  padding-right: 25px;
}

.myButton:hover span:after, .myBigButton:hover span:after {
  opacity: 1;
  right: 0;
}

.userList {
  box-shadow: 0px 0px 10px 3px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
  background-color: rgba(0, 0, 0, 0.55);
  margin:10px;
}
.userList .image{
  display: block;
  width: 50px;
  height: auto;
}
.userList p {
  margin-bottom: 0px;
}
.userList table {
  height: 100%;
}
.userList td {
  height: 100%;
  vertical-align: center;
}

.productList {
  box-shadow: 0px 0px 10px 3px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
  background-color: rgba(0, 0, 0, 0.55);
  margin:10px;
}
.productList .image{
  display: block;
  width: 100px;
  height: auto;
}
.productList p {
  margin-bottom: 0px;
}
.productList table {
  height: 100%;
}
.productList td {
  height: 100%;
  vertical-align: center;
}

.timeslotList {
  margin:10px;
}
.timeslotList .image{
  display: block;
  width: 50px;
  height: auto;
}

.productFormImage {
  display: block;
  width: 250px;
  height: auto;
}

.myFeedback {
  height:auto;
  max-height:0px;
  overflow:hidden;
  /*visibility: hidden;*/
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.myTimeslot {
  height:auto;
  max-height:0px;
  margin-top:0px;
  overflow:hidden;
  /*visibility: hidden;*/
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

#picture, #youtubelink {
  height:auto;
  max-height:0px;
  margin-top:0px;
  overflow:hidden;
  /*visibility: hidden;*/
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}



.footerHomepage {
  /*background-color: #fdd;*/
  padding: 15px;
}
.footerHomepage h1{
  font-family: NexaBold;
}
.footerHomepage p{
  font-family: NexaLight;
}

.myFooter {
  background-color: #102010aa;
  background-color: rgba(16, 32, 16, 0.67);
  /*color: #fff;*/
  padding:15px;
  /*border-left: inset;
  border-right: inset;
  border-width: 1px;
  border-color: #000;*/
  text-shadow: 0 0 4px #000000;
  box-shadow: 0px 0px 10px 3px #102010aa;
  box-shadow: 0px 0px 10px 3px rgba(16, 32, 16, 0.67);
}
.myFooter h3{
  font-family: NexaBold;
}
.myFooter p, li{
  font-family: NexaLight;
}
.myFooter li{
  list-style-type:circle;
}
