body {
  /*background: #8c8c8c url('/uploads/images/nsawards/bg.png') repeat-x top left;*/
  background: #fff url('/uploads/images/nsawards/STONE194.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
}

#page {
  background-color: #FFFFFF;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
}

/* http://avexdesigns.com/responsive-youtube-embed/#sthash.gzuKPqBl.dpuf */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-inner {
  background-color: transparent;
  background-image: none;
  border: none;
  border-top: solid 5px #acaeb0;
  border-bottom: solid 5px #acaeb0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

#social {
  color: #000;
  text-align: right;
}

a,
a:link,
a:hover,
a:focus,
a:visited
{
  text-decoration: none;
}

#logo {
  margin-bottom: 15px;
  position: relative;
}

#logo-year {
	position: absolute;
	background: #fff;
	bottom: 0;
	height: 29%;
    width: 22%;
	font-size: 4.6vw;
    line-height: 7vw;
	letter-spacing: 3.2vw;
	text-align: center;
	color: #777777;
}

@media (min-width: 610px) {
    #logo-year {
        font-size: 36px;
        line-height: 41px;
        width: 125px;
        letter-spacing: 13px;
    }
}

@media (min-width: 768px) {
    #logo-year {
        font-size: 27px;
        line-height: 37px;
    }
}

@media (min-width: 980px) {
    #logo-year {
        font-size: 36px;
        line-height: 41px;
    }
}

h1, h2, h3, h4, h5, h6 {
  color: #595A5C;
}

h1 {
	font-size: 30px;
}

#feed h2 {
  font-size: 18px;
  margin: 0;
}

#feed {
  float: right;
  font-size: 12px;
  color: #595A5C;
}

#feed .tweet-date {
  color: #000000;
  font-size: 11px;
  text-align: right;
}

#feed img {
	vertical-align: baseline;
}

#footer {
  margin-top: 30px;
  position: relative;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:focus
{
	color: #595a5c;
	text-decoration: underline;
}

#info {
  font-size: 12px;
}

#form-image-link {
	display: block;
	border: solid 3px #a1a1a1;
}

#form-image-link:hover {
	border: solid 3px #ccc;
}

.accordion-group {
  border: 1px solid #595A5C;
  overflow: hidden;
}

.accordion-heading .accordion-toggle {
  background: none repeat scroll 0 0 #E2E3E4;
  color: #595A5C;
}

#c-carousel {
	position: relative;
}

#c-carousel  img{
	max-width: none;
}

.gallery-row {
	margin-top: 20px;
}

.categories
{
    text-align: center;
}

.categories a
{
    color: #5c5c5c;
}

.categories a img
{
    border: solid 2px #5c5c5c;
}

.categories a:hover img
{
    border: solid 2px #ccc;
}

.categories .row
{
    margin-bottom: 15px;
}

h2.results-title
{
    font-size: 22px;
}  

@media (max-width: 767px) {
	#page {
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media (min-width: 768px) {
	#social {
	  padding-top: 120px;
	}
	
	#page {
		/*-webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    2px 3px 2px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         2px 3px 2px 0px rgba(50, 50, 50, 0.75);*/
		-webkit-box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
		-moz-box-shadow:    0px 0px 5px 0px rgba(200, 200, 200, 1);
		box-shadow:         0px 0px 5px 0px rgba(200, 200, 200, 1);
	}
	
	#info {
	  position: absolute;
      bottom: 19px;
	}
}

@media (min-width: 1040px) {
  #page {
		width: 1040px;
	}
}