

img{width: 100%;}

body{
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  line-height: 1.6;
  text-transform: none;
  background-color: #eeedec;
}


.bg{background-color: #222;}

.menubar{
    background-image: url('../images/naughty.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 100svh !important;
    
  }

  .menubarOtherPages{background-color: #222;}

  .menubarOtherPages .banner{min-height: 250px !important;background: rgb(57, 58, 59) !important;
  }
  .menubarOtherPages .banner.banner-title {
    letter-spacing: 6px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 46px;
    padding-bottom: 10px;
    text-transform: uppercase;

    color: #FFF;
    margin-bottom: 1.25rem;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: .9px;

  }

  .navbar{background-color: rgba(0, 0, 0, 0.5) !important;border-bottom: 1px solid; border-bottom-color: rgba(255, 255, 255, 0.5);}
  
  .navbar-brand {
    margin: 15px;
    /* padding: 4px; */
    /* border: 1px solid #fff; */
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;

    font-size: 1.6rem;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
}

  

  .navbar-brand span{ font-weight: 300 !important;}


  @media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }
  
  @media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }
  
  
  .banner{min-height: 100svh !important;background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .banner-title {
    letter-spacing: 6px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 46px;
    padding-bottom: 10px;
    text-transform: uppercase;

    color: #FFF;
    margin-bottom: 1.25rem;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: .9px;

  }
  .banner-sub-title {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 20px;
    padding-bottom: 20px;
    font-style: italic;
  }

.profileTitle{
    color: #03a9f4; font-size: 16px; font-weight: 600;
}

.footerBorder{border-left: 1px solid rgba(128, 128, 128, .2);border-right: 1px solid rgba(128, 128, 128, .2);}
  
.readmoreButton{
    padding: 15px 30px; border-radius: 10px; font-weight: bold;
    background-color: #03a9f4; color: #fff; text-decoration: none;
  }
  .readmoreButton:hover{color: #fff; text-decoration: none;}

  
.copy p{ font-size: 12px; line-height: 30px; margin-top: 10px;}

.LinkList ul{list-style: none; padding: 0; margin: 0; margin-top: 30px;}
.LinkList ul li{ text-decoration: none !important; list-style: none; line-height: 35px;}
.LinkList li a{text-decoration: none !important; color: #fff; font-weight: 700;}
.LinkList li a:hover{color: #03a9f4;}