html, body {
    margin: 0;
    height: 100%;
    /* overflow: auto; 
    overflow-x:hidden; */
    scroll-behavior: smooth;
}
body {
	width: 100%;
    background: url(images/fp-HexBkgnd.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-clip: padding-box;
    background-attachment: fixed;
    background-position: top;
    overflow: hidden;
    /* z-index: -1; */
}
:root{
    --hdrMarginTop: 0px;
    --hdrHeight: 100px;
    --hdrPaddingTop: 10px;
    --hdrPaddingBottom: 10px;
}
/* .containerOuter {
    overflow: hidden;
} */
/* .containerOuter{
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding: 0px;
    background: url(images/orange-1280.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    resize: none;
    
} */
/* ---Header related styles--- */
.header{
    width: auto;
    height: var(--hdrHeight);
    margin-top: var(--hdrMarginTop);
    /* margin: 20px 50px 0 20px; */
    padding-top: var(--hdrPaddingTop);
    padding-bottom: var(--hdrPaddingBottom);
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 15px;
    /* z-index: initial; */
    background-color: rgb(5, 5, 80,0.7);
    /* border: 4px solid greenyellow; */
}
.header-content-container{

    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content:space-between;
    align-items: center;

    color:#aaaaaa; /* alt:cyan */
    font-family:Arial, Helvetica, sans-serif;
    text-align: center  ;
    padding: 0px 20px 0px 0px;
    font-size: 2.1vw;
    /* left: 0px;
    right: 0px; */
    margin: 0px;
    overflow: hidden;
}
/* .header-content-container:nth-child(n) {
    flex: 1 1 0;
} */
/* .header-content-container:first-child {
    left: 0;
    text-align: right;
} */
/* .header-content-container:last-child {
    right: 0;
    text-align: right;
}  */
.headerItem {
    flex: 1 1 0;
}
h1.headerItem{
    flex: 3 1 0;
}
.headerItem:first-child {
    left: 0;
    text-align: left;
    font-size: 1.5vw;
    height: 100%;
}
.headerItem:last-child {
    right: 10px;
    text-align: right;
    font-size: 1.0vw;
}
#regMark{
    font-size:small;
}
@media screen and (max-width: 600px) {
    .header{right: 0;}

    .headerItem:last-child {
        font-size: 2.0vw;
    }
    /* .header-content-container{
        font-size: 2.0vw;
    }   */
    .headerItem{
        font-size: 6.0vw;
    }
    body{
        background-image: url(images/fp-HexBkgndMobile.jpg);
        background-size: 100% 100%;
    }
    .infoBlock{
        padding: 5px 2vw 10px 2vw;
    }
}
#logo-wrapper {
    height: 80%;
    background-image: url(images/HT200.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#underLogoText{
    height: 20%;
    color:rgb(140, 187, 231);
    opacity: 80%;
    font-size:inherit;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

h1, h2, h3 {
    margin: 0;
}
h1 {
    color: cyan;
}
h4{
    color:rgb(140, 187, 231); /* alt:cyan */
    /*font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    opacity: 80%;*/
}
sup{
    font-size: 18px;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
    text-align: left;

}

/* ---Main content styles--- */
.flexColumnContainer {
    display:flex;
    flex-direction: column;
    overflow-x: hidden;
    /* justify-content: space-evenly; */
    /* overflow-y: auto; */
/* padding-top: 300px; */
    /* margin-top: 200px;
    padding-top: 100px; */
    /* top: calc(var(--hdrHeight) + 
            var(--hdrPaddingTop) +
            var(--hdrPaddingBottom) + 
            var(--hdrMarginTop)) ; */
height: 100vh;
/* width: 100vw; */
    /* margin-top: calc(var(--hdrHeight) + var(--hdrPadding) + var(--hdrTop)) ; */
    /* height: calc(100vh - var(--hdrHeight) - var(--hdrPaddingTop) - var(--hdrPaddingBottom) - var(--hdrMarginTop)); */
    /* position: relative; */
    /* top: auto; */
    /* overflow:auto; */
    z-index: -1;
    /* background-color: lightcoral; */
}
.contentWrapper {
    flex: 1;
    width: 100vw;
    overflow-y: auto;
 /* background-color: rgba(144, 238, 144); */
}
#spacerBlock{
    min-height: calc(3 * var(--hdrHeight));
    /* border: 2px  solid maroon; */
}
#spacerBlockEnd{
    min-height: calc(2 * var(--hdrHeight));
    /* border: 4px solid maroon; */
}
.infoBlock {
    margin: 5px 5vw 50px 5vw;
    padding: 5px 40vw 10px 2vw;
    /* background-color: rgba(255, 255, 255, 0.2); */
    background-image:linear-gradient(to right,rgb(255,255, 255,0.2), rgb(255, 255, 255,0));
    width: auto;
    /* border: 2px solid rgb(223, 221, 243); */
}
.infoBlockTitle {
    padding-bottom: 5px;
    text-align: left;
    font-size: large;
    font-weight:normal;
    color:cornflowerblue;
}
.paragraph {
    text-align:left;
	color:rgb(151, 150, 74);
	font-size:medium;
	font-weight:normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.containerOuter{
    height: auto;
    width: 100%;
}
.content-container {
    display: table;
    height:auto;
    width: 100%;
}
/* img{
    max-width: 100%;
    height: auto;
    position: relative;
} */
.msg-info-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
 .msg-info-container:first-child>div{
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: fadeInUp;
 }
 .msg-info-container:first-child:after{
    content: '';
    display: block;
    margin-top: 8px;
    border-top: 1px solid;
    border-top-color: #fff;
    border-top-color: #fff;
    border-bottom: 1px solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0.3);
    border-bottom-color: #000;
    border-bottom-color: rgba(0,0,0,0.3);
    -moz-animation: line 1s;
    -webkit-animation: line 1s;
    animation: line 1s;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: line;
 }
#msg-info{
    color: rgb(235, 194, 11);
}


/* ---Footer content styles */
.footer {
    
    /* width: 100vw;
    height: 100vh;
    flex: 1 0 auto; */

    overflow-y: auto;
    overflow-x: hidden;

    background-color: #0099cc1f;
    /* margin: 0;
    padding: 0;
    left: 0;
    bottom: 0; */
    /* width: 100%; */
    /* border: 1px solid gold; */
  }
.footer-content-container {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    /* width: 100%; */
    /* width: 98%; */
    justify-content:space-between;

    font-size: 10px;
}
.footerText{
	padding: 10px;
	margin: auto;
	text-align:center;
	color: cyan;
	font-size:larger;
	font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    flex: 1 1 0;
}
.footerText:first-child{
    margin-left: 0;
    text-align: left;
    opacity: 0.5;
}
.footerText:last-child{
    margin-right: 0;
    color:grey;
    font-size:xx-small;
	font-weight:normal;
    font-family:sans-serif;
    text-align: right;
}

