/***** GLOBAL STYLES *****/

body {
  font-family: 'PlutoSansLight', 'Helvetica Neue', Verdana, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.625em;
  padding-top: 80px;
}

a,
a:hover,
a:focus {
  color: #E0004D;
  text-decoration: none;
}

.container {
  max-width: 1280px;
}

.button-container {
  margin: 1rem;
}

.button {
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
  background-color: #F59222;
  color: #FFFFFF;
  border-radius: 40px;
  padding: 25px;
  max-width: 250px;
  margin: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.button:hover,
.button:focus {
  background-color: #F59222!important;
  color: #FFFFFF!important;
  opacity: 0.75!important;
}

.hidemobile {
  display: none;
}

.strong {
  font-family: 'PlutoSansMedium', 'Helvetica Neue', Verdana, sans-serif;
}


h1 {
  font-family: 'ClarendonBT-Light', 'Georgia', serif;
  font-size: 3.5em;
  color: #575757;
  letter-spacing: .025em;
}

h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #575757;
  letter-spacing: .025em;
}

h3 {
  font-family: 'PlutoSansMedium', 'Helvetica Neue', 'Arial', sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 15px;
  color: #000;
  letter-spacing: 1.25px;
}

h4 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 50px;
  letter-spacing: .25em;
}

.scroller {
  margin-top: 30px;
}

#header ol {
  padding-left: 1.25em;
}

#header ol li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#footer {
  background-color: #F59222;
  color: #FFF;
  font-size: .85em;
  padding-top: 10px;
}

/***** nav *****/
.navbar, .navbar-default, .navbar-fixed-top {
  background-color: #FFFFFF;
  border-radius: 0;
  height: 80px;
  margin-bottom: 0;
}

.navbar .container,
.navbar-header,
.navbar-brand {
  height: 100%;
}

.navbar-brand img {
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

/***** MEDIA QUERIES *****/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {  
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) { 
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
