/**
 * Place your custom styles here.
 */

/***Content Region***/

.region-content {

line-height: 2;
font-size: 18px;

}


.region-content img,
.region-sidebar-second img {


max-width: 100%;
height: auto;

}


body {


background: #ffffff;

}


h1, h1 a:link, h1 a:visited,
h2, h2 a:link, h2 a:visited {

color: #330000;
font-weight: bold;
font-size: 6vmin;

}

.navbar-default {

background: #330000;

}

.logo img {
    width: 200px;
}

.author {

padding-bottom: 25px;

}

.view-homepage-slideshow .views-field-title {

    text-align: center;  
    position: absolute;
    font-size: 5vmin;
    color: #ffffff;
    box-shadow: $box-shadow;
//    border: 1px solid #ffffff;
    background: rgba(51,0,0,0.7);
     padding: 5px;

    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


 }

 .view-homepage-slideshow .field-content a:link,
.view-homepage-slideshow .field-content a:visited
{

text-shadow: 1px 1px 1px #000000; 
color: #ffffff;

}


#block-wanttohireme {
    background: rgba(51,0,0,0.3);
    color: #ffffff;
    padding: 10px;
    margin-top: 20px;
}

/****Home page Blog view****/

.view-blog-teaser .views-field-field-blog-image {

float: right;

}

/***Feedburner button**/

#block-subscribetomymailinglist input[type="submit"],
#block-subscribetomymailinglist-2 input[type="submit"]
 {
    background: #330000;
    border: 0px;
    color: #ffffff;
    width: 60%;
    padding: 10px;
}