@font-face {
    font-family: 'socicon';
    src: url('../webfonts/socicon.eot');
    src: url('../webfonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/socicon.woff') format('woff'),
         url('../webfonts/socicon.ttf') format('truetype'),
         url('../webfonts/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

.socicon {
    font-family: 'socicon' !important;
}

.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #33afce;
  margin-right:10px;
}

.socicon:empty {
    width: 1em;
}

.socicon-twitter:before { content: "a"; }
.socicon-facebook:before { content: "b"; }
.socicon-wikipedia:before { content: "N"; }
.socicon-instagram:before { content: "x"; }

/************ ELEMENTS *************/

* {
margin:0px;
padding:0px;
}

h1, h2, h3 {
font-family: 'Marcellus SC', serif;
margin: 0px;
padding:0px;
text-align:left;
color: #33afce;
font-weight: normal;
}

h1 {
font-size:1.9em; 
line-height:1.6em;
}

h2 {
font-size:1.6em; 
line-height:1.4em;
}

h3 {
font-size:1.4em; 
line-height:1.2em;
margin:20px 0 10px 0;
}

#fundquestion {
    padding: 10px 20px;
}

#fundquestion p, #fundquestion a {
    color: #000;
    font-size: 1em;
    text-decoration: none;
}

p {
font-size:0.7em; 
font-weight: normal;
color: #7199b3;
}

p.address {
margin: 10px 0;
color: #33afce;
}

p.contact {
margin: 20px 0;
padding:15px 30px 20px 20px;
background-color:#121a1d;
box-sizing:border-box;
border-radius:5px;
}

a, a:link {
color: #33afce;
font-size:0.9em; 
font-weight:normal;
font-style:normal;
text-decoration:underline;
border: none;
}

a:visited {
color:#3399ff;
}

a:hover {
color: #65cfe9;
text-decoration:none;
}

img {
max-width:648px;
border:none;
}

body#word img.luminaries {
    width:300px;
}

body#programs #content img {
    width:100%;
}

/* NAVIGATION */

#nav {
margin-top: 0px;
}

#nav ul {
list-style:none;
padding:0 0 10px 0;
margin: 0 auto;
display: inline-block;
}

#nav li {
text-align:center;
float:left;
margin-left:2px;
padding-left:0px;
padding-bottom:0px;
margin-right: 0px;
}

#nav ul li a {
font-family: Arial, san-serif;
display:inline-block;
color:#ffffff;
line-height:2.5em;
padding:0 22px;
font-size: 0.76em;
text-decoration: none;
text-transform:uppercase;
color:#999;
}

#nav li a:hover {
color: #131313;
background-color:#ffffff;
}

#nav ul li .selected {
color: #131313;
background-color:#ffffff;
}

.flare {
margin: 0 auto;
width: 680px;
text-align:center;
}

.flare img {
margin-left: 40px;
}

/**************** LAYOUT ***********************/

body {
background:url("/Img/bg.gif") repeat-x #303030;
font-family:'Marcellus', serif;
color: #7199b3;
text-align:center;
}

body p {
font-size: 1.2em;
margin: 0 auto;
color: #7199b3;
text-align:left;
position: relative;
z-index:10000;
}


body.home #intro p::first-letter {
font-size:1.5em;
margin-top:0px;
float: left; 
font-size: 75px; 
line-height: 60px; 
padding-top: 4px; 
padding-right: 8px; 
padding-left: 3px;
}

body.home #stats {
margin: 60px 0 30px 0;
}

body.home #stats p{
text-align:center;
color: #33afce;
}

body.home #stats table{
text-align:center;
color: #33afce;
width:100%;
}

body.home #stats table td{
border-radius:10px;
color:#2a5261;
background-color:#33afce;
margin: 10px;
padding:10px;
font-size:14px;
}

body.home #stats table td .bold{
font-weight:bold;
color:#000;
}

body.home #stats table td a{
text-decoration: underline;
color: #000;
}

body.home p strong {
color: #33afce;
}

body.home div#luminaries img {
margin: 0;
position: relative;
z-index:1000;
}

#wrapper {
background:#000;
margin: 0 auto;
padding: 10px 0 50px 0;
width:810px;
}

#header #logo {
margin: 0 auto;
}

#content {
width:80%;
margin:50px auto 0 auto;
text-align:left;
}

.home #content {
margin:30px auto 0 auto;
}

.highlightbox, a.highlightbox {
    display: block;
    padding: 10px;
    background-color: #33afce;
    color: #000;
    border-radius: 3px;
    text-align: center;
   
}

/* WORD (LUMINARIES) PAGE */


body#word .section .quotes {
background-color:#121a1d;
padding:1px 30px 30px 20px;
margin: 20px 0;
box-sizing:border-box;
border-radius:5px;
}


body#word ul {
list-style-position: inside;
}

body#word ul li {
list-style-type: square;
}

body#word .moreinfo {
margin-bottom:50px;
}

body#word .moreinfo ul li {
list-style-type: none;
}

body#word #intro .flare {
margin: 50px auto 50px auto;
}

body#word .section .flare {
margin: 50px auto 50px auto;
}  

/* PEOPLE PAGE */

div.memprofile {
margin: 20px 0px;
}

div#stats, div#intro, div.section {
margin: 0 0 20px 0;
}

div#intro {
margin: 30px 0 20px 0;
}

div.section img{
margin: 20px 0;
}

body#word div.section img{
margin: 0 0 25px 0;
}

div.memprofile img {
margin: 20px 0;
border:2px solid #fff;
}

div.memprofile p  {
font-size: 14px;
padding: 5px 0;
color:#999;
}

div.memprofile p strong {
font-size: 18px;
font-weight:bold;
padding: 10px 0;
color: #fff;
}

/* NETWORK PAGE */

body#network ul {
list-style-position: inside;
}

body#network ul li {
list-style-type: none;
}


#footer  {
margin-top:0px;
background:transparent;
color:#666666;;
margin:50px auto 0 auto;
padding:0;
}

#footer p {
font-size:.8em;
color:#7199b3;;
padding:0px;
text-align:center;
text-transform:uppercase;
}

/* BRUNO STATUE FUNDRAISING PAGE */
#BrunoStatuePic {
    float:left;
    margin: 10px 20px 10px 10px;
    display: block;
    width: 50%;
}

#fundraising p {
    margin:10px 0;
}
#fundquestion {
    background-color: #33afce;
}

#fundquestion img{
    width: 50px;
    height: auto;
    margin-right:10px;
    vertical-align: middle;
}


