@font-face { font-family: 'SimSunB'; src: url('https://www.oteek.xyz/font/simsunb.ttf'); } 
@font-face { font-family: 'Azeroy'; src: url('https://www.oteek.xyz/font/azeroyhd-regular.ttf'); } 

.number {
  font-family: 'SimSunB', sans-serif;
}

body {
	  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) ), url('img/3gC.gif');
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  background-color: black;
    font-family: 'SimSunB', sans-serif;
	  
	  color: white;
	 /* text-align: center; */
	 /* xmas shit below */
	 /* overflow: hidden;
	  filter: drop-shadow(0 0 10px white);
	  height: 97vh; */

	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.logmargin {
    margin-left: 150px;
}

.logmargin2 {
  margin-left: 30%;
}

.logmargin2-r {
  margin-right: 30%;
}

@media screen and (max-width: 810px) {
  .logmargin {
    margin-left: 15px;
  }
  .logmargin2 {
    margin-left: 30px;
  }
  .logmargin2-r {
    margin-right: 30px;
  }
}

.aligncenter {
    text-align: center;
}

.faded {
    color: #121014;
}

.gem {
    color: #569BBB;
}

#flash
{
	position:absolute;
	top:0px;
	//background-color: #000000;
	height: calc(100% - 160px);
	width: 100%;
	z-index: 3;
}

img.resized-moon{
  width: 120px;
  height: auto;
}

input {
  background-color: black;
  color: white;
}

button {
  background-color: black;
  color: white;
  outline-color: white;
  outline-style: solid;
}

textarea {
  resize: none;
  background-color: black;
  color: white;
  width: 450px;
  height: 120px;
}

@media screen and (max-width: 810px) {
  textarea {
    width: 300px;
    height: 100px;
  }
}

.txtarea_contact {
        resize: none;
        height: 100px;
        width: 350px;
}

.absolutecenter {
	width:270px;
	height:150px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-75px 0 0 -135px;
	text-align: center;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-bottom {
  position: fixed;
  left: 50%;
  bottom: 40%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 810px) {
  .centered-bottom {
    position: fixed;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
  }
}

.centeredabs {
  position: absolute;
  left: 50%;
  margin-top: 170px;
  transform: translate(-50%, -50%);
}

.alignbo {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
 
}
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

#footer {
    bottom: 0%;
    position: fixed;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a:link {
  color: lightblue;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: mediumorchid;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}


/* xmas
a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
*/

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.largecock {
  font-size: 150%;
}
.absolutefuck {
	width:270px;
	height:150px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-75px 0 0 -135px;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #101010;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

@media screen and (max-width: 810px) {
	 /* The Modal (background) */
	.modal {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ); /* Black w/ opacity */
	}

	/* Modal Content/Box */
	.modal-content {
	  background-color: #101010;
	  margin: 50% auto; /* 15% from the top and centered */
	  padding: 20px;
	  /* padding: 20px; */
	  border: 1px solid #888;
	  width: 80%; /* Could be more or less, depending on screen size */
	}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
} 

.msgico {
	margin-left: 1px;
	margin-right: 10px;
	margin-top: 8px;
	float: left;
}

/* Scrolling */

.shoutouts-box {
  width: 300px;
  height: 500px;
  overflow: hidden;
  border: 2px solid #333;
  border-radius: 0px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #0c0b0b8d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* overflow-y: scroll;
  scroll-behavior: smooth; */
}

.shoutouts-content {
  text-align: center;
  position: absolute;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.shoutouts-box::-webkit-scrollbar {
  display: none;
}

.shoutouts-box {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.fade-out {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 100%);
}

.top-right {
  position: absolute;
  top: 10px;
  right: 10px;
}