@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
/* ++ GOOGLE MATERIAL ICONS ++ */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
.ggl {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* -- GOOGLE MATERIAL ICONS -- */
.t-sccs {
  color: hsl(78, 77%, 37%);
}

.bg-sccs {
  background-color: hsl(78, 77%, 37%);
}

a.btn.btn-sccs {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-sccs:hover {
  background-color: #5a7a10;
}

a.btn.btn-out-sccs {
  border: 1px solid hsl(78, 77%, 37%);
  background-color: none;
  color: hsl(78, 77%, 37%);
}
a.btn.btn-out-sccs:hover {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-sccs {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

.t-info {
  color: hsl(219, 50%, 49%);
}

.bg-info {
  background-color: hsl(219, 50%, 49%);
}

a.btn.btn-info {
  background-color: hsl(219, 50%, 49%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-info:hover {
  background-color: #325595;
}

a.btn.btn-out-info {
  border: 1px solid hsl(219, 50%, 49%);
  background-color: none;
  color: hsl(219, 50%, 49%);
}
a.btn.btn-out-info:hover {
  background-color: hsl(219, 50%, 49%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-info {
  background-color: hsl(219, 50%, 49%);
  color: hsl(0, 0%, 100%);
}

.t-warn {
  color: hsl(39, 76%, 40%);
}

.bg-warn {
  background-color: hsl(39, 76%, 40%);
}

a.btn.btn-warn {
  background-color: hsl(39, 76%, 40%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-warn:hover {
  background-color: #875e12;
}

a.btn.btn-out-warn {
  border: 1px solid hsl(39, 76%, 40%);
  background-color: none;
  color: hsl(39, 76%, 40%);
}
a.btn.btn-out-warn:hover {
  background-color: hsl(39, 76%, 40%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-warn {
  background-color: hsl(39, 76%, 40%);
  color: hsl(0, 0%, 100%);
}

.t-dngr {
  color: hsl(356, 77%, 38%);
}

.bg-dngr {
  background-color: hsl(356, 77%, 38%);
}

a.btn.btn-dngr {
  background-color: hsl(356, 77%, 38%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-dngr:hover {
  background-color: #7e1018;
}

a.btn.btn-out-dngr {
  border: 1px solid hsl(356, 77%, 38%);
  background-color: none;
  color: hsl(356, 77%, 38%);
}
a.btn.btn-out-dngr:hover {
  background-color: hsl(356, 77%, 38%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dngr {
  background-color: hsl(356, 77%, 38%);
  color: hsl(0, 0%, 100%);
}

.t-prim {
  color: hsl(166, 100%, 26%);
}

.bg-prim {
  background-color: hsl(166, 100%, 26%);
}

a.btn.btn-prim {
  background-color: hsl(166, 100%, 26%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-prim:hover {
  background-color: #00523f;
}

a.btn.btn-out-prim {
  border: 1px solid hsl(166, 100%, 26%);
  background-color: none;
  color: hsl(166, 100%, 26%);
}
a.btn.btn-out-prim:hover {
  background-color: hsl(166, 100%, 26%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-prim {
  background-color: hsl(166, 100%, 26%);
  color: hsl(0, 0%, 100%);
}

.t-mprm {
  color: hsl(166, 100%, 38%);
}

.bg-mprm {
  background-color: hsl(166, 100%, 38%);
}

a.btn.btn-mprm {
  background-color: hsl(166, 100%, 38%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-mprm:hover {
  background-color: #008f6d;
}

a.btn.btn-out-mprm {
  border: 1px solid hsl(166, 100%, 38%);
  background-color: none;
  color: hsl(166, 100%, 38%);
}
a.btn.btn-out-mprm:hover {
  background-color: hsl(166, 100%, 38%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-mprm {
  background-color: hsl(166, 100%, 38%);
  color: hsl(0, 0%, 100%);
}

.t-lprm {
  color: hsl(168, 33%, 94%);
}

.bg-lprm {
  background-color: hsl(168, 33%, 94%);
}

a.btn.btn-lprm {
  background-color: hsl(168, 33%, 94%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-lprm:hover {
  background-color: #c9e4de;
}

a.btn.btn-out-lprm {
  border: 1px solid hsl(168, 33%, 94%);
  background-color: none;
  color: hsl(168, 33%, 94%);
}
a.btn.btn-out-lprm:hover {
  background-color: hsl(168, 33%, 94%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-lprm {
  background-color: hsl(168, 33%, 94%);
  color: hsl(0, 0%, 100%);
}

.t-prim-o-90 {
  color: hsla(166, 0%, 48%, 0.9);
}

.bg-prim-o-90 {
  background-color: hsla(166, 0%, 48%, 0.9);
}

a.btn.btn-prim-o-90 {
  background-color: hsla(166, 0%, 48%, 0.9);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-prim-o-90:hover {
  background-color: rgba(97, 97, 97, 0.9);
}

a.btn.btn-out-prim-o-90 {
  border: 1px solid hsla(166, 0%, 48%, 0.9);
  background-color: none;
  color: hsla(166, 0%, 48%, 0.9);
}
a.btn.btn-out-prim-o-90:hover {
  background-color: hsla(166, 0%, 48%, 0.9);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-prim-o-90 {
  background-color: hsla(166, 0%, 48%, 0.9);
  color: hsl(0, 0%, 100%);
}

.t-scnd {
  color: hsl(167, 33%, 89%);
}

.bg-scnd {
  background-color: hsl(167, 33%, 89%);
}

a.btn.btn-scnd {
  background-color: hsl(167, 33%, 89%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-scnd:hover {
  background-color: #b8dbd3;
}

a.btn.btn-out-scnd {
  border: 1px solid hsl(167, 33%, 89%);
  background-color: none;
  color: hsl(167, 33%, 89%);
}
a.btn.btn-out-scnd:hover {
  background-color: hsl(167, 33%, 89%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-scnd {
  background-color: hsl(167, 33%, 89%);
  color: hsl(0, 0%, 100%);
}

.t-whte {
  color: hsl(0, 0%, 100%);
}

.bg-whte {
  background-color: hsl(0, 0%, 100%);
}

a.btn.btn-whte {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-whte:hover {
  background-color: #e6e6e6;
}

a.btn.btn-out-whte {
  border: 1px solid hsl(0, 0%, 100%);
  background-color: none;
  color: hsl(0, 0%, 100%);
}
a.btn.btn-out-whte:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-whte {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

.t-lght {
  color: hsl(0, 0%, 90%);
}

.bg-lght {
  background-color: hsl(0, 0%, 90%);
}

a.btn.btn-lght {
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-lght:hover {
  background-color: #cccccc;
}

a.btn.btn-out-lght {
  border: 1px solid hsl(0, 0%, 90%);
  background-color: none;
  color: hsl(0, 0%, 90%);
}
a.btn.btn-out-lght:hover {
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-lght {
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 100%);
}

.t-smke {
  color: hsl(0, 0%, 80%);
}

.bg-smke {
  background-color: hsl(0, 0%, 80%);
}

a.btn.btn-smke {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-smke:hover {
  background-color: #b3b3b3;
}

a.btn.btn-out-smke {
  border: 1px solid hsl(0, 0%, 80%);
  background-color: none;
  color: hsl(0, 0%, 80%);
}
a.btn.btn-out-smke:hover {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-smke {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}

.t-mute {
  color: hsl(0, 0%, 70%);
}

.bg-mute {
  background-color: hsl(0, 0%, 70%);
}

a.btn.btn-mute {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-mute:hover {
  background-color: #999999;
}

a.btn.btn-out-mute {
  border: 1px solid hsl(0, 0%, 70%);
  background-color: none;
  color: hsl(0, 0%, 70%);
}
a.btn.btn-out-mute:hover {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-mute {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}

.t-slvr {
  color: hsl(0, 0%, 60%);
}

.bg-slvr {
  background-color: hsl(0, 0%, 60%);
}

a.btn.btn-slvr {
  background-color: hsl(0, 0%, 60%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-slvr:hover {
  background-color: gray;
}

a.btn.btn-out-slvr {
  border: 1px solid hsl(0, 0%, 60%);
  background-color: none;
  color: hsl(0, 0%, 60%);
}
a.btn.btn-out-slvr:hover {
  background-color: hsl(0, 0%, 60%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-slvr {
  background-color: hsl(0, 0%, 60%);
  color: hsl(0, 0%, 100%);
}

.t-gray {
  color: hsl(0, 0%, 50%);
}

.bg-gray {
  background-color: hsl(0, 0%, 50%);
}

a.btn.btn-gray {
  background-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-gray:hover {
  background-color: #666666;
}

a.btn.btn-out-gray {
  border: 1px solid hsl(0, 0%, 50%);
  background-color: none;
  color: hsl(0, 0%, 50%);
}
a.btn.btn-out-gray:hover {
  background-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-gray {
  background-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
}

.t-dgry {
  color: hsl(0, 0%, 40%);
}

.bg-dgry {
  background-color: hsl(0, 0%, 40%);
}

a.btn.btn-dgry {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-dgry:hover {
  background-color: #4d4d4d;
}

a.btn.btn-out-dgry {
  border: 1px solid hsl(0, 0%, 40%);
  background-color: none;
  color: hsl(0, 0%, 40%);
}
a.btn.btn-out-dgry:hover {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dgry {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}

.t-dark {
  color: hsl(0, 0%, 30%);
}

.bg-dark {
  background-color: hsl(0, 0%, 30%);
}

a.btn.btn-dark {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-dark:hover {
  background-color: #333333;
}

a.btn.btn-out-dark {
  border: 1px solid hsl(0, 0%, 30%);
  background-color: none;
  color: hsl(0, 0%, 30%);
}
a.btn.btn-out-dark:hover {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dark {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}

.t-ddrk {
  color: hsl(0, 0%, 20%);
}

.bg-ddrk {
  background-color: hsl(0, 0%, 20%);
}

a.btn.btn-ddrk {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-ddrk:hover {
  background-color: #1a1a1a;
}

a.btn.btn-out-ddrk {
  border: 1px solid hsl(0, 0%, 20%);
  background-color: none;
  color: hsl(0, 0%, 20%);
}
a.btn.btn-out-ddrk:hover {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-ddrk {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}

.t-blck {
  color: hsl(0, 0%, 10%);
}

.bg-blck {
  background-color: hsl(0, 0%, 10%);
}

a.btn.btn-blck {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-blck:hover {
  background-color: black;
}

a.btn.btn-out-blck {
  border: 1px solid hsl(0, 0%, 10%);
  background-color: none;
  color: hsl(0, 0%, 10%);
}
a.btn.btn-out-blck:hover {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-blck {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}

.t-dblk {
  color: hsl(0, 0%, 0%);
}

.bg-dblk {
  background-color: hsl(0, 0%, 0%);
}

a.btn.btn-dblk {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-dblk:hover {
  background-color: black;
}

a.btn.btn-out-dblk {
  border: 1px solid hsl(0, 0%, 0%);
  background-color: none;
  color: hsl(0, 0%, 0%);
}
a.btn.btn-out-dblk:hover {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dblk {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

.t-pink {
  color: hsl(332, 79%, 58%);
}

.bg-pink {
  background-color: hsl(332, 79%, 58%);
}

a.btn.btn-pink {
  background-color: hsl(332, 79%, 58%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-pink:hover {
  background-color: #db1a74;
}

a.btn.btn-out-pink {
  border: 1px solid hsl(332, 79%, 58%);
  background-color: none;
  color: hsl(332, 79%, 58%);
}
a.btn.btn-out-pink:hover {
  background-color: hsl(332, 79%, 58%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-pink {
  background-color: hsl(332, 79%, 58%);
  color: hsl(0, 0%, 100%);
}

.t-rred {
  color: hsl(354, 67%, 48%);
}

.bg-rred {
  background-color: hsl(354, 67%, 48%);
}

a.btn.btn-rred {
  background-color: hsl(354, 67%, 48%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-rred:hover {
  background-color: #a2202d;
}

a.btn.btn-out-rred {
  border: 1px solid hsl(354, 67%, 48%);
  background-color: none;
  color: hsl(354, 67%, 48%);
}
a.btn.btn-out-rred:hover {
  background-color: hsl(354, 67%, 48%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-rred {
  background-color: hsl(354, 67%, 48%);
  color: hsl(0, 0%, 100%);
}

.t-orng {
  color: hsl(27, 98%, 54%);
}

.bg-orng {
  background-color: hsl(27, 98%, 54%);
}

a.btn.btn-orng {
  background-color: hsl(27, 98%, 54%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-orng:hover {
  background-color: #de6502;
}

a.btn.btn-out-orng {
  border: 1px solid hsl(27, 98%, 54%);
  background-color: none;
  color: hsl(27, 98%, 54%);
}
a.btn.btn-out-orng:hover {
  background-color: hsl(27, 98%, 54%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-orng {
  background-color: hsl(27, 98%, 54%);
  color: hsl(0, 0%, 100%);
}

.t-yllw {
  color: hsl(45, 100%, 51%);
}

.bg-yllw {
  background-color: hsl(45, 100%, 51%);
}

a.btn.btn-yllw {
  background-color: hsl(45, 100%, 51%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-yllw:hover {
  background-color: #d19d00;
}

a.btn.btn-out-yllw {
  border: 1px solid hsl(45, 100%, 51%);
  background-color: none;
  color: hsl(45, 100%, 51%);
}
a.btn.btn-out-yllw:hover {
  background-color: hsl(45, 100%, 51%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-yllw {
  background-color: hsl(45, 100%, 51%);
  color: hsl(0, 0%, 100%);
}

.t-dylw {
  color: hsl(43, 100%, 44%);
}

.bg-dylw {
  background-color: hsl(43, 100%, 44%);
}

a.btn.btn-dylw {
  background-color: hsl(43, 100%, 44%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-dylw:hover {
  background-color: #ad7c00;
}

a.btn.btn-out-dylw {
  border: 1px solid hsl(43, 100%, 44%);
  background-color: none;
  color: hsl(43, 100%, 44%);
}
a.btn.btn-out-dylw:hover {
  background-color: hsl(43, 100%, 44%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dylw {
  background-color: hsl(43, 100%, 44%);
  color: hsl(0, 0%, 100%);
}

.t-mgrn {
  color: hsl(78, 77%, 37%);
}

.bg-mgrn {
  background-color: hsl(78, 77%, 37%);
}

a.btn.btn-mgrn {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-mgrn:hover {
  background-color: #5a7a10;
}

a.btn.btn-out-mgrn {
  border: 1px solid hsl(78, 77%, 37%);
  background-color: none;
  color: hsl(78, 77%, 37%);
}
a.btn.btn-out-mgrn:hover {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-mgrn {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}

.t-ygrn {
  color: hsl(105, 61%, 44%);
}

.bg-ygrn {
  background-color: hsl(105, 61%, 44%);
}

a.btn.btn-ygrn {
  background-color: hsl(105, 61%, 44%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-ygrn:hover {
  background-color: #3c8c22;
}

a.btn.btn-out-ygrn {
  border: 1px solid hsl(105, 61%, 44%);
  background-color: none;
  color: hsl(105, 61%, 44%);
}
a.btn.btn-out-ygrn:hover {
  background-color: hsl(105, 61%, 44%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-ygrn {
  background-color: hsl(105, 61%, 44%);
  color: hsl(0, 0%, 100%);
}

.t-lgrn {
  color: hsl(78, 39%, 85%);
}

.bg-lgrn {
  background-color: hsl(78, 39%, 85%);
}

a.btn.btn-lgrn {
  background-color: hsl(78, 39%, 85%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-lgrn:hover {
  background-color: #c9d8a6;
}

a.btn.btn-out-lgrn {
  border: 1px solid hsl(78, 39%, 85%);
  background-color: none;
  color: hsl(78, 39%, 85%);
}
a.btn.btn-out-lgrn:hover {
  background-color: hsl(78, 39%, 85%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-lgrn {
  background-color: hsl(78, 39%, 85%);
  color: hsl(0, 0%, 100%);
}

.t-pcfc {
  color: hsl(188, 78%, 41%);
}

.bg-pcfc {
  background-color: hsl(188, 78%, 41%);
}

a.btn.btn-pcfc {
  background-color: hsl(188, 78%, 41%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-pcfc:hover {
  background-color: #117c8d;
}

a.btn.btn-out-pcfc {
  border: 1px solid hsl(188, 78%, 41%);
  background-color: none;
  color: hsl(188, 78%, 41%);
}
a.btn.btn-out-pcfc:hover {
  background-color: hsl(188, 78%, 41%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-pcfc {
  background-color: hsl(188, 78%, 41%);
  color: hsl(0, 0%, 100%);
}

.t-azre {
  color: hsl(218, 82%, 61%);
}

.bg-azre {
  background-color: hsl(218, 82%, 61%);
}

a.btn.btn-azre {
  background-color: hsl(218, 82%, 61%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-azre:hover {
  background-color: #1c67e9;
}

a.btn.btn-out-azre {
  border: 1px solid hsl(218, 82%, 61%);
  background-color: none;
  color: hsl(218, 82%, 61%);
}
a.btn.btn-out-azre:hover {
  background-color: hsl(218, 82%, 61%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-azre {
  background-color: hsl(218, 82%, 61%);
  color: hsl(0, 0%, 100%);
}

.t-dblu {
  color: hsl(215, 50%, 23%);
}

.bg-dblu {
  background-color: hsl(215, 50%, 23%);
}

a.btn.btn-dblu {
  background-color: hsl(215, 50%, 23%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-dblu:hover {
  background-color: #111e32;
}

a.btn.btn-out-dblu {
  border: 1px solid hsl(215, 50%, 23%);
  background-color: none;
  color: hsl(215, 50%, 23%);
}
a.btn.btn-out-dblu:hover {
  background-color: hsl(215, 50%, 23%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-dblu {
  background-color: hsl(215, 50%, 23%);
  color: hsl(0, 0%, 100%);
}

.t-indi {
  color: hsl(263, 52%, 41%);
}

.bg-indi {
  background-color: hsl(263, 52%, 41%);
}

a.btn.btn-indi {
  background-color: hsl(263, 52%, 41%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-indi:hover {
  background-color: #452678;
}

a.btn.btn-out-indi {
  border: 1px solid hsl(263, 52%, 41%);
  background-color: none;
  color: hsl(263, 52%, 41%);
}
a.btn.btn-out-indi:hover {
  background-color: hsl(263, 52%, 41%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-indi {
  background-color: hsl(263, 52%, 41%);
  color: hsl(0, 0%, 100%);
}

.t-viol {
  color: hsl(270, 67%, 21%);
}

.bg-viol {
  background-color: hsl(270, 67%, 21%);
}

a.btn.btn-viol {
  background-color: hsl(270, 67%, 21%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-viol:hover {
  background-color: #1c092f;
}

a.btn.btn-out-viol {
  border: 1px solid hsl(270, 67%, 21%);
  background-color: none;
  color: hsl(270, 67%, 21%);
}
a.btn.btn-out-viol:hover {
  background-color: hsl(270, 67%, 21%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-viol {
  background-color: hsl(270, 67%, 21%);
  color: hsl(0, 0%, 100%);
}

.t-brwn {
  color: hsl(21, 78%, 20%);
}

.bg-brwn {
  background-color: hsl(21, 78%, 20%);
}

a.btn.btn-brwn {
  background-color: hsl(21, 78%, 20%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-brwn:hover {
  background-color: #2d1406;
}

a.btn.btn-out-brwn {
  border: 1px solid hsl(21, 78%, 20%);
  background-color: none;
  color: hsl(21, 78%, 20%);
}
a.btn.btn-out-brwn:hover {
  background-color: hsl(21, 78%, 20%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-brwn {
  background-color: hsl(21, 78%, 20%);
  color: hsl(0, 0%, 100%);
}

.t-umbr {
  color: hsl(16, 13%, 39%);
}

.bg-umbr {
  background-color: hsl(16, 13%, 39%);
}

a.btn.btn-umbr {
  background-color: hsl(16, 13%, 39%);
  color: hsl(0, 0%, 100%);
}
a.btn.btn-umbr:hover {
  background-color: #544540;
}

a.btn.btn-out-umbr {
  border: 1px solid hsl(16, 13%, 39%);
  background-color: none;
  color: hsl(16, 13%, 39%);
}
a.btn.btn-out-umbr:hover {
  background-color: hsl(16, 13%, 39%);
  color: hsl(0, 0%, 100%);
}

div.alrt.alrt-umbr {
  background-color: hsl(16, 13%, 39%);
  color: hsl(0, 0%, 100%);
}

.f-prim {
  font-family: "Book Antiqua";
}

.f-scnd {
  font-family: "Fondamento";
}

.t-thin {
  font-weight: 100;
}

.t-nrml {
  font-weight: 400;
}

.t-thck {
  font-weight: 900;
}

.t-gnt {
  font-size: 3.2rem;
}

.t-hge {
  font-size: 2.4rem;
}

.t-big {
  font-size: 1.8rem;
}

.t-grt {
  font-size: 1.6em;
}

.t-lrg {
  font-size: 1.4rem;
}

.t-mdl {
  font-size: 1.2rem;
}

.t-nrm {
  font-size: 1rem;
}

.t-ltl {
  font-size: 0.9rem;
}

.t-sml {
  font-size: 0.8rem;
}

.t-tny {
  font-size: 0.7rem;
}

.t-cntr {
  text-align: center;
}

.t-rght {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-jstf {
  text-align: justify;
}

.wd-auto {
  width: auto;
}

.wd-100 {
  width: 100%;
}

.wd-90 {
  width: 90%;
}

.wd-80 {
  width: 80%;
}

.wd-70 {
  width: 70%;
}

.wd-60 {
  width: 60%;
}

.wd-50 {
  width: 50%;
}

.wd-40 {
  width: 40%;
}

.wd-30 {
  width: 30%;
}

.wd-20 {
  width: 20%;
}

.wd-10 {
  width: 10%;
}

.p-auto {
  padding: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-top: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.p-5 {
  padding: 0.5rem;
}

.px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-5 {
  padding-top: 0.5rem;
}

.pr-5 {
  padding-right: 0.5rem;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.pl-5 {
  padding-left: 0.5rem;
}

.m-5 {
  margin: 0.5rem;
}

.mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-5 {
  margin-top: 0.5rem;
  margin-top: 0.5rem;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mr-5 {
  margin-right: 0.5rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.ml-5 {
  margin-left: 0.5rem;
}

.p-10 {
  padding: 1rem;
}

.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pr-10 {
  padding-right: 1rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pl-10 {
  padding-left: 1rem;
}

.m-10 {
  margin: 1rem;
}

.mx-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-10 {
  margin-top: 1rem;
  margin-top: 1rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mr-10 {
  margin-right: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.ml-10 {
  margin-left: 1rem;
}

.p-15 {
  padding: 1.5rem;
}

.px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.m-15 {
  margin: 1.5rem;
}

.mx-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-15 {
  margin-top: 1.5rem;
  margin-top: 1.5rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.p-20 {
  padding: 2rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.m-20 {
  margin: 2rem;
}

.mx-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-20 {
  margin-top: 2rem;
  margin-top: 2rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mr-20 {
  margin-right: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.ml-20 {
  margin-left: 2rem;
}

.p-30 {
  padding: 3rem;
}

.px-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pr-30 {
  padding-right: 3rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pl-30 {
  padding-left: 3rem;
}

.m-30 {
  margin: 3rem;
}

.mx-30 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-30 {
  margin-top: 3rem;
  margin-top: 3rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mr-30 {
  margin-right: 3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.ml-30 {
  margin-left: 3rem;
}

.p-40 {
  padding: 4rem;
}

.px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pr-40 {
  padding-right: 4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pl-40 {
  padding-left: 4rem;
}

.m-40 {
  margin: 4rem;
}

.mx-40 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-40 {
  margin-top: 4rem;
  margin-top: 4rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mr-40 {
  margin-right: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.ml-40 {
  margin-left: 4rem;
}

.p-50 {
  padding: 5rem;
}

.px-50 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pr-50 {
  padding-right: 5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pl-50 {
  padding-left: 5rem;
}

.m-50 {
  margin: 5rem;
}

.mx-50 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-50 {
  margin-top: 5rem;
  margin-top: 5rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mr-50 {
  margin-right: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.ml-50 {
  margin-left: 5rem;
}

@font-face {
  font-family: "LTWave";
  src: url("/http/assets/fonts/ltwave-regular-webfont.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  color: hsl(0, 0%, 10%);
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

::-moz-selection {
  background: hsl(166, 100%, 26%);
  /* WebKit/Blink Browsers */
  color: hsl(0, 0%, 100%);
}

::selection {
  background: hsl(166, 100%, 26%);
  /* WebKit/Blink Browsers */
  color: hsl(0, 0%, 100%);
}

::-moz-selection {
  background: hsl(166, 100%, 26%);
  /* Gecko Browsers */
  color: hsl(0, 0%, 100%);
}

section {
  overflow: auto;
}

p {
  margin: 0;
  margin-top: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: hsl(166, 100%, 26%);
}

a:hover {
  color: hsl(166, 100%, 38%);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

body {
  background-color: hsl(0, 0%, 100%);
}

section.bg-1 {
  background: url("../imgs/bg/bg-01.jpg");
}

.bg-2 {
  background: url("../imgs/bg/bg-02.jpeg");
  background-size: 100%;
}

.bg-3 {
  background: url("../imgs/bg/bg-03.jpeg");
  background-size: 100%;
}

.bg-4 {
  background: url("../imgs/bg/bg-04.jpeg");
  background-size: 100%;
}

section.bg-half {
  background-repeat: no-repeat;
  background-position: 50% top;
}

.container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.container div {
  flex: 1;
}
.container.f-col {
  flex-direction: column;
  align-items: normal;
}

.f-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.f-row div {
  align-self: flex-start;
  flex: 1;
}
.f-row div.f-2 {
  flex: 2;
}
.f-row div.f-3 {
  flex: 3;
}
.f-row div.f-4 {
  flex: 4;
}
.f-row div.f-5 {
  flex: 5;
}
.f-row.f-acntr {
  align-items: center;
}
.f-row.f-jcntr {
  justify-content: center;
}
.f-row.f-strtch div {
  align-self: stretch;
}

.f-col {
  display: flex;
  flex-direction: column;
}
.f-col div {
  flex: 1;
}

.f-stretch {
  align-items: stretch;
}

.f-gap-5 {
  gap: 0.5rem;
}

.f-gap-10 {
  gap: 1rem;
}

.f-gap-15 {
  gap: 1.5rem;
}

.f-gap-20 {
  gap: 2rem;
}

.box {
  border-radius: 6px;
}

.box-cntnt {
  margin: 8px;
  border: 4px dotted;
  padding: 8px;
}
.box-cntnt a:hover {
  color: hsl(168, 33%, 94%);
}
.box-cntnt.box-updown {
  border-left: 0;
  border-right: 0;
}

.card {
  background-color: hsl(78, 39%, 85%);
  background: hsl(78, 77%, 37%);
  background: linear-gradient(159deg, hsl(78, 77%, 37%) 0%, hsl(78, 39%, 85%) 70%);
  text-align: center;
  font-weight: bold;
  margin: 8px;
  padding: 8px;
  border-top: 1px dashed hsl(0, 0%, 80%);
  border-bottom: 1px dashed hsl(0, 0%, 80%);
  border-radius: 6px;
}
.card img {
  border-radius: 6px;
}
.card .name {
  padding-top: 6px;
  font-size: 1.3rem;
  margin-top: 8px;
  border-top: 1px dashed hsl(0, 0%, 80%);
}

.alrt {
  width: 82%;
  margin: 0.8rem auto;
  padding: 8px;
  border-radius: 8px;
}
.alrt .alrt-wrap {
  padding: 0.8rem;
  border-top: 4px dotted;
  border-bottom: 4px dotted;
  display: flex;
  flex-direction: row;
}
.alrt .alrt-wrap .alrt-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  flex: 1;
  padding-right: 0.5em;
}
.alrt .alrt-wrap .alrt-body {
  flex: 10;
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alrt.alrt-sccs {
  background-color: hsl(78, 77%, 37%);
  color: hsl(0, 0%, 100%);
}
.alrt.alrt-warn {
  background-color: hsl(39, 76%, 40%);
  color: hsl(0, 0%, 100%);
}
.alrt.alrt-info {
  background-color: hsl(219, 50%, 49%);
  color: hsl(0, 0%, 100%);
}
.alrt.alrt-dngr {
  background-color: hsl(356, 77%, 38%);
  color: hsl(0, 0%, 100%);
}

.alrt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.alrt.popup {
  pointer-events: all;
  position: absolute;
  z-index: 1001;
  top: 280px;
  right: 14%;
  width: 600px;
  margin: 0 auto;
  transition: all 1s ease;
}

.alrt.popup.hidden {
  right: -800px;
}

.btn {
  color: hsl(0, 0%, 10%);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  letter-spacing: 2px;
  font-weight: 600;
  background-color: hsl(166, 100%, 26%);
  border-radius: 0.4rem;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  text-align: center;
}

.subtext {
  color: hsl(166, 100%, 26%);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0;
  margin-top: 0;
  padding-bottom: 0.8rem;
}

p.section-lead {
  max-width: 100ch;
}

h1 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 4.4rem;
}

.img-thmb img {
  border-radius: 0.4rem;
  border: solid 0.3rem hsl(166, 100%, 26%);
}

.img-thmb.img-crcl img {
  border-radius: 50%;
  border-width: 0.2rem;
}

.box-opi {
  border-radius: 1rem;
  border: solid 0.2rem hsl(167, 33%, 89%);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sct-scnd {
  background-size: cover;
}
.sct-scnd h1,
.sct-scnd p,
.sct-scnd p.subtext {
  color: hsl(0, 0%, 100%);
}
.sct-scnd .overlay {
  background-color: hsla(166, 0%, 48%, 0.9);
}
.sct-scnd a.btn.btn-prim {
  border: 3px solid white !important;
}

.round-box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 1rem;
}
.round-box p.subtext {
  color: hsl(166, 100%, 26%);
}
.round-box img {
  width: 60%;
}

.form-label {
  font-size: 0.9rem;
  font-weight: 400;
  padding-left: 0.4rem;
}

.form-input {
  display: block;
  width: 100%;
  border: 3px solid hsl(0, 0%, 10%);
  border-radius: 0.8rem;
  font-size: 1.2rem;
  padding: 0.8rem;
  margin-top: 0.4rem;
}

.footer {
  background-image: url("../imgs/foot-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.footer p {
  letter-spacing: 1px;
}

.footer p.copy {
  line-height: 105px;
}

.box-feature {
  background-color: hsl(168, 33%, 94%);
  padding: 1rem;
  margin: 1rem;
  border-radius: 1rem;
}
.box-feature.bg-whte {
  background-color: hsl(0, 0%, 100%);
}
.box-feature h3 {
  color: hsl(166, 100%, 26%) !important;
  font-weight: normal;
  font-size: 1.8rem;
}
.box-feature p {
  color: hsl(0, 0%, 40%);
}

.about-team {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.about-team h2 {
  font-size: 2rem;
  font-weight: normal;
  color: hsl(166, 100%, 26%);
}

.tbl-metrics {
  width: 80%;
  empty-cells: show;
  margin-top: 1.5rem;
  border-spacing: 0;
}

.tbl-metrics-head td {
  font-size: 0.9rem;
  border-bottom: 1px dashed hsl(0, 0%, 80%);
  padding-bottom: 6px;
}

.tbl-metrics-row td {
  border-bottom: 1px dashed hsl(166, 100%, 26%);
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem 1rem;
  color: white;
}

.nav-head {
  padding-top: 2rem;
}

.head-links {
  padding-top: 1rem;
}

.head-links a {
  color: hsl(0, 0%, 10%);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  letter-spacing: 2px;
  font-weight: 600;
}

.head-links a:hover {
  background-color: hsl(166, 100%, 26%);
  border-radius: 0.4rem;
  color: hsl(0, 0%, 100%);
}

.head-slide {
  padding-left: 12%;
}

.nav-bar {
  padding: 1rem 5rem;
  background-image: url("../imgs/bg-nav.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
}
.nav-bar div {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
}
.nav-bar .f-cntr {
  justify-content: center;
}
.nav-bar .f-rght {
  justify-content: flex-end;
}
.nav-bar .nav-links a {
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  letter-spacing: 2px;
  font-weight: 600;
}
.nav-bar .nav-links a:hover {
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.4rem;
  color: hsl(166, 100%, 26%);
}
.nav-bar .nav-brand a {
  padding: 0;
  margin: 0;
  font-family: "lt_waveregular";
  color: hsl(0, 0%, 100%);
  font-size: 5rem;
}

.nav-bar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: forestgreen;
}

/* MODAL */
.mdl-background {
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.mdl-background.visible {
  opacity: 1;
  pointer-events: all;
}

/* Modal Content/Box */
.mdl-window {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  width: 65%;
  min-width: 860px;
  padding: 12px;
  /* Could be more or less, depending on screen size */
}

.mdl-contents {
  padding: 0;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
  border-top: 3px dotted rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  padding-top: 12px;
}

.mdl-contents.mdl-wide {
  min-width: 1280px;
}

.mdl-title {
  font-size: 1.9rem;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: "Fondamento", sans-serif;
  font-weight: bold;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

/* The Close Button */
.mdl-times {
  float: right;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
  padding: 0;
  margin: 0;
  padding-right: 0.8rem;
  padding-top: 0.5rem;
  color: silver;
  transition: color 0.3s ease;
}

.mdl-times:hover {
  color: darkslategray;
}

@media only screen and (max-device-width: 680px) {
  .container,
  .f-row {
    flex-direction: column !important;
  }
  section.footer {
    padding-bottom: 400px;
  }
  .head-links {
    display: none;
  }
  .bg-half.bg-1 {
    background: none;
  }
  .head-slide p,
  .head-slide h1 {
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */