

@font-face {    

    font-family: Mix-Bold;
    src: url("fonts/mix_bold.ttf") format("truetype");      
}

@font-face {    
    font-family: Mix;
    src: url("fonts/mix_small.ttf") format("truetype"); 
}

@font-face {    	
    font-family: Roboto-Bold;
    src: url("fonts/Roboto-Bold.ttf") format("truetype");      
}

@font-face {    
    font-family: Roboto-Regular;
    src: url("fonts/Roboto-Regular.ttf") format("truetype"); 
}


body {  
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-x: hidden;
	font-family: Mix;
	font-size: 18px;  	
	color: #eeeeee;   
	word-spacing: -0.18em;
	overflow-x: hidden;  /* hide horizontal scrollbar because of the Animation Canvas */
}

b {
	font-family: Mix-Bold;
	word-spacing: -0.02em;
}

input[type="text"], input[type="password"], textarea {
	 border: 0;
	 background: #a5bed4;
	 box-shadow: none;
	 border-radius: 4px;
	 border-color: coral;
	 padding-left: 1%;
	 padding-right: 1%; 
	 word-spacing: -0.18em;
	 font-family: Mix;
	 font-size: 100%;
	 color: #444444;
}

input[type="submit"] {
	 border: 0;
	 background: #5387c0;
	 box-shadow: none;
	 border-radius: 4px;
	 border-color: coral;
	 padding-left: 1%;
	 padding-right: 1%; 
	 word-spacing: -0.18em;
	 font-family: Mix;
	 font-size: 100%;
	 color: #cccccc;
}
						
a {   		
	color: #eeeeee;
	word-spacing: -0.18em;	
	font-size: 18px;  	
}
			
table { 			 	
	font-family: Mix;
	font-size: 18px;  	
}

.rainbow-table {
  width:450px;
  height:350px;
  border-spacing: 35px;
  border-collapse:separate;   	
  border: solid 1px transparent;
  border-radius: 10px;
  background-image:  linear-gradient(#9a8f50, #9a8f50), linear-gradient(to top left, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;	    		  		  
}
			
	
input[type="color"] {
	-webkit-appearance: none;
	border: none;
	width: 28px;
	height: 28px;
	opacity: 0%;  
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}

hr { 
	background: #888888; height: 1px; border: none ;
}


#footer-cookie,
#footer-cookie * {
    box-sizing: border-box;
}

#footer-cookie {
	display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
	height: 100px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
	background: #19471e;
	color: #fff;
}
    
#footer-cookie a {
	color: #fff;
}

#footer-cookie #description {
    float: left;
    width: 100%;
}

#footer-cookie #accept {
	float: right;
}

#footer-cookie #accept a {
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

#footer-cookie #accept2 {
	float: right;
}

#footer-cookie #accept2 a {
	border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

@media (max-width: 1200px) {

#footer-cookie {
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: inherit;
	height: auto;
}

#footer-cookie #accept {
	width: 100%;
	margin-top: 15px;
}

#footer-cookie #accept a {
	width: 100%;
	display: block;
	text-align: center;
}
      
#footer-cookie #accept2 {
	width: 100%;
	margin-top: 15px;
}

#footer-cookie #accept2 a {
	width: 100%;
	display: block;
	text-align: center;
}

}
