html
{
  font-size: 100%;
}

h1,h2,h3,h4
{
  font-family : Roboto, sans-serif;
  font-weight : 400;
}

h1
{
  font-size: 2rem;
}

h2
{
  font-size: 1.8rem;
}

h3
{
  font-size: 1.5rem;
}

h4
{
  font-size: 1.2rem;
}

body
{
  padding-top     : 6rem;
  color           : #100b00;
  font-family     : Roboto, sans-serif;
  background-color: #343a40;
}

main
{
  background-color: #fff;
}

#mainTitle
{
  padding-bottom: 0.5rem;
  margin-bottom : 2.5rem;
  border-bottom : 1px solid grey;
}

#mainContent
{
  position      : relative;
  padding-top   : 2.5rem;
  padding-bottom: 2.5rem;
}

#printTip
{
  position   : absolute;
  top        : 0px;
  right      : 15px;
  margin-top : 0.5rem;
  text-align : right;
  white-space: nowrap;
}

nav.navbar
{
  min-height: 6rem;
}

img.logo
{
  height: 4rem;
}

div#mainNavContainer
{
  font-size    : 1.2rem;
  white-space  : nowrap;
  min-height   : 3.5rem;
}

div.dropdown-menu
{
  background-color: #343a40;
  color: #fff;
  border-color: #fab81e;
}

div.dropdown-menu a
{
  color: #fff;
}

a
{
  color: #b68616;
}

a:hover
{
  color          : #95190c;
  text-decoration: none;
}

.dropdown-item:hover
{
  background-color: #fab81e;
}

.btn-primary
{
  background-color: #fab81e;
  color           : #3f3a40;
  border-color    : #3f3a40;
  font-weight     : bold;
  line-height     : 1.2rem;
  font-size       : 1rem;
  padding         : 1rem;
  padding-top     : .3rem;
  padding-bottom  : .3rem;
}

.btn-primary:hover
{
  background-color: #343a40;
  color           : #fab81e !important;
  border-color    : #fab81e;
}

label
{
  font-weight  : bold;
  margin-bottom: 0rem;
}

label.required:after
{
  content    : ' *';
  color      : red;
  font-weight: bold;
}

select.form-error,
input.form-error,
textarea.form-error
{
  border: 1px solid red;
}

div.form-error
{
  position        : absolute;
  margin-top      : .1rem;
  right           : 5px;
  padding         : .2rem;
  font-size       : 1rem;
  line-height     : 1rem;

  color           : rgba(255, 255, 255, 1.0);
  background-color: rgba(220,  53,  69, 0.8);
  border-radius   : .2rem;
}

footer
{
  background-color: #343a40;
  margin-top      : 2rem;
  margin-bottom   : 2rem;
  color           : rgba(255, 255, 255, .2);
  font-size       : 1rem;
}

#footerLogo img
{
  height: 6rem;
}

footer div.row
{
  margin-bottom: 1rem;
}

footer div.row:last-child
{
  margin-top   : -1rem;
  margin-bottom: 0px;
}

footer h4
{
  display: block;
  float  : left;
  clear  : left;
}

footer ul
{
  list-style-type: none;
  padding-left   : 0px;
  display        : block;
  float          : left;
  clear          : left;
}

footer li,
footer a
{
  color: rgba(255, 255, 255, .6);
}

footer a:hover
{
  color          : #fab81e;
  text-decoration: none;
}

footer li i
{
  padding-right: 8px;
}

#copyright
{
  font-weight: normal;
  font-size  : 0.8rem;
}

@media(min-width: 768px)
{
  footer .sitemap
  {
    max-width   : 1000px;
    margin-left : auto;
    margin-right: auto;
  }

  footer .sitemap > div
  {
    text-align: center;
  }

  footer .sitemap > div:first-child
  {
    text-align: left;
  }

  footer .sitemap > div:last-child
  {
    text-align: right;
  }

  footer .sitemap > div > div
  {
    display     : inline-block;
    margin-left : auto;
    margin-right: auto;
    text-align  : left;
  }
}

@media screen
{
  .print
  {
    display: none;
  }
}

@media speech
{
  .print
  {
    display: none;
  }
}

@media print
{
  .noprint
  {
    display: none;
  }

  body
  {
    background-color: white;
  }

  main a:before
  {
    font-family            : 'Font Awesome\ 5 Free';
    font-weight            : 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing : antialiased;
    display                : inline-block;
    font-style             : normal;
    font-variant           : normal;
    text-rendering         : auto;
    line-height            : 1;
    content                : "\f0c1";
    padding-right          : 0.2rem;
  }

  main a:after
  {
    display     : inline-block;
    position    : relative;
    top         : -0.4rem;
    padding-left: 0.2rem;
    content     : " (" attr(href) ")";
    font-size   : .7em;
  }

  main a[href^="/"]:after
  {
    content     : " (https://hostfission.com" attr(href) ")";
  }

  main a
  {
    color: black;
    text-decoration: none !important;
  }

  #mainContent
  {
    padding-bottom  : 0rem;
  }

  footer
  {
    margin-top      : 0rem;
    color           : black;
    background-color: white;
  }

  #footerLogo
  {
    border-top    : 1px solid grey;
    margin-top    : 2rem;
    margin-left   : 15px;
    margin-right  : 15px;
    padding-top   : 2rem;
    padding-bottom: 0.2rem;
  }

  footer li,
  footer a
  {
    color: black;
  }

  #printLogo
  {
    float : right;
    height: 4.7rem;
  }
}

