@charset "UTF-8";

@font-face {
    font-family: 'Gotham-Book';
    src: url('Gotham-Book.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('Gotham-Medium.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #335621;
  font-family: Gotham-Book, sans-serif;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media screen and (min-width: 700px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-family: Gotham-Medium, sans-serif;
}

h2 {
  color: #335621;
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

h1.site-title {
  display: none;
}

p.site-description, p.site-title {
  display: none;
}

.boldtext {
  font-weight: bold;
  letter-spacing: -0.03em;
}


p {
  margin: 0em 0em 1.5em 0em;
  color: #335621;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  margin-top: 20px;
  margin-bottom:20px;
  font-style: italic;
  line-height: 1.5;
}

blockquote {
  text-indent: -0.45em;
/*  border-left: 2px solid red;*/
}
@supports ( hanging-punctuation: first) {
  blockquote {
    text-indent: 0;
    hanging-punctuation: first;
  }
}

blockquote::before {
    content: open-quote;
}
blockquote::after {
    content: close-quote;
}
blockquote {
    quotes: "“" "”" "‘" "’";
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: #d6d6d6;
/*  background: url(images/bg.jpg);*/
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
## Media querys
--------------------------------------------------------------*/
.site {
  padding: 1em 1em 1em 1em;
  background-color: #fff;
}

.site-content {
  padding-top: 2.5em;
}

.site-footer {
  bottom: -4em;
  padding: 3em 1em 1em 1em;
  margin: -1em;
}

#footerinfo ul {
  font-size: 0.4em;
}

#bottom-post-nav-space {
  padding: 0em 0.5em 0em 0.5em;
}

#img-post {
  margin: 0;
  padding: 0;
  display: block;
}

.about-image {
  padding: 2em 0 0.8em 0;
}

#mgs_logo {
  left: 50%;
  transform: translate(-50%, 0%);
  width: 229px;
  height: 219px;
  position: relative;
  background: url(images/mgs_logo.svg) no-repeat 0 0;
  background-size: 229px 219px;
  top: 0px;
}

.col3 {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
}

p.phone_number, p.email, p.email a{
  color: #335621;
  margin: 0;

}

p.phone_number, p.email{
  font-family: Gotham-Medium, sans-serif;
  font-size: 1.8em;
  line-height: 1.8;
  border-top: 1px solid #d2d7da;
}

p.email{
  border-bottom: 1px solid #d2d7da;
}

p.ig, p.ig a{
  margin: 0;
  line-height: 0;
}

p.ig{
  border-bottom: 1px solid #d2d7da;
}

img.ig {
  position: relative;
  margin: 0;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 130px;
  height: 38px;
}

p.body_copy{
  border-top: 1px solid #d2d7da;
  margin:0;
  font-family: Gotham-Book, sans-serif;
  font-size: 1.65em;
  line-height: 1.3;
  padding-bottom: 1em;
  padding-top: 1em;
}

h3.testimonial_title {
  margin: 0px;
  padding-top: 0em;
  padding-bottom: 1em;
  font-family: Gotham-Book, sans-serif;
  font-size: 1.35em;
  line-height: 1.3;
  border-bottom: 1px solid #d2d7da;

}

div.testimonial_copy{
  border-top: 1px solid #d2d7da;
  padding-bottom: 1.5em;
  padding-top: 0em;
  margin:0;
  font-family: Gotham-Book, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

h2.services {
  margin: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #d2d7da;
  font-size: 2.9em;
  line-height: 1.1;
}

img.slider_img {
  margin: 0;
  width:100%;
  height:auto;
  padding-bottom: 1.8em;
  padding-top: 2em;
}


@media screen and (min-width: 250px) {

/*  h2.services {
    font-size: 2em;
    line-height: 1.1em;
  }
  .site-footer {
    bottom: -6em;
    padding: 3em 1em 1em 1em;
    margin: -1em;
  }
  #footerinfo ul {
    font-size: 0.5em;
  }
  p {
    font-size: 0.85em;
  }*/

/*  p.phone_number, p.email{
    font-size: 1.4em;
  }

  h2.services {
    font-size: 3.5em;
  }*/

  #footerinfo ul {
    font-size: 0.45em;
  }

  .site-footer {
    bottom: -3em;
    padding: 2em 1em 1em 1em;
    margin: -1em;
  }

  .site-content {
    padding-top: 1em;
  }

  #mgs_logo {
    width: 152px;
    height: 146px;
    background-size: 152px 146px;
  }

  p.phone_number, p.email{
    font-size: 0.8em;
  }

  img.ig {
    position: relative;
    margin: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 75px;
    height: 22px;
  }

  h2.services {
    font-size: 1.1em;
  }
  p.body_copy{
    font-size: 0.8em;
    line-height: 1.2;
  }

  div.testimonial_copy{
  font-size: 0.7em;
  line-height: 1.1;
}

  img.slider_img {
    padding-bottom: 0.8em;
    padding-top: 1.1em;
  }
}

