/*============================================================
Imports
=============================================================*/
/*============================================================
Css refresh
=============================================================*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: center;
  background-color: black;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1, h2, h3, a {
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
  color: #257E99;
  text-transform: uppercase;
}

/*Header=================================*/
li, #logo, #arrow {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}

header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

header nav {
  float: right;
  margin: 10px 50px 0 0;
}

header nav ul li {
  float: left;
  margin-right: 25px;
}

header nav ul li:hover {
  padding-top: 5px;
}

header nav ul li a {
  font-size: 14px;
}

section {
  min-height: 100%;
}

#logo {
  width: 140px;
  float: left;
  margin: 10px 0 0 50px;
}

#logo:hover {
  opacity: 0.5;
}

#logo img {
  width: 100%;
}

/*Home=================================*/
#Home {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%), url(assets/contruction.jpg);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  /*background: url(assets/contruction.jpg);*/
  background-position: center;
  Background-size: cover;
}

#Home h1 {
  margin: 100px auto 0 auto;
  vertical-align: middle;
  font-size: 60px;
  /*color: #257E99;*/
  color: white;
}

#subtext {
  margin: 550px auto 0 auto;
  font-family: 'Prompt', sans-serif;
  font-weight: 300;
  color: white;
  /*color: #257E99;*/
  vertical-align: middle;
}

#arrow {
  width: 40px;
  height: auto;
  margin-top: 100px;
}

#arrow:hover {
  padding-top: 10px;
}

#attention {
  width: 150px;
  height: auto;
  margin: 15% auto 0 auto;
}

#mail {
  margin: 550px auto 0 auto;
  font-family: 'Prompt', sans-serif;
  font-weight: 200;
  color: deepskyblue;
}

footer {
  background-color: black;
}

#info {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}

#footItem {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

#footerEnd {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  padding-bottom: 50px;
  vertical-align: middle;
}

@media (max-width:1025px) {

  /*tablet, landscape iPad, lo-res laptops ands desktops */
  body {
    font-size: 14px;
  }

  #subtext {
    margin: 450px auto 0 auto;
  }

  #Home h1 {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footItem {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
  }

  #footerEnd {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 30px;
  }
}

@media (max-width:961px) {

  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  body {
    font-size: 12px;
  }

  #Home h1 {
    font-size: 30px;
  }

  #footItem {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
  }

  #footerEnd {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 20px;
  }
}

@media (max-width:810px) {
  body {
    font-size: 20px;
  }

  #Home h1 {
    font-size: 40px;
  }

  #footItem {
    display: block;
    width: 90%;
  }

  #footerEnd {
    padding-top: 20px;
  }

  #subtext {
    margin: 550px auto 0 auto;
  }
}

@media (max-width:640px) {

  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  body {
    font-size: 12px;
  }

  #subtext {
    margin: 400px auto 0 auto;
  }

  #Home h1 {
    font-size: 20px;
  }

  #footItem {
    display: block;
    width: 80%;
  }
}

@media (max-width:639px) {

  /* smartphones, iPhone, portrait 480x320 phones */
  #subtext {
    margin: 350px auto 0 auto;
  }

  #footItem {
    display: block;
    width: 78%;
  }
}
