/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.no-margin {
  margin: 0 !important; }

.background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block; }

.logo {
  background-image: url("./../img/logo.svg"); }

.header {
  background-color: #d42b69;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  .header .logo {
    height: 32px;
    width: 250px; }

.container {
  padding: 0px 20px;
  max-width: 1140px;
  margin: 0 auto; }

h1 {
  font-family: Poppins;
  color: #1c1c26;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 16px; }

p {
  color: #1c1c26;
  font-family: Poppins;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px; }
  p.subtitle {
    margin-bottom: 0;
    color: #8593a6;
    font-family: Roboto;
    font-size: 16px; }
  p.secondary {
    color: #ffffff;
    text-align: center;
    margin-bottom: 24px; }

a.text-link {
  color: #f03a85;
  font-family: Roboto;
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
  text-decoration: none; }

.graphic {
  width: 100%;
  max-width: 420px;
  height: 266px;
  margin: 8px auto 24px;
  background-image: url("./../img/website-down.svg"); }

footer {
  background-color: #17172d;
  padding: 24px 0; }

.daffodil-group-logo {
  background-image: url("./../img/daffodil-group.svg");
  height: 31px;
  width: 201px;
  margin: 0 auto 24px; }

hr {
  height: 1px;
  width: 100%;
  background-color: rgba(206, 212, 219, 0.25);
  border: none;
  margin: 0 0 8px; }

.group-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .group-logos div {
    height: 32px;
    margin: 8px 0; }

.daffodil-it-logo {
  background-image: url("./../img/it-logo.svg");
  width: 150px; }

.daffodil-marketing-logo {
  background-image: url("./../img/marketing-logo.svg");
  width: 250px; }

.daffodil-comms-logo {
  background-image: url("./../img/comms-logo.svg");
  width: 220px; }

.daffodil-wifi-logo {
  background-image: url("./../img/wifi-logo.svg");
  width: 178px; }

@media screen and (min-width: 768px) {
  .header {
    padding: 40px;
    margin-bottom: 64px;
    justify-content: flex-start; }
  h1 {
    font-size: 34px;
    line-height: 52px; }
  p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px; }
  a.text-link {
    font-size: 20px; }
  .graphic {
    margin-bottom: 120px; }
  footer {
    padding: 40px 0; }
  hr {
    margin: 0 0 24px; }
  .group-logos {
    flex-direction: row;
    justify-content: space-between; }
    .group-logos div {
      margin: 0; } }
