/* colors

main purple bar - #521b6f
purple links - #69238e
link orange - #CA6506
bar orange - #de7007

*/

body#challenge .wrapper.style1 {
/*  background-color: #555;*/
    background-color: #ca6506;
}

body#challenge .container {
  background-color: #eee;
}

body#challenge #content h3 {
        text-align: center;
        color: #CA6506;
}


body#challenge .content-subsection {
    border: 5px double #aaa;
    border-radius: 10px;
    padding: 20px;
    background-color: #eee;
    background-color: #FFF;
}

body#challenge .content-subsection:first-child {
    margin-bottom: 20px;

}

body#challenge #sidebar {
    font-size: 0.95em;
    font-style: italic;
    line-height: 1.45;
}

#banner {
    padding: 3em 0 !important;
}


header#header h1 {
  padding-left: 25px;
}


a {
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  color: #CA6506;
  text-decoration: none;
  border-bottom: dotted 1px;
}


a:hover {
	text-decoration: none;
	color: #CA6506 !important;
	border-bottom-color: transparent;
}

/* logo on main PNG website */
#banner .inner img {
    padding-bottom: 3em 0;
    width: 80%;
    max-width: 680px;
/*  max-width: 1020px;*/
}

/* logo on main F+F challenge website */
header img {
    width: 100%;
    max-width: 860px;
    min-width: 150px;
    display: block;
    margin: 0 auto;
/*  max-width: 1020px;*/

}

/*tint added to white logo */
header.major img.logo {
/* filter: brightness(0.35) sepia(1) saturate(1-%);*/
}



header h2 + p {
  font-size: 1.0em;
}

header.major {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

header.major h2 {
  color: #CA6506;
  text-align: center;
}

header.major.contact p {
  text-align: center;
}


#challenge header.major h2 {
  color: #fff;
}


#one {
    padding-bottom: 50px;
}

#three {
  background-color: #FFF;
}




body {
    font-family: Monserrat, sans-serif;
}


/* big button at bottom */
.wrapper.style3 {
    background: #de7007;
    color: #d1f2f5;
}

header#header {
    background-color: #FFF;
}

header h1 a, header h1 a:link, header h1 a:visited, header h1 a:hover, header h1 a:active {
/*    color: #ab76c7;*/
    color: #3d4045;
}

h1#main-title {
    display: none;
}

header p {
    font-size: 1em;
    line-height: 2;
    color: #3d4045;
    font-family: Monserrat, sans-serif;
}

ul.twitter li {
    display: block;
}

article.twitter-button, div#widget {
    margin: 0 auto;
}


div#navButton, #skel-layers-visibleWrapper {
/*    display: none;*/
}

.feature:before {   /* color of icons */
    color: #de7007;
}

 wrapper.style1 {   /* for fines/fees page */
  background: #f0c7a1;
}


img.header_img {
  width: 100%;
  max-width: 600px;
}

/* partner logo section - sizing images */
#partners #logos img {
    max-width: 175px;
    padding: 10px;
    width: 100%;
}

#partners #logos a, #partners #logos a:link, #partners #logos a:visited, #partners #logos a:hover, #partners #logos a:active {
    text-decoration: none;
}

#partners {
    margin-bottom: 50px;
}


section#acknowledgements {
    width: 80%;
    margin: 0 auto;
}

section#acknowledgements p {
	text-align: left;

}
