body { padding-top: 70px; }

p {
  margin-bottom: 10px;
}

#calendar p {
  margin: 10px 0 !important;
}

.navbar-inverse .navbar-toggle { border-color:#fff; }

@media only screen and (max-width: 766px) {
.collapsing, .in {background-color: #202020;}
.collapsing ul li a, .in ul li a {color: #fff!important;}
.collapsing ul li a:hover, .in ul li a:hover {color: #ccc!important;}
}

h1 {
  font-size: 1.75em;
    padding-top: 20px;
}

a {
	color:#c80000;
}

.nav > li > a {
  padding: 10px 12px;
}

.navbar {
	  min-height: 75px;
	}
.navbar-collapse {
		margin-top: 4px;
	}
.navbar-nav {
  margin: 7.5px -8px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
}

.navbar-inverse {
  background-color: #c80000;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #9d9d9d;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #fff;
}
.navbar-inverse .navbar-toggle {
	margin-top: 20px;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
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: #CD0000;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav {
    margin: 15px 0 0 -10px;
	  float: left;
	}
}

.bg {
  background: url('../images/home-dancers-1500x500.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 500px; /*same height as jumbotron */
  top:90px;
  left:0;
  z-index: -1;
}


/* Mobile */
@media (max-width: 767px) {
    .slider-size {
        height: 500px;
    }
    .slider-size > img {
		position: fixed;
         width: auto;
    }
	
	.navbar-brand{padding-top: 10px !important;}
	.navbar-header img{width:160px;}
	
	.home-words{font-size: 45px;}


}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
	body { padding-top: 100px; }
    .slider-size {
        height: 500px;
    }
    .slider-size > img {
		position: fixed;
        width: auto;
    }
	
	body { padding-top: 130px; }

	nav{height: 130px;}
	.navbar-header img{width:220px;}
	.navbar-nav{margin-top: 38px !important;}
	
	.home-words{font-size: 55px;}


}



/* desktops */
@media (min-width: 992px) {
    .slider-size {
        height: 500px;
    }
    .slider-size > img {
		position: fixed;
        width: auto;
    }
	.staff img {
	margin-bottom: 60px !important;
	}

	body { padding-top: 110px; }

	nav{height: 110px;}
	.navbar-header img{width:250px;}
	
	.home-words{font-size: 70px;}

}

/* MARKETING CONTENT
-------------------------------------------------- */
.marketing{background-color: #fff;}

.marketing img {
	margin-top: 25px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.marketing .col-lg-6 {
  margin-bottom: 20px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.staff {
	margin-top: 20px;
}

.staff img {
	margin-bottom: 30px;
}
.staff h3{
	margin-top: 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* Mixin itself */
.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

/* Usage as a mixin */
.element {
}

.table-responsive {border: none;}
.table {border: none;}

dugoutSchedule{
width:560px;
}

ul.schedHeader, ul.col {
list-style: none;
margin: 0;
padding: 0;
}

ul.schedHeader:first-line {
text-align: center;
font-weight: bold;
font-size:110%;
}

ul.col {
border-top: 1px solid black;
margin-bottom:5px;
padding-top:5px;
font-size:92%;
}

ul.col li {
display: table-cell;
width: 170px; /*change the width to whatever you want.*/
}


/* Class Schedule */
/* --------------- Responsive Fixes --------------- */
.schedule{
	padding:10px;
	border:1px solid #dddddd;
	margin-bottom: 20px;
}

.schedule::first-line{
	font-weight:bold;
}

		/* small device */
		@media (max-width: 767px) {
		    .device-big {
			display: none;
		    }
		    .device-small {
			display: block;
		    }
		}
		/* big device */
		@media only screen and (min-width : 768px) {
		    .device-big, .tab-content > .tab-pane {
			display: block;
		    }
		    .device-small {
			display: none;
		    }
    		.tab-content > .tab-pane {
                display: block;
            }
		}
		/* --------------- / Responsive Fixes --------------- */



.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.ages{
	font-size: 60%;
	font-weight: normal;
}
.redline{
	margin-top:40px;
	border-top:1px solid #c80000;
}


.btn-default {
  color: #ffffff;
  background-color: #c80000;
  border-color: #7a0000;
}
.btn-default:hover{
	color: #ffffff;
	background-color: #7a0000;
	border-color: #470000;
}
.btn-default:focus{
	color: #ffffff;
	background-color: #c80000;
	border-color: #7a0000;
}
.btn-default:active{
	color: #ffffff;
	background-color: #c80000;
	border-color: #7a0000;
}
.regnowbtn{
	margin-top: 14px;
}

.well{padding:30px 0;
max-height: 145px;}

.home-words  {
	margin:20px 0;
    /*border-top: 1px solid #c80000;*/
	/*border-bottom: 1px solid #c80000;*//*border-bottom: 1px solid #c80000;*/
	max-height: 145px;
}


/*----News----*/
.newsitem{
	padding: 14px 0;
}
.newsline{
	border-top:1px solid #666666;
}

.glyphicon-ring {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid white;
  color: white;
  display: inline-table;
  text-align: center;
}
/**CSS FOR ICON WITH NO BACKGROUND COLOR**/

.glyphicon-ring .glyphicon-bordered {
  font-size: 12px;
  vertical-align: middle;
  display: table-cell;
}
/**WITH AN ADDED BACKGROUND COLOR**/

.glyphicon-white {
  background: white;
  color: black;
  border: 4px solid black;
}
.glyphicon-teal {
  background: teal;
  color: orange;
}
.glyphicon-red {
  background: red;
}




/*----404----*/
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
/*----/404----*/

.full {
	color:#c80000;
	font-weight: bold;
}
