/*
Theme Name:		Funko Kroeger 2026
Theme URI:		
Author:			Jumaqu.io
Author URI:		n/a
Version:		1.0
*/

	
:root{
	--grey: #333;
	--black: #000;
	--white: #FFF;
}

@font-face {
  font-family: "TT Norms Black";
  src: url("fonts/TTNorms-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("fonts/TTNorms-Regular.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Bold";
  src: url("fonts/TTNorms-Bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; font-smoothing: antialiased; }
html, body {padding: 0; margin: 0;}
body { font-size:18px; color: var(--Dark); background: var(--White); font-family: "TT Norms", sans-serif; overflow-x:hidden; letter-spacing:0; font-weight:400; }
input, textarea { border-radius:0; }
input, textarea, select, label { font-family: 'Open Sans', sans-serif; outline:0; }
input:focus, input:hover { outline:0; }
::-webkit-input-placeholder { color:#D8D8D8; opacity:1; }
:-moz-placeholder { color:#D8D8D8; opacity:1; }
::-moz-placeholder { color:#D8D8D8; opacity:1; }
:-ms-input-placeholder { color:#D8D8D8; opacity:1; }

h1, h2, h3, h4, h5, h6 { padding:0; margin:0; letter-spacing:0; outline:0; }
h1 {letter-spacing: -1px; color: var(--White); font-weight: 500; font-family: "TT Norms Black", sans-serif;}
h2, h3 { font-size: 50px; font-weight: 400; line-height:1.2; margin: 0;}
.eyebrow {text-transform: uppercase; font-size: 14px; letter-spacing: 1px; font-weight: 400;}

img { display:block; max-width:100%; height:auto; }
ul,ol { margin:0; padding:0; list-style:none; }
a, a:visited, a:active, input[type=submit] { text-decoration:none; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; -o-transition:all .3s ease-out; -ms-transition:all .3s ease-out; transition:all .3s ease-out; }
a:focus, a:hover { text-decoration:none; outline:0; }
:focus, :hover { text-decoration:none; outline:0; }
svg path { transition:all .3s ease-out; }
p { margin:0 0 25px 0; line-height:1.2; }
strong { font-weight:700; }

.button {
	display: inline-block; padding: 0 20px; margin: 0; cursor: pointer;
	background: var(--white); border: solid 1px var(--white); border-radius: 88px; white-space: nowrap; 
	font-size: 18px; font-weight: 700; color: var(--black); line-height: 40px; 
	min-width: 149px; text-align: center;
	font-family: "TT Norms Bold", sans-serif;
}
	.button:hover {background: rgba(236, 236, 236, 1);}

.btn-holder {}


/*-----------------------------------------------------------------------------------*/
/* Structure
/*-----------------------------------------------------------------------------------*/

.container { display: flex; flex-wrap: wrap; margin:0 auto; width: 100%; padding-left: 60px; padding-right: 60px; max-width: 1480px; }


/*-----------------------------------------------------------------------------------*/
/* Header styling
/*-----------------------------------------------------------------------------------*/

#header { padding: 0; margin: 0; background: var(--black); color: var(--white);}
	#header .container {justify-content: space-between; align-content: center; height: 90px;}

	#header .header-left {display:flex; align-items:center; width: 300px;}
		#header .header-left .logo { margin: 0; display:flex; align-items:center; height: 33px; }
		#header .header-left .logo:hover { opacity: 0.8 }
	
		#header .header-left .logo:first-of-type { padding-right: 20px; margin-right: 20px; border-right: 1px solid #ccc; }

	#header .header-right { display:flex; justify-content: flex-end; align-items: center; width: calc(100% - 300px);}
		#header .header-right nav {  }
			#header .header-right nav ul { margin:0 25px 0 0; display:flex; align-items:center; justify-content: flex-end; }
				#header .header-right nav ul li { margin:0 0 0 25px; transition:all .3s ease-out;}
					#header .header-right nav a { color:var(--White);}
						#header .header-right nav a:hover {border-bottom: 2px solid var(--white); text-decoration: none;}
		#header .header-right .button { min-width: 152px; padding: 0; margin: 0;}


/*-----------------------------------------------------------------------------------*/
/* Footer styling
/*-----------------------------------------------------------------------------------*/

#footer {padding: 40px 0; background: var(--white); color: var(--black);}		
	#footer .container {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
		#footer p:first-of-type {padding: 0; margin: 0; font-size: 14px; font-weight: 700; width: 50%; text-align: left;}
		#footer p:last-of-type {padding: 0; margin: 0; font-size: 14px; width: 50%; text-align: right;}

   
/*-----------------------------------------------------------------------------------*/
/* Home Page styling
/*-----------------------------------------------------------------------------------*/

#announcing {padding: 40px 0; background: var(--grey) url(images/announcement-bg.png) center center / cover; color: var(--white);}
	#announcing .container {align-items: center; justify-content: space-between;}
		#announcing-text {width: calc(45% - 20px);}
			#announcing-text .eyebrow {}
			#announcing-text h1 {margin: 20px 0; max-width: 580px;}
			#announcing-text p {font-size: 24px; line-heiught: 32px; font-weight: 400;}
			#announcing-text .button {min-width: 187px; margin: 0 10px 10px 0;}
		#announcing-image {width: calc(55% - 20px);}

#about {padding: 100px 0 60px 0; background: var(--white); color: var(--black);}
	#about .container {align-items: flex-start; justify-content: space-between;}
		#about-kroeger {width: calc(50% - 40px);}
		#about-funko {width: calc(50% - 40px);}
			#about .logo {height: 82px; display: flex; align-items: center; margin: 0; max-width: 60%;}
			#about .logo:hover {opacity: 0.66;}
			#about h3 {margin: 30px 0 10px 0; font-weight: 700; font-family: "TT Norms Bold", sans-serif;}
			#about p {font-weight: 400; font-size: 18px; line-height: 28px;}

#social-media {background: var(--black); padding: 40px 0;}
	#social-media .container {align-items: center; justify-content: center;}
		#social-media .container img {margin: 0 5px;}
		#social-media .container img:hover {opacity: 0.8;}


