/*---------- HTML ----------*/
body {
  background-image: url(/Images/Img1.webp);
  background-color: #E0F6F7;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Last Decided Color #cffae8; */
  /*
  ORIGINAL BG COLOUR #63807d
  ORIGINAL HEADING COLOUR #337983
  ORIGINAL INFO BOX + NAVBAR COLOUR
 #afedd3

      #f0ece2
      #ebf8fa
      #5cc3b1
      #c7b198
      #63807d
      #dfd3c3
      #5cc3b1
      #ababab
      #63807d
      #4CAF50
Glossary Link Active Colour:   #167c80;*/
}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: yellow;
  /* OLD COLOR #555 */
  color: black;
  font-weight: bolder;
  padding: 16px 20px;
  border: 1px solid #167c80;
  border-radius: 9px;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 0px;
  width: 200px;
}

/* Button used to close the contact form - fixed at the bottom of the page */
.close-button, .close-button:hover {
  background-color: #afedd3;
  color: black;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  border-radius: 9px;
}
.close-button:hover{
  background: linear-gradient(to bottom, #afedd3 5%, #ebf8fa 100%);
}
.tableBtns{
  align: center;
  background-color: #5cc3b1;
  border-radius: 9px;
  border: 1px solid white;
  display: block;
  margin: auto;
  padding: 10px 20px;
}
.tableBtns:hover{
  background-color: gray;
  color: white;
}
/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 23px;
  right: 0px;
  /* border: 3px solid #f1f1f1; */
  border-radius: 9px;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}


/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.pageContent {
  /* position: static; */
  width: 100%;
}
.MainBody{
  padding: 15px;
  border-radius: 9px;
  background-color: white;
  width: 97%;
  margin: auto;
  border: 1px solid #167c80;
  opacity: 0.85;
}
.MainBody:hover{
  opacity: 1;
}

.SuccessPage{
  text-align: center;
}
.disclaimerNotice{
  text-align: left;
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 26%;
  left: 95%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  border: 4px solid #167c80;
  border-radius: 9px;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  background-color: white;
}
/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #167c80;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
/* .HelpBoxContentSplit{
  width: 100%;
} */


/* input {
  width: 30px;
  margin-left: 20px;
} */

.keyMessageHighlight{
  background-color: #167c80;
  color: white;
  text-align: center;
  font-size: 1.25rem;
  border: solid 1px white;
  border-radius: 9px;
  width: 65%;
  margin: 0px auto 20px auto;
  padding: 5px 0px;
}

.keyMessageWordEmphasis{
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px black;
  font-size: 1.25rem;
  line-height: 30px;

}

.bodyText, .p-wid, .ul-wid {
  text-align: left;
  font-size: 1.15rem;
}

/*---------- CLASS ---------*/


.textStress {
  font-weight: bolder;
  text-decoration: underline;
}
.depressionInfoLink{
  text-align: center;
}
.page-head {
  position: sticky;
  top: 0;
  z-index: 2;
  margin-bottom: 50PX;
}

.p-references {
  font-weight: lighter;
  font-style: italic;
  font-size: 0.75em;
}

