/*--Spacers--*/

.spc10 {
  width:100%;
  height:10px;
}

.spc20 {
  width:100%;
  height:20px;
}

.spc50 {
  width:100%;
  height:50px;
}

.spc100 {
  width:100%;
  height:100px;
}

/*--Main--*/

body {
 padding-top:50px;
/* background: url('../i/bg.jpg') fixed center center no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/

}

body:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #eec84c, #dc4225);
  opacity: .3;
}

hr {
  border-top-color:#df5b49;
}

.well, .panel {
  background-color: rgba(245, 245, 245, 0.65) !important;
}

.navbar-nav {
  float:right !important;
}

@media screen and (max-width:768px) {
  .navbar-nav {
    float:left !important;
}
}

.latest-news {
  max-height:800px;
  overflow:scroll;
}

/*--Typography--*/

a {
  color:#df5b49;
  font-family:'Merriweather', sans-serif;
}

a:hover {
  color:#cc5548;
}

h1,h2,h3,h4,h5,h6{
  font-family:'Merriweather',serif;
  font-weight:400;
  color:#df5b49;
}

h2 {
  line-height:4.8rem;
}

h2.section {
  font-weight:400;
  color:#cc5548;
  border-left:50px solid #cc5548;
  padding-left:10px;
  font-size:3em !important;
}

h3.meta {
  color:#666;
  font-size:1.8rem;
}

h5.meta {
  color:#666;
}

p {
  font-family:'Open Sans',sans-serif;
  font-weight:300;
  font-size:1.6rem;
  line-height:2.8rem;
  color:#333;
}

.news, .news a {
  font-family:'Open Sans',sans-serif;
  font-weight:300;
  font-size:1.4rem;
  line-height:1.4rem;
  text-align:center !important;
  color:#cc5548;
}

.news a:hover {
  text-decoration: underline;
}

.news ul {
  list-style-type:disc;
  margin:0;
}

ul {
  list-style-type:none;
}

.main ul li:before{ content:"-"; position:relative; left:-5px;}
.main ul li{ text-indent:-5px; }

p.subhead {
  font-family:'Merriweather',serif;
  font-style:italic;
  color:#333;
}
.navbar-nav > li,
.navbar-nav > li > ul > li {
  font-size:1.2rem;
}

li {
  font-family:'Open Sans', sans-serif;
  font-weight:300;
  font-size:1.6rem;
  line-height:2.8rem;
  color:#333;
}

#leftCol li a{
  font-size:2.6rem;
  font-family:'Merriweather',serif;
  font-weight:400;
  color:#df5b49;
}

#sidebar li.active {
  border-right-color:#eec84c !important;
}

#masthead { 
 /*min-height:250px;*/
 min-height:150px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

#masthead .well {
 margin-top:8%;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

h2.contact {
  line-height:4rem;
  font-size:20px;
}

h2.contact a,
h2.contact a:hover,
p a:hover {
  color:#8b3127;
}

p a,
h2 a,
h3 a {
  color:#cc5548;
}

h2 a:hover,
h3 a:hover {
  color:#df5b49;
}

a.bio {
  font-family:'Merriweather',serif;
  color:#df5b49;
  cursor:pointer;
}

a.btn-danger {
  color:#FFF;
  text-decoration:none;
}

i {
  color:#df5b49;
  margin-right:10px;
}

i:hover {
  color:#cc5548;
}

h4.media-heading {
  line-height:2.8rem;
}

.media-body a {
  color:#cc5548;
}

.media-body a:hover {
  color:#df5b49;
  text-decoration: none;
}


/*--Navigation--*/

.navbar-default {
  background-color:#df5b49;
  border-color:#cc5548;
  padding-bottom:5px;
}


.navbar-default .navbar-nav>li>a {
  font-family: 'Open Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing: 0.4rem;
  color:#F1F1F1;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color:#eec84c;
  border-bottom: 5px solid #eec84c;
  margin-bottom:-5px;
  transition:all 0.3s ease;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color:#F1F1F1;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:visited,
.navbar-default .navbar-toggle:focus {
  background-color:#cc5548;
}

.navbar-brand {
  padding:5px 15px;
}

.navbar-default .navbar-nav>.open>a {
  background-color:#cc5548 !important;
  color:#eec84c !important;
}

.dropdown-menu {
  background-color:#cc5548 !important;
}

.dropdown-menu > li:hover {
  background-color:#cc5548;
}

.dropdown-menu > li > a {
  color:#F1F1F1;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight:300;
}

.dropdown-menu > li > a:hover {
  color:#eec84c;
  text-decoration:underline;
  background-color:#cc5548;
}

.dropdown-menu > li > a:focus {
  background-color:#cc5548;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:#F1F1F1;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color:#eec84c;
  }
}

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}

button.btn-aupuni {
  background-color:#df5b49;
  border:1px solid #cc5548;
  border-radius:4px;
  color:#F1F1F1;
}

button.btn-aupuni:hover,
button.btn-aupuni:active,
button.btn-aupuni:focus,
button.btn-aupuni:visited {
  color:#F4F4F4;
}

label {
  font-family:'Open Sans',sans-serif;
  font-weight:300;
  font-size:1.8rem;
  color:#df5b49;
}
