/*
Theme Name: Atomic Berries Dominance
Theme URI: https://atomicberries.com
Description: Atomic Berries Theme
Author: Mike
Template: twentytwenty
Version: 1.0.1
Text Domain: twentytwenty-child
*/

@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&display=swap');

body {
  font-family: "Asap Condensed", sans-serif !important;  
  font-weight: 450;
}

h1, h2, h3, h4 {
  font-family: "Bebas Neue", sans-serif !important;
}

#main h2 {
  line-height: 1 !important;
}

h2.shine {
  margin-bottom: 14px;
}

h3.centerize {
	width: 100%;
	text-align: center;
	line-height: 1;
	margin-bottom: 24px;
}
.language-flags a {
  text-decoration: none;
}

nav.top-menu,
nav.mobile-menu {
  display: block;
  position: fixed;
  right: 64px;
  top: 24px;
  z-index: 500;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 80%;
}

nav.mobile-menu {
  right: 32px;
  top: 24px;
}

nav.top-menu a,
nav.mobile-menu a {
  text-decoration: none;
}

#menu-toggle {
  display: none;
  position: fixed;
  right: 48px;
  top: 18px;
  z-index: 500;
  cursor: pointer;
}

nav.mobile-menu,
#menu-toggle {
  display: none;
}

nav.mobile-menu .x-button {
  position: absolute;
  top: 4px;
  right: 12px;
  color: black;
  cursor: pointer;
}

nav.mobile-menu .nav-item {
  display: block;
  padding: 9px;
  background: #e90c26;
}

nav.top-menu .nav-item {
	display: table-cell;
	padding: 2px 12px;
	background: #e90c26;
}

.nav-item:hover {
  background: #c50a20 !important;
}

nav.mobile-menu .nav-item.current, 
nav.top-menu .nav-item.current {
  background: #b80a1e;
}

nav.mobile-menu.is-open {
  display: block;
}

#hero .language-flags {
	position: absolute;
	top: 1.3rem;
	left: 42px;
	display: flex;
	transform: none;
	gap: 1rem;
	z-index: 10;
}

.scrim {
  background: #0006 !important;
}

.polaroid img {
  margin: 1em auto;
  border: 3px solid #fff9;
  border-radius: 5px;
  transform: rotateZ(-0.15deg);
}

blockquote {
  border-left: 3px solid white;
  padding-left: 24px;
}

@media screen and (max-width: 1160px) {	
	.no-mobile {
		display: none;
	}
	
	nav.top-menu {
    display: none;
  }
  
  #menu-toggle {
    display: block;
  }
  
  .release-container {
    max-width: 90% !important;
  }
}
