﻿p {
    font-size:16px;
    letter-spacing:1px;
    line-height:30px;
}

a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}

i {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}

hr.separator {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px maroon inset;
    border-radius:5px;
}


/* This gets Google to fall into place */
#_layout .social-share {
    font-size: 1px;
}

    /* This gets Facebook to fall into place */
#_layout .social-share iframe {
        vertical-align: middle;
    }

#_layout .fb-share-button {
    margin-right: 20px;
}
/* Set an optional width for your button wrappers */
#_layout .social-share span {
    display: inline-block;
    width: 110px;
}

/* Adjust the widths individually if you like */
#_layout .social-share .google {
    width: 75px;
}



#home p {
        text-align: justify;
}

#home i {
        text-align: justify;
}


    #AboutUs p {
        text-align: justify;
    }

#AboutUs li {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
}

    #AboutUs strong {
        font-size: 24px;
        text-align: justify;
        letter-spacing: 2px;
    }

    #AboutUs i {
        text-align: justify;
        letter-spacing: 2px;
        padding-bottom: 10px;
        padding-right: 20px;
    }


#ContactUs a {
    text-decoration: none;
}

#ContactUs h3 {
    font-size: 40px;
}
ContactUs h2 {
    font-size: 30px;
}



@media screen and (max-width:767px) {
    p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 25px;
    }

    i {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 25px;
    }

    li {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 25px;
    }

    #AboutUs strong {
        font-size: 20px;
        text-align: justify;
        letter-spacing: 2px;
    }

    #AboutUs i {
        letter-spacing: 2px;
        padding-bottom: 10px;
        padding-right: 20px;
    }

    #AboutUs li {
        font-size: 14px;
        text-align: justify;
        letter-spacing: 1px;
    }

    #ContactUs h3 {
        font-size: 30px;
    }

    #ContactUs h2 {
        font-size: 20px;
    }

 

}

