/* Reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

html,
body {
  height: 100%;
  background-color: #000;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  background: url(../images/bg.jpg) right bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  position: relative;
}

.black {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  height: 100%;
}

#header {
  width: 100%;
  /* padding: 110px 0 60px 0; */
  height: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

h1 {
  /* font-family: 'Damion', cursive; */
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 4px;
}

h2 strong.sep-one {
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  margin-left: -80px;
  margin-top: 15px;
}

h2 strong.sep-two {
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
}

#middle {
  width: 100%;
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#middle p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 34px;
  padding: 0 30%;
}

#middle a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 34px;
}

#footer {
  width: 100%;
  height: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#footer a {
  width: 40px;
  height: 40px;
  margin: auto;
}

#footer a.instagram {
  background: url(../images/instagram.png) 100% 100%;
  background-size: cover;
}
@media screen and (max-width: 812px) {
  h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 15px;
  }
  h2 strong.sep-one {
    width: 30px;
    margin-left: -40px;
    margin-top: 7px;
  }
  h2 strong.sep-two {
    width: 30px;
    margin-left: 10px;
    margin-top: 7px;
  }
  #middle p {
    font-size: 17px;
    line-height: unset;
  }
  #middle a {
    font-size: 17px;
  }
  #footer a {
    width: 40px;
    height: 40px;
    margin: auto;
  }
}
@media screen and (max-width: 568px) {
  #header {
    width: 100%;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 15px;
  }

  h2 strong.sep-one {
    width: 30px;
    margin-left: -40px;
    margin-top: 7px;
  }

  h2 strong.sep-two {
    width: 30px;
    margin-left: 10px;
    margin-top: 7px;
  }
}
