/*!
 * Start Bootstrap - Business Casual v4.1.1 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */
body {
  font-family: 'Merriweather';
 background: linear-gradient(rgba(16, 183, 202, 0.05), rgba(16, 183, 202, 0.05)), url("https://sec.theglobeandmail.com/adv/partners/TGAM_Advertising/2018/PMCC/strokesaviour/img/bg.jpg");
  background-attachment: fixed; 
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather';
}

p {
  line-height: 1.75;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 80px;
    height: 80px;
    filter: drop-shadow(1px 6px 4px #333);
}
.carousel-control-next, .carousel-control-prev {
    width: 7%;
}

.carousel-inner {
    width: 80%;
      margin: auto;
}

  }


.site-heading {
  margin-top: 7rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Merriweather';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 3rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
    font-family: 'Roboto' !important;
  font-weight: 700 !important;
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 5rem;
  margin-bottom: 2rem;
}


.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  font-family: 'Roboto';
  font-weight: 700 !important;
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 1);
}

#mainNav {
  background-color: rgba(47, 23, 15, 0.9);
  font-family: 'Merriweather';
}

#mainNav .navbar-brand {
  color: #00465f;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #00465f;
}

@media (min-width: 992px) {
  .page-section {
  margin-top: 10rem;
  margin-bottom: 5rem;
}

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #00465f;
  }

}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

 .intro .intro-img {
    border-color: #fff;
    border-style: solid;
    border-width: 7px;
  }

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -3rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(0, 70, 95,.6);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 50vw;
    border-color: #fff;
    border-style: solid;
    border-width: 7px;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 45vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #00465f;
}

 .product-item .product-item-img {
    border-color: #fff;
    border-style: solid;
    border-width: 7px;
  }

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {


  .carousel-inner {
    width: 100%;}
    
  .section-heading .section-heading-lower {
  display: block;
  font-size: 2rem;
  font-weight: 100;
}
.site-heading .site-heading-upper {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
}
.site-heading .site-heading-lower {
    font-size: 3rem;}



.mb-3{
  margin-bottom: -0.3rem!important;}

.site-heading {
    margin-top: 2rem;}

.intro-button{
  margin-top:2em;
}

.page-section{margin-bottom: 2rem;}
}

.address strong {
  font-size: 1.2rem;
}


.text-primary {
  color: #00465f !important;
}

.bg-primary {
  background-color: #00465f !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #00465f;
  border-color: #00465f;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #8983a9;
  border-color: #8983a9;
}

.font-weight-light {
  font-weight: 100 !important;
}

/*!Begin Nav css */

.adv-brand {
 /* position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  background: #4C4C4D;
  z-index: 20;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  height: 50px;
  box-sizing: border-box;
  padding: 0;
  text-align:center;
}

.gamhead{
  display:inline-block;
  width:100%;
  height:50px;
  max-width:1260px;
  color:#fff;
  font-size:1rem;
}

.new-adv-sponsor-banner{
  display:block;
  position:absolute;
  top:50px;
  left:0;
  width:100%;
  /*height:10px;*/
  padding: .625rem 0;
  background:#e5eff1;
  color:#333;
  text-align:center;
  font-size: .6875rem;
  z-index:8888;
}

.new-adv-banner{
  font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: .6875rem;
  line-height: 20px;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    background-color: #E3EFF1;
}

.adv-logoright{
  display:inline-block;
  height:30px;
  width:auto;
  padding:10px;
  top:0;
  right:0;
  text-decoration:none;
  float:right;
  border:none;
}

.adv-logoright img{
  height:30px;
}

.c-header-title__anchor{
  display:block;
  position:absolute;
  width:60px;
  height:60px;
  z-index:9999;
}

.adv-navbar .navbar-brand {
  padding: 0;
  width: 100%;
  margin: 0;
}
.adv-brand .adv-logo {
  display:block;
  height: 60px;
  float: left;
}
@media (max-width: 710px) {
  .adv-brand .adv-logo {
    height: 60px;
  }
}
/* ----------------------------------- */
.adv-brand .adv-fr-wrapper {
  float: left;
  display: table;
  height: 40px;
  margin-left:70px;
}
@media (max-width: 710px) {
  .adv-brand .adv-fr-wrapper {
    height: 40px;
  }
}
@media (max-width: 550px) {
  .adv-brand .adv-fr-wrapper {
    display: inline-block;
  }
}
.adv-brand .adv-fr-wrapper .adv-fr {
  /*background-color:red;*/
  display: table-cell;
  vertical-align: middle;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  padding: 0 10px 0 10px;
  font-weight:700;
}
@media (max-width: 9500px) {
  .adv-brand .adv-fr-wrapper .adv-fr {
    font-size: 15px;
    line-height: 20px;
    padding: 7px 5px 0px 10px;
  }
}
.adv-brand .adv-fr-wrapper .adv-line {
width: 1px;
/*display: table-cell;*/
height: 15px;
margin-top: 14px;
}
@media (max-width: 710px) {
.adv-brand .adv-fr-wrapper .adv-line {
height: 30px;
margin-top: 5px;
}
}
@media (max-width: 550px) {
.adv-brand .adv-fr-wrapper .adv-line {
display: none;
}
}
.adv-brand .adv-fr-wrapper .adv-sc {
/*background-color:orange;*/
display: table-cell;
vertical-align: middle;
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
padding: 7px 10px 0 5px;
color: #777;
}
@media (max-width: 710px) {
.adv-brand .adv-fr-wrapper .adv-sc {
font-size: 12px;
padding: 2px 10px 0px 10px;
}
}
@media (max-width: 650px) {
.adv-brand .adv-fr-wrapper .adv-sc {
font-size: 8px;
padding: 0px 5px 0px 6px;
margin-top: -2px;
display: inline-block;
float: left;
clear: left;
color: #aaa;
text-transform: capitalize;
letter-spacing: 1px;
}
}

/*=====*/

/*-- footer --*/
.footer{
    background: #3B4142;
    padding: 2em 3em;

}
.footer-top-nav ul{
  padding:0;
  margin:0;
}
.footer-top-nav ul li{
  display:inline-block;
  margin:0 1em;
}
.footer-top-nav ul li a{
  color:#FFF;
  font-size:14px;
  text-decoration:none;
}
.footer-top-nav ul li a:hover{
  color: rgba(255, 255, 255, 0.48);
}
.footer-bottom-nav ul{
    padding: 1em 0 0 0;
    margin: 0;
}

.footer-bottom ul li{
  display:inline-block;
  margin:0 1em;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  text-decoration: none;
}

.footer-bottom-nav ul li{
  display:inline-block;
  margin:0 1em;
}
.footer-bottom-nav ul li a{
color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  text-decoration: none;
}
.footer-bottom-nav ul li a:focus {
    outline: none;
}
.footer-bottom-nav ul li a:hover{
  color:#FFF;
}
.footer-bottom-nav ul li{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.54);
}
.footer-top{
  padding-bottom: 2em;
}
.footer-bottom {
  margin-top: 2em;
}
.footer-bottom ul{
  padding:0;
  margin:0;
}
.footer-bottom ul li{
  display: inline-block;
  margin: 0 1em 0 0;
}

/*=====*/