/*
 * Globals
 */


/* Links */
a,
a:focus,
a:hover,
a:visited {
  color: #fff;
}

a, a:visited {
  text-decoration: underline;
}
a:focus, a:hover {
  text-decoration: none;
}

a.plain, a.plain:visited {
  text-decoration: none;
}
a.plain:focus, a.plain:hover {
  text-decoration: underline;
}



/*
 * Base structure
 */

html,
body {
  height: 100%;
  overflow-x: hidden;
  background-color: #262626;
  font-family: open-sans, sans-serif;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.wrapper {
	height: 100%;
}

.cover-container {
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tint {
  background: #000000;
  opacity: 0.85;
  text-align: left;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header, main, footer {
  z-index: 1;
}


/*
 * Fonts
 */
.h1, h1 {
  font-size: calc(22px + 12 * ((100vw - 575px) / 1400));
  font-weight: 600;
  line-height: 1.2;
}
.h2, h2 {
  font-size: calc(22px + 12 * ((100vw - 575px) / 1400));
  font-weight: 500;
  line-height: 1.2;
}
p {
  font-size: calc(15px + 8 * ((100vw - 575px) / 1400));
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.mastfoot p {
  font-size: calc(10px + 2 * ((100vw - 575px) / 1400));
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 20px 0;
}


/*
 * Misc
 */
.ml-auto, .mx-auto {
  margin-left: inherit!important;
}

.hero {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.carousel, .carousel-inner, .carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact h2 {
  display: inline-block;
}


/*
 * Header
 */


/*
 * Footer
 */
.mastfoot {
  color: #b3b3b3;
  padding-bottom: 1rem;
}

.mastfoot .copy {
  margin: 20px 0 0 0 !important;
}


/*
 * Media Queries
 */

/* Small Mobile Portrait */
@media only screen and (max-width: 320px) {
}

@media only screen and (min-width: 321px) and (max-width: 575px) {
}

/* Mobile Portrait */
@media only screen and (max-width: 575px) {
.h1, h1 {
  font-size: 22px;
}
p {
  font-size: 15px;
}
.mastfoot p {
  font-size: 10px;
}
.masthead img {
  width: 35%;
}
.tel {
  margin: 0.5rem 0 1rem 0;
}
.email {
  margin: 0 0 1.5rem 0;
}
}

/* Mobile Landscape */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.cover-container {
	padding: 2rem !important;
}
.masthead img {
  width: 20%;
}
.tel {
  margin: 0.5rem 1rem 1rem 0;
}
.email {
  margin: 0 0 1.5rem 1rem;
}
}

/* Mobile Portrait & Landscape */
@media (max-width: 767px) {
.tel {
  padding: 0 0 0 38px;
  background: url(img/tel-icon.svg) no-repeat;
  background-size: 28px 23px;
  background-position: left 55%;
}
.email {
  padding: 0 0 0 30px;
  background: url(img/email-icon.svg) no-repeat;
  background-size: 22px 23px;
  background-position: left 60%;
}
.service {
  padding: 2.5rem 0 0.25rem 0;
}
.domestic {
  padding: 0.25rem 0 0 0;
}
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.masthead img {
  width: 15%;
}
.service {
  padding: 2rem 0 0 0;
}
.domestic {
  padding: 0 0 0 0;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.tel {
  padding: 0 0 0 45px;
  background: url(img/tel-icon.svg) no-repeat;
  background-size: 34px 28px;
  background-position: left 55%;
  margin: 1rem;
}
.email {
  padding: 0 0 0 37px;
  background: url(img/email-icon.svg) no-repeat;
  background-size: 27px 28px;
  background-position: left 60%;
  margin: 1rem;
}
}

@media (max-width: 991px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.service {
  padding: 3rem 0 0.5rem 0;
}
.domestic {
  padding: 0.5rem 0 0 0;
}
}

/* Tablet Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.masthead img {
  width: 20%;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.masthead img {
  width: 15%;
}
}

@media screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.masthead img {
  width: 15%;
}
}

@media screen and (min-width: 1600px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
.masthead img {
  width: 14%;
}
}
	
@media screen and (min-width: 1900px) {
.masthead img {
  width: 13%;
}
}