/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

.warpper img {
	  display:block;
    margin:auto;
}



body {
	
  font-family: 'Pangolin', cursive;
  line-height: 1.5;
  font-size: 0.8em;
  font-weight: 300;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  

}

#fadein {
animation-fill-mode: forwards!important;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



@media screen and (min-width: 769px) {

}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 

}

@media only screen and (max-device-width: 480px) {
.cntr {
  display: table;
  width: 100%!important;
  margin: 0 auto;
  
}

}



.cntr {
  display: table;
  width: 100%;
font-family: "Cutive Mono", monospace!important;
    line-height: 0.5!important;
    font-weight: 300!important;
    font-style: normal!important;
 
  
}
.cntr .cntr-innr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/*** STYLES ***/
.search {
  display: inline-block;
  position: relative;
  height: 35px;
  background:rgba(0, 0, 0, 0.2);;
  width: 200px;
  box-sizing: border-box;
  margin: 0px 8px 7px 0px;
  padding: 7px 9px 0px 9px;
  border: 3px solid #FFFFFF;
  border-radius: 25px;
 
  cursor: text;
 box-shadow: -3px -3px 15px rgba(0,0,0,0.2), -3px -3px 30px rgba(0,0,0,0.2) ,3px 3px 15px rgba(0,0,0,0.2), 3px 3px 30px rgba(0,0,0,0.2);
}

::placeholder {
   text-align: center; 
   font-family: "Cutive Mono", monospace;
  line-height: 0.5;
  color:#fff;
  font-weight: 700;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* or, for legacy browsers */

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

.search.active:after,
.search:hover:after {
  height: 0px;
}
.search input {
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-family: "Cutive Mono", monospace!important;
    line-height: 0.5!important;
    font-weight: 700!important;
    font-style: normal!important;
  color: inherit;
  background: transparent;
  outline-width: 0px;
}

.wrong {
  animation: wrongPass 2s ease-out;

}


@keyframes wrongPass {
  0% {
    color: white;
  }
  10% {
    color: white;
  }
  20% {
    color: white;
  }
  30% {
    color: red;
  }
  40% {
    color: white;
  }
  50% {
    color: red;
  }
  60% {
    color: white;
  }
  70% {
    color: red;
  }
  80% {
    color: white;
  }
  90% {
    color: red;
  }
  100% {
    color: white;
  }
}


.button-float {
  -webkit-animation: float 1.5s linear alternate infinite;
          animation: float 1.5s linear alternate infinite;
		  
text-shadow: -3px -3px 15px rgba(0,0,0,0.6), -3px -3px 30px rgba(0,0,0,0.6) ,3px 3px 15px rgba(0,0,0,0.6), 3px 3px 30px rgba(0,0,0,0.6);
}


#myelement:hover, #myelement:focus {
    animation-play-state: paused;
}

.fade{
 
    opacity:1;
}

#slideSource {
  opacity: 1;
  transition: opacity 0.5s; 
}

#slideSource.fade {
  opacity: 0;
}

.elementToFadeInAndOut {
    animation: fadeOut 0.5s linear forwards;
}

@keyframes fadeOut {
 0% { opacity:1; }
 50% { opacity:0; } 
 100% { opacity:0; } 
}

@-webkit-keyframes float {
  50% {
    transform: translateY(-px);
  }
  100% {
    transform: translateY(9px);
  }
}

@keyframes float {
  50% {
    transform: translateY(-px);
  }
  100% {
    transform: translateY(9px);
  }
}


.sep {
  border: 0;
  width: 3em;
  height: 1px;
  margin: 1em 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.mast {
  position: relative;

  align-items: center;
  width: 100%;
height: 100vh;
  color: #fff;
}
.mast:after {
  z-index: 0;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(17, 17, 17, 0.3);
}
.mast > header {
  z-index: 2;
  
}
.mast__bg {
	background-color: #000;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: 50%;
}




ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
  text-decoration:underline;
}

input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
  text-decoration:underline;
}

input[type=radio]:checked ~ label{
  
  text-decoration:underline;
}

input[type=checkbox]:checked ~ .check {
  border: 5px solid #0DFF92;
  text-decoration:underline;
}

input[type=checkbox]:checked ~ .check::before{
  background: #0DFF92;
  text-decoration:underline;
}