.mid {
  display: block;
  width: 100%;
  margin: auto;
  color: black;
  background-color: inherit;
  font-size: 1.25rem;
  line-height: 25px;
}
.bot{
    display: block;
    width: 100%;
    margin: 20px auto;
    color: black;
    background-color: inherit;
    font-size: 1.25rem;
    line-height: 25px;
}
.col-sm-12 {
  background-color: white;
  text-align: left;
  /* border-radius: 9px;
  padding: 20px;
  border-right: solid 1px grey; */
}
.mainPageImg{
  width: 100%;
  border-radius: 5px;
}
.parallax {
  background-image: url("../Images/Img1.webp");
  height: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxHome {
  background-image: url("../Images/Img1.webp");
  height: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxHead{
  /* margin-top: 10px; */
  background-image: url("../Images/Img1.webp");
  height: 30px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .parallaxHeadTitle{
  background-image: url("../Images/Img1.jpg");
  height: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.parallaxCandidate {
  background-image: url("../Images/Img1.webp");
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxClient {
  background-image: url("../Images/Img1.webp");
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxHeading{
  background-image: url("../Images/Img1.webp");
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Slogan, .page-head{
  width: 95%;
  margin: auto;
}
.main-h1 {
border-top-left-radius: 9px;
border-top-right-radius: 9px;
border: 1px solid white;
  background-color: #167c80;
  /* #2d71a6; */
  background-image: url("../Images/Blue.webp");
  /* Last Decided Color #167c80; */
  color: white;
  /* Last Decided Color #ebf8fa */
  /* padding-top: 20px; */
  margin: 10px auto 0 auto;
  /* padding-bottom: 20px; */
  position: relative;
  width: 95%;
  display: block;
  text-align: center;
  font-family: 'Allura', serif;
  /* font-weight: 800; */
  font-size: 9vw;
}
.headLogo{
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border: 1px solid white;
    background-color: #167c80;
    background-image: url("../Images/Blue.webp");

/* parallax starts here */
/* background-image: url("../Images/Img1.webp");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover; */
/* parallax ends here */

    color: white;
    margin: 10px auto 0 auto;
    position: relative;
    width: 95%;
    display: block;
    text-align: center;
}
.Slogan{
  background-color: #dceefa;
  /* #cfe0fa; */
  /* #63807d; */

  /* background-image: url(../Images/blue.jpg); */
  color: #454545;
  /* border: 2px solid #c9c9b5; */
  /* #f5f777; */
  margin: auto;
  padding: 10px 0;
  /* border-top-left-radius: 9px;
  border-top-right-radius: 9px; */
  position: relative;
  display: block;
  text-align: center;
  font-family: serif;
  font-size: 2.5vw;
  font-style: italic;
}
.h3Title{
  text-decoration: underline;
  font-weight: bolder;
  text-align: center;
}

.second-h1, .main-h2 {
  display: block;
  text-align: center;
  margin: auto;
  color: #167c80;
  padding-bottom: 50px;
}
.main-h2{
  font-size: 2rem;
  font-weight: bolder;
  text-decoration: underline;
}

.NavbarMoreLinks {
  margin: auto;
}

.float-lg-right {
  position: relative;
}

.p-main {
  display: block;
  text-align: center;
  margin: 10px auto 10px auto;
  width: 50%;
  color: #63807d;
  background-color: inherit;
}

.p-disclaimer {
  display: block;
  text-align: left;
  margin: 0 auto 10px auto;
}

.p-discpage {
  display: block;
  text-align: left;
  margin: 20px auto 30px auto;
  width: 100%;
  color: #167c80;
  background-color: inherit;
  font-size: 1.5rem;
  line-height: 2rem;
}
.p-discpageBtn {
  display: block;
  text-align: center;
  margin: 20px auto 30px auto;
  width: 50%;
  color: #167c80;
  background-color: inherit;
  font-size: 1.25rem;
  line-height: 2rem;
}

.p-discpage-ul {
  display: block;
  text-align: left;
  margin: 2rem auto 10px auto;
  width: 80%;
  color: black;
  background-color: inherit;
  font-size: 1.25rem;
  line-height: 2rem;
}
.p-discpage-continue-btn{
  border-radius: 9px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  /* font-weight: bold; */
  padding: 10px 0px;
  text-decoration: none;
  margin: auto;
  width: 9rem;
  text-align: center;
}
.disc-content-wrap{
  background-color: white;
  border-radius: 9px;
  margin: auto;
  width: 75%;
}
.testmainh2 {
  clear: both;
  color: black;
  padding-top: 0;
  margin: 15px auto 40px auto;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: underline;
  font-weight: bolder;
  font-family: verdana;
}

.testh3 {
  clear: both;
  color: black;
  padding-top: 20px;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  text-decoration: underline;
  font-weight: bolder;
  font-family: arial;
}

.testsubmitbtn {
  background: linear-gradient(to bottom, #ebf8fa 5%, #ebf8fa 100%);
  background-color: #63807d;
  border-radius: 9px;
  border: 2px solid black;
  display: block;
  cursor: pointer;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  margin: auto;
  width: 13.5rem;
}

.testsubmitbtn:hover {
  background: linear-gradient(to bottom, #63807d 5%, #63807d 100%);
  background-color: #63807d;
  border-radius: 9px;
  border: 2px solid white;
  display: block;
  cursor: pointer;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  margin: auto;
  width: 13.5rem;
  text-align: center;
}

.testsubmitbtn:active {
  background: linear-gradient(to bottom, #ebf8fa 5%, #ebf8fa 100%);
  background-color: #63807d;
  border-radius: 9px;
  border: 2px solid black;
  display: block;
  cursor: pointer;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  margin: auto;
  width: 13.5rem;
  text-align: center;
}

.submitbtndiv {
  display: block;
  margin: 50px auto 20px auto;
}

.navbar {
  background-color: white;
  color: white;
  border: 3px solid #167c80;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  /* margin: 0 auto 10px auto; */
  margin: auto auto 0px auto;
  position: stciky;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px 10px 0px 10px;
}

.navbar-nav {
  margin: auto auto 0px;
}

.navbar-toggler:hover {
  background-color: rgba(212, 235, 248, 0.98);
  border-color: #167c80;
  color: #167c80;
  margin: 10px auto;
}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:active:visited {
  background-color: #167c80;
  border-color: rgba(212, 235, 248, 0.98);
  color: rgba(212, 235, 248, 0.98);
  margin: 10px auto;

}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(212, 235, 248, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-expand-lg {
  padding: 0;
}

.currentpagelink, .currentpagelink:hover {
  background: linear-gradient(to bottom, #dceefa 5%, #dceefa 100%);
  background-color: #dceefa;
  border-top-right-radius: 9px;
  /* border-top-left-radius: 9px; */
  border-bottom-left-radius: 9px;
  border: 2px solid #167c80;
  /* border-bottom: 0; */
  display: inline-block;
  cursor: pointer;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
  text-decoration: none;
  margin: 10px 15px;
  width: 10rem;
  /* height: 89%; */
}

.takeTestLink:link{
  background: linear-gradient(to bottom, #63807d 5%, #63807d 100%);
  background-color: orange;
  border-radius: 9px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 10px 0px;
  text-decoration: none;
  margin: 10px 15px;
  width: 9rem;
  text-align: center;
}
.takeTestLink:hover, .takeTestLink:visited:hover{
  background: linear-gradient(to bottom, yellow 5%, orange 100%);
  background-color: orange;
  border-color: white;
  color: black;
}
.takeTestLink:visited, .takeTestLink:active {
  background: linear-gradient(to bottom, #63807d 5%, #63807d 100%);
  background-color: orange;
  color: white;
}

.takeTestLinkCurrentPage, .takeTestLinkCurrentPage:hover, .takeTestLinkCurrentPage:active, .takeTestLinkCurrentPage:visited {
  background: linear-gradient(to bottom, orange 5%, orange 100%);
  background-color: white;
  border-radius: 9px;
  border: 2px solid white;
  /* border-bottom: 2px solid orange; */
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  /* font-weight: bold; */
  padding: 10px 0px;
  text-decoration: none;
  margin: 10px 15px;
  width: 9rem;
  text-align: center;
}

.headinglinks {
  border-radius: 9px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  display: inline-block;
  cursor: pointer;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  /* font-weight: bold; */
  padding: 10px 0px;
  text-decoration: none;
  margin: 10px 15px;
  width: 9rem;
  text-align: center;
  transition: background 2s, color 1s, border 2s;
}

.headinglinks:link {
  background: linear-gradient(to bottom, #dceefa 5%, #dceefa 100%);
  background-color: #dceefa;
  text-decoration: none;
  border-color: white;

}

.headinglinks:hover, .headinglinks:visited:hover {
  background: white;
  /* ORIGINAL BACKGROUND: linear-gradient(to bottom, white,  5%, #63807d 100%); */
  background-color: #E0F6F7;
  color: black;
  border: 2px solid #167c80;
}

.headinglinks:visited {
  background: linear-gradient(to bottom, #dceefa 5%, #dceefa 100%);
  background-color: #dceefa;
  color: black;
  border-color: white;
}

.headinglinks:active {
  background: linear-gradient(to bottom, white 5%, #167c80 100%);
  background-color: grey;
  border: 2px solid white;
  color: white;
}

.BodyContent {
  display: block;
  margin: 0;
  padding: 0 10px;
}

.HelpBoxTextLink:hover, .HelpBoxTextLink:visited:hover {
  color: orange;
  font-size: 1.25rem;
}

.HelpBoxTextLink, .HelpBoxTextLink:visited, .HelpBoxTextLink:active, .HelpBoxTextLink:active:visited {
  color: white;
  font-size: 1.25rem;
  text-decoration: none;
}

.SeekHelpBox {
  top: 150px;
  right: 5px;
  z-index: 0;
  margin: 0 100px;
  padding: 0 0 0 20px;
  width: 220px;
}
.helpBoxTel:link{
  text-decoration: none;
  Color: white;
}
.helpBoxTel:hover{
    Color: white;
    text-decoration: underline;
}
.helpBoxTel:visited, .helpBoxTel:visited:hover{
  text-decoration: none;
  Color: white;
}
.HelpBoxDetails {
  margin: 200px;
}
.OrgName{
  font-weight: bolder;
  font-size: 1rem;
}
.contentTextStress {
  font-weight: bolder;
}

.contentTextLink {
  color: black;
  /* color: #63807d; */
  /* font-style: oblique; */
  text-shadow: 0px 1px #5cc3b1;
  border-bottom: solid 1px black;
  text-decoration: none;
  :
}

.contentTextLink:hover {
  color: #5cc3b1;
  /* font-weight: bold; */
  /* font-style: oblique; */
  text-shadow: 0px 1px black;
  text-decoration: none;
}

.contentTextLink:active {
  color: black;
  /* font-weight: bold; */
  text-shadow: 1px 1px #5cc3b1;
  text-decoration: none;
}

.contentTextLink:visited {
  color: black;
  font-style: oblique;
  text-decoration: none;
}

.contentGlossaryLink {
  color: black;
  border-bottom: 1px solid;
  border-color: Black;
  padding-bottom: 1px;
}

.contentGlossaryLink:hover {
  color: Black;
  border-bottom: 1px solid;
  border-color: Black;
  padding-bottom: 1px;
  text-decoration: none;
  background-color: #d7f3f7;
}

.contentGlossaryLink:active {
  color: #167c80;
}

.testBanner {
  background-color: #167c80;
  width: 100%;
  /*width 60%*/
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  border-radius: 9px;
}

.bannerParagraph {
  color: white;
  display: inline-block;
  font-size: 15px;
  position: relative;
  top: 17px;
  text-align: left;
  margin: 0 10px;
}

.bannerTakeTestButton:hover, .bannerTakeTestButton:visited:hover {
  color: black;
  background: linear-gradient(to bottom, yellow 100%, orange 5%);
  text-decoration: none;
  border-color: orange;
}

.bannerTakeTestButton, .bannerTakeTestButton:active, .bannerTakeTestButton:visited, .bannerTakeTestButton:visited:active {
  color: black;
  margin: auto;
  display: inline-block;
  background: linear-gradient(to bottom, yellow 5%, orange 100%);
  background-color: orange;
  border-radius: 9px;
  border: 2px solid white;
  /* border-bottom: 2px solid orange; */
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  /* font-weight: bold; */
  text-decoration: none;
  width: 9rem;
  text-align: center;
  position: relative;
  top: -5px;
  /* right: 30px; */
}

/* COVID 19 NOTICE */
.CovidBanner {
  background-color: #63807d;
  width: 45%;
  border: 1px solid white;
  /* width: 35%; */

  margin: 20px auto;
  position: relative;
  text-align: center;
  border-radius: 9px;
}
.CovidParagraph {
  color: white;
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 15px;
  text-align: center;
  margin: 0 10px;
}
.covid19Notice:hover, .covid19Notice:visited:hover {
  color: black;
  background: linear-gradient(to bottom, white 5%, orange 100%);
  text-decoration: none;
  border-color: white;
}

.covid19Notice, .covid19Notice:active, .covid19Notice:visited, .covid19Notice:visited:active {
  color: black;
  margin: auto;
  display: inline-block;
  background: linear-gradient(to bottom, orange 5%, orange 100%);
  color: black;
  font-weight: bold;
  border-radius: 9px;
  border: 2px solid white;
  /* border-bottom: 2px solid orange; */
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
/* USE THE BELOW IF USING COVID BANNER  */
  padding: 10px 15px;
  /* font-weight: bold; */
  text-decoration: none;
  width: 9rem;
  text-align: center;
  position: relative;
  /* margin: auto; */
/*set below to 12px if using banner */
  top: 10px;
  /* right: 5px; */
}
.covid19NoticeCloseBtn:hover, .covid19NoticeCloseBtn:visited:hover {
  color: black;
  background: linear-gradient(to bottom, white 5%, orange 100%);
  text-decoration: none;
  border-color: white;
}

.covid19NoticeCloseBtn, .covid19NoticeCloseBtn:active, .covid19NoticeCloseBtn:visited, .covid19NoticeCloseBtn:visited:active {
  color: black;
  margin: auto;
  display: inline-block;
  background: linear-gradient(to bottom, orange 5%, orange 100%);
  color: black;
  font-weight: bold;
  border-radius: 9px;
  border: 2px solid white;
  /* border-bottom: 2px solid orange; */
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
/* USE THE BELOW IF USING COVID BANNER  */
  /* padding: 10px 15px; */
  /* font-weight: bold; */
  text-decoration: none;
  width: 4rem;
  height: 2rem;
  text-align: center;
  position: relative;
/*set below to 12px if using banner */
    top: 12px;
  /* top: 12px; */
  /* left: 100px; */
}
.container {
  text-align: left;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

#HelpContacts {
  text-align: center;
  border: 1px;
  border-color: #167c80;
  border-style: solid;
  border-radius: 10px;
  background-color: #63807d;
  color: white;
}

/*--------- ID ---------*/
#testmain {
  position: relative;
  width: 80%;
  max-width: 950px;
  border: 1px gray solid;
  margin: 5px auto auto auto;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}

.HelpBox {
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}

table, th, td {
  border: 1px solid black;
  padding: 15px;
  text-align: left;
}

table#t01 tr:nth-child(even) {
  background-color: #eee;
}

table#t01 tr:nth-child(odd) {
  background-color: #fff;
}

table#t01 th {
  color: white;
  background-color: #167c80;
  text-align: center;
}

.socialMediaLogos{
  height: 25px;
}
.footerContent{
  padding-top: 3px;
}

.footerLink:link{
  color: white;
}

.footerLink:hover, .headinglinks:visited:hover, .footerLink:visited, {
  color: white;
}
.socialFooter{
  left: 0;
  padding-top: 7px;
  bottom: 1rem;
  width: 100%;
  height: 2rem;
  color: white;
  background-color: #167c80;
  /* CHANGES FROM HERE*/
  position: fixed;
  z-index: 5;
  text-align: center;
}

#footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  color: white;
  background-color: #167c80;
  /* CHANGES FROM HERE*/
  position: fixed;
  z-index: 5;
  text-align: center;

}

#p-about {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  width: 40%;
  color: #63807d;
  background-color: inherit;
}

/* CONTACT FORM CSS STARTS HERE */

* {
  box-sizing: border-box;
}

select, input[type=text], input[type=tel], input[type=email], input[type=file], select, textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
  width: 80%;
  margin: auto;
}
/* Full-width input fields */
/* .form-container input[type=text], input[type=tel], input[type=email], input[type=file], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: 1px solid grey;
  background: #f1f1f1;
} */

/* When the inputs get focus, do something */
select:focus, input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=file]:focus, .form-container input[type=password]:focus {
  background-color: #dceefa;
  outline: none;
  border: 1px solid black;
}

label {
  padding-top: 50px;
  /* display: inline-block; */
  text-align: center;
}
/* label {
  display: block;
} */

.SendDetailsBtn {
  padding: 12px 20px;
  cursor: pointer;
  width: 50%;
  margin: 30px auto;
  border-radius: 9px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  display: block;
  cursor: pointer;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  /* font-weight: bold; */
  text-align: center;
  transition: background 2s, color 1s, border 2s;
  background: linear-gradient(to bottom, #dceefa 5%, #dceefa 100%);
  background-color: #dceefa;
  text-decoration: none;
  border-color: #45a049;
}

.SendDetailsBtn:hover {
  background: linear-gradient(to bottom, #dceefa 5%, #45a049 100%);
}

.contactContainer {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
  text-align: left;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
