* {
    font-family: Kanit;
}

html {
    background-color: #000000;
}

body {
    margin: 0; /* remove stupid default margin/border */
    display: flex;
    justify-content: center; /*  */
    align-items: flex-start; /*  */
    height: 100vh;
    background-image: url('https://chopsti.cc/home/assets/background.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    font-family: Kanit;
    color: white;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
	font-size: 64px;
}

@keyframes zoom-in-on-visit {
	0% { transform: scale(0); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

#content {
    position: fixed;    
    margin: 4em;
    text-align: center;
	text-wrap: nowrap;
}

#overlay-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(transparent, black);
    backdrop-filter: blur(0px);
    z-index: 0;
    overflow: hidden;
}

.button-container {
    position: relative;
    background-color: rgba(32, 32, 32, 0.4);
    padding-top: 0.2em;
    padding-bottom: 0.6em;
    border-radius: 8px;
    padding-left: 1em;
    padding-right: 1em;
    backdrop-filter: blur(16px);
    z-index: 10;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 32px;
	border: 1px ridge rgba(255, 255, 255, 0.1);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	animation-name: zoom-in-on-visit;
	animation-delay: 0.25s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
	transform: scale(0);
	box-shadow: 0px 0px 16px black;
}

.button {
	position: relative;
    font-family: Kanit;
    border-radius: 8px;
    border: 0px solid white;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    z-index: 1;
    margin-bottom: 16px;
    color: rgba(24, 24, 24, 1);
    margin-left: 4px;
    margin-right: 4px;
    width: 8em;
    height: 2em;
	box-shadow: 0px 0px 4px 1px rgba(32, 32, 32, 0.25);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.button:hover {
    background-color: red;
    color: white;
    transition: 0.25s;
	transform: scale(1.1);
}

.button:not(:hover) {
    background-color: white;
    color: rgba(24, 24, 24, 1);
    transition: 0.25s;
	transform: scale(1.0);
}

.button:active {
    background-color: lightgreen;
    color: white;
    transition: 0.25s;
	transform: scale(1.05);
}

#hw-box {
	position: relative;
    /* margin-top: 32px; */
    /* margin-bottom: 32px; */
    top: 64px;
    gap: 2em;
    padding-left: 6em;
	padding-right: 6em;
	padding-top: 0em;
	padding-bottom: 0em;
    background-color: rgba(32, 32, 32, 0.4);
    border: 1px ridge rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(16px);
    overflow-y: auto;
    width: 64em;
    font-size: 12px;
    text-align: left;
	text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
	animation-name: zoom-in-on-visit;
	animation-delay: 0.35s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
	transform: scale(0);
	box-shadow: 0px 0px 16px black;
}

.hwlist {
	color: white;
	font-size: 24px;
}

a:visited {
    color: white;
}

/*

@-moz-document url-prefix() {
    
    #black-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        z-index: 0;
        display: none;
    }
    
    #full-overlay-filter {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.0);
        backdrop-filter: blur(0px);
        z-index: 2;
        overflow: hidden;
        display: none;
    }
    
    #full-black-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        z-index: 2;
        display: none;
    }
  }

/*

  /* test /*