html {
    box-sizing:border-box;
    font-size:100%
}
*,  :after,:before {
    box-sizing:inherit
}

body {
	background-image: url(../images/Sternwind_Card_back.jpg);
	background-size: 600px;
	background-color: #0E0E0C;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-align: center;
	font-family: "Arial", Gadget, sans-serif;
	text-shadow: 0px 0px #000;
	background-attachment: fixed;
}

.logo-round {
    margin: 20px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.logo-round-corners {
    margin: 20px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px
}

a.featured:hover,a:hover {
    background-color:#2D3AAF;
    color:rgb(255, 255, 255);
}

a {
	display: block;
	max-width: 300px;
	margin: 0 auto 15px;
	padding: 15px 20px;
    font-size:.85rem;
	color: rgb(255, 255, 255);
	border: 2px round rgb(255, 255, 255);
	border-radius: 15px;
	text-decoration: none;
	transition:all .2s ease-in-out;
}

a.featured {
    position:relative;
    background-color:rgba(255, 255, 255, 0.815);
    color:rgb(30, 123, 211);
    font-weight:200%;
    font-stretch:expanded;
	letter-spacing:2px;
    
}

a.featured:before {
    content:"";
    position:absolute;
    top:2px;
    left:2px;
    width:calc(90% - 4px);
    height:calc(90% - 4px);
    border:10px round rgb(175, 45, 95);
}

h1 {
    font-size:18px;
    text-transform:uppercase;
	text-shadow:  1px  1px 1px #000,
                  1px -1px 1px #000,
                 -1px  1px 1px #000,
                 -1px -1px 1px #000;
    font-weight:600;
    letter-spacing:3px;
}

h2 {
    font-size:14px;
    text-transform:uppercase;
	text-shadow:  1px  1px 1px #000,
                  1px -1px 1px #000,
                 -1px  1px 1px #000,
                 -1px -1px 1px #000;
    font-weight:600;
    letter-spacing:3px;
}

.channels {
    display:flex;
    max-width:300px;
    margin:0 auto;
	letter-spacing:2px;
}

.channels a {
    flex:1;
    padding:5px 10px;
    margin-right:10px;
    background-color:rgba(45, 58, 175, 0.863);
    border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.channels a:last-child {
    margin-right:0;
}

.channels a:hover {
    text-decoration:underline;
)
#cookie-popup { 
    text-align: center; 
    background: rgb(0, 0, 0);
    position: fixed;
    top: 0px; 
    left: 0;
    right: 0;
    z-index: 9999;
    font-size:14px; 
    line-height:20px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
   
  #cookie-popup.hidden {
    display: none;
  }
