﻿body{
    font-family: Open Sans;
    font-size: 18px;
    color: rgb(80, 80, 80);
    font-weight: 500;
}

input, select, textarea, label {
    font-size: 19px
}

/*Headings*/
h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0 0 10px 0;
}

/*Text Alignment Classes*/
.text-center{
    text-align: center;
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left;
}

.text-justified {
    text-align: justify;
}

/*Text Style*/
.bold {
    font-weight: bold;
}