body {
  --dark-grey: #515966;
  --light-grey: #EEF1F6;
  --bittersweet: #FF6666;
  --white: #fff;
  --black: #000;
  --ps-blue: #102582;
  --ps-red: #982440;
  --text-grey: #333;
}

.section-dark {
  background: var(--dark-grey);
  color: var(--white);
}

.section-grey {
  background: var(--light-grey);
  color: #333;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 500;
}

p, ul, ol {
  font-size: 18px;
  margin: 0;
}

p {
  margin-bottom: 1em;
}

p a, p a:visited, .text a, .text a:visited {
  color: #000;
  font-weight: 600;
}

phillipsoft-logo {
  --font-size: 30px;
  display: inline-block;
  z-index: 1;
}

body > nav {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 2rem;
  align-items: center;
  padding: 0 1rem;
  font-size: 14px;
}

body > nav ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  display: grid;
  grid-column-gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

body > nav ul li {
  display: inline-block;
}

body > nav ul li:not(.contact-us-link) {
  display: none;
}

@media only screen and (min-device-width: 768px) {
  body > nav ul.nav-links-2 {
    grid-template-columns: repeat(2, max-content) 1fr;
  }

  body > nav ul.nav-links-3 {
    grid-template-columns: repeat(3, max-content) 1fr;
  }

  body > nav ul li:not(.contact-us-link) {
    display: inline-block;
  }
}
body > nav ul .contact-us-link {
  text-align: right;
}

body > nav ul .contact-us-link a {
  display: inline-block;
  padding: 0.5em 0.8em;
  background: tomato;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 75%;
}

body > nav ul a {
  text-decoration: none;
}

body > nav ul li:not(.contact-us-link) a,
body > nav ul li:not(.contact-us-link) a:visited {
  color: inherit;
}

body > nav ul li:not(.contact-us-link) a:hover {
  color: var(--top-nav-link-hover, var(--ps-red));
}

@media only screen and (min-device-width: 768px) {
  body > nav {
    font-size: 18px;
  }

  body > nav ul {
    grid-column-gap: 1.5rem;
  }
}
@media screen and (max-width: 556px) {
  body > nav ul li:nth-child(2) {
    display: none;
  }
}
footer {
  min-height: 75px;
  margin-top: 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 3rem !important;
  padding-bottom: 1rem !important;
}

.footer-links {
  display: grid;
  text-align: center;
}

.footer-links h1 {
  color: var(--ps-blue);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}

.footer-link a, .footer-links a:visited {
  color: #333;
  text-decoration: none;
}

.copyright p {
  text-align: center;
  font-size: 75%;
}

@media only screen and (min-device-width: 768px) {
  .footer-links {
    grid-template-columns: repeat(2, 200px);
    text-align: left;
  }
}
.unstyled-list {
  list-style-type: none;
  padding: 1em 0;
  line-height: 1.5;
}

.contained-section {
  padding: 2rem 1rem;
}

.container {
  padding: 0 1rem;
}

@media only screen and (min-device-width: 768px) {
  .contained-section {
    padding: 4rem 8rem;
  }

  .container {
    padding: 0 8rem;
  }
}
.heading-large {
  font-size: 3em;
}

.list li {
  margin-bottom: 1em;
}

form fieldset {
  border: none;
}
form fieldset::after {
  clear: both;
}
form fieldset legend {
  color: #081341;
  font-size: 110%;
  font-weight: 600;
}
form label {
  line-height: 2rem;
}
form input:not([type=submit]), form textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 0.9em;
}
form input:not([type=submit]) {
  margin-bottom: 15px;
}
form textarea {
  height: 11rem;
}
form input[type=submit] {
  width: 100px;
  float: right;
}

.contact-form {
  display: grid;
  grid-column-gap: 10px;
}

@media only screen and (min-device-width: 768px) {
  .contact-form {
    grid-template-columns: max-content 1fr 1fr;
  }

  .contact-image-wrap {
    justify-self: auto;
  }
}
.contact-image-wrap {
  justify-self: center;
}

.contact-image-wrap img {
  width: 90px;
}

.contact-info {
  padding: 6px 10px;
}

