/*
 * Custom Styles
 */
.matrixBrand {
    color: #34D96B;
}

body {
    font-family: "Lato", sans-serif !important;
    background-color: #fdfdfd;
    background-size: cover;
}

main {
}

.panel-text {
    font-size: 14pt;
}

#panel {
    background-color: #f2e9dd;
}

#panel h5 {
    font-size: 14pt;
}
#about {
    background: url("../img/background2.png") center no-repeat;
    height: 900px;
}


#pricing {
    background-color: #f5f5f5;
    padding: 20px;
}

#register {
    background: linear-gradient(to bottom, #e4efdd, #e3ecdc);
}

#features {
    background: linear-gradient(to bottom, #ebf3eb, #ffffff);
}

footer {
    background-color: silver;
}

#ocom {
    border-top: solid 2px #3963d7;
}

.square-icon {
    width: 40px;
    height: 40px;
}

/*section:nth-child(2)*/
/*{*/
/*    background-color: #47AD69;*/
/*    color: white;*/
/*}*/

/*section:nth-child(4) {*/
/*    background-color: #e3efe6;*/
/*}*/
/*section:nth-child(6) {*/
/*    background-color: #7e9a82;*/
/*    color: #4a4a4a;*/
/*}*/
/*section:nth-child(8) {*/
/*    background-color: #d6f1df;*/
/*    color: whitesmoke;*/
/*}*/
/*section:nth-child(10) {*/
/*    background-color: #b2f3c9;*/
/*}*/

section#solution {
    background: #f2fff7;
}