/* 
It'll take more than that to kill a bull moose. 
This is June version 2.0 and it's completely new code that was written entirely in Chicago. 

The return of June is dedicated to the hard work of many in spite of the efforts by the mutineers led by the royal infant.  

Please sing the following to the tune of "So long and thanks for all the fish: https://youtu.be/N_dUmDBfp6k?t=1m50s"
So long, and thanks for the push.   
So sad it should come to this.  
We tried to work with you, but oh dear.  
You may not share our intellect.  
Which might explain your disrepect.
So long, and thanks for the push.   
If we had just one last wish, we would like to fix how this started. 
If we could just change one thing, we would all never pick you again.

*/

footer .list-inline a {
    color:white;
}
#navbar, .navbar-default {
    background-color:white;
    border-color: transparent;
}

.secondary_background {
    background-color: #F3F4F8;
}

#welcome-text {
    color:black;
    font-weight: bolder;
    text-shadow: 2px 2px #999999;
}

#sub-welcome-text {
    color:black;
    text-shadow: 1px 1px #999999;
}
.col-md-8 p {
    color:black;
    font-size: 18px;
    text-shadow: 1px 1px #999999;
}

.personnel_card {
    background-color: #F2F2F2;
    padding-top:1em;
    padding-bottom:1em;
    margin-left:.25em;
    margin-right:.25em;
    margin-top:.5em;
    margin-bottom:.5em;
    box-shadow: 5px 5px 5px #CCCCCC;
}

.logo_img {
    max-width:100px; 
    margin-top: -7px;    
}

#landing_page_main {
background-image: url('/img/background.jpg'); 
background-repeat: no-repeat; 
background-size: cover;
}


.accent_line {
   background-color: #84CEBF;
   color: #84CEBF;
   border-top:1px solid #84CEBF;
}


#feature_list li {
    width:19%;
}

.accent_line_short {
    width:80%;
}

/* Removing this for appearance
#apply_panel .panel-heading {
   border-color: #84CEBF;
}
*/

footer {
    background-color:#434753
}

.footer{
    background-color:#434753;
}

.footer_text {
    color:white;
}

body {
    color:#434753;
}

.blog-post {
    box-shadow: 5px 5px 5px #CCCCCC;
    border:0px;
}

.blog-post>.panel-heading {
    padding:0;
}
.blog-post>.panel-footer {
    background-color:white;
}
.blog-post>.panel-footer>p{
    padding:0;margin:0;
}
