.headerHome{
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial;
    line-height: 1.2;
    font-weight: 300;
    font-size: 45px;
    color: #555555;
    margin-bottom: 10px;
    margin-top: 40px;

}
.pHome{
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial;
    line-height: 1.5;
    box-sizing: inherit;
    padding:5px;
    max-width: 400px;
}
@media (min-width: 550px) {
    .pHome{
        max-width: 100%;
    }
}
.sysboxxLogo{
    width:200px;
    margin-top: 0px;
    margin-bottom: 10px;
    opacity: 0.2;
    cursor: pointer;

}
@media (min-width: 550px) {
    .sysboxxLogo{
        
        width:100%;
        margin-bottom: 0px;

    }
}
.active{
    opacity: 1.0;
}
.subHead{
    padding-left:3px;
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial;
    line-height: 1.5;
    box-sizing: inherit;

}
.sysbild{

    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

hr{
    background-color: rgb(187, 187, 187);
    color: rgb(187, 187, 187);
    border: none;
    height: 1px;

}
.sampleHead{
    color:#1FA500;
    font-size: 28px;
    padding-top: 5px;
}

.sampleEQ{
    background-color: #ffffff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    padding:0px;
    overflow: hidden;
    cursor: pointer;
}
.sampleEQ:hover img {
    width:100%;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}
.exampleText{
    padding: 10px;
}