@media screen and (min-width: 450px) {
  #footerinfo ul {
    font-size: 0.5em;
  }

  .site-footer {
    bottom: -3em;
    padding: 2em 1em 1em 1em;
    margin: -1em;
  }

  .site-content {
    padding-top: 1em;
  }

  #mgs_logo {
    width: 152px;
    height: 146px;
    background-size: 152px 146px;
  }

  p.phone_number, p.email{
    font-size: 1.3em;
  }

  img.ig {
    position: relative;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 89px;
    height: 26px;
  }

    div.testimonial_copy{
    font-size: 1.1em;
    line-height: 1.1;
  }

  h2.services {
    font-size: 1.55em;
  }
  p.body_copy{
    font-size: 1.2em;
    line-height: 1.2;
  }
  img.slider_img {
    padding-bottom: 0.8em;
    padding-top: 1.1em;
  }
}

@media screen and (min-width: 700px) {
  .site {
    padding: 2em 1em 1em 1em;
  }

  .site-footer {
    bottom: -3.5em;
    padding: 2em 1em 1em 1em;
    margin: -1em;
  }


  #footerinfo ul {
    font-size: 0.6em;
  }

  .site-content {
    padding-top: 2em;
  }

  #mgs_logo {
    width: 229px;
    height: 219px;
    background-size: 229px 219px;
  }

  p.phone_number, p.email{
    font-size: 1.5em;
  }

  p.ig{
    border-bottom: 1px solid #d2d7da;
  }

  p.ig, p.ig a{
    margin: 0;
  }

  img.ig {
    position: relative;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 110px;
    height: 32px;
  }

  div.testimonial_copy{
    font-size: 1.2em;
    line-height: 1.2;
  }

  h2.services {
    font-size: 2.2em;
  }

  p.body_copy{
    font-size: 1.4em;
  }


}

@media screen and (min-width: 960px) {
  .site {
    width: 59em;
    padding: 2em 3em 2em 3em;
    display: block;
    margin: 0 auto;
  }
  .site-footer {
    bottom: -6em;
    padding: 3em 2em 1em 2em;
    margin: -3em;
  }
  .site-content {
    padding-top: 2em;
  }
  p {
    font-size: 0.9em;
  }
  #footerinfo ul {
    font-size: 0.6em;
  }

  #mgs_logo {
    left: 50%;
    transform: translate(-50%, 0%);
    width: 229px;
    height: 219px;
    position: relative;
    background: url(images/mgs_logo.svg) no-repeat 0 0;
    background-size: 229px 219px;
    top: 0px;
  }

  .col3 {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
  }

  p.phone_number, p.email, p.email a{
    color: #335621;
    margin: 0;

  }

  p.phone_number, p.email{
    font-family: Gotham-Medium, sans-serif;
    font-size: 1.8em;
    line-height: 1.8;
    border-top: 1px solid #d2d7da;
  }

  p.email{
    border-bottom: 1px solid #d2d7da;
  }

  p.ig{
    border-bottom: 1px solid #d2d7da;
  }

  p.ig, p.ig a{
    margin: 0;
  }

  img.ig {
    position: relative;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 130px;
    height: 38px;
  }


  p.body_copy{
    border-top: 1px solid #d2d7da;
    margin:0;
    font-family: Gotham-Book, sans-serif;
    font-size: 1.65em;
    line-height: 1.3;
    padding-bottom: 1em;
    padding-top: 1em;
  }

  div.testimonial_copy{
    font-size: 1.2em;
    line-height: 1.2;
  }

  h2.services {
    margin: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d7da;
    font-size: 2.9em;
    line-height: 1.1;
  }

  img.slider_img {
    margin: 0;
    width:100%;
    height:auto;
    padding-bottom: 1.8em;
    padding-top: 2em;
  }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b6b6b6;
  text-decoration: none;
}

a:visited {
  color: #b6b6b6;
}

a:hover, a:focus, a:active {
  color: #d0d0d0;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  background-color: #fff;
}

.site-header {
  background-color: #fff;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: rgb(0, 87, 37);
  background : linear-gradient(45deg, rgba(0, 87, 37, 1) 0%, rgba(142, 189, 65, 1) 100%);
  position: relative;
}

#footerinfo {
  margin: 0;
  padding: 0;
}

#footerinfo ul {
  list-style-type: none;
  color: #fff;
  margin: 0 0;
  padding: 0;
}

#footerinfo li#copyright {
  position: relative;
  float: left;
  top: 0.2em;
}

#footerinfo li#Siteby {
  position: relative;
  float: right;
  padding-right: 1em;
  top: 0.2em;
}

#footerinfo li#neueoutput {
  position: relative;
  float: right;
  padding-right: 3em;
  width: 2em;
  height: 2em;
  background: url("images/neue_badge_sml.svg") no-repeat 0 0;
  background-size: 2em 2em;
}

#footerinfo li#mediatemple {
  position: relative;
  float: right;
  width: 4em;
  height: 2em;
  background: url("images/mt.svg") no-repeat 0 0;
  background-size: 4em 2em;
}