input[type=checkbox]:checked ~ label{
  
  text-decoration:underline;
}




.blinking{
    animation:blinkingText 1.2s infinite;

	 justify-content: center;
  align-items: center;
}

.blinking2{
    animation:blinkingText2 1.2s infinite;
	text-shadow: 0 0 2px rgb(255 255 255 / 75%);;
}

.question svg { display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index:1!important;
}

.back {
z-index: -1;	
}


.question.error svg { display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity:0.5;
  pointer-events: none;
   z-index: -1!important;
}

.question.error path {
  stroke: #db3157;
  stroke-width: 8px;
  stroke-dasharray: 0 1500;
  animation: draw 1s forwards;
}

.question.success svg {display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity:0.5;
  pointer-events: none;
   z-index: -1!important;
}

.question.success path {
  stroke: #228B22;
  stroke-width: 8px;
  stroke-dasharray: 0 1500;
  animation: draw 1s forwards;
}


@keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }

  to {
    stroke-dasharray: 1500 1500;
  }
}




@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: red; }
    99%{    color:red;  }
    100%{   color: #fff;    }
}
.question {
  background-color: transparent;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 2em;
}



.question .question-headline {
  font-weight: 700;
  font-size: 1.5em;
  color: #000;
}
.question .question-answers {
  margin-top: 1em;
  color: #222;
}
.question .question-answers .answer + .answer {
  margin-top: .5em;
}
.question .question-answers .answer input {
  display: none;
  margin-right: 1em;
}
.question .question-answers .answer label {
  cursor: pointer;
}

.result {
  margin-bottom: 1em;
  font-size: 1.2em;
  background-color: transparent;
  border-radius: 10px;
  padding: 10px 20px;
  display: none;
}

.yes{
	font-weight:900;
	text-decoration:underline;
	color:#228B22;
}

.no{
	font-weight:900;
	text-decoration:underline;
	color:#db3157;
}

#box2{
  display: none;
 
}

.box{
  display: none;
  justify-content: center;
  align-items: center;
}
hr {
  flex: 1;
  border: none;
  height: 2px;
  background: black;
  border-color: white;
  color: white;
  background-color: white;
}

.btn-check2 {
  

}


.btn-check2 a{
}

.btn-check2:hover {
}






@media only screen and (max-device-width: 768px) {
  .container {
	width: 100vw!important;
	font-size: 1.5em!important;
	
	
}
  
}




@media only screen and (max-device-width: 480px) {
  .container {
	width: 100vw!important;
	font-size: 2em!important;
	
	
}
  
}


.hidden{
	display:none;
}

.disabled {
    /* if you also want it to fade a bit:  
       opacity: 0.5
    */
    pointer-events: none;
    cursor: default;
	opacity: 0.5;
}


#u:hover {
	text-decoration: underline;
}


#u:hover:before {
  content: "> ";
  display: inline-block;
}

.splitting .word {
  animation: slide-in 0.5s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(100ms * var(--word-index));
  
}



@keyframes slide-in {
  from {
    transform: translateY(20px) scale(0.9);
    opacity: 0;
  }
}

body {
	background-image: url(images/body.jpg);

		min-height:100vh;
}

/*---------------- Main structure --------------*/

.container {
	width: 70%;
	font-size: 1.5em;
	background-image: url(images/container.png);
	background-repeat: repeat-y;
	background-size: 100%;
	min-height:100vh;
	margin: auto;
	
}

#header {
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	height: 288px;
	margin-top: 0px;
	background-size: 100%;
}






#content {
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 100px;
    padding-bottom: 100px;
}
			
#footer {
	padding: 20px;
	clear: both;
}
			
/*-----------TEXT FORMATTING------------- */

p {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #45231a;
}
   
p.center {
	text-align: center;
	font-size: 0.8em;
}

h1 {
	float: right;
	margin-right: 163px!important;
	margin-right: 80px;
	margin-top: 180px;
	font-size: 44px;
	color: #45231a;
}

   
h3 {
font-family: 'Pangolin', cursive;
	font-size: 1.2em;
	color: #45231a;
	font-weight:300;
}

h4 {color: #45231a;
margin-bottom: 15px;
}





dl {
	font-size: 0.8em;
	margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #666600;
}

