/* cmsms stylesheet: bandb_astcd modified: Monday, June 14, 2021 10:58:55 AM */

@font-face {
	font-family: 'WIZZARD';
	src: url('/fonts/WIZZARD.eot');
	src: local('☺'), url('/fonts/WIZZARD.woff') format('woff'), url('/fonts/WIZZARD.ttf') format('truetype'), url('/fonts/WIZZARD.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

header {
   background-repeat: no-repeat;
   color: #000000;
   background-color: #b7410e;
}
@media all and (max-width: 629px){
 header { background-repeat: no-repeat;
          color: #000000;
          background-color: #b7410e;
          }
}
@media all and (min-width: 630px){
 header {background-image: url('/uploads/Site%20Images/astcd.png');
          background-position: 0% 50%;
          background-size: auto;
          background-repeat: no-repeat;
          color: #000000;
          background-color: #b7410e;
          }
}

#name {
   height: 75px;
   position: relative;
   top: 5px;
}

#blurb {
   position: relative;
   bottom: 10px;
}

#soc {
   font-family: 'WIZZARD', cursive;
   font-size: h3;
   padding-bottom: 5px;
}

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #c1c1be;
  background-color: #000000;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #f38759;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #d54b10;
}

a:focus{
   color: #d54b10;
}

h1 {
  font-family: 'WIZZARD', cursive;
  color: #000000;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

h1 a {
  color: #000000;
}

h1 a:hover {
  color: #1d1a16;
}

h2 {
  font-family: 'Helvetica', cursive;
  font-size: 1rem;
  color: #000000;
}

h2 a, h2 a:hover {
  font-family: 'Helvetica', cursive;
  font-size: 1.5rem;
  color: #000000;
}

h3, h4 {
  font-family: 'WIZZARD', 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
}

h3 {
  font-size: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Wizzard', cursive;
  color: #b7410e;
  font-size: 0rem;
  line-height: 1rem;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1.5rem;
  position: relative;
  bottom: 6px;
}

#sticky-logo {
  float: left;
  position: relative;
  top: 0px;
}

menu {
  color: #b7410e;
}

#menu-toggle {
  float: right;
}

.is-stuck #menu-toggle {
   position: relative;
   top: 7px;
}

.menu>li>a {
   line-height: 0;
   position: relative;
   bottom: 0px;
}

.top-bar-right {
   padding-top: .75rem;
   position: relative;
   bottom: 7px;
}

.top-bar-left {
   position: relative;
   bottom: 2.5px;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #1d1a16;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
 border-color: #c1c1be transparent transparent;
}

.divider {
  background: #c1c1be;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #1d1a16;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #f38759;
}

.card-divider {
  background: #1d1a16;
  color: #c1c1be;
}

.button {
  background: #c1c1be;
  color: #1d1a16;
  border-radius: 5px;
}

.button:hover {
  background: #1d1a16;
  color: #c1c1be;
}

.divider .button {
  background: #1d1a16;
  color: #c1c1be;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #f38759;
  color: #1d1a16;
}

footer {
  background: #1d1a16;
  color: #c1c1be;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #c1c1be;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #c1c1be;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #c1c1be;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

    .fudge {
    position: relative;
    left: 15%;
  }

    .fidge {
    position: relative;
    left: 10%;
  } 

    .button {
    float: right;
   }
}

/* iPad protrait mode */
@media only screen 
and (min-device-width : 767px) 
and (max-device-width : 834px)
and (orientation: portrait)   { 

 .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }
    .fudge {
    position: relative;
    left: 15%;
  }

    .fidge {
    position: relative;
    left: 10%;
  } 

    .button {
    float: right;
   }
}

.NewsPostDetailTitle  {
   color: #d54b10;
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}
/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
/* cmsms stylesheet: Gbook module modified: Saturday, April 17, 2021 10:01:55 AM */
/*----------- Gbook Sample CSS ----------- */

.gbook_form label {
  color:#f38759;
  display:inline-block;
  width:100px;
  margin-bottom:10px;
}

.gbook_form input {
  width:99%;
  border: 0px solid #000;
  padding:3px;
  color: #\#c1c1be;
  background-color: #1d1a16;
}

.gbook_form input:focus {
  width:99%;
  border: 1px solid #1d1a16;
  padding:3px;
  color: #c1c1be;
  background-color: #000;
}
.gbook_form input.cms_checkbox {
  width:auto;
  color: #fff;
  background-color: #1d1a16;
}

.gbook_form input.cms_submit {
	width: 130px;
        box-shadow: 0px 0px 0px 2px #ed5312;
	background:linear-gradient(to bottom, #d54b10 5%, #be430e 100%);
	background-color:#b7410e;
	border-radius:10px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #a63b0c;
}
.gbook_form input.cms_submit:hover {
	background:linear-gradient(to bottom, #be430e 5%, #d54b10 100%);
	background-color:#b7410e;
}
.gbook_form input.cms_submit:active {
	position:relative;
	top:1px;
}

.gbook_form textarea {
  width:99%;
  border: 0px solid #000;
  height:140px;
  padding:2px;
  color: #fff;
  background-color: #1d1a16;
}

.gbook_form textarea:focus {
  width:99%;
  height:140px;
  padding:2px;
  color: #c1c1be;
  background-color: #000;
  vertical-align: middle;
}

.gbook_field_error input, 
.gbook_field_error textarea, 
.gbook_field_error .gbook_stars {
  background:#f4cccc url("https://www.avatinni.com/modules/Gbook/images/error.png") no-repeat center right;
}

.gbook_form .gbook_smileys {
  margin:4px 0 0 100px;
}

.gbook_form .gbook_starrating {
  margin:12px 0 12px 0;
}

.gbook_pagelinks {
  height:20px;
  text-align:right;
}

.gbook_pagelinks a {
  padding:1px 3px;
  background-color: #000;
  color:#c1c1be;
  text-decoration:none;
}

.gbook_pagelinks a.gbook_active_page {
  font-weight:bold;
  color: #fff;
  background-color: #000;
}

.gbook_pagelinks a:hover {
  color:#c1c1be;
  background-color:#000;
}

.gbook .gbook_entry {
  margin-top:20px;
}

.gbook .gbook_entry_name {
  padding-left:10px;
  float: left;
  font-weight:bold;
}

.gbook .gbook_entry_date {
  float:right;
  padding-right:10px;
  font-weight:bold;
}

.gbook .gbook_entry_title {
  padding:2px 10px;
  color: #d54b10;
}

.gbook .gbook_entry_message {
  margin:4px 0;
  padding:0px 10px;
  text-align: left;
  color: #c1c1be;
}

.gbook_form .gbook_stars {
  display:inline-block;
  padding:1px 24px 1px 2px;
}

.gbook .gbook_entry_rating {
  text-align:right;
}

.NewsPostDetailTitle  {
   color: #d54b10;
}
