﻿/*@import "../fonts/font-awesome.css";
@import "../fonts/fonts.css";
@import "../fonts/style.css";*/
@import "../MasterPages/Master_Styles/font-awesome.css";
@import "../MasterPages/Master_Styles/fonts.css";
@import "../MasterPages/Master_Styles/style.css";
body {
    font-family: 'Conv_Raleway-Regular';
}

.h3_blue {
    font-family: 'Conv_Raleway-Regular';
    font-size: 1.2vw;
    color: #4285f4;
}
/*.pageHeader {
    font-size: 2vw;
    /*margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Conv_Raleway-Regular';
}*/
/*.CenterImage {
    position: absolute;
    border-width: 2px;
    border-color: black;
    top: 50%;
    left: 50%;
    /*margin-left:-250px;
        margin-top:-250px;
    display: block;
    padding: 2px 3px;
}*/
.gray {
    color: #999999;
}

.img_responsive_default_90 {
    width: 90%;
}

.img_responsive_default_80 {
    width: 80%;
}

.img_responsive_default_70 {
    width: 70%;
}

.img_responsive_default_60 {
    width: 60%;
}

.img_responsive_default_50 {
    width: 50%;
}

.img_responsive_default_40 {
    width: 40%;
}

#logo_wrapper img {
    min-width: 80%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: left;
    /*height: auto;*/
    /*padding-top:20px;
            padding-bottom:20px;*/
}
/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 400px) {
    .h3_blue {
        font-family: 'Conv_Raleway-Regular';
        font-size: 5vw;
        color: #4285f4;
    }
    /*.pageHeader {
        font-family: 'Conv_Raleway-Regular';
        font-size: 5vw;
        /*margin-top: 20px;
        margin-bottom: 20px;
    }*/


}
/* Small devices (portrait tablets and large phones, 400px and up) */
@media only screen and (min-width: 400px) {
    .h3_blue {
        font-family: 'Conv_Raleway-Regular';
        font-size: 5vw;
        color: #4285f4;
    }
    /*.pageHeader {
            font-family: 'Conv_Raleway-Regular';
            font-size: 4vw;
            /*margin-top: 20px;
            margin-bottom: 20px;
        }*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .h3_blue {
        font-family: 'Conv_Raleway-Regular';
        font-size: 4vw;
        color: #4285f4;
    }
    /*.pageHeader {
            font-family: 'Conv_Raleway-Regular';
            font-size: 4vw;
            /*margin-top: 20px;
            margin-bottom: 20px;
        }*/

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .h3_blue {
        font-family: 'Conv_Raleway-Regular';
        font-size: 3vw;
        color: #4285f4;
    }
    /*.pageHeader {
            font-family: 'Conv_Raleway-Regular';
            font-size: 4vw;
            /*margin-top: 20px;
            margin-bottom: 20px;
        }*/


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .h3_blue {
        font-family: 'Conv_Raleway-Regular';
        font-size: 2vw;
        color: #4285f4;
    }
    /*.pageHeader {
            font-family: 'Conv_Raleway-Regular';
            font-size: 2vw;
            /*margin-top: 20px;
            margin-bottom: 20px;
        }*/


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .h3_blue {
        font-family: 'Conv_Raleway-Regular';
        font-size: 1.3vw;
        color: #4285f4;
    }
    /*.pageHeader {
            font-family: 'Conv_Raleway-Regular';
            /*display: inline-block;
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 2vw;
        }*/

}

/*h1 - 24
h2 - 22
h3 - 20
h4 - 18
h5 - 16
h6 - 14
h7 - 12
h8 - 10*/
