	@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

    body {
		background-color: #000;
		font-family: "Inter", sans-serif;
		margin: 0px;
		padding: 0px;
      
    }

	.container {
		width: 100%;
		display: flex;
		justify-content: center;
		align-content: center;
		clear: both;
	}
	
	.container-max {
		max-width: 1280px;
		display: flex;
		align-items: center;
		margin: 0px 0px;
	}
	
	.header {
		width: 100%;
		height: 56px;
		margin:0px;
		align-self: center;
	}
	
	.subheader {
		color: #FFF;
		flex-direction: column;
		line-height: 0.8em;
		padding: 24px 0px;
		border-top: 1px solid #222;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	
	.subheader .heading {
		font-size: 1.6em;
		font-weight: bold;
	}
	
	.subheader .heading a {
		text-decoration: none;
		color: rgb(41, 248, 99);	
	}
	
	.header div {

	}
	
	.logo {
		max-height: 30px;
		padding-top: 6px;
	}
	
	.header div.links {
		display: flex; 
		justify-content: right;
		flex-grow: 1;
		padding-bottom: 2px;
	}
	
	.header div.links a {
		color:#FFF;
		margin: 0px 6px;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		align-self: center;
	}
	
	.header div.links a.join {
		color:#FFF;
		margin: 0px 6px;
		margin-right: 0px;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		align-self: center;
	}
	
	a.button-green {
		text-decoration: none;
		background-image: linear-gradient(rgb(41, 248, 99), rgb(30, 190, 75));
		border-radius:6px;
		color: #FFF; 
		cursor: pointer;
		align-self: center;
		font-weight: bold;
		border:1px solid green;
	}

	a.button-clear {
		text-decoration: none;
		border:1px solid #FFF;
		border-radius:6px;
		color: #FFF;
		cursor: pointer;
		align-self: center;
	}

	.button_padz {
		padding: 0px 9.5px;
		padding-top: 2px;
		padding-bottom: 6px;
	}
	
	.button_small {
		font-size: 12.65px;
		font-weight: normal;
	}
	
	.big_padz {
		padding: 14px 18px;
	}
	
	.button_big {
		filter: drop-shadow(1px 1px 1px green);
		font-weight: bold;
		font-size: 1.5em;
	}
	
	.thumbs {
		display: grid;
		grid-template-columns: repeat(3, 1fr); gap: 8px;
		max-width: 1280px;
		clear: both;
		margin: 0px 0px;
		padding-bottom: 36px;
	}
	
	.frame {
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.frame a .overlay {
		display:none;
		width: 100%; height:
		100%;
		z-index: 100;
		position: absolute;
		top:0;
		left:0;
	}
	
	.frame a:hover .overlay {
		display:block;
	}

	.frame a .thumbnail {
		width: 100%;
		height: 100%;
	}
	
	.footer-ruler {
		border-top:1px solid #272727;
	}

    .dropdown {
		position: relative;
		display: inline-block;
		padding-bottom: 20px;
		padding-top: 30px;
    }
    
    .dropdown .label {
	    align-self: center;
	    margin-right: 36px;
    }

    .dropbtn {
		background-color: #272727;
		color: #7b808c;
		padding: 14px 16px;
		font-size: 10px;
		border: none;
		cursor: pointer;
		border-radius: 4px;
		display: flex;
		align-content: center;
		flex-direction: row;
		height: auto;
		min-width: 180px;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      margin-top: -40px;
      background-color: rgba(39,39,39,0.1);
      border:1px solid #444;
      z-index: 1001;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-radius: 4px;
      min-width: 170px;
      padding: 10px 6px;
    }

    .dropdown-content a {
      color: #FFF;
	  font-size: 10px;
      padding: 6px 16px;
      text-decoration: none;
      display: block;
    }
    
    .dropdown-content span {
      color: #888;
	  font-size: 10px;
      padding: 6px 16px;
      text-decoration: none;
      display: block;
    }

    .dropdown-content a:hover {
      background-color: #666;
      border-radius: 4px;
      
    }

    .dropdown-content.show {
      display: block;
    }
    
	.dropdown-overlay {
	  display: none;
	  position: fixed;
	  top: 0; left: 0; right: 0; bottom: 0;
	  z-index: 1000;
	  background: transparent;
	}
    
    .dropdown-overlay.active {
      display: block;
    }
    
	.dropdown .icon {
		filter: brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(737%) hue-rotate(193deg) brightness(122%) contrast(100%);
		height: 16px;
		width: auto;
	}
 
    footer {
	    width: 100%;
	    max-width:1280px;
	    color: #666;
	    font-size: 11px;
	    line-height: 18px;
	    padding: 10px 0px;
	    margin: 0px 8px;
	    padding-bottom: 80px;
    }
    footer a {
	    color:#FFF;
	    text-decoration: none;
    }
    
    .paypal_over {
	    z-index: 2000;
	    position: fixed;
	    background-color: rgba(0,0,0,0.9);
	    bottom: 8px; right: 12px;
	    border-radius: 8px;
	    color: #FFF;
    }
    
    .paypal_over a {
	    color:#FFF;
	    text-decoration: none;
    }
    
    .paypal_over a .paypal_container {
	    display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		max-width: 312px;
		margin-bottom: 8px;
    }
   
    .paypal_container div {
	    width: 100%;
	    text-align: center;
		align-self: center;
    }
    
    .paypal_over .close {
	    text-align: right;
	    align-self: center;
	    margin: 0px 16px;
	    margin-top:4px;
	    transform: scaleY(0.8);
    }
    
    .paypal_over .sub {
		font-size:12px;
		padding-bottom: 3px;
		margin: 0px 8px;
    }
    
    .paypal_over .pay {
		font-size:17px; 
		margin: 0px 8px;
		padding-bottom: 8px;
    }
    
    .paypal_over .pay span {
		font-weight: bold;
		font-style: italic;   
	}     
    
    .paypal_over .cards {

    }
    
    .paypal_over .cards img {
	    max-width: 70px;
	}    

	@media (max-width: 638px) {
		.header {
			justify-content: center;
			flex-wrap: wrap;
			height: auto;
		}
		
		.header div {
			width: 100%;
			display: flex;
			justify-content: center;
		}
		
		.logo {
			max-height: 34px;
			padding-top: 12px;
		}
		
		.header div.links {
			width: 100%;
			display: flex;
			justify-content: center;
			padding-top: 8px;
			padding-bottom: 12px;
		}
		
		.hide {
			display: none;
		}
		
		.thumbs {
			grid-template-columns: repeat(1, 1fr);
		}
		.button_big {
			font-size: 1em;
		}
		
		.subheader .subtext {
			font-size: 0.8em;
		}
		
		.subheader .heading {
			font-size: 1em;
			font-weight: bold;
		}
	}
	
	@media (min-width:639px) and (max-width: 767px) {
		.thumbs {
			grid-template-columns: repeat(2, 1fr);
		}
	}
		
	@media (max-width: 1279px) {
		.thumbs {
			margin: 0px 8px;
		}

		.container-max {
			margin: 0px 8px;
		}		
	}