﻿
.headText
{
    font-family:Roboto-Medium;
    font-size:58pt;
}

.pharragraphs
{
    font-family:Roboto-Light;
    font-size:28pt;
}

.bottomSection
{
    margin-left:.52%;
    margin-top:2.08%;
    margin-bottom:2.6%;
    font-family:Roboto;
    text-align:center;
}

.h3
{
    font-size:1.2333em;
}

.txt:hover {
    cursor:default;
}

hr {
    display: none;
    height: 4px;
    border: 0;
    border-top: .5px solid #ccc;
    margin: 1em 1em;
    padding: 0;
    background-color:gold;
    /*display: none;
    height: 1%;
    border: 0;
    border-top: 4px solid #ccc;
    margin: 1em;
    padding: 0;
    background-color:gold;*/
}

.grayShadow {
 background-color:rgb(250,250,250);
   filter: alpha(opacity=70) !important; /* internet explorer */
   opacity: 0.7 !important;           /* safari, chrome, opera */
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important; /*internet explorer 8*/ 
}
