:root {
  /* Global Constants */
  /* --pageBGColor: #f4f4f4; */
  /* --pageHoverColor: #cccccc; */

  /* Template 1, Style 1 - RGB Deep Blues */
  /* --lightBannerColor: rgb(187, 211, 218); */
  /* --pageTopHighlight: rgb(150, 200, 250); */
  /* --pageBottomHighlight: rgb(150, 200, 250); */
  /* --darkBannerColor: rgba(36, 79, 147, 1); */
  /* --lightText: rgb(232, 235, 241); */
  /* --darkText: rgba(57, 62, 65, 1); */
  /* --textShadow: black; */
  /* --imageSplash: url("/template-three/img/dental-showcase1.png"); */

  /* Template 1, Style 2 - RGB Forest Green */
  /* --lightBannerColor: rgb(215, 201, 170, 1);
  --pageTopHighlight: rgb(214, 71, 58);
  --pageBottomHighlight: rgb(238, 235, 211, 1);
  --darkBannerColor: rgb(37, 89, 87, 1);
  --lightText: rgb(211, 182, 120);
  --darkText: rgb(116, 39, 33);
  --textShadow: rgb(4, 41, 19);
  --imageSplash: url("/template-three/img/dental-showcase2.png"); */

  /* Template 1, Style 3 - RGB Orange and Grey */
  /* --lightBannerColor: #d1d5d8;
  --pageTopHighlight: #e8491d;
  --pageBottomHighlight: #e8491d;
  --darkBannerColor: #35424a;
  --lightText: white;
  --darkText: black;
  --textShadow: black;
  --imageSplash: url("/template-three/img/dental-showcase3.png"); */
}

/* Global */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4; /* pageBGColor */
}

.container {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

.dark {
  float: left;
  /* padding: 10px 10px 10px 10px; */
  padding: 15px;
  background: rgba(36, 79, 147, 1);
  color: rgb(232, 235, 241);
  /* width: 100%; */
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgb(150, 200, 250);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.dark a {
  text-decoration: underline;
  color: rgb(232, 235, 241); /* lightText */
}

.span-accent {
  font-weight: bold;
  color: rgb(150, 200, 250); /* pageTopHighlight */
}

.header-return {
  background: pink;
  text-align: center;
}

/* Header Section */
header {
  background: rgba(36, 79, 147, 1); /* darkBannerColor */
  color: rgb(232, 235, 241); /* lightText */
  padding-top: 30px;
  min-height: 70px;
  text-shadow: 0.15em 0.15em 0.2em black; /* textShadow */
  border-bottom: rgb(150, 200, 250) 3px solid; /* pageTopHighlight */
}

header a {
  color: rgb(232, 235, 241); /* lightText */
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

header li {
  display: inline;
  padding: 0 20px 0 20px;
}

header #branding {
  float: left;
}

header #branding h1 {
  margin: 0;
}

header nav {
  float: right;
  margin-top: 10px;
}

header .highlight,
header .current a {
  color: rgb(150, 200, 250); /* pageTopHighlight */
  font-weight: bold;
}

header a:hover {
  color: #cccccc; /* pageHoverColor */
  font-weight: bold;
}

/* Showcase Section */
#showcase {
  background-image: url("../img/dental-showcase1.png");
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

#showcase h1 {
  margin-top: 100px;
  color: rgb(232, 235, 241); /* lightText */
  font-size: 2.5em;
  margin-bottom: 10px;
  text-shadow: 0.1em 0.1em 0.5em black; /* textShadow */
}

#showcase p {
  font-size: 20px;
  color: rgb(232, 235, 241); /* lightText */
  text-shadow: 0.1em 0.1em 0.5em black; /* textShadow */
}

/* Welcome Section */
#welcome {
  color: rgba(57, 62, 65, 1); /* darkText */
  margin-top: 10px;
  margin-bottom: 20px;
}

#welcome h1 {
  text-align: center;
}

#welcome .boxes {
  width: 90%;
  margin: auto;
}

#welcome .box1 {
  float: left;
  /* text-align: left; */
  width: 45%;
  margin: 0 10px 0 0;
}

#welcome .box2 {
  float: left;
  /* text-align: left; */
  width: 45%;
  margin: 0 0 0 10px;
}

/* Services Section */
#services {
  overflow: auto;
  padding: 0 0 10px 0;
  color: rgb(232, 235, 241); /* lightText */
  background: rgba(36, 79, 147, 1); /* darkBannerColor */
}

#services h1 {
  text-align: center;
}

#boxes {
  margin-top: 10px;
}

#services .box {
  float: left;
  text-align: center;
  width: 30%;
  padding: 5px 5px 20px 5px;
  /* padding: 10px; */
}

#services a {
  /* text-decoration: none; */
  color: rgb(232, 235, 241); /* lightText */
}
#services .box:hover {
  color: rgb(150, 200, 250); /* pageTopHighlight */
}

#services .box img {
  width: 40px;
  height: 40px;
}

/* Samples Page */
.sample-text {
  width: 80%;
  margin: 10px 10px 0px 10px;
  text-align: left;
  float: left;
}
.sample-text .highlight {
  /* color: var(--pageHighlight); */
  color: white;
  font-weight: bold;
  text-shadow: 0.15em 0.15em 0.2em black;
}

.sample-img {
  margin: 10px 10px 10px 10px;
  float: right;
}

/* Address Section */
#address {
  background: rgb(187, 211, 218); /* lightBannerColor */
}
/* Main-col */
#google-map {
  float: left;
  width: 65%;
  /* border: 1px solid black; */
}

/* Main-col */
article#main-col {
  float: left;
  width: 60%;
}
/* Sidebar / Address */
aside#sidebar {
  float: right;
  width: 30%;
  margin-top: 10px;
}
article img {
  width: 40px;
}
aside li {
  margin-left: 40px;
}

/* Footer Section */
footer {
  /* margin-top: 20px; */
  border-top: rgb(150, 200, 250) 3px solid; /* pageBottomHighlight */
  color: rgb(232, 235, 241); /* lightText */
  background-color: rgba(36, 79, 147, 1); /* darkBannerColor */
  padding-right: 10px;
  text-align: right;
  text-shadow: 0.15em 0.15em 0.2em black; /* textShadow */
}

/* Media Queries */
@media (max-width: 768px) {
  header #branding,
  header nav,
  header nav li,
  #services h1,
  #services ul,
  #services .box,
  #welcome .box1,
  #welcome .box2,
  article#main-col,
  aside#sidebar {
    float: none;
    text-align: center;
    width: 100%;
  }

  #welcome .box1,
  #welcome .box2 {
    width: 95%;
  }

  #google-map {
    float: none;
    width: 95%;
  }

  header {
    padding-bottom: 20px;
  }

  #showcase h1 {
    margin-top: 30px;
  }
}
