@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {

  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
  margin: 0;
}
h1 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  color: #000;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  color: #242424;
  letter-spacing: 1px;
  font-weight: lighter;
  font-style: italic;
}

.container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url('');
  background-size: cover;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: table;
}

.content {
  display: table-cell;
  vertical-align: middle;
}

.item {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
  margin-top: 40px;
}
.item h4{
  color: #242424;
  font-size: 40px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: lighter;
  font-style: italic;
}

.address-p {
  font-size: 1.2em !important;
  color: #232323;
  max-width: 600px;
  margin: 0 auto;
}

.address-p-2 {
  padding-top: 20px;
  font-size: 1.1em !important;
  color: #232323;
  max-width: 600px;
  margin: 0 auto;
}



.container-header {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.logo_header {
  max-width: 250px;
}

.head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}



.content {
  color: white;
  z-index: 1;
}

.icon {
  stroke: white;
}

canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.icons-home a .icon {
  fill: #fff;
  width: 18px;
  height: 18px;
}

.icon {
  width: 30px;
  height: 30px;
}

.icons-home {
  text-align: center;
}

.icons-home a {
  display: inline-block;
  padding: .938rem;
  margin: .125rem;
  border-radius: 50%;
  border: .125rem solid #fff;
  line-height: 0;
  transition: all .35s;
}

.icons-home a .icon {
  fill: #fff;
  width: 18px;
  height: 18px;
}

.icons-home a:hover {
  background: #fff;
}

.icons-home a:hover .icon {
  fill: #333
}

@media only screen and (min-width: 800px) {
  h1 {
    font-size: 3em;
  }

  p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 2em;
  }

  p {
    font-size: 1.2em;
  }

}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2em;
  }

  p {
    font-size: 1em;
    padding: 0 10px;
  }

  .address-p {
    font-size: 1em !important;
  }

  .logo_header {
    max-width: 220px;
  }

  .container-header {
    text-align: center;
  }
  .item h4{font-size: 25px;}
  .item h4 span{width: 100%;display: inline-block;}
}