/*
 * Globals - Square Works Design Studio
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

/* Padding for spacing */
.inner {
  padding: 2rem 0rem;
}

/*
 * Header
 */
.sq-nav-toggler.navbar-toggler{
  padding: .10rem 0.45rem .25rem;
  font-size: 1.2rem;
  cursor: pointer;
}
.sq-nav-toggler.navbar-toggler .navbar-toggler-icon {
    width: 1em;
    height: 1em;
}
.masthead {
  margin-bottom: 2rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.masthead-brand{
  font-weight: bold;
  font-size: 17.4px;
  letter-spacing: normal;
}
.masthead-brand,
a.masthead-brand,
.masthead-brand:hover,
.masthead-brand:focus  {
    text-decoration: none;
 }
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
  text-align: left;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255,255,255,.25);
}
.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}
.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
@media (min-width: 768px){
  .navbar-expand-md .navbar-collapse.nav-masthead {
    float: right;
    display: block !important;
  }
  .navbar-expand-md .navbar-collapse.nav-masthead .navbar-nav{
    float: right;
  }
}
.sq-navbar-padding{
  padding:15px !important;
}



/*
 * Cover
 */
.cover{
  max-width: 720px;
  margin:0 auto;
}
.cover .btn-lg {
  font-weight: 700;
}

.masterpage-main-link{
  margin: 15px 10px;
  padding: 8px 5px;
  display: inline-block;
  border-bottom: .25rem solid rgba(255,255,255,.25);
  text-decoration: none;
}
.masterpage-main-link:after{
  content: ".";

}
.masterpage-main-link:hover, 
.masterpage-main-link:focus {
    color: #fff;
    border-bottom-color: rgba(255,255,255,1);
    text-decoration: none;
}
.cover hr{
  margin: 0px 0px 15px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255,255,255,.25);
}

.animate {
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.animate.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}


.product-logo-link{
  opacity: .30;
  padding:4px;
  margin: 5px;
}
.product-logo-link:hover, 
.product-logo-link:focus {
  opacity: 1;
}
.product-logo{
  max-width: 190px;
}

.arch-m .product-logo{
  max-width: 160px;
}
.arch-r .product-logo{
  max-width: 180px;
}
.p-arch .product-logo{
  max-width: 84px;
}
.arch-b .product-logo{
  max-width: 190px;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */
@media (min-width: 40em) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }


}

