html {
    width:100%;
    height: 100%;
}

body {
  padding-top: 105px;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #1B2631;
/*
  background: url(/images/TaphouseTaps2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
}


.tab-content{
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
}

.logo{
    
    height: 100px;
}

#logoPadding{
}


.navbar.navbar-inverse.navbar-fixed-top {
    height:106px;
    background-color: #1B2631;
}

.nav.nav-pills li a{
    color: darkgrey;
    background-color: #1B2631;  
    font-family: Oswald, Yesteryear, Arial, Verdana, sans-serif; 
    font-size: 24px;
    height: 105px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
}

.nav-pills li a:hover{
      color: white;
      background-color: #212F3C;
    
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
      background-color: #212F3C;
      color: white;
}

.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -119px;
		top:130px;
		width: 200px;
        z-index: 1;
	}

	.sticky li{
        
		list-style-type: none;
		background-color: #333;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(100%); 

	}

	.sticky li:hover{
		margin-left: -115px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
	}

	.sticky li img{
        z-index: 2;
		float: left;
		margin: 5px 5px;
		margin-right: 10px;

	}

	.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 43px;

	}


#home{
    background-color: black;
}

#contactInfo {
    padding: 10px;
    position: relative;
    float: right;
    height: 200px;
    width: 200px;
    font-size: 18px;
    color: white;
    height: 80px;
    margin-top: -110px;
    line-height: 3px;

    background-color: #1B2631;
}

#contacth2{
    font-family: Oswald, Arial, Verdana, sans-serif;
    width:215px;
    letter-spacing: 1.6px;
}

#contactAddress{
    width:220px;
    font-family: Oswald, Arial, Verdana, sans-serif;
}


#events {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    font-family: Titillium Web, Arial, Verdana, sans-serif;
}

#tabloidFrame {
    margin-top: -50px;
    width: 100%;
    height: 1000px;
}
#eventInfo{
    padding-top: 5px;
    min-width: 400px;
}
#eventCalendar{
    width: 85%;
    height: 500px;
}

#contentBoxEvents{
    margin: 0 auto;
    width: 86%;
    max-width: 1100px;
    min-width: 440px;
    height: 85%
    padding: 5px;
    background: rgba(34,34,34,.75);
    /*-webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    */
}


#contact {
    width: 100%;
    height: 100%;
}

#contentBoxContact{
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    min-width: 440px;
    height: 85%;
    min-height: 585px;
    max-height: 585px;
    margin-top: 52px;
    background: rgba(34,34,34,.75);
    
    /*-webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    */
}

#contact-content{
    float:left;
    font-family: Oswald, Arial, Verdana, sans-serif;
    text-align: center;
    color: white;
    width: 40%;
    min-width: 400px;
    padding-top: 15px;
    padding-left: 25px;
    line-height: 40px;
    padding-bottom: 50px;
}

#contactHeader{
    font-size: 34px;
}

#contactTitle{
    font-size: 32px;
}

#contactInformation{
    font-size: 30px;
}
#map {
    float: right;
    width: 55%;
    min-width: 369px;
    height: 500px;
    margin-bottom: 20px;
    
}

#mapPadding{
    padding-top: 40px;
    padding-right: 40px;
    
   
}
#taplist{
    height:
}

#Taplist{
    margin-top: -19px;
    width: 100%;
    height: 100vh;
}

#carouselHeader {
    font-size: 56px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */



.carousel-caption {
  width: 700px;
  padding: 20px;
    padding-top: 1px;
  background: rgba(34,34,34,0.75);
  margin: 0 auto;
  font-family: Oswald, Arial, Verdana, sans-serif;
  font-size: 30px;
  color: white;
  font-weight: bolder;
  margin-bottom: 120px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 870px;


}

.carousel-inner > .item > img {
  margin: 0 auto;
  width: 100%;
  max-width: 1900px;
}

.btn.btn-lg.btn-primary{
    background-color: #212F3C;
    border-color: #262626;
}

.btn.btn-lg.btn-primary:hover{
    background-color: #283747;
    border-color: #262626;
}

