/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
@import url(https://fonts.googleapis.com/css?family=Lato:100);
body,
html {
    width: 100%;	
    height: 100%;
	
}


body {font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
margin-top:0px; color:#000;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #777;
}

h1 {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#000;
	letter-spacing:8px;
}
h2 {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#770000;
	letter-spacing:4px;
	size: 28px;
}

h3 {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#000;
	letter-spacing:2px;
	font-size:14px;
}

h4 {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#770000;
	letter-spacing:3px;
}
h5 {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#000;
	letter-spacing:1px;
	font-size:22px;
}
h6 {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#770000;
	letter-spacing:8px;
	font-size:4em;
}
li {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#000;
	font-size:22px;
	letter-spacing:1px;
}

.lead {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 400;
	font-size:30px;
	color:#000;
	letter-spacing:1px;
}

.btntext {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#fff;
	letter-spacing:2px;
	font-size:18px;
}

th {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#fff;
	letter-spacing:2px;
	font-size:22px;
}

td {
    font-family: "Tungsten","Oswald",Helvetica,Arial,sans-serif;
    font-weight: 300;
	color:#000;
	letter-spacing:2px;
	font-size:22px;
}
.
 {
    padding-top: 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    color: #000;
	height:90%;
	
}


#hero1 {
	height:100%;
	background: url(../img/hero1.jpg) no-repeat center center;
	background-size:cover;
	display:none;
	
}

#hero1mobile {
	height:100%;
	background: url(../img/hero1mobile.jpg) no-repeat center center;
	background-size:cover;
	display:none;
	
}

#hero2 {
	height:100%;
	background: url(../img/hero2.jpg) no-repeat center center;
	background-size:cover;
	display:none;
}

#hero2mobile {
	height:100%;
	background: url(../img/hero2mobile.jpg) no-repeat center center;
	background-size:cover;
	display:none;
	
}

#hero3 {
	height:100%;
	background: url(../img/hero3.jpg) no-repeat center center;
	background-size:cover;
	display:none;
}

#hero3mobile {
	height:100%;
	background: url(../img/hero3mobile.jpg) no-repeat center center;
	background-size:cover;
	display:none;
	
}

#hero4 {
	height:100%;
	background: url(../img/hero4.jpg) no-repeat center center;
	background-size:cover;
	display:none;
}

#hero4mobile {
	height:100%;
	background: url(../img/hero4mobile.jpg) no-repeat center center;
	background-size:cover;
	display:none;
	
}

#hero5 {
	height:100%;
	background: url(../img/buddy-action2.jpg) no-repeat center center;
	background-size:cover;
	display:none;
}


#hero6 {
	height:100%;
	background: url(../img/hero6.jpg) no-repeat center center;
	background-size:cover;
	display:none;
}

#hero6mobile {
	height:100%;
	background: url(../img/hero6mobile.jpg) no-repeat center center;
	background-size:cover;
	display:none;
	
}

#hero7 {
	height:100%;
	background: url(../img/hero7.jpg) no-repeat center center;
	background-size:cover;
	display:none;
}

#buckets {
	height:100%;
	background: url(../img/gotbuckets1.jpg) no-repeat center center;
	background-size:cover;
	display:none;
}


.btn-ghost {
  color: #fff;
  background:none;
  background-color: transparent;
  border-color: #000;
}


.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.header-divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(min-width:767px) {
#hero1, #hero2, #hero3, #hero4, #hero5, #hero6, #hero7, #buckets{display:block;}	
.lead {
    font-size: 18px;
    font-weight: 100;
}
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
	
	
	
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #DEDEDE;
	color: #000;
}

.content-section-b {
    padding: 0px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #fff;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #770000;
}

.section-heading-spacer2 {
    width: 200px;
    border-top: 3px solid #770000;
}

.banner {
    padding: 200px 0;
    color: #f8f8f8;
    background: url(../img/buddy-action1.jpg) no-repeat center center;
    background-size: cover;
	width:100%;
}


.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #000;
	color:#fff;
}

p.copyright {
    margin: 15px 0 0;
}

video#bgvid { 
    position:absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
	
}


.site-title {
font-size:4em;
letter-spacing:14px;	
text-transform:uppercase;
}

.site-title1 {
font-size:28px;
letter-spacing:11px;	
text-transform:uppercase;
}

#videosList {
}

.video {
  background-image: url('../img/arm_strength.jpg');
  width:640px;
  height:360px;
margin:0 auto;
}

#armstrength {background-image: url('../img/arm_strength.jpg');}
#precision {background-image: url('../img/precision.jpg');}
#escapability {background-image: url('../img/escapability.jpg');}
#competitor {background-image: url('../img/competitor.jpg');}
#leader {background-image: url('../img/leader.jpg');}
#moments {background-image: url('../img/moments.jpg');}

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #333;
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.row {
padding-bottom:50px;	
}

.numbertitle {letter-spacing:2px;text-transform:uppercase;font-weight:300;background:#700;padding:5px 20px 5px 20px; color:#fff;}

.numbertitle2 {letter-spacing:2px;text-transform:uppercase;font-weight:300;background:#700;padding:5px 20px 5px 20px; color:#fff;}


@media (max-width: 780px) {
    h2 {
        font-size: 28px;
    }
	
	.lead {font-size:18px;
		
		}
		
	li {
		font-size:18px;
		}
	th {
		font-size:17px;
		}
		
	td {
		font-size:17px;
		}
}

table {
	width:100%;
	}
a {
	color:#770000
	}

b {
	font-weight:400;
	color:#770000;
	}
	
.item img {
	width:100%;
	}
	

#vitale {background-image: url('../img/vitale1.jpg'); height:180px; width:320px;}
#kansaslayup {background-image: url('../img/kansaslayup.jpg'); height:180px; width:320px;}
#lsu {background-image: url('../img/lsu.jpg'); height:180px; width:320px;}
#iowahome {background-image: url('../img/iowahome.jpg'); height:180px; width:320px;}
#iowa12 {background-image: url('../img/iowa12.jpg'); height:180px; width:320px;}
#kansashome {background-image: url('../img/kansashome.jpg'); height:180px; width:320px;}
#texas {background-image: url('../img/texas.jpg'); height:180px; width:320px;}
#villanova {background-image: url('../img/villanova.jpg'); height:180px; width:320px;}
#vcu {background-image: url('../img/vcu.jpg'); height:180px; width:320px;}