/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
  margin: 0;
  background-color: whitesmoke;
  font-family: "Red Hat Display", sans-serif;
}
header {
  width: 100%;
  height: 100px;
  position: fixed;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.134);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.134);
  background-color: whitesmoke;
  z-index: 10;
  top: 0;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 100px 100px 100px;
}
.logo {
  float: left;
}
.menu {
  height: 100px;
  float: right;
  padding: 30px 0;
}
.menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
header nav ul li a {
  padding: 31px 50px;
  font-size: 30px;
  font-weight: lighter;
  text-decoration: none;
}
header nav ul li :hover {
  background-color: lightgrey;
}
.title {
  padding-top: 100px;
  height: 1050px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.title img {
  position: fixed;
  -webkit-box-shadow: 0 4px 30px #000;
  box-shadow: 0 4px 30px #000;
}
.main {
  position: relative;
  z-index: 3;
  background-color: whitesmoke;
  height: 700px;
  padding: 200px;
}
.map {
  float: left;
  width: 600px;
  height: 496px;
  -webkit-box-shadow: 0 4px 30px #000;
  box-shadow: 0 4px 30px #000;
}
.map img {
  width: 717px;
  height: auto;
}
#info {
  float: right;
  width: calc(100% - 720px);
}
#info h1 {
  font-size: 35px;
  padding-left: 100px;
}
#info p {
  font-size: 20px;
  padding: 50px 100px;
}
#inventory {
  position: relative;
  z-index: 3;
  background-color: whitesmoke;
  padding-top: 20px;
}
#inventory h2 {
  text-align: center;
  font-size: 50px;
  height: 50px;
}
.block-inventory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 200px;
}
table {
  width: 50%;
  margin: auto;
  margin-left: 0;
  font-size: 22px;
  background-color: whitesmoke;
}
th {
  background-color: #adafbc;
}
.tr-bold:hover {
  background-color: #adafbc;
}
.img-inventory img {
  height: 742px;
  width: auto;
  -webkit-box-shadow: 0 4px 30px #000;
  box-shadow: 0 4px 30px #000;
}
footer h3 {
  font-size: 50px;
  text-align: center;
  margin-top: 0;
}

/* zone contact */

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 35px;
  font-weight: bold;
  margin: 0 50px 50px 50px;
}

.contact textarea {
  margin: auto;
}
#message {
  display: block;
  margin: auto;
}
.main_contact {
  width: 50%;
  margin: auto;
  margin-top: 500px;
  background-color: #adafbc;
  border-radius: 50px;
  -webkit-box-shadow: 8px 10px 4px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 8px 10px 4px 4px rgba(0, 0, 0, 0.13);
}
.main_contact h1 {
  text-align: center;
  font-size: 45px;
  padding-top: 25px;
}
.main_contact button {
  margin: 20px 20px 20px 45%;
  width: 100px;
  font-size: 25px;
}
input {
  border-radius: 5px;
}
textarea {
  border-radius: 5px;
}

/*Royal family*/

.family-title {
  margin-top: 150px;
  text-align: center;
  font-size: 75px;
}
.heroes {
  width: 500px;
}
.heroes img {
  width: 500px;
  height: 800px;
}
