
A:link {
    color: #990003;
}

A:visited {
    color: #990003;
}

A:active {
    color: #990003;
}

A:hover {
    admn text-decoration: underline;
    color: gray;
}


.linkWhiteBG A:link {
    color: #A70034;
    text-decoration: none;
    font-size: 10px;
}

.linkWhiteBG A:visited {
    color: #A70034;
    text-decoration: none;
    font-size: 10px;
}

.linkWhiteBG A:active {
    color: #A70034;
    text-decoration: none;
    font-size: 10px;
}

.linkWhiteBG A:hover {
    color: #A70034;
    text-decoration: underline;
    font-size: 10px;
}

.linkDarkBG A:link {
    color: black;
    text-decoration: none;
}

.linkDarkBG A:visited {
    color: black;
    text-decoration: none;
}

.linkDarkBG A:active {
    color: black;
    text-decoration: none;
}

.linkDarkBG A:hover {
    color: black;
    text-decoration: underline;
}


.linkOrangeBG A:link {
    color: #FFFFFF;
    text-decoration: none;
}

.linkOrangeBG A:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.linkOrangeBG A:active {
    color: #FFFFFF;
    text-decoration: none;
}

.linkOrangeBG A:hover {
    text-decoration: underline;
    color: Black;
}



.linkBlueBG A:link {
    color: black;
    text-decoration: none;
}

.linkBlueBG A:visited {
    color: black;
    text-decoration: none;
}

.linkBlueBG A:active {
    color: black;
    text-decoration: none;
}

.linkBlueBG A:hover {
    color: black;
    text-decoration: underline;
}

.button-nav {
    display: inline-block;
    padding: 6px 8px;
    text-decoration: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Verdana';
    font-size: 14px;
    color: white;
}

    .button-nav:link {
        color: white;
    }

    .button-nav:visited {
        color: white;
    }

    .button-nav:focus {
        color: white;
    }

    .button-nav:hover {
        color: white;
    }

    .button-nav:active {
        color: white;
    }

    .button-nav.toggle {
        background: url('/media/sacredheart/images/toggle-plus.png') no-repeat 93% 50%;
        padding-right: 24px;
    }

        .button-nav.toggle.active {
            background-image: url('/media/sacredheart/images/toggle-minus.png');
        }

    .button-nav.red {
        background-color: #a70034;
    }

        .button-nav.red:hover {
            background-color: #610707;
            background-color: rgba(129, 25, 13, 1);
        }

    .button-nav.brown {
        background-color: #55534f;
        background-color: rgba(0, 0, 0, 0.25);
    }

        .button-nav.brown:hover {
            background-color: #3d3c39;
            background-color: rgba(0, 0, 0, 0.45);
        }

    .button-nav.blue {
        background-color: #003d58;
        background-color: rgba(0, 0, 0, 0.4);
    }

        .button-nav.blue:hover {
            background-color: rgba(0, 0, 0, 0.65);
        }


* {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

html, body {
    height: 100%;
    text-align: center;
    font-family: 'Verdana';
    font-size: 20px;
}

/*
html
{
    height: 100%;
}

body
{
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    margin: 0 auto -4em;
    background-color: white;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    color: #333;
    text-align: center;
}*/

.page {
    min-height: 65%;
    margin-bottom: -50px;
    /* background: url(bg.png) left top repeat-x #ECECE6;*/
    /*background: url('bg.png') no-repeat 50% 0;
    background-image: url('bg.png');
    background-position-x: 50%;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;*/ /* the bottom margin is the negative value of the footer's height */
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.headerContent {
    font-size: xx-small;
    text-align: center;
}


/*.mainContent {
    color: black;
    overflow: auto;*/
/*padding-bottom: 150px;*/
/*width: 800px;
    margin: 0px auto;
    background-color: white;*/ /*   text-align: left;     padding: 0px 0px 0px;     display: block;*/
/*}*/

/*.mainContentSmall {
    overflow: auto;*/
/*padding-bottom: 150px;*/
/*width: 800px;
    margin: 0px auto;
    background-color: white;*/ /*   text-align: left;     padding: 0px 0px 0px;     display: block;*/
/*font-size: 8px;
}

.mainContentAdmin {
    overflow: auto;*/
/*padding-bottom: 150px;*/
/*width: 1100px;
    margin: 0px auto;
    background-color: white;*/ /*   text-align: left;     padding: 0px 0px 0px;     display: block;*/
/*}*/

.leftContent {
    float: left;
    width: 480px;
    color: White;
}

.rightContent {
    float: right;
    width: 480px;
    color: White;
}

.navigationContent {
    width: 960px;
    text-align: right;
    color: White;
}

.emptyGridview, .emptyGridview td {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

.blueHeaderLogin {
    overflow: auto;
    /*background-image: #a70034;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a70034', endColorstr='#a70034');
    background-image: linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -o-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -moz-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -webkit-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -ms-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    height: 21px;
    color: White;
    padding-top: 4px;*/
}

.blackHeaderNoBorder {
    overflow: auto;
    background-color: #000000;
    height: 20px;
    color: White;
    padding-top: 3px;
}

.blueHeaderNoBorder {
    overflow: auto;
    background-image: #a70034;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a70034', endColorstr='#a70034');
    background-image: linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -o-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -moz-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -webkit-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -ms-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    height: 20px;
    color: White;
    padding-top: 3px;
}

.blueHeader {
    overflow: auto;
    background-image: #a70034;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a70034', endColorstr='#a70034');
    background-image: linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -o-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -moz-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -webkit-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -ms-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 20px;
    color: White;
    padding-top: 3px;
}

.blueHeaderAdmin {
    overflow: auto;
    background-image: #a70034;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a70034', endColorstr='#a70034');
    background-image: linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -o-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -moz-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -webkit-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    background-image: -ms-linear-gradient(bottom, #a70034 36%, #a70034 68%);
    font-size: 18px;
    border-bottom: 1px solid #000;
    height: 25px;
    color: White;
    padding-top: 5px;
}



.skillPadding {
    padding-left: 10px;
}

.DraftDiv {
    background-image: url('images/draft.png');
    background-repeat: repeat-y;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5rem; /* Footer height */
}

#foot, .push {
    /*width: 100%;*/
    /*margin: 0 auto;*/
    height: 220px;
    /*background: url('footer-horizon.png') repeat-x -30% 0 #716F6A;*/
    background-color: #595959;
    margin-top: 208px;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.bold {
    font-weight: bold;
}

.boldRed {
    color: Red;
    font-weight: bold;
}

table.skills {
    border-collapse: collapse;
    border: 1px solid #000;
}

    table.skills td {
        padding: 10px;
        border: 1px solid #000;
    }

    table.skills tr {
        text-align: center;
    }

table.courses td {
    padding: 5px;
}

.footer1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    */ /* Adjust the height as needed */
    /*background-color: #595959;
}
#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; /* Footer height */
}



/* Give some space between the content and the footer */
.mainContent {
    margin-bottom: 250px; /* Should be the same height as the footer */
}
