/*----CSS----*/

/*--GOOGLE FONTS--
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
--*/



body {
  background: black;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  padding: 70px 300px;
}

.container  {
  text-align: center;
  width: 100%;
  padding: 70px;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0e8043;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  color: #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}

h1  {
  font-size: 4em;
  color: white;
  letter-spacing: 3px;
  margin-top: 70px;
}

section p  {
  margin-top: 70px;
  text-align: left;
  line-height: 1.8;
}

.link  {
  margin-top: 40px;
}

.address  {
  font-size: .8em;
  letter-spacing: 5px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px)  {
body  {
    padding: 20px;
}

div.link  {
  margin-bottom: 40px;
}
h1  {
  font-size: 2.5em;
  color: white;
  letter-spacing: 3px;
  margin-top: 40px;
}

section p  {
  margin-top: 40px;
  text-align: center;
}

.link  {
  margin-top: 30px;
}
}
