html,
body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #291114;
  text-align: center;
}
html,
body,
div,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
em,
font,
img,
u,
i,
article,
textarea,
section,
input,
ul,
li,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none;
}

ul {
  list-style: none;
}
img {
  border: none;
  width: 100%;
}
a {
  width: auto;
  height: auto;
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #eb9545;
  /* text-decoration: none; */
}
a img {
  border: 0;
}
/*********************************************************/
.logo {
  width: 300px;
  height: 200px;
  background-image: url(../images/logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10% auto 0 auto;
}
.social li {
  color: #fff;
  font-size: 3em;
  padding: 0 20px;
  display: inline-block;
}
.social li:hover {
  color: #eb9545;
}

/* .email {
  color: #fff;
  font-size: em;
  padding: 0 20px;
  display: inline-block;
}
.email:hover {
  color: #eb9545;
} */

/*********************************************************/
