/* SITEWIDE CSS */

* {
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-weight:500;
  max-width: 100%;
}

body {
  background: #FFFFFF;
}


/* NAVIGATION BAR CLASSES */

.topBar {
  z-index: 100;
  min-height: 45px;
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

.navigation {
  float: right;
  list-style-type: none;
  height: 100%;
  margin: 0px;
    padding: 0px;
    padding-right: 8px;
}

.navigation>li {
  padding-left: 24px;
}

.navigation>li, .navigation>li>a {
  float: left;
  display: inline;
  text-transform: uppercase;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: auto;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.small-only {
  display: none !important;
}

.large-only {
  display: initial !important;
}

#menu-button {
    display: none;
    width: auto;
}

.logo {
  text-align: center;
  font-weight: 400;
  float: left;
  margin: 0px;
  display: inline;
  text-transform: uppercase;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

a.logo {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  margin: 0px;
  padding-left: 12px;  
  height: 45px;
  line-height: 45px;
  font-size: .75em;
}

a.logo:hover {
  background-color: transparent;
  color: black;
}

hr.top-divider {
  position: fixed;
  top: 45px;
  border: 0;
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 1);
  width: 100%;
  margin: 0px;
}


/* CONTENT CLASSES */

.content {
  position: relative;
  top: 45px;
  margin: auto;
  max-width: 65%;
  padding-bottom: 20px;
}

.content > p {
  line-height:1.5;
}

.center {
    margin: auto;
    padding: 0;
    text-align: center;
}

.justify {
    margin: auto;
    padding: 0;
    text-align: justify;
}

/* >> TITLES */

img.page-title {
  display: block;
  margin: 20px auto;
  max-width:65%;
  max-height: 300px;
  border-radius: 2px;
  border: 5px solid #FF0066;
}

.page-title {
  text-align: center;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-style: oblique;
}

/* CONVENIENCE CLASSES */

.box {
    /*
       border-radius: 2px;
       border: 1px solid rgba(156, 156, 156, 1.0);
     */
    padding: 4px;
    margin: 8px;
}

.box > p {
  margin: 8px;
  text-align: justify;
}

.box > div {
  margin: 8px;
}

a.button {
  white-space: nowrap;
  border: 2px solid #454545;
  background-color: black;
  border-radius: 4px;
  color: white;
  padding: 4px;
}

a.button:hover {
  border-color: #FF0066;
}



/* STANDARD ELEMENT STYLING */

hr {
  border: 1px solid gainsboro;
  border-top: 1px;
  border-top-style: none;
}

a {
  text-decoration: none;
  font-weight: 700;
  color: #383838;
  padding: 0 2px;
  border-bottom: 2px solid transparent;
  border-radius: 2px;
}

a:hover {
  background-color: #383838;
  color: white;
  text-decoration: none;
  border-bottom: 2px solid #FF0066;
}

b {
  font-weight: 700;
}

i {
  font-weight: inherit;
}

ul {

}
