/*
Theme Name: MAP Donate Page
Developed by Seventhfury Studios (Matthew Johnson)
*/
/* ----- SCSS STYLES ----- */
/* Testing Border Quick Mixins */
/* Light Text Mixin */
/* Alpha Fade Mixins */
/*	@include border-radius(10px); */
/* 	@include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/* Media Size Mixins */
/* Uses Bootstrap 4 breakpoints */
/*  @include max* || then use {} around content  */
/* SASS selector for vertical alignment
reference URL: http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
*/
/* @include vertical-align; */
/* -- CSS RESET -- */
html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

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

body, html {
  font-family: "Lato", sans-serif;
}

.logo {
  max-width: 250px;
  margin: 50px auto 30px auto;
  display: block;
}
.logo img {
  width: 100%;
  height: auto;
}

small {
  max-width: 350px;
  margin: auto;
  display: block;
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  color: #999999;
  line-height: 1.4;
}
@media (max-width: 576px) {
  small {
    max-width: 80%;
  }
}

.footer-copyright {
  margin: 30px auto 50px auto;
  text-align: center;
  font-size: 12px;
  color: #c9c9c9;
}
.footer-copyright a {
  color: #c9c9c9;
  text-decoration: underline;
}
