/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}
/** === navbar styles === */
#navigation,.navbar{
  background-image: url("/image/brick_bg.png") !important;
}
nav.navbar .btn-secondary {
    border-color: #fff;
    color: #fff;
}
nav.navbar .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
}
nav.navbar .btn-outline-light:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.2);
}
nav.navbar .btn {
  cursor: pointer;
}
nav.navbar .navbar-brand img {
  height: 2rem;
}
nav.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar form {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  nav.navbar form {
    margin-top: 0;
  }
}
.ctop_anchor {
   display: block;
   height: 5rem; /* this is the height of the navbar header */
   margin-top: -5rem; /* this is again negative value of the navbar height */
   visibility: hidden;
}
/** === jumbotron styles === */
#main-stage.jumbotron {
    background-image: url(/image/map_image.png);
    background-position: center; 
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    padding-top: 3.5rem;
    padding-bottom: 3.2rem;
}
.jumbotron .container {
  padding-right: 0;
}
#main-stage.jumbotron h1,
#main-stage.jumbotron h2 {
  font-weight: bold;
  text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}
.jumbotron .btn {
  margin-bottom: 0.2rem
}
.jumbotron h1,
.jumbotron h1 a,
.jumbotron h1 a:hover,
.jumbotron h1 a:focus,
.jumbotron h1 a:visited,
h1, h2, h3 {
  color: #404040;
  text-decoration: none;
}
#main-stage.jumbotron h1 {
  font-family: MyTitleFont;
  font-size: 4.1rem;
  line-height: 1.1;  
}
@media (max-width: 600px) {
  #main-stage.jumbotron {
    padding-top: 2rem;
    padding-bottom: 1.3rem;
  }
  #main-stage.jumbotron h1 {
    font-size: 3rem;
  }
}
#main-stage.jumbotron h2 {
  font-family: MyTitleFont;
  font-size: 2.5rem;
  line-height: 1.1;  
}
.btn-primary {
    background-color: #73008c;
    border-color: #73008c;
    color: #fff;
}
.btn-primary:hover,
nav.navbar .btn-outline-primary:hover {
    background-color: #560068;
    border-color: #480058;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus,
nav.navbar .btn-outline-primary.focus, nav.navbar .btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(206, 0, 250, 0.5);
}
.video-jumbotron {
  padding: 2rem 2rem;
}
.video-jumbotron .container {
  padding-left: 0;
  padding-right: 0;
}
.video-jumbotron h2 {
  padding-bottom: 1rem;
}
/** accordion */
#accordion .card-header a:after {
  content: '−';
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
#accordion .card-header.collapsed a:after {
  content: '+';
}
#accordion .card-header {
  cursor: pointer;
  background-color: #e4e4e4;
}
#accordion .card-block {
  padding: 0.75rem 1.25rem;
}
/** cards */
.articlebody .card-header,
.articlebody .card-title,
.articlebody h4.card-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.articlebody .card-header .float-right {
  font-size: 1rem;
}
.articlebody .card {
  margin-bottom: 1rem;
}
.articlebody .card .card-link-entirely {
  position: absolute;
  top: 0; left: 0;
  height: 100%; width: 100%;
}
.hyperlinked-card:hover {
  background-color: #f1f1f1;
}
/** image gallery */
.gallery-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.4rem;
  padding-top: 1.0rem;
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,0.7);
  font-size: 1rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .gallery-headline {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
    font-size: 1.5rem;
  }
}
/** forms */
#signupForm #email,
#signupForm #text,
#signupForm #description,
#loginForm #email,
#loginForm #text,
#loginForm #description,
#createThreadForm #description,
#forum-create-reply-box #description2 {
  display: none;
}
#pageSignup #errorMessage,
#pageError #errorMessage,
#errorMessageCreateThread,
#errorMessageReply {
  font-weight: bold;
  color: #ff0000;
}
.articlebody .btn {
  cursor: pointer;
}
/** forum stylings */
#forum-overview .list-group-item:hover {
  background-color: #f1f1f1;
}
#forum-overview p img {
  height: 1rem;
}
#forum-thread .text-muted img {
  height: 2rem;
  vertical-align:top;
  padding-right: 1rem;
}
body.pagetype-forum #main-stage.jumbotron,
body.pagetype-guide #main-stage.jumbotron {
  margin-bottom: 0;
}
.forum-breadcrumb.jumbotron {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.forum-breadcrumb.jumbotron .container {
  padding-left: 0;
}
#forum-overview-login-required-box.jumbotron,
#forum-thread-login-required-box.jumbotron {
  padding: 2rem 1rem;
}
#forum-create-thread-box.jumbotron,
#forum-create-reply-box.jumbotron {
  padding-left: 1rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
img.forum-channel-icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
}
/** guide */
.guide-headline-with-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.guide-headline-with-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
/** search */
.gsc-control-cse {
  padding: 0 !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0 !important;
}
.gsc-adBlock {
  display: none !important;
}
.gsc-table-cell-thumbnail {
  display: none !important;
}
/** spinning animation */
.wait-animation-spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    height: 2.5rem;
    width: 2.5rem;
    opacity: 0.4;
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
/** general richtext styles **/
.articlebody h1,
.articlebody h2,
.articlebody h3 {
  margin-bottom: 1rem;
}
a {
  color: #73008c;
}
footer a {
  color: #9b5daa;
}
a:hover {
  color: #480058;
}
ul, ol {
  padding-left: 1rem;
}
li {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.pagination li,
.breadcrumb li {
    padding-bottom: 0;
    padding-left: 0;
}
.no-transition {
    transition: none !important;
}
/** fonts **/
@font-face {
  font-family: 'MyTitleFont';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/DevinneSwash.woff2) format('woff2');
}