

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.header-layout{
      background-color: #e6f1f7;
      height: 90px;
}
.fullBlock{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    width: 100%;
}.blocks{
    border:solid #e4e4e2 2px;
    box-shadow: 0 0 4px #888888;
    background: #e8f2f6;
    margin-bottom: 10px;
    height: 100%;
}
.indent{
    margin: 10px 15px 10px 15px;
}

.indentLI {
     list-style-type: none;
     margin-top: 0;
}

.imageScale {
    max-width: 49%;
    
}

@media only screen and (max-width: 768px){
        .jumbotron{
        height: 320px;
    }
}
@media only screen and (max-width: 380px){
    
    .graphic{
        height: 500px;
    }
    .header-layout{
        height: auto;
    }
    .jumbotron{
        height: 320px;
    }
    
}@media only screen and (max-width: 340px){
    
        .jumbotron{
        height: 380px;
    }
    
    
}