.carousel-indicators{
   margin-bottom: 120px;
}
#fbLike{
    position: absolute;
                width: 50px;
                margin-left: -60px;
                margin-top: 18px;
            }



@media only screen and (max-width: 1600px) and (min-width: 1200px) {

    
    .carousel-caption {
      width: 700px;
      padding: 20px;
      background: rgba(34,34,34,0.75);
      margin: 0 auto;
      font-family: Oswald, Arial, Verdana, sans-serif;
      font-size: 30px;
      color: white;
      font-weight: bolder;
      margin-bottom: 120px;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
      height: 675px;
      min-height: 500px;

    }

    .carousel-inner > .item > img {
      margin: 0 auto;
      width: 100%;
      max-width: 1900px;
    }
    .carousel-indicators{
   margin-bottom: 117px;
}
    #tabloidFrame {
    margin-top: -50px;
    width: 100%;
    height: 108%;
}
}


@media only screen and (max-width: 1200px) and (min-width: 1000px) {

            #carouselHeader {
    font-size: 36px;

    }

    .carousel-caption {
      width: 550px;
      padding: 10px;
      background: rgba(34,34,34,0.75);
      margin: 0 auto;
      font-family: Oswald, Arial, Verdana, sans-serif;
      font-size: 20px;
      color: white;
      font-weight: bolder;
      margin-bottom: 100px;
    }


    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 450px;

    }

    .carousel-inner > .item > img {
      margin: 0 auto;
      max-width: 1900px;
    }
    .carousel-indicators{
   margin-bottom: 97px;
}
    
        #tabloidFrame {
    margin-top: -50px;
    width: 100%;
    height: 800px;
}
}

@media only screen and (max-width: 1000px) and (min-width: 800px) {


        #contactInfo {
    display: none;
    padding: 0px;
    position: relative;
    float: right;
    height: 200px;
    width: 220px;
    font-size: 18px;
    color: white;
    height: 80px;
    margin-top: 8px;
    line-height: 3px;

    background-color: #1B2631;
}
    
        #carouselHeader {
    font-size: 32px;
}

    .carousel-caption {
      width: 550px;
      padding: 10px;
      background: rgba(34,34,34,0.75);
      margin: 0 auto;
      font-family: Oswald, Arial, Verdana, sans-serif;
      font-size: 20px;
      color: white;
      font-weight: bolder;
      margin-bottom: 40px;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 380px;

    }

    .carousel-inner > .item > img {
      margin: 0 auto;
      max-width: 1900px;
    }
    .carousel-indicators{
   margin-bottom: 37px;
}
}
@media only screen and (max-width: 800px) and (min-width: 700px) {
        #fbLike{
    position: absolute;
                width: 50px;
                margin-left: 680px;
                margin-top: 28px;
            }

        #contactInfo {
    display: none;
    padding: 0px;
    position: relative;
    float: right;
    height: 200px;
    width: 220px;
    font-size: 18px;
    color: white;
    height: 80px;
    margin-top: 8px;
    line-height: 3px;

    background-color: #1B2631;
}
    
    #carouselHeader {
    font-size: 24px;
}

    .carousel-caption {
      width: 400px;
      padding: 10px;
      background: rgba(34,34,34,0.75);
      margin: 0 auto;
      font-family: Oswald, Arial, Verdana, sans-serif;
      font-size: 12px;
      color: white;
      font-weight: bolder;
      margin-bottom: 30px;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 300px;

    }

    .carousel-inner > .item > img {
      margin: 0 auto;
      max-width: 1900px;
    }
    .carousel-indicators{
   margin-bottom: 30px;
}
}
@media only screen and (max-width: 700px) and (min-width: 600px) {
    
            #fbLike{
    position: absolute;
                
                margin-left: 522px;
                margin-top: 8px;
            }

    #contactInfo {
    display: none;
    padding: 0px;
    position: relative;
    float: right;
    height: 200px;
    width: 220px;
    font-size: 18px;
    color: white;
    height: 80px;
    margin-top: 8px;
    line-height: 3px;

    background-color: #1B2631;
}

        .nav.nav-pills li a{
    margin: 0 auto;
        display: block;
    color: darkgrey;
    background-color: #1B2631;  
    font-family: Titillium Web, Yesteryear, Arial, Verdana, sans-serif; 
    font-size: 18px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
}

