/* 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/daffodil-software-light.png");
}

.header {
  background-color: #3f3cc6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  height: 114px;
  width: 100%;
}
.header .logo {
  height: 32px;
  width: 235px;
  margin: 41px 40px;
}

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

.one {
  width: 8.33%;
  float: left;
}
.two {
  width: 16.66%;
  float: left;
  min-height: 200px;
}

.three {
  width: 22.5%;
  float: left;
  min-height: 150px;
  margin-left: 2.5%;
}

.four {
  width: 33.33%;
  float: left;
  min-height: 200px;
}

.five {
  width: 41.66%;
  float: left;
}

.six {
  width: 50%;
  float: left;
}

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

h2 {
  font-family: Poppins;
  color: #1c1c26;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 16px;
}

p {
  color: #8593a6;
  font-family: Roboto;
  font-size: 20px;
  line-height: 32px;
}

.subtitle {
  color: #8593a6;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
}

p.secondary {
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}

a.text-link {
  color: #3f3cc6 !important;
  font-family: Roboto;
  font-size: 20px;
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}

a:-webkit-any-link {
  text-decoration: none;
  color: inherit;
}

button {
  height: 56px;
  width: 204px;
  border-radius: 4px;
  background-color: #3f3cc6;
  border: none;
  color: #ffffff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  text-transform: uppercase;
}

.graphic {
  width: 100%;
  max-width: 445px;
  height: 263px;
  margin: 8px auto 24px;
  background-image: url("./../img/coming-soon.svg");
}

.social-media {
  height: 40px;
  width: 40px;
}
.social-media-text {
  vertical-align: bottom;
  padding-left: 10px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  line-height: 32px;
}

.Upperfooter {
  background-color: #17172d;
  opacity: 0.97;
  padding: 0px 0px 48px;
}

.upperFooter .subtitle {
  opacity: 0.5;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
}

.upperFooter .content {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 16px;
}

.upperFooter .tcs {
  opacity: 0.5;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 32px;
}

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 {
    margin-bottom: 64px;
    justify-content: flex-start;
  }
  h1 {
    font-size: 34px;
    line-height: 52px;
  }

  .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;
  }
}