.button {
  font-family: inherit;
  border: none;
  background: #102582;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}

.button:hover {
  background: #40519b;
}

.link-button {
  display: inline-block;
  padding: 0.5em 0.8em;
  text-align: center;
  text-decoration: none;
}

phillipsoft-logo {
  --font-size: 30px;
  display: inline-block;
}

/* Functional */
.container {
  padding: 0 1rem;
}

.plain-list {
  list-style-type: none;
  padding: 0;
}

@media only screen and (min-device-width: 768px) {
  .container {
    padding: 0 8rem;
  }
}
.center-self {
  justify-self: center;
}

.mt4 {
  margin-top: 4rem;
}

.hero {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.hero #hero-booking {
  display: grid;
  justify-content: center;
  font-size: 130%;
  margin-top: 2rem;
}
.hero #hero-booking a {
  background-color: var(--bittersweet);
  border: 2px solid black;
  color: white;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .hero #hero-booking {
    grid-row: 2;
    grid-column: span 2;
  }
  .hero #hero-booking a {
    margin-top: 3rem;
  }
}

.hero img {
  min-width: 100%;
}

.hero .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 4rem 2rem;
  color: white;
}

.hero .content h1 {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 1.5rem;
}

.hero .content p {
  line-height: 34px;
  margin-top: 1em;
}

.hero .content .text {
  font-size: 24px;
}

.hero .content h1, .hero .content .text {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  font-weight: 300;
}

@media screen and (max-device-width: 500px) and (orientation: portrait) {
  .hero img {
    object-position: -350px;
  }
}
@media only screen and (min-device-width: 768px) {
  .hero {
    height: 550px;
  }

  .hero .content {
    padding: 8rem 6rem;
  }

  .hero .content h1 {
    font-size: 50px;
  }

  .hero .content .text {
    font-size: 30px;
  }

  .hero .content p {
    line-height: 40px;
  }
}
.section-heading {
  display: inline-block;
  font-size: 34px;
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: 2px solid tomato;
  margin-bottom: 2rem;
}

.section-iot {
  display: grid;
}

.section-iot h1 {
  font-size: 3em;
  text-align: center;
  color: var(--ps-blue);
  margin-bottom: 1rem;
}

.section-iot .iot-explain {
  width: 75%;
  border-radius: 20px;
  justify-self: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-pitch {
  background: #40519b;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-device-width: 768px) {
  .section-pitch p {
    width: 70%;
  }
}
.our-advantage {
  display: grid;
  grid-gap: 15px;
  line-height: 24px;
}

@media only screen and (min-device-width: 768px) {
  .our-advantage {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .our-advantage header {
    grid-column: span 3;
  }
}
.our-advantage article {
  display: grid;
  grid-row-gap: 15px;
  grid-template-rows: 130px max-content max-content;
}

.our-advantage svg {
  height: 112px;
}

#section-posts {
  display: grid;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
#section-posts h1 {
  font-size: 2em;
  text-align: center;
  color: var(--ps-blue);
  margin-bottom: 4rem;
}
#section-posts #posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-column-gap: 3rem;
}
#section-posts article {
  display: grid;
  justify-content: center;
}
#section-posts article figure {
  height: 233px;
  margin: 0;
  display: grid;
  align-items: center;
}
#section-posts article img {
  width: 100%;
  object-fit: cover;
}
#section-posts article > img, #section-posts article > a {
  margin-bottom: 1rem;
}
#section-posts article a {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
#section-posts article a, #section-posts article a:visited {
  color: var(--black);
  text-decoration: underline;
}
#section-posts article p {
  text-align: justify;
}
#section-posts #posts-navigation {
  display: grid;
  justify-content: right;
}
#section-posts #posts-navigation #more-posts {
  font-style: italic;
  font-weight: 600;
  font-size: 120%;
  color: var(--ps-red);
}
@media only screen and (min-device-width: 768px) {
  #section-posts article:only-child {
    grid-column: 2;
  }
}

.contact {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer {
  display: grid;
}

footer .attribution {
  font-size: 80%;
}

footer hr {
  border-style: dashed;
}

@media only screen and (min-device-width: 768px) {
  footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    grid-column: 1/3;
  }

  footer hr {
    display: none;
  }

  footer .copyright {
    align-self: center;
  }
}

/*# sourceMappingURL=alexa.css.map */
