* {
    box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  height: 100%; 
    background-color: darkgrey;
  /*background-image: url('leather2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
   background-color: rgba(253, 255, 247); */
}
/*define col defaults*/
[class*="col-"] {
    float: center;
    text-align: center;
    vertical-align:middle;
  /*  border: 1px solid transparent; */
}

.background-image {
    /*  background-color: #fdfff7; */
    background-image: url('leather1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    filter: blur(5px);
    -webkit-filter: blur(8px);
    
}


h1 {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: right;
  background-color: #fdfff7;
}

p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}


.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 5px;
  max-width: 1170px;
  padding-right: 5px;
  padding-left: 5px;
 
}

.row:before, .row:after {
  display: table;
  content: " ";

}
div marg {
  padding-right: 5px;
  padding-left: 5px;
  display: block;
    text-align: left;
}

h1 {
  font-size: 2.3rem;
  font-weight: 300;
  margin: 0 0 1rem 0;
}
h3 {
    text-align: center;
    font-size: 2.4rem;
    font-style: oblique;
}

h5 {
    text-align: center;
    font-size: 2rem;
    font-style: oblique;
}

h6 {
text-align: center;
    font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .5rem;
    padding-right: .5rem;
  padding-left: .5rem;
}
.lead img {
    max-width: 100%; 
    height: auto;
    
     align-items: center;
}
.lead2 {
  font-size: 1.25rem;
  font-weight: 200;
  
}
p {
  margin: 0 0 .5rem;
}

a {
  color: #3282e6;
  text-decoration: none;
}

.btn {
    border-radius: 6rem;
  border: 0rem;
  color: ghostwhite;
  text-shadow: none;
  background-color: #745550;
    font-size: 1.5rem;
    
   
}

.img {
    vertical-align: middle;
    align-items: center;
}
.lessbtn {
    font-size: 1.25rem;
  font-weight: 200;
}
.container-fluid{
    background-color: aqua;
}

.navbar-header{
    background-color: aqua;
}

.navbar-nav{
    background-color: aqua;
}
.active{
    background-color: blueviolet;
}

.ctbra {
    padding-top: 4rem;
}
   
    
    ul {
    list-style-type: none;
        position: relative;
    margin: 0;
    width: 100%;    
    padding: 0;
    overflow: visable;
    background-position: left;
    background: #fdfff7;
    

  background-image: -moz-linear-gradient(top, #47251f, #fdfff7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47251f), to(#fdfff7));
  background-image: -webkit-linear-gradient(top, #47251f, #fdfff7);
  background-image: -o-linear-gradient(top, #47251f, #fdfff7);
  background-image: linear-gradient(to bottom, #47251f, #fdfff7);



}


li {
    float: right;
    font-weight: Bold;
    position: relative;
    z-index: 2;
}

li a, .dropbtn {
    display: inline-block;
    color: seashell;
    text-align: center;
    padding: .9rem 1rem;
    
    text-decoration: none;
}
li a, .TopBgrd {
 position: relative;
    z-index: 2;   
}
li a:hover, .dropdownc:hover .dropbtn {
    background-color: hsla(215, 15%, 21%, 0.72);
    color:seashell;
}

li.dropdownc {
    display: inline-block;

}

.dropdownc-content {
    display: none;
    
    background-color: hsla(215, 15%, 21%, 0.72);
    min-width: 1rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 2;
    
}

.dropdownc-content a {
    color: #fdfff7;
    padding: 1rem .4rem;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdownc-content a:hover {background-color: hsla(215, 15%, 21%, 0.99)}

.dropdownc:hover .dropdownc-content {
    display: block;
}

.sfg {
  display: block;
    width: 15.78571rem 
}
.lablephp {
  font-size: 2rem;
  font-weight: bold;
} 

.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.twitch .twitch-chat {
  height: 400px;
}

.twitch .twitch-chat iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 850px) {
  .twitch {
    position: relative;
  }
  
  .twitch .twitch-video {
    width: 75%;
    padding-top: 42.1875%;
  }

  .twitch .twitch-chat {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
