
/*
Theme Name: Escape From Tarkov
Theme URI: https://ton-site.fr
Author: Ton Nom
Version: 1.0
*/

/* Header */
header .container {
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

header .container li {
  padding: 1px 5px;
}

header .top_line {
    top: 0;
    z-index: 9999999;
    background-color: #000;
    box-shadow: 0 4px 2px -2px rgba(232, 190, 107, .8);
    position: relative;
    left: 0;
    right: 0;
    z-index: 5;
    cursor: auto;
    -moz-transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease;
    padding: 20px;
    margin-top: -41px;
}

.page_item {
		display: inline-block;
    max-width: 100%;
    margin: 0;
    position: relative;
}

.contianer h1 {
    width: 500px;
    display: inline-block;
}

body {
  font-family: 'Orbitron', sans-serif;
  background: #090809;
  color: #e0e0e0;
}

a {
  color: #9a8866;
  text-decoration: none;
}

a:hover {
  color: #ffb703;
}

.hero {
    background: url(images/hero.jpg) center / cover no-repeat;
    text-align: center;
    color: #fff;
    padding: 420px 20px;
    cursor: default !important;
}

h2, h3, h4, h5, h6 {
  color: #9a8866;
}

.hero h1 {
  font-size: 3rem;
}

.section {
  padding: 60px 20px;
  max-width: 1241px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}

.button {
  font-family: Bender;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    background-color: #9a8866;
    padding: 4px 20px;
    border-radius: 3px;
    border: none;
    opacity: .8;
}

/* FOOTER */
footer {
	    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    color: #5f5e56;
    z-index: 104;
    position: relative;
    background-color: #090809;
    width: 100%;
		text-align: center;
}