dd {
	margin-bottom: 15px;
	color: #814F2C;
}

.lined.thick {
	 cursor: pointer;
  font-size: 1em;
font-family: 'Pangolin', cursive;
	
	border: solid 7px #41403E;
	 align-self: center;
  background: #41403E;
  padding: 1rem 1rem;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #fff;
  text-decoration:none;
  letter-spacing: 1px;
  outline: none;

  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.lined.thick:hover {    text-decoration: underline!important;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}

a:link, a:visited, a:active  {color: #fff; font-family: 'Gochi Hand', cursive;
}
a:hover {color: #fff}


/*-------------- Navigation --------------*/

#navcontainer {  
}

#navcontainer ul {
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #A47F52;
	font-weight: bold;
	height: 1.5em;
}

#navcontainer a:link, #navlist a:visited {
	color: #65391E;
	text-decoration: none;
	font-style: italic;
}

#navcontainer a:hover {
	color: #fff;
	font-style: normal;
	background-image: url(images/menu_hover.png)!important;
	background: none;	
}

/*------------ Contact form -----------------*/

label {
	
}

form.contact_us {
	width: 170px;
}

input.fields_contact_us {
        display: block;
        width: 170px;
        background: url(images/menu_hover.png)!important;
		background: none;
		border-top: 1px solid #C0935C;
		border-left: 1px solid #C0935C;
		border-bottom: 1px solid #D9B17D;
		border-right: 1px solid #D9B17D;
		margin-top: 3px;
	    margin-bottom: 3px;
}

textarea {
          width: 170px;
          background: url(images/menu_hover.png)!important;
		  background: none;
		  border-top: 1px solid #C0935C;
		  border-left: 1px solid #C0935C;
		  border-bottom: 1px solid #D9B17D;
		  border-right: 1px solid #D9B17D;
		  display: block;
          margin-top: 3px;
}

.submit_button_contact {
	margin-top: 15px;
	width: 100%;
	padding: 2px;
	background: none;
	cursor: pointer;
	color: #926B4A;
	border: none;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}




.holder {
 display: flex; justify-content: flex-end;
}
.holder .get-it-on-github {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Roboto";
  color: #55606E;
}

.audio.green-audio-player {
  width: 400px;
  min-width: 300px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  border-radius: 4px;
  user-select: none;
  -webkit-user-select: none;

}
.audio.green-audio-player .play-pause-btn {
  display: none;
  cursor: pointer;

}
.audio.green-audio-player .spinner {
  width: 18px;
  height: 18px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: spin 0.4s linear infinite;
}
.audio.green-audio-player .slider {
  flex-grow: 1;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
.audio.green-audio-player .slider .progress {
  background-color: #000;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.audio.green-audio-player .slider .progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #000;
  position: absolute;
  pointer-events: all;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio.green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 54px;
}
.audio.green-audio-player .controls .slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.audio.green-audio-player .controls .slider .progress {
  width: 0;
  height: 100%;
}
.audio.green-audio-player .controls .slider .progress .pin {
  right: -8px;
  top: -6px;
}
.audio.green-audio-player .controls span {
  cursor: default;
}
.audio.green-audio-player .volume {
  position: relative;
}
.audio.green-audio-player .volume .volume-btn {
  cursor: pointer;
}
.audio.green-audio-player .volume .volume-btn.open path {
  fill: #000;
}
.audio.green-audio-player .volume .volume-controls {
  width: 30px;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.audio.green-audio-player .volume .volume-controls.hidden {
  display: none;
}
.audio.green-audio-player .volume .volume-controls .slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress .pin {
  left: -5px;
  top: -8px;
}

svg, img {
  display: block;
}

@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}



.goo {
    font-size: 1em;
    line-height: 1.35;
    display: inline;
    box-decoration-break: clone;
    background: #282828;
    padding: 0.5rem 1rem;
    filter: url('#goo');
}
.goo:focus {
    outline: 0;
}


.paused{
	animation-play-state: paused!important;	
}


.button-jittery  {
  animation: jittery 4s infinite;
}
.button-jittery:hover {
  animation: heartbeat 0.2s infinite;
}

@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes heartbeat {
  50% {
    transform: scale(1.1);
  }
}








