/* CSS Document */

/*Text Colors
Black
7E7E7E Grey


*/

body {
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.txt-grey {
    color: #7E7E7E;
}

.txt-blue {
    color: cornflowerblue;
}

.txt-navy {
    color: navy;
}

.txt-green {
    color: chartreuse;
}

.txt-yellow {
    color:yellow;
}

.txt-red {
    color: crimson;
}

.txt-italic {
    font-style: italic;
}

.txt-center {
    text-align: center;
}

.brand-font-style {
    font-family: "days-one";
}

h3.section-heading-large {
    font-size: 1.7em;
    font-style: italic;
}

.section-text-thicker {
    font-weight: 700;
}

.standard-txt {
    font-size: 1em;
    text-align: justify;
    
}

/*heading section */

.logo-heading-size {
    font-size: 24px;
}

/* chemical composition section */

.chem-txt-size {
    font-size: 1.1em;
    font-weight: 700;
}

.chem-float-right {
    float: right;
}
@media only screen and (max-width: 600px) {
    body {
        font-size: 60%;
    }
    
    .chem-float-right {
        float:none
    }
}
