/* Web Fonts -------------------- */

@font-face {
  font-family: 'Abolition Regular';
  src: url('../fonts/abolition-regular-webfont.eot');
  src: url('../fonts/abolition-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/abolition-regular-webfont.woff') format('woff'),
       url('../fonts/abolition-regular-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Parisish';
    src: url('../fonts/Parisish.ttf') format('truetype');
}

@font-face {
    font-family: 'Market Deco';
    src: url('../fonts/Market_Deco.ttf') format('truetype');
}

/* Base Styles -------------------- */

* {
  box-sizing: border-box;
}

body {
  color: #878787;
  margin: 0;
  font: 1em/1.5 -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-family: 'Parisish', Helvetica, Arial, sans-serif;
}

h2 {
    font-family: 'Market Deco', Helvetica, Arial, sans-serif;
    color: #3b3b3b;
    padding-top: 20px;
}

h1 {
  font-size: 5.625rem; /* 90px/16px  */
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.3;
  text-shadow: 0 1px 1px rgba(0,0,0,.8);
  margin: 12px 0 0;
}

h2 {
  font-size: 3.3125em; /* 53px/16px  */
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 .5em; /* 0 0 26px */
}

h3 {
  font-size: 1.25em; /* 20px/16px  */
  color: #48525c;
  line-height: 1.2;
  margin-bottom: 1.7em; /* 34px */
}

img {
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

ul,
ol {
  margin: 30px 0;
}

li {
  margin-bottom: 10px;
}

/* Pseudo-classes ------------------ */

a:link {
  color: #1A80ED;
  text-decoration: none;
}

a:visited {
  color: #1A80ED;
}

a:hover {
  color: #4f9df1;
}

a:active {
  color: lightcoral;
}

/* Main Styles --------------------- */

.main-header a {
    color: white;
}

.main-header {
  padding-top: 170px;
  height: 850px;
  background: linear-gradient(#1A80ED, transparent 90%),
              linear-gradient(0deg, #fff, transparent),
              #1A80ED url('../img/mwad_header_large.jpg') no-repeat center;
  background-size: cover;
}

.secondary-header {
    padding-top: 25px;
    height: 230px;
    background: linear-gradient(#1A80ED, transparent 90%),
              linear-gradient(0deg, #fff, transparent),
              #1A80ED url('../img/mwad_header_large.jpg') no-repeat center;
    background-size: cover;
    text-align: center;
}

.secondary-header a{
    color: white;
    font-size: 0.7em;
}

.intro {
  font-size: 1.35em; /* 20px/16px */
  font-weight: 300;
  line-height: 1.6;
}

.outro {
  font-size: 1.35em; /* 20px/16px */
  font-weight: 400;
  line-height: 1.6;
}

.cross-ref {
  padding-top: 20px;
}

.primary-content,
.main-header,
.main-footer {
  text-align: center;
}

.primary-content {
	padding-top: 25px;
  padding-bottom: 95px;
}

.secondary-content {
	padding-top: 80px;
	padding-bottom: 70px;
  border-bottom: 2px solid #dfe2e6;
}

.callout {
  font-size: 1.25em;
  border-bottom: 3px solid;
  padding: 0 9px 3px;
  margin-top: 20px;
  display: inline-block;
}

.main-footer {
  padding-top: 160px;
  padding-bottom: 40px;
}

.secondary-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.t-border {
  border-top: 2px solid #dfe2e6;
}

/* Contact Page ------------------- */

.about-content {
  max-width: 700px;
  padding: 0 30px 0 30px;
  margin: auto;
  text-align: left;
}

.about-content h2 {
  padding-top: 70px;
  font-size: 3em;
  color: #1A80ED;
}

/* Layout Styles ------------------ */

.primary-content,
.secondary-content {
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  max-width: 960px;
}

.latest-post {
  color: white;
  padding: 25% 25%;
  margin: 105px auto 60px;
  background: #434a52 no-repeat center;
  background-size: cover;
  box-shadow: 0 10px 50px 5px rgba(0,0,0, .4);
  border-radius: 10px;
}

.latest-post h2 {
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}



.arrow {
  width: 75px;
  margin-top: 150px;
}

/* Float Clearfix ------------------ */

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* Media Queries -------------------- */

/* Full Screen web */
@media (max-width: 1024px) {
  .primary-content,
  .secondary-content {
    width: 90%;
  }

}

/* Narrow web or Tablet */
@media (max-width: 768px) {
  .primary-content,
  .secondary-content {
    width: 100%;
    padding: 20px;
    border-top: none;
  }
  .main-header {
    /*max-height: 380px;*/
    padding: 50px 25px 0;
  }

  h1 {
    font-size: 5rem;
    line-height: 1.1;
  }
  .arrow {
    display: none;
  }
  .intro {
    font-size: 1rem;
  }
  .resorts,
  .tips {
    float: none;
    width: 100%;
  }

}

@media (max-width: 480px) {
    .main-header h1 {
        font-size: 3em;
    }
    .main-header {
        max-height: 380px;
    }
    h2 {
        font-size: 2.0em;
    }
    aligncenter {
      float: left;
      text-align:center;
    }

}
