/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  background-color: #eee;
}

body > .container {
  padding: 60px 15px 0;
  background-color: white;
  box-shadow: 0 30px 40px rgba(0,0,0,.1);
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* Custom CSS starts */
.page-header{
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.fullWidth{
  width: 100% !important;
}
.pd-md {
  padding: 15px;
}
.h4_5{
  font-size: 16px !important;
}
.pd-t{
  padding-top: 15px;
}
.brand-img{
  width: 45px;
  height: 45px;
  display: inline-block !important;
}

@media (max-width: 767px){
  .brand-img{
    margin-left: 15px;
  }
}

@media (min-width: 767px){
  .brand-img{
    margin: 0 auto;
    margin-right: 8px;
  }
}
.left-img{
  float: left;
  margin-right: 12px;
  margin-bottom: 16px;
}
.m-r-s {
  padding-left: 8px;
}
.m-t-l{
  margin-top: 60px;
}
.clear{
  clear: both;
}
.big-link{
  font-size: 16pt;
}
.navbar-brand.brand-img{
  padding: 0px;
  margin-top:2px;
}

.center-block.sponsor{
display: inline-block;
margin-top: 12px;
margin-bottom: 12px;
}

.flexy-flex{
  display: flex;
  flex-wrap: wrap;
}
.big-text{
  font-size: 17px;
  line-height: 1.7em;
}
.patron-img{
  height: 225px;
  width: 225px;
}
.teapots{
  max-width: 450px;
}
.winnerCategory{
  padding-top:55px;
}