/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* 
  html { height: 100%*number of blocks; }, body { height: 100%;}, #div { height: 100%/number of blocks; }. 
  So if you have 3 sections, it will be html { height: 300%; } body { height: 100%; } #div { height: 33.3% }
*/

html,
body {
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

body {
  color: #fff;
  text-transform: uppercase;
  font: 16px / 26px "d-dinregular", Arial, Verdana, sans-serif;
  overflow-x: hidden;
}

.xnav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
}

.xnav ul {
  display: none;
}

.xnav svg {
  width: 150px;
  height: auto;
}

.xnav a {
  transition-property: text-decoration;
  transition-duration: 5s;
  transition-delay: 5s;
  transition-timing-function: ease-out;
}

.xnav a:hover,
.xnav a:focus {
  text-decoration: underline;
}

.fill-white {
  fill: #fff;
}

a:active,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}

a {
  font: 16px/24px;
  font-weight: 700;
  font-style: normal;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-left: 40px;
}

#section-one {
  background: url(assets/img/bag.png) no-repeat center center;
  background-size: cover;
}

#section-one .btn {
  margin-bottom: 25%;
}

#section-two {
  background: url(assets/img/ep\(2\).png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section-three {
  background: url(assets/img/flower.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section-four {
  background: url(assets/img/fan.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section-five {
  background: url(assets/img/uw.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section-six {
  background: url(assets/img/uw.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-div a {
  margin: 15px 0 0;
  transition: color 1s cubic-bezier(0.25, 1, 0.25, 1),
    background-color 1s cubic-bezier(0.25, 1, 0.25, 1);
}

.content {
  width: 400px;
}
#pan {
  width: 400px;
  padding-bottom: 70px;
}

#last {
  width: 311px;
  padding-bottom: 50px;
}

h1 {
  margin: 0 0 20px;
}

h2 {
  margin: 0 0 5px;
}

h1,
h2 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -1px;
}

h1,
h2,
.btn {
  font-family: "d-dindin-bold", Arial, Helvetica, sans-serif;
}

.btn {
  font-size: 18px;
  border: 2px solid #fff;
  padding: 12px 15px;
  margin-bottom: 20%;
  width: 10em;
  text-align: center;
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  background-color: #fff;
  color: #000;
}

.foot-nav {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  width: 100%;
  font: 12px "d-dindin-bold", Arial, Helvetica, sans-serif;
  padding: 39px 0;
  background-color: black;
}

.foot-span {
  font-family: "d-dinregular", Arial, Helvetica, sans-serif;
  color: #979797;
  text-align: center;
  margin: 0 20px 15px;
}

.foot-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.foot-nav a {
  margin: 0 22px;
  transition: color 0.3s ease-in;
}

.foot-nav a:hover,
.foot-nav a:focus {
  color: #979797;
}

@media (min-width: 963px) {
  .xnav {
    padding: 0;
    margin: 0 auto;
    margin: 0 0 0 100px;
    width: 90%;
    justify-content: space-between;
    align-items: center;
  }

  .xnav svg {
    width: 210px;
  }

  .xnav ul {
    display: flex;
  }

  .xnav li {
    justify-content: space-between;
  }

  .xnav a {
    font-size: 14px;
  }

  .topnav-left-list {
    padding-right: 730px;
    padding-top: 25px;
  }

  .topnav-left-list li {
    padding-right: 30px;
  }

  .topnav-right-list {
    padding-top: 25px;
  }

  .topnav-right-list li:first-child {
    padding-right: 30px;
  }

  .content {
    width: 520px;
    padding-left: 100px;
  }

  #last {
    width: 468px;
  }

  h4 {
    font-size: 20px;
  }

  h1,
  h2 {
    font-size: 48px;
  }

  .foot-nav {
    flex-direction: row;
    justify-content: center;
  }
}
