#outline { 
  position: relative; 
  height: 1300px; 
  width: 800px;
  margin: 18px auto 0;
  border: solid 1px #999999; 
}

#outline_caret {
  position: relative;
  height: 4900px;.
  width: 800px;
  margin: 18px auto 0;
  border: solid 1px #999999;.
}

#outline_mobile {
  position: relative;
  height: 4900px;
  width: 450px;
  margin: 18px auto 0;
  border: solid 1px #999999;
}

#outline_long {
   position: relative;
   height: 3200px;
   width: 800px;
   margin: 18px auto 0;
   border: solid 1px #999999;
}

#caption { 
  width: 260px;
  left: 48px;
  top: 318px;
  position: absolute;
  visibility: visible;
}

#text { 
  position: relative;
  left: 336px;
  top: 60px;
  width: 400px;
  visibility: visible;
  margin-top: 10px;
}


#text_caret {
    position: relative;
    left: 20px;
    top: 60px;
    width: 700px;
    visibility: visible;
    margin-top: 10px;
}

#text_mobile {
    position: relative;
    left: 20px;
    top: 60px;
    width: 300px;
    visibility: visible;
    margin-top: 10px;
}


#title { 
  position: relative;
  top: 20px;
  width: 100%;
  visibility: visible; 
}

#guide {
  position: relative;
  top: 450px;
  margin-left: 20px;
}

#guide a {
  text-decoration: none;
}

#footer {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 1250px;
  color: #778fbd;
}

#footer_caretbyte {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 4850px;
  color: #778fbd;
}

#footer_longer {
   position: absolute;
   width: 100%;
   text-align: center;
   top: 3150px;
   color: #778fbd;
}

p {
  color: #666; 
  text-align: justify;
  font-size: 16px; 
  font-family: Helvetica, Arial, sans-serif; 
  font-weight: normal; 
  margin: 10pt, 0, 10pt, 0;
}

h1 { 
  color: #778fbd; 
      font-size: 20px; 
  font-family: Helvetica, Arial, sans-serif; 
  font-weight: 500; 
  line-height: 32px; 
  margin-top: 4px; 
}

h1.caret {
  position: relative;
  top: 70px;
  font-size: 250px;
}

h3.sm {
 position: relative;
 top: -50px;
 font-size: 10px;
}


h2 { 
  color: #778fbd; 
  font-size: 18px; 
  font-family: Helvetica, Arial, sans-serif; 
  font-weight: normal; 
  margin: 0.83em 0 0; 
}

h3 { 
  color: #000000; 
  font-size: 60px; 
  font-family: Helvetica, Arial, sans-serif; 
  font-weight: bold; 
  text-align: center; 
  letter-spacing: -1px; 
  width: auto; 
}

h4 { 
  font-weight: bold; 
  text-align: center; 
  margin: 1.33em 0; 
}

span.red {
  color: #C32826;
}

span.blue {
  color: #778fbd;
  font-size: 100px;
}

span.capital {
  font-size: 25px;
}

a { 
  color: #C32826;
}

.hydralogo {
  position: absolute;
  top: 20px;
  left: 60px;
  width: 80px;
}

.bhivelogo {
  position: absolute;
  top: -10px;
  left: 50px;
  width: 25%;
}

.bhavelogo {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 180px;
}

h1 a {
  text-decoration: none;
  color: #778fbd;  
}

.menu{
  position: relative;
  width: 100%;
  height: 50px;
  top: 60px;
  font-weight: bold;
  font-size: 20px;
}

.menu ul {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 5px 0;
  margin: 0;
  text-align: center; /*set value to "left", "center", or "right"*/
  overflow: hidden;
}

.menu ul li {
  display: inline;
}

.menu ul li a {
  color: #494949;
  padding: 6px 12px 6px 6px;
  margin: 0;
  text-decoration: none;
  border-right: 1px dashed #BBB;
  border-left: 1px dashed #BBB;
}

.menu ul li a:hover {
  color: #FF0000;
}