.nav-pills li a:hover{
      color: white;
      background-color: #212F3C;
    
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
      background-color: #212F3C;
      color: white;
}
    #carouselHeader {
    font-size: 24px;
}

    .carousel-caption {
      width: 400px;
      padding: 10px;
      background: rgba(34,34,34,0.75);
      margin: 0 auto;
      font-family: Oswald, Arial, Verdana, sans-serif;
      font-size: 12px;
      color: white;
      font-weight: bolder;
      margin-bottom: 40px;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 300px;

    }

    .carousel-inner > .item > img {
      margin: 0 auto;
      max-width: 1900px;
    }
    .carousel-indicators{
   margin-bottom: 30px;
}
}

@media only screen and (max-width: 600px) and (min-width: 420px) {
    
            #fbLike{
    position: absolute;
                
                margin-left: 360px;
                margin-top: 8px;
            }

    #contactInfo {
    display: none;
    padding: 0px;
    position: relative;
    float: right;
    height: 200px;
    width: 220px;
    font-size: 18px;
    color: white;
    height: 80px;
    margin-top: 8px;
    line-height: 3px;

    background-color: #1B2631;
}

        .nav.nav-pills li a{
    margin: 0 auto;
        display: block;
    color: darkgrey;
    background-color: #1B2631;  
    font-family: Titillium Web, Yesteryear, Arial, Verdana, sans-serif; 
    font-size: 18px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
}

.nav-pills li a:hover{
      color: white;
      background-color: #212F3C;
    
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
      background-color: #212F3C;
      color: white;
}
        #carouselHeader {
    font-size: 18px;
}

    .carousel-caption {
      width: 300px;
      padding: 10px;
      background: rgba(34,34,34,0.75);
      margin: 0 auto;
      font-family: Oswald, Arial, Verdana, sans-serif;
      font-size: 10px;
      color: white;
      font-weight: bolder;
      margin-bottom: 20px;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 300px;

    }

    .carousel-inner > .item > img {
      margin: 0 auto;
      max-width: 1900px;
      height: 400px;
    }
    .carousel-indicators{
   margin-bottom: 27px;
}
}
@media only screen and (max-width: 420px) and (min-width: 0px) {
                #fbLike{
    position: absolute;
                
                margin-left: 255px;
                margin-top: 8px;
            }
    
    .nav.nav-pills li a{
    margin: 0 auto;
        display: block;
    color: darkgrey;
    background-color: #1B2631;  
    font-family: Titillium Web, Yesteryear, Arial, Verdana, sans-serif; 
    font-size: 12px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
}

.nav-pills li a:hover{
      color: white;
      background-color: #212F3C;
    
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
      background-color: #212F3C;
      color: white;
}
        #carouselHeader {
    font-size: 18px;
}

    .carousel-caption {
      width: 250px;
      padding: 10px;
      background: rgba(34,34,34,0.75);
      margin: 0 auto;
      font-family: Oswald, Arial, Verdana, sans-serif;
      font-size: 12px;
      color: white;
      font-weight: bolder;
      margin-bottom: 20px;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 300px;

    }

    .carousel-inner > .item > img {
      margin: 0 auto;
      max-width: 1900px;
      height: 400px;
    }
    .carousel-indicators{
   margin-bottom: 27px;
}

    #contactInfo {
    padding: 10px;
    display:none;
    position: relative;
    float: right;
    height: 200px;
    width: 200px;
    font-size: 18px;
    color: white;
    height: 80px;
    margin-top: -110px;
    line-height: 3px;

    background-color: #1B2631;
}
    
    #fbLike{
        display:none;
    position: absolute;
                width: 50px;
                margin-left: -60px;
                margin-top: 18px;
            }
}