/*######## GENERAL ########*/

strong {
    color: #4F066E;
}
body {scrollbar-base-color:#369;}
::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}

body {
    text-shadow: 0 0 0;
}
.blog .article-intro img {
    width: 220px !important;
}

/*######## HEADER ########*/

/***** Logo *****/
.logo-text {
    text-transform: none;
    font-family: 'Merienda One';
}

/***** LOGOUT *****/
.login-greeting {
    color: lightblue;
}
/***** Jumbotron Masthead *****/
.fwHome .jumbotron.jumbotron-primary {
    padding: 24px 0;
}

/*######## Content Blog ########*/
.row.blog-item {
    margin-bottom: 32px;
}
@media (max-width:990px) {
article img {
	width: 100% !important;
    margin-bottom: 22px;
	max-width: 620px !important;
}
.customfwBotBanner img {
    max-width: 100%;
	height: auto;
}
}

/*######## Articles ########*/
article img, .article-intro img {
    display: block;
    max-width: 100%;
    height: auto;
    box-shadow: 4px 4px 8px;
    border-radius: 12px;
}
.pull-none img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}

/*######## MODULES ########*/

/***** Copyright *****/
.customfw-Copy a {
    color: lightslategray;
}
.customfw-Copy a:hover {
    color: #fff;
    text-decoration: none;
}
.customfw-Copy {
    text-align: center;
}

/*##### CONTACT US #####*/
.contact-form {
    margin-top: -100px;
    position: relative;
    background: #E0C7EA;
}
.contact-address {
    display: none;
}
textarea.form-control {
    max-width: 530px;
}