.btn-large-dim {
  width: 230px;
  height: 230px;
  font-size: 42px;
}

a.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

  a.dim:active {
      top: 3px;
  }

a.btn-primary.dim {
  box-shadow: inset 0 0 0 #0059ff, 0 5px 0 0 #0059ff, 0 10px 5px #999999 !important;
}

  a.btn-primary.dim:active {
      box-shadow: inset 0 0 0 #0059ff, 0 2px 0 0 #0059ff, 0 5px 3px #999999 !important;
  }

a.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999 !important;
}

  a.btn-default.dim:active {
      box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999 !important;
  }

a.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999 !important;
}

  a.btn-warning.dim:active {
      box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999 !important;
  }

a.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999 !important;
}

  a.btn-info.dim:active {
      box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999 !important;
  }

a.btn-success.dim {
  box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999 !important;
}

  a.btn-success.dim:active {
      box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999 !important;
  }

a.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999 !important;
}

  a.btn-danger.dim:active {
      box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999 !important;
  }

a.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}

a.dim:active:before {
  top: 7px;
  font-size: 50px;
}

.iframe-embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.iframe-embed-wrapper {
  position: relative;
  display: block;

  padding: 0;
  overflow: hidden;
}
.iframe-embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.container-fluid{
  overflow: hidden;
  }

  /*****HOLIDAY THEME****/
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

.christmas-navbar
{
  height: 72px;
  background: url(img/christmas_header.png) no-repeat;
    background-size: 100% 73px;
    background-position-x: 0px;
}

.spring-navbar
{
  height: 72px;
  background: url(img/spring-banner2b.png) no-repeat;
    background-size: 100% 73px;
    background-position-x: 0px;
    background-color:skyblue;
}


@media (orientation: landscape) {
  iframe {
    height: 800px;
  }
}

@media (orientation: portrait) {
  iframe {
    height: 1100px;
  }
}

body { 
  overflow: hidden;
}

.holds-the-iframe {
  background:url(img/gogo-loader-plane-transparent.gif) center center no-repeat;
  height: 200px;
  display: none;
}