/*
Theme Name: US-Mint
Author: Mario Hendricks, Lockheed Martin

Version: 1.0.0

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

/* =============================================================================
   Styles for special pages
   ========================================================================== */

.competition-announcement h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.announce-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.center { 
  text-align: center;
}

img.imgCenter { 
  margin: 0 auto; 
  display: block;
}

img.logo { 
  margin-bottom: 90px;
  margin-right: 70px;
  float: right;
}

div.left-half { 
  display:inline-block;
  width: 50%;
}

div.right-half { 
  float: right;
  width: 50%;
}

h1.pagetop {
  text-align: center;
}

p.nav { 
  height: 50px; 
  color: white;
  vertical-align: middle;
  line-height: 3em;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

div.nav a { 
  color: white;
  margin-right: 30px;
  letter-spacing: 2px;
}

div.announce-container p, 
div.announce-container ul, 
div.announce-container ol, 
div.announce-container li { 
  font-size: 15px;
  line-height: 1.5;
}

section.module.parallax {
  height: 581px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 1% 0;
}

section.module.parallax-1 {
  background-image: url(/wordpress/wp-content/themes/us-mint/img/bca/background-1.png);
}

section.module.parallax-2 {
  background-image: url(/wordpress/wp-content/themes/us-mint/img/bca/background-2.png);
}

section.module.parallax-3 {
  background-image: url(/wordpress/wp-content/themes/us-mint/img/bca/background-3.png);
}

section.module.content {
  padding: 40px 0;
  color: rgb(76,75,75);
}

section.module h2 {
  margin-bottom: 40px;
  text-align: center;
}
section.module h2 {
    margin-bottom: 40px;
    font-family: 'Parisienne', sans-serif;
    text-align: center;
    color: rgb(235,6,132);
}
section.module h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 100px 30px 100px;
  line-height: 1em;
  line-height: 30px;
}

section.module.content div.wwcontainer h2 { 
  margin-top: 1em; 
}

section.module h2:after { 
  content:url(/wordpress/wp-content/themes/us-mint/img/bca/border-dotted-line.png);
}

section.module p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

section.module:last-child { 
  margin-bottom: 0;
}

div.intro { 
  max-width: 578px;
  margin: 0 auto;
}

/* =============================================================================
   Styles for BCA Announcement
   ========================================================================== */

.breast-cancer-awareness div.titleheader { 
  background-image: url(/wordpress/wp-content/themes/us-mint/img/bca/head-background.png);
  height: 350px;
}

.breast-cancer-awareness p.nav { 
  background-color: rgb(235,6,132); 
}

.breast-cancer-awareness section.module h2 {
  color: rgb(235,6,132);

}
/* ============================================================
  PARALLAX SECTIONS
============================================================ */
section.module:last-child { margin-bottom: 0;}
section.module p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child { margin-bottom: 0; }
section.module.content {
  padding: 40px 0;
  color: rgb(76,75,75);
}
section.module.content a {
  color: rgb(235,6,132);
  font-weight: 600;
  }
section.module.parallax {
  height: 581px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 1% 0;
}

img.bottomDivider { position: relative; bottom: 16px;}

section.module.parallax.parallax-1 h1, section.module.parallax.parallax-2 h1, section.module.parallax.parallax-3 h1 {
  margin-top: 100px;
}
span.h1-line2 span.smaller { font-size: 75%; }
section.module h2 {
  margin-bottom: 40px;
  font-family: 'Parisienne', sans-serif;
  text-align: center;
  color: rgb(235,6,132);
}
section.module.content div.wwcontainer h2 { margin-top: 1em; }

/* PARALLAX SECTION IMAGES ============================================ */
section.module.parallax-1 {
  background: url("/wordpress/wp-content/themes/us-mint/img/bca/background-1.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  position: relative;
}
section.module.parallax-2 {
  background-image: url("/wordpress/wp-content/themes/us-mint/img/bca/background-2.png");
}
section.module.parallax-3 {
  background-image: url("/wordpress/wp-content/themes/us-mint/img/bca/background-3.png");
}
section.parallax img.top { position: relative;
  top: -40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.parallax img.bottom { position: relative;
  top: 176px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

