D/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color:white;
  margin-top:10px;
  text-shadow: none; /* Prevent inheritence from `body` */
  border: 1px solid #fff;
}

.button{
  background:linear-gradient(to bottom, #09A11E 0%, #2CAA37 50%, #07901A 51%) repeat scroll 0% 0% transparent;
    color:white;
}
a.button:hover {
   box-shadow: 0 0 3px 1px #21a444
   text-decoration: none;
}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  background-image: url('http://ads.fantasyiteam.com/ucl-bg.jpg');
  background-position: 50% 0; 
  background-size:cover;
background-attachment: fixed;
}
h1, h2{
  font-weight: 500;
}
.fit{
background: #144c88; /* Old browsers */
background: -moz-linear-gradient(top,  #144c88 19%, #144c88 21%, #002c5b 100%, #1e5799 100%, #002c5b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#144c88), color-stop(21%,#144c88), color-stop(100%,#002c5b), color-stop(100%,#1e5799), color-stop(100%,#002c5b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #144c88 19%,#144c88 21%,#002c5b 100%,#1e5799 100%,#002c5b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #144c88 19%,#144c88 21%,#002c5b 100%,#1e5799 100%,#002c5b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #144c88 19%,#144c88 21%,#002c5b 100%,#1e5799 100%,#002c5b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #144c88 19%,#144c88 21%,#002c5b 100%,#1e5799 100%,#002c5b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144c88', endColorstr='#002c5b',GradientType=0 ); /* IE6-9 */
  padding:15px;
  border-radius: 6px;
  text-align: center; 

}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.offer {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  height: 338px;
  overflow: visible; }
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
  .offer {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  height: 338px;
  overflow: visible; }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 8px 20px;
  }


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}



/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }

  .betfred-logo{
 margin:0 auto;
 width:100%;
}
  .offer {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  height: 40%;
  overflow: visible; }
}
  .betfred-logo{
   margin:0 auto;
   width:70%;
  }
@media (min-width: 992px) {
  h1{
  font-size: 4em;
  }
  h2{
    font-size: 3em;
  }
  h3{
    margin-top: 0px
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1000px;
  }
    .betfred-logo{
   margin:0 auto;
   width:50%;
  }
  .offer {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  height: 40%;
  overflow: visible; }
}
a,
a:hover,
a:visited,
a:active {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
.col-md-4 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
a.btn-lg:hover {
  box-shadow: 0 0 3px 1px #21a444;
}
.col-md-4 span {
  display: block;
  margin-top:5px;
  color: #c2d0de;
}

@media (max-width: 768px) {
.betfred-logo{
   height: 15%;
   margin:0 auto;
   width:90%;
  }
  h1{
  font-size: 1.5em;
  }
  h2{
    font-size: 1.5em;
  }
  h3{
    font-size:1.2em;
  }
.offer {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  height: 25%;
  overflow: visible; }
}
