body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
header {
  background-color: #0f4c83;
  padding: 20px 40px;
  color: white;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1150px) {
  header {
    padding: 20px 10px 5px 10px;
  }
}
header div.top-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header span.heading {
  color: #ffaa00;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 5px;
  display: block;
}
header span.tagline {
  font-size: 12px;
  letter-spacing: 3px;
  display: block;
}
header button.hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
}
@media (min-width: 1150px) {
  header button.hamburger {
    display: none;
  }
}
header button.hamburger > span {
  width: 20px;
  border-bottom: 2px solid white;
  height: 5px;
  display: inline-block;
}
header nav#main-nav:hover ul li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
header span.phone {
  font-size: 12px;
}
@media (max-width: 1150px) {
  header span.phone {
    display: none;
  }
}
@media (max-width: 1150px) {
  header nav#main-nav {
    display: none;
  }
}
header nav#main-nav ul {
  list-style-type: none;
  display: flex;
}
header nav#main-nav ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  border: none;
}
header nav#main-nav ul li:hover a {
  color: inherit;
}
header nav#main-nav ul li:not(:last-child) {
  margin-right: 20px;
}
header nav#mobile ul {
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}
header nav#mobile ul li:not(:last-child) {
  margin-bottom: 2px;
}
header nav#mobile ul li {
  text-align: center;
  background-color: darkorange;
}
header nav#mobile ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  border: none;
}
ul,
p {
  line-height: 25px;
  letter-spacing: 1.2px;
}
figure.image-inside-computer img.main-image {
  width: 100%;
  box-sizing: border-box;
  border: 40px solid black;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 730px) {
  figure.image-inside-computer img.main-image {
    border-width: 20px;
  }
}
figure.image-inside-computer img.stand {
  width: calc(100%);
  margin-top: -5px;
}
section > p {
  margin-left: 40px;
  margin-right: 40px;
}
section > ul {
  margin-left: 40px;
  margin-right: 40px;
}
section > h2 {
  margin-left: 40px;
  margin-right: 40px;
}
section > h3 {
  margin-left: 40px;
  margin-right: 40px;
}
section > h4 {
  margin-left: 40px;
  margin-right: 40px;
}
section > ul {
  margin-left: 40px;
  margin-right: 40px;
}
section > img {
  margin-left: 40px;
  margin-right: 40px;
}
.big-text {
  font-size: 23px;
  letter-spacing: 4px;
  font-weight: 100;
}
.hidden {
  display: none;
}
h2.blue-font {
  text-transform: uppercase;
  font-weight: 400;
  color: #0f4b80;
  font-size: 58px;
}
h3.blue-font {
  text-transform: uppercase;
  font-weight: 400;
  color: #0f4b80;
  font-size: 40px;
}
div.text {
  max-width: 800px;
  display: inline-block;
  font-weight: 200;
}
@media (max-width: 730px) {
  div.text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
div.rule-60 {
  width: 60%;
  border-bottom: 1px solid black;
  margin: auto;
  margin-bottom: 10px;
}
div.rule-80 {
  width: 80%;
  border-bottom: 1px solid black;
  margin: auto;
  margin-bottom: 10px;
}
a {
  color: #ff7a05;
  border-bottom: 2px dotted #ff7a05;
  text-decoration: none;
}
a.big-orange-button {
  background-color: #ffaa00;
  color: white;
  padding: 25px 46px;
  text-decoration: none;
  margin: auto;
  width: max-content;
  display: block;
  align-self: center;
  margin-bottom: 20px;
}
div.sky {
  background-size: cover;
  background-position-y: -20px;
  display: grid;
  place-items: center;
  height: 300px;
}
div.sky h1 {
  font-size: 58px;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  max-width: 800px;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 730px) {
  div.sky h1 {
    font-size: 48px;
  }
}
div.devonport-banner {
  background-position-y: -350px;
  background-size: cover;
  height: 250px;
}
@media (max-width: 800px) {
  div.devonport-banner {
    background-position-y: -60px;
    background-size: cover;
    height: 120px;
  }
}
img.full-width {
  width: 100%;
}
div.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  div.two-column {
    grid-template-columns: 1fr;
  }
}
div.two-column div.layout-block {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
div.two-column div.layout-block h2 {
  border-bottom: 1px solid black;
  font-size: 30px;
  align-self: center;
}
div.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  grid-row-gap: 60px;
  justify-items: center;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  div.image-grid {
    grid-template-columns: 1fr;
  }
}
div.image-grid div.layout-block {
  width: 90%;
}
div.image-grid div.layout-block div.description {
  text-align: left;
}
div.image-grid div.layout-block div.description h2 {
  text-decoration: underline;
  font-size: 20px;
}
div.image-grid div.layout-block div.description a.visit-site {
  text-decoration: none;
  color: #ff7a05;
  border-bottom: 1px dotted #ff7a05;
}
div.image-grid div.layout-block img {
  width: 100%;
  height: auto;
}
div.big-site-showcase {
  margin-bottom: 20px;
}
div.big-site-showcase div.description {
  margin-left: auto;
  margin-right: auto;
  width: 33%;
}
@media (max-width: 800px) {
  div.big-site-showcase div.description {
    width: 66%;
  }
}
div.smaller-image-row-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 40px;
  margin-right: 40px;
  text-align: left;
  margin-bottom: 60px;
}
div.smaller-image-row-grid img.small {
  width: 260px;
  height: 150px;
}
@media (max-width: 800px) {
  div.smaller-image-row-grid {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  div.smaller-image-row-grid img.small {
    width: 100%;
    height: auto;
  }
}
div.smaller-image-row-grid h2 {
  text-decoration: underline;
  font-size: 20px;
}
div.smaller-image-row-grid a.visit-site {
  text-decoration: none;
  color: #ff7a05;
  border-bottom: 1px dotted #ff7a05;
  margin-top: 30px;
}
div.smaller-image-row-grid a {
  display: block;
  width: max-content;
}
section#our-work {
  text-align: center;
}
section#our-work div.text {
  padding-top: 80px;
  padding-bottom: 80px;
}
section#email-set-up div.step {
  font-size: 30px;
}
section#email-set-up div.two-column {
  grid-template-columns: 250px 1fr;
}
section#contact ul {
  list-style-type: none;
  padding-left: 0;
}
section#contact img.map {
  width: 100%;
  display: none;
}
section#contact div.details {
  margin-left: 50px;
  max-width: 600px;
}
@media (max-width: 730px) {
  section#contact div.details {
    margin-left: 20px;
  }
}
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 60px;
  background-color: #fa0;
}
@media (max-width: 730px) {
  footer {
    padding: 40px 20px;
    font-size: smaller;
  }
}
footer ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
footer ul li a {
  color: black;
  border-bottom: none;
}
.center {
  text-align: center;
}
.push-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dark-blue {
  background-color: #0f4c83;
  text-align: center;
  padding: 20px 40px;
  color: white;
}
/*# sourceMappingURL=styles.css.map */