﻿html {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.pnlholdingpage {
    width: 40%;
    height: 50%;
    border: solid;
    border-color: blue;
    border-width: 5px;
    border-radius: 20px 20px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
}

.pnlhomepage {
    width: 100%;
    height: 100%;
    float:left;
    /*  border: solid;
    border-color: blue;
    border-width: 5px;
    border-radius: 20px 20px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
}

.pnlWrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*    margin-bottom:-45px; */
}

.pnlBanner {
    width: 100%;
    height: 100px;
    background-color: #192361;
    /*      background-color: #29378E;
        box-shadow: rgba(0,0,0,.4) 0px 3px;  */
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
    /*     margin-bottom: 5px;
        padding-top: 20px;
    padding-bottom: 20px;
        color: white;
      text-shadow: 1px 2px #1DAEF7;
      font-size: 4vh;
    font-size: calc(1.4vw + 1.4vh + .5vmin);
    font-weight: bold; */
    border-bottom: solid;
    border-color: #1DAEF7;
    border-width: 5px;
}

.pnlBannerLeft {
    float: left;
    width: 50%;
    margin-top: -2px;
    line-height: 100px;
    text-align: left;
    color: white;
    /*background-color: yellow;
        text-shadow: 1px 2px #1DAEF7;
          font-size: 4vh; 
    font-size: calc(1.4vw + 1.4vh + .2vmin);
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;*/
}

.pnlBannerRight {
    float: right;
    width: 50%;
    margin-top: 0px;
    text-align: right;
    color: white;
    /*    line-height: 100px;
        background-color: pink;
        text-shadow: 1px 2px #1DAEF7;
          font-size: 4vh; */
    font-size: calc(0.5vw + 0.5vh + .3vmin);
    font-weight: bold;
}

.pnlBannerRight1 {
    float: right;
    height:90px;
    text-align: left;
}

.pnlcontent {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
    min-height:500px;
}

.pnlFooter {
    box-sizing: border-box;
    margin-bottom: 0;
    width: 100%;
    min-height: 45px;
    max-height: 300px;
    /* line-height: 45px;
     position: absolute;
        bottom: 0; 
    background-color: #29378E;*/
    background-color: #192361;
    margin-top: 20px;
    padding-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    color: white;
    color: white;
    font-size: 0.75em;
    font-weight: bold;
    border-bottom: solid;
    border-color: #1DAEF7;
    border-width: 3px;
}

.RICS {
    margin-top:-10px;
}

.push {
    min-height: 100px;
}

.pnlFooter1 {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 100%;
    min-height: 45px;
    max-height: 300px;
    background-color: #192361;
    /*  background-color: #29378E;  */
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 0.75em;
    font-weight: bold;
    border-bottom: solid;
    border-color: #1DAEF7;
    border-width: 3px;
    position: absolute;
    bottom: 0;
}

.homeimage1 {
    padding-bottom:10px;
    float:left;
    width:100%;
}

.bgAqua {
    background-color: aqua;
}

.bgBlue {
    background-color: blue;
}

.bgLightGreen {
    background-color: lightgreen;
}

.bgPink {
    background-color: pink;
}

.bgDarkOrange {
    background-color: darkorange;
}

.bgBlueViolet {
    background-color: blueviolet;
}

.bgYellow {
    background-color: yellow;
}

.fontwhite {
        color:white;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}