﻿.leaderboard {
    width: 100%;
}

img.officon {
    margin-left: 3px;
    margin-right: 2px;
    vertical-align: middle;
}

#main {
    padding-top: 50px;
}

.social-icon {
    padding: 5px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .social-icon:hover {
        opacity: 0.7;
        transition: .5s;
    }

.fa-facebook-f {
    color: #3B5998;
}

.fa-twitter {
    color: #55ACEE;
}

.fa-amazon {
    color: #ee8800;
}

.fa-google-plus-g {
    color: #dd4b39;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    color: #cb2027;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    color: #ff6600;
}

.fa-paypal {
    color: #3b7bbf;
}
/*.navbar {
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
}*/

/*#navbar-social-icons {
    padding: 0;
    display: block;
    margin: 0;
    float: right;
}

    #navbar-social-icons ul.social-icons {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.social-icon {
    color: #fff;
}

ul.social-icons {
    margin-top: 10px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

#navbar-social-icons .fa-facebook-f {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #24375b;
}

    #navbar-social-icons .fa-facebook-f:hover {
        background-color: #3d5b99;
    }

#navbar-social-icons .fa-twitter {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #005e80;
}

    #navbar-social-icons .fa-twitter:hover {
        background-color: #00aced;
    }

#navbar-social-icons .fa-rss {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #74390b;
}

    #navbar-social-icons .fa-rss:hover {
        background-color: #eb8231;
    }

#navbar-social-icons .fa-google-plus-g {
    padding: 10px 9px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #6d1d12;
}

    #navbar-social-icons .fa-google-plus-g:hover {
        background-color: #dd4b39;
    }

#navbar-social-icons .fa-paypal {
    padding: 10px 9px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0d5302;
}

    #navbar-social-icons .fa-paypal:hover {
        background-color: #0a8f08;
    }*/

#copyright {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 825px;
    text-align: center;
    margin-top: 40px;
    font-size: 0.7em;
    clear: both;
}

    #copyright a {
        text-decoration: none;
    }

#singleArticle {
}

    #singleArticle .articleThumbnail {
        float: left;
        margin: 0 15px 5px 0;
        width: 150px;
        height: auto;
        text-align: center;
        font: 8pt sans-serif;
    }

        #singleArticle .articleThumbnail img {
            border: 1px solid Black;
            margin: 0 0 5px 0;
        }

    #singleArticle hr {
        clear: both;
    }

    #singleArticle h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        /*font-style: italic;*/
        line-height: 1.5em;
        font-size: medium;
    }

    #singleArticle .googleAd {
        float: right;
        margin: 0 0 20px 20px;
        width: 33%;
        text-align: center;
    }

/* Keep icons from shifting layout */
html.fa-events-icons-loading .fa-fw {
    display: inline-block;
    width: 1.28571429em;
}

    html.fa-events-icons-loading .fa-fw::before {
        content: "\00a0";
    }


#cards a.article {
    color: darkkhaki;
}

    #cards a.article:hover {
        color: darkkhaki;
    }

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

/* reset the default navbar brand padding [it's 15px by default] */
.navbar-brand {
    padding: 0;
}

/* transfer the navbar brand padding to the image inside it, also make it 100% height */
.navbar-brand > img {
    padding: 3px;
    height: 100%;
    width: 100%;
    /* this value is optional, increasing or decreasing it is up to you. height: 100%;*/
}

ol.breadcrumb {
    background: none !important;
    padding: 0;
    margin: 0;
}

li.breadcrumb-item {
    margin: 0;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\00BB" !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 80px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#ad {
    clear: both;
}

.acenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#fbhome {
    float: right;
    margin-left: 25px;
    background-color: white;
}

#home .square {
    display: inline-block;
    position: relative;
    margin: 1%;
    float: left;
    width: 46%;
    height: 250px;
    background-color: lightgrey;
    text-align: left;
    padding: 5px;
}

.newsquote {
    width: 95%;
    margin-left: 15px;
    border-left: 6px solid #EFEFEF;
    padding-left: 10px;
    margin-bottom: 16px;
    font-style: italic;
}

.followButtons {
    clear: both;
}

/*** moved from Index.cshtml ****/
#main {
    margin-top: 75px;
    text-align: center;
}

a {
    color: #0000FF;
    text-decoration: none;
}

#leaderboard {
    width: 80%;
    display: block;
    margin: 50px auto 50px auto;
    border: 1px dashed #999;
    background-color: #fcfcfc;
    padding: 10px;
}

#ad {
    margin: 50px auto 0 auto;
    padding: 10px;
    clear: both;
}

.filter-drop-shadow {
    -webkit-filter: drop-shadow(0 3px 4px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(0 3px 4px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(0 3px 4px rgba(0,0,0,.5));
    -o-filter: drop-shadow(0 3px 4px rgba(0,0,0,.5));
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.5));
}

.shadowed {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
    filter: url(shadow.svg#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
/***** end of moved from Index.cshtml ******/
