﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
@media (min-width: 768px) { /* tablets and up */
    .group2 {
        text-align: right;
    }
    article p {
        font-size: 1em;
    }
}
 article p {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 1.4em;
     line-height: 1.5;
    color: #404040;
     margin: 30px 0;
}
.shadow {
    -webkit-box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.69);
-moz-box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.69);
box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.69);
}
.blogimage {
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (max-width: 768px) { /* tablets and up */
   
    article p {
        font-size: 1em;
    }
    .col-md-10 {
        padding-left:0;
        padding-right:0;
    }
    .article { padding-left:0;
        padding-right:0;
    }
    .container {
       
        padding-left:0;
        padding-right:0;

    }
}