div.guide > div:before
{
  display      : block;
  position     : relative;
  width        : 100%;
  border-top   : 1px solid rgba(0,0,0,.1);
  margin-left  : 15px;
  margin-right : 15px;
  margin-top   : 1rem;
  margin-bottom: 1rem;
  content      : '';
}

/* row */
div.guide > div
{
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  margin-left      : -15px;
  margin-right     : -15px;
  page-break-inside: avoid;
}

/* column */
div.guide > div > div
{
  position     : relative;
  width        : 100%;
  min-height   : 1px;
  padding-left : 15px;
  padding-right: 15px;
}

@media(min-width: 768px)
{
  div.guide > div > div
  {
    -ms-flex : 0 0 50%;
    flex     : 0 0 50%;
    max-width: 50%;
  }
}

div.guide > div > div:last-child
{
  text-align: center;
}

div.guide > div > div:last-child img
{
  padding         : .25rem;
  background-color: #fff;
  border          : 1px solid #dee2e6;
  border-radius   : .25rem;
  max-width       : 100%;
  height          : auto;
}

/* ============ index page styles ============= */
div.index-hero
{
  padding-top   : 4vw;
  padding-bottom: 4vw;
  width         : 100%;
  text-align    : center;

  font-weight   : 300;
  font-size     : 2vw;
  line-height   : 2.5vw;
}

#mainHero
{
  display       : table;
  height        : 18vw;
  background    : linear-gradient(#52528c, #7c9eb2);
  color         : #fff;
}

@media(max-width: 768px)
{
  #mainHero
  {
    display: none;
  }


}

#mainHero > div
{
  display       : table-cell;
  vertical-align: middle;
}

#mainHero img
{
  max-height    : 133px;
  max-width     : 390px;
  width         : 30vw;
  vertical-align: top;
}

#mainHero ul
{
  display        : inline-block;
  list-style-type: none;
  max-height     : 390px;
  padding-left   : 1vw;
}

@media(min-width: 1300px)
{
  #mainHero
  {
    padding-top   : 3.8rem;
    padding-bottom: 3.8rem;
    height        : 245px;
  }

  #mainHero ul
  {
    font-size  : 1.9rem;
    line-height: 2.4rem;
  }
}

#svcHero
{
  font-size       : 1.2rem;
  line-height     : 1.2rem;
  abackground-color: #3c6e71;
  background-color: white;
  color           : black;
}

@media(min-width: 768px)
{
  #svcHero div.row
  {
    margin-bottom: 4rem;
  }
}

#svcHero div.container > div:last-child
{
  margin-bottom: 0px;
}

#svcHero div.svcBox
{
  text-align    : justify;
  vertical-align: top;
  max-width     : 320px;
  margin-left   : auto;
  margin-right  : auto;
}

.svcHeading img
{
  padding: 1rem;
  height : 8rem;
}

#svcHero a
{
  font-size: 1.3rem;
}

#svcHero div.svcBox a,
#svcHero div.svcBox a:hover
{
  font-size      : 1.8rem;
  color          : black;
  text-decoration: none;
}

.svcBox
{
  border-bottom: 1px solid silver;
}

@media(min-width: 768px)
{
  .svcBox
  {
    border-bottom: 0px;
  }
}

.wms-gallery
{
  background-color: black;
  border-top      : 1rem solid black;
  border-bottom   : 1rem solid black;
}

.wms-gallery .carousel-item
{
  padding-left : 1rem;
  padding-right: 1rem;
}

.wms-gallery .carousel-control-next,
.wms-gallery .carousel-control-prev
{
  opacity   : 0.0;
  transition: all 200ms ease-in-out;
}


.wms-gallery:hover .carousel-control-next,
.wms-gallery:hover .carousel-control-prev
{
  opacity: 1.0;
}

.wms-gallery .carousel-indicators,
.wms-gallery .carousel-control-next,
.wms-gallery .carousel-control-prev
{
  font-size                : 200%;
  -webkit-text-fill-color  : white;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
}

.wms-gallery .carousel-indicators
{
  background    : rgba(0, 0, 0, 0.5);
  bottom        : 0px;
  height        : 30px;
  padding-top   : 14px;
  margin        : 0px;
}

.wms-gallery .carousel-caption
{
  background    : rgba(0, 0, 0, 0.5);
  bottom        : 30px;
  right         : 0px;
  left          : 0px;
  padding-top   : 10px;
  padding-bottom: 0px;
}