/*
 Theme Name:     A1 AirCon
 Theme URI:      https://github.com/lukeholloway
 Description:    A1 AirCon Theme
 Author:         Luke Holloway
 Author URI:     https://github.com/lukeholloway
 Version:        1.0.0
*/


body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

#header,
#footer,
hr {
  display: none;
}

section {
  width: 100%;
  height: 100%;
  height: 100vh;
}

.content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 60%;
  max-width: 700px;
  text-align: center;
}

.content-box img {
  width: 90%;
  max-width: 400px;
  height: auto;
}

.content-box .content {
  margin-top: 40px;
}
