body{
    background: #DDE7ED;
    font-family: sans-serif;
    padding:0px;
    margin:0px;
}
.wrapper{
    margin: 0 auto;
    width:80%;
}
.site-header{
    min-height:100px;
    overflow:auto;
    padding:10px
    border-bottom:10px solid #3678BD;
}
h1.site-title img { 
    width:70%;
    margin: 0px;
    padding: 0px;
}
h1.site-title{ 
    margin: 0px;
}
.site-header h1{ 
    padding:20px;
    font-size:40%;
}
nav { 
    background: white;
    font-color:#052332; 
}
nav ul { 
    list-style-type: none;
    text-align:center;
    display:block;
    float:center;
    width:100%;
    font-size: 18pt;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}
nav ul li {
    float: left;
    width:auto;
}
nav ul li a {
    display: block;
    text-align: center;
    padding: 23px 66px;    
    color:#052332;
}

h3{ 
    background:#3678BD;
    color:#D8DF4F;
    padding:10px;
}
nav ul li a:hover { 
    background:#052332;
    color:#D8DF4F;
}
.content { 
    padding: 20px 100px;
}
.content .content-block{ 
    min-height: 300px;
    overflow:auto;
}
.content .content-block div.column p{ 
    margin:0px;
    padding:0px;
    width: 100%;
}
button {

}

#about p{
    width:100%;
}
#tagline{ 
    padding-top: 10%;
    font-size: 352%;
    color: white;
    padding-left: 8%;
    line-height: 1.5;
    font-weight: 900;
    text-shadow: 0px 0px 10px black;
}
a { 
    text-decoration: none;
    color: black;
}
a:hover{ 
    color:#D8DF4F;
    text-decoration: underline;
}
#about p a, #events p a{
    background:#D8DF4F;
    padding:10px;
    font-size: 20pt;
    color:#052332;
    margin:50px 50px;
    float:right;
    text-decoration: none;
    border:2px solid #052332;
}
.content .content-block p { 
    font-size: 14pt;
    display:block;
    line-height: 1.5;
}
#involved p, #contact p{ 
    float:left;
    width:100%;
}
.content .content-block img{
    display:block;
    float:left;
    width:30%;
    height:auto;
    /* height: 28%; */
    padding:2%;
}
.content .content-block h2{ 
    border-left: 5px solid #3678BD;
    padding: 0px 20px;
    font-size:300%;
}
.content .content-block #involved p{
    width:100%;
}
.site-header{
    background:#51A8DD;
    /*background-image: url(../images/header.jpg);*/
    background-size: 100%;
    min-height:350px;
}
.site-header ul{ 
    display: block;
    height: 135px;
    position: fixed;
    top: 0px;
    background:white;
    height: 73px;
}
.site-header img{
    height:100%;
}
.content .content-block .column h2 { 
    border-left:0px;
    color:#3678BD;
    font-size:200%;
}
.content .content-block .column a{
    display: inline-block;
    padding: 10px;
    background:#D8DF4F;
    text-decoration:none;
    border: 1px solid #3678BD;
    font-size: 100%;
    float: right;
    margin: 37px;
}
.column {
    float: left;
    width: 29%;
    padding: 18px;
  }
#divider{
    background-image: url('../images/divide.jpg');
    min-height: 500px;
    width: 100%;
    position: absolute;
    overflow: visible;
    left: 0px;
    display: block;
    background-position: center;
  }
  .content .content-block .column img {
    width:100%;
  }
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

#footer {
    min-height:200px;
    background-color:white;
}
#footer img{
    float:left;
    height: 100px;
    width:auto;
}
#footer p {
    background: none;
    color:#3678BD;
    float:left;
}
.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    background-color: #72BEAD;
    color: white;
    padding: 5px;
}
.table_component th p {
    color:white;
}
.table_component p{
    background-color: none;
    color:#3678BD;
}

.table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
}
#footer #NSF{
    float:left;
    width: 350px;
    margin:0px 100px;
}
#footer p{
    display:block;
    width: 400px;
    height:auto
}
a { 
    text-decoration: underline;
}