﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color:#FFF;
}
a:hover {
    cursor:pointer;
}
.backgroundImage {
position:fixed;
width:100%;
height:100%;
background-repeat:no-repeat;
z-index:99;
top:0px;
}
    .backgroundImage.first {
        background-image: url('../../Content/Images/sunsetwet-min.jpg');
    }
    .backgroundImage.second {
        background-image: url('Images/sunsetcreek-min.jpg');
    }
    .backgroundImage.third {
        background-image: url('Images/sunsetPond-min.jpg');
    }
    .backgroundImage.fourth {
        background-image: url('Images/sunsetBoulder-min.jpg');
    }
    /*.backgroundImage.fifth {*/
         /*too white for home page not being racist its a visual thing*/
       /* background-image: url('Images/sunsetmose-min.jpg');*/
    /*}*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    overflow:hidden;
        z-index: 101;
    position: relative;
}

/* 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;
}

#Logo {
    float: left;
    width: 40px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left:15px;
}
.flatlogo {
opacity:.5; float: left;margin-right: 2%;
}
.socialLinker {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('Images/acumensocialLinks.png');
    background-size:cover;
    height:45px;
}
    .socialLinker a {
        width: 50px;
        float: left;
        height: 50px;
    }
.JumboTitle {
    position:absolute;
    transition:left 2s ease-out,top .25s linear;
    width:98%;
    padding-left:15px;
}
.JumboTitle.active {
    display:block;
    left:0px;
    top:0px;
}
.JumboTitle.left {
    display:block;
    left:-1200px;
    top:0px;
}
.JumboTitle.right {
    display:block;
    left:1500px;
    top:-400px;
}
#homeRadioContainer {
     position:absolute;
     top:300px;
     text-align:center;
     width:100%;
     height:35px;
}
    #homeRadioContainer input {
    
    
    }
#rssfeeder {
    width: 370px;
    float: right;
    background-color: #292929;
    border: #292929 10px solid;
    border-radius: 8px 8px;
    margin-right: 1%;
}

#rssfeederContainer {
    overflow: hidden;
    overflow-y:scroll;
    height:500px;
}

.article {
width:360px;
background-color:#05668D;
border:1px solid #fff;
height:85px;
overflow:hidden;
}
    .article:nth-child(2n) {
        background-color:#F0F3BD;   
        color:#292929; 
    }
    .article:nth-child(3n) {
        background-color:#292929;    
    }
.article:hover {
height:auto;
}
.PageLink:hover {
    cursor:pointer;
}
.ServicedarkBorder img {
    width: 35%;
    right:0px;
    margin-right: -15%;
    bottom: -3%;
    position: absolute;
}
#servicesPage .row {
    width:100%;
}
#homeDevelopmentImage {
        display:none;
    }
.helpfullink {
width:155px;
    font-weight: bold;
    font-size: 20px;
    float:left;
}
.helpfullink a{
    color: #fff;

}
.helpfullink:nth-child(even) {
    
    clear:none;
}
.blogPost {
    background-color: #292929;
    opacity: .8;
    padding: 15px;
    border-radius: 16px 16px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 17px;
}
.socialbloglink {
    width:30px;
    height:30px;
    background-size:cover;
    float:left;
}
.socialbloglink:hover {
    cursor:pointer;
}
    .socialbloglink.facebook {
        background-image: url('Images/facebook.png');
    }
    .socialbloglink.twitter {
        background-image: url('Images/twitter.png');
    }
    .socialbloglink.pinterest {
        background-image: url('Images/pinterest.png');
    }
    .socialbloglink.google {
        background-image: url('Images/googleplus.png');
    }
@media (min-width: 640px) {
    .ServicedarkBorder img {
        width: 35%;
        margin-right: -15%;
        bottom: -3%;
    }
    #homeDevelopmentImage {
        display:block;
    }
}
@media (min-width: 960px) {
    .ServicedarkBorder img {
        width: 35%;
        margin-right: -5%;
        bottom: -10%;
    }
    .JumboTitle {
        width:70%;
    }
}