/*Fonts*/

/*header styles*/
#redHeader {
    color: #333;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 1em;
    background-color: #86bde8;
}

    #redHeader a {
        text-decoration: none;
        border: none;
        color: white;
    }

        #redHeader a:hover {
            border: none;
            color: white;
        }

    #redHeader #oSearch {
        width: 12em;
    }

.redgobutt {
	color: white;
	background-color: #1351b9;
	margin: 4px;
    padding: 4px;
}

#dirCap {
    padding: 12px;
    font-size: 1.2em;
    float: left;
}

#seturl {
    background-image: none;
    padding: 8px;
    width: 75%;
}

#redbox2G {
    margin-top: 2em;
}

.exlist {
    padding-bottom: 2rem;
}

.exfull img {
    width: 100%;
}

.nextprev {
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px;
    background-color: #1351b9;
    color: white;
}

#setreturn a:hover {
    color: white;
    background-color: #1351b9;
    padding: 3px;
}


.redtooltip {
    position: relative;
    display: inline-block;
}

    .redtooltip .redtooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: #86bde8;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        line-height: 1em;
        font-size: 0.9em;
        /* Position the tooltip */
        position: absolute;
        bottom: 2em;
        left: -8em;
        z-index: 500;
    }

    .redtooltip:hover .redtooltiptext {
        visibility: visible;
    }

    /* footer */
    #redFooter {
    clear: both;
    padding-top: 1.5em;
    background-color: #1962b0;
    width: 100%;
    overflow: hidden;
}

    #redFooter p {
        padding-left: 5%;
    }

    #redFooter a {
        color: white;
        padding: 24px;
    }
    #redFooter #redFootertext {
        float: left;
    }
    #redFooter #redlogo {
        float: right;
        padding-right: 5%
    }

    #sitemap {
        padding-bottom: 10px;
    }

h1 {
    font-size: 1.4em;
    font-weight:bold;
    color: #333;
    padding-bottom: 1em;
}

h2 {
    font-size: 1.2em;
    color: #333;
    padding: 12px 0;
}

h3 {
    font-size: 1.1em;
    color: #000;
    padding: 8px 0;
}

p {
    padding-bottom: 1rem;
}
.txtExplain {
    padding-bottom: 1rem;
    font-style:italic;
}

button, input, optgroup, select, textarea {
    color: #000;
}


@media only screen and (max-width:570px) {
    body {
        font-size: 22px;
    }

    redhome2L {
        width: 95%;
        padding: 2%;
    }

    redboxAGBanner {
        width: 95%;
        padding: 2%;
    }

    #redasearch {
        float: none;
        width: 100%;
    }

    #redasearch {
        float: none;
        width: 100%;
    }

    input[type="text"] {
        width: 95%;
        padding: 4px 4px 4px 40px;
    }

    #rexname {
        clear: both;
    }

    .resthumb {
        padding-top: 4rem;
    }
}

/*desktop styles*/
@media only screen and (min-width:769px) {

    #redhomeIL {
        width: 100%;
        padding: 1rem 0;
        clear: both;
    }

    #redboxAGBanner {
        width: 50%;
        float: right;
    }

    #redhome2L {
        width: 45%;
    }
}