/* Default classes */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@font-face {
    font-family: Novecentowide;
    src: url(../fonts/novecentowide-medium-webfont.ttf);
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
p {
    color: #666;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    color: #555;
}
.no-gutter {
	padding: 0;
}
hr {
	margin-top: 10px;
	margin-bottom: 50px;
	border: 0;
	border-top: 1px solid #999;
	opacity: .3;
}
@media (min-width: 1999px) {
	.max-resolution-constrain {
		width: 2000px;
	}
}


/*navigation bar*/
.navbar-wrapper {
	z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height:40px;
	margin: auto;
	background: rgb(208,44,44);
	color: #ffffff;
}

#special {
  width:145px;
}
.navbar-wrapper a {
	color: #fff;
}

.navbar-wrapper img{
	width:120px;
}

/*#nav_men, #nav_men a, #nav_men div{
	width:100px;
}
#nav_women, #nav_women a, #nav_women div{
	width:100px;
}
*/
/*#nav_alumni, #nav_alumni a, #nav_alumni div{
	width:165px;
}*/

.navbar-wrapper .navbar {
	margin-bottom: 0px;
	height:30px;
}
.navbar-wrapper div.nav{
	font-family: Impact, Charcoal, sans-serif;
	display: inline-block;
	text-align:center;
	text-transform: uppercase;
	width:100px;
	margin-left: auto;
	margin-right:auto;
	border-right: 1px solid;
	border-right-color:rgba(255,255,255,.5);
	font-size:20px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.navbar-wrapper {
	float: right;
}

#button-wrapper{
    float: right;
}

.nav:hover {
    background-color:#444;
}


li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.handler {
    font-family: Impact, Charcoal, sans-serif;
    font-size:20px;
    width:100%;
    background-color:#b31b1b;
    text-align:left;
    box-sizing:border-box;
    padding:15px 10px;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    display:none;
}


.top_padding {
	background-color: #ffffff;
	padding-left: 0;
	padding-right: 0;
}
.top_padding .top_padding_grey{
	background-color: rgba(222,222,222,1);
	margin-top: 100px;
	margin-bottom: 20px;
	height: 30px;
	width: 100%;
	position: relative;
}
.top_padding .top_padding_title {
	position: relative;
	top:-50%;
	text-align: center;
	font-size: 34px;
	color: #333;
	font-weight: 400;

}
.top_padding .title-area{
	background-color: #fff;
	margin:auto;
	width: 320px;
	text-transform: uppercase;
	color:#b92e38;
	position: relative;
}
.top_padding .line1{
	margin-top:15px;
	display: inline-block;
	float:left;
	height:30px;
	width:0px;
	border-left:10px rgb(222,222,222) solid;
	border-bottom:30px transparent dotted;

}
.top_padding .line2{
	margin-top:15px;
	display: inline-block;

	float: right;
	height:30px;
	width:0px;
	border-right:10px rgb(222,222,222) solid;
	border-top:30px transparent dotted;

}
.top_padding .title{
	margin-top: 5px;
	display: inline-block;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}



#part{
    height: auto;
    margin-top:0;
    margin-left: 0.5em;
    margin-right:0.5em;
    text-align:center;
}



/*image slider*/
div.slide_caption h2{
	font-size:30px;
    position: absolute;
    top:72%;
    right: 70px;
    left: 70px;
    color: white;
}

div.slide_caption div.shadow {
	visibility: visible;
    position: absolute;
    height: 500px;
    top:72%;
    background-color: rgba(66,66,66,.6);
    overflow: hidden;
}

div.slide_caption p {
	font-size: 17px;
	position: absolute;
    right: 70px;
    left: 70px;
    color: white;
	top: calc(72% + 80px);
    line-height: 1.5;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


div.slide_caption h2::after{
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
}

div.slide_caption h2::after,
div.slide_caption p, div.test h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/* the first text area*/
.first_text {
	background-color: #ffffff;
}
.first_text .custom-container {
	width: 75%;
	margin: auto;
}
.first_text .custom-container .center {
	text-align: center;
}
.first_text .exmaple-title {
	text-align: center;
	font-size: 38px;
	color: #333;
	margin-top: 80px;
	margin-bottom: 10px;
	font-weight: 400;
}




 /*three img cells */
.image_cells img {
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
	display: block;
	width: 100%;
	height: 400px;
}
.cell-container{
	position: relative;
}

figure .img-sample{
	width: 100%;
	height: 400px;
	background-size: cover;

}
figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    color: white;
}
figure.effect-marley p {
    bottom: 45px;
    line-height: 1.5;
/*    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);*/
}


figure.effect-marley h2::after {
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
/*    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);*/
}
figure.effect-marley h2::after,
figure.effect-marley p {
	z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley h2 {
	z-index: 1;
	opacity: 1;
    top: 10px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
/*    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);*/
}

.cell-container .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  transition: .5s ease;
  background-color: black;
}
.cell-container:hover .overlay {
  opacity: 0;
}

.cell-container:hover h2 {
	opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.cell-container:hover h2::after,.cell-container:hover p {

    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}*/
figure figcaption {
	height: 0;

}



/*schedule*/

.schedule{
	background-color: rgb(200,200,200);
}
.schedule-container{
	margin-top: 10px;
	margin-bottom: 10px;

}
.event_mode_container{
	display: inline-block;
	margin-top: 40px;
	margin-left: 55px;
	margin-bottom: 20px;
	background-color: rgb(180,180,180);
	border-radius: 15px;
}

.event_mode_caption{
	cursor: pointer;
	width: 250px;
	font-size: 23px;
	text-align: center;
	font-family: Arial, “Helvetica Neue”, Helvetica;
	border-radius: 15px;
}
.event_mode{
	cursor: pointer;
	width: 250px;
	font-size: 33px;
	text-align: center;
	color: rgb(192,60,53);
	font-family: Arial, “Helvetica Neue”, Helvetica;
	font-weight: bold;
	border-radius: 15px;
	transition: background-color 1s, color 1s;
}
.event_mode:hover {
	cursor: pointer;
	width: 250px;
	font-size: 33px;
	text-align: center;
	color: white !important;
	font-family: Arial, “Helvetica Neue”, Helvetica;
	font-weight: bold;
	border-radius: 15px;
	transition: background-color 1s, color 1s;
	background-color: rgb(192,60,53) !important;
}



.entry_container_past, .entry_container_upcoming{
	display: inline-block;
	height:480px;
	width: 20%;
}


@media (max-width: 1560px) {
	.entry_container_past, .entry_container_upcoming{
		width: 25%;
	}
}

@media (max-width: 1240px) {
	.entry_container_past, .entry_container_upcoming{
		width: 33.33%;
	}
}
@media (max-width: 975px) {
	.entry_container_past, .entry_container_upcoming{
		width: 50%;
	}
}
@media (max-width: 618px) {
	.entry_container_past, .entry_container_upcoming{
		width: 100%;
	}
}


.entry {
	height:480px;
	width: 300px;
	margin: auto;

}
.entry_top{
	height:160px;
}
.entry_top_day{
	font-family: Impact, Charcoal, sans-serif;
	background-color: #000;
	color:#fff;
	text-align: center;
	height: 50px;
	font-size: 35px;
}
.entry_top_date{
	font-family: Impact, Charcoal, sans-serif;
	background-color: rgb(192,60,53);
	color:#fff;
	text-align: center;
	height: 50px;
	font-size: 35px;
}
.entry_top_time{
	font-family: Impact, Charcoal, sans-serif;
	background-color: #fff;
	color:rgb(192,60,53);
	text-align: center;
	height: 50px;
	font-size: 35px;
}
.entry_top_edge1{
	height:60px;
	text-align: center;
	background-color:rgb(230,230,230);
	background-image:url(../img/edge1.png);
	background-size: 100% 100%;
}


.entry_middle{
	position: relative;
	background-color: #fff;
	height: 270px;
}
.entry_middle .logos {
	position: absolute;
	height: 100px;
	width: 100%;
	top: 18%;
	transform: translateY(-50%);
}
.entry_middle .logo1, .entry_middle .logo2{
	background-size: cover;
	height:100px;
}
.entry_middle .vs {
	font-size: 20px;
	margin-top: 40px;
	text-align: center;
	background-color: rgb(192,60,53);
	color:#fff;
	border: 8px solid white;

}

.venue{
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.result{
	font-family: Impact, Charcoal, sans-serif;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 40px;
	color: rgb(192,60,53);

}
.entry_top_edge2{
	position: absolute;
	bottom: 0;
	height:60px;
	width: 100%;
	background-image:url(../img/edge2.png);
	background-size: 100% 100%;
}
.entry_bottom{
	background-color: rgb(192,60,53);
	color:#fff;
	text-align: center;
	height: 50px;
	font-size: 35px;
}

.event_block_button{
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url(../img/a19.png);
	overflow: hidden;
	margin: auto;
}
.event_block_button:hover{
	opacity: 0.3;
}

/*team info*/

#localnav {
    float:right;
}

#localnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 120px;
    background-color: #f1f1f1;
}

#localnav li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
#localnav li a:hover {
    background-color: #b31b1b;
    color: white;
}
.row {
    height:15em;
}
.tableinfo {
    margin:auto;
    text-align:center;
    margin-bottom:2em;
}


table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}

table tr:nth-child(even) {
    background-color: #eee;
}
table tr:nth-child(odd) {
   background-color:white;
}

table th {
    background-color: rgb(208,44,44);
    color: white;
}

.eachplayer {
    margin:30em;
}
.lefteachplayer {
    margin-left:50px;
    float:left;
    width:350px;
    border-right: 1px solid gray;
}
.lefteachplayer img {
    max-width: 220px;
}
.righteachplayer {
    float:left;
    margin-left:50px;
    padding: 1em;
    overflow: hidden;
}

.leftcoach {
    float: left;
    max-width: 210px;
    margin: 0;
    padding: 1em;
}
.leftcoach img {
    max-width: 200px;
}

.rightcoach {
    margin-left: 230px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
}

.top {
    background-color: #ffffff;
    margin-top: 0.5em;
    margin-left: 3.5em;
    margin-right:3.5em;
}

.upload{
    display:block;
    margin:auto;
    text-align:center;
}

#stuffleft {
    width: 590px;
    height: 100%;
    float: left;
    margin-top: 2em;
    margin-left:4em;
}

#album {
    display:block;
    float: left;
    width: 1120px;
    border: 0px solid gray;
    font-size: 10px;
}

.each {
    margin: 0px 20px 20px 0;
    padding: 10px 0px 10px 10px;
    float: left;
    width: 310px;
    border: 1px solid #EEEEEE;
    background: #FBFBF8;
    line-height: 100%;
    height: 160px;
    display: block;
    position: relative;
}

.thumb {
    text-decoration: none;
    float: left;
    margin-right: 6px;
    display: block;
}
.albumdesc {
    height: 90px;
    float: left;
}

#schedule {
    margin-left:20px;
    margin-right:20px;
    height: 7em;
    background-color:#bfbfbf;
    border: 1px solid;
    border-color:grey;
}

.gallery {
    margin: 5px;
    float: left;
    width: 180px;
    height: 250px;
}



.gallery img {
    width: 180px;
    height: auto;
}


.logo {
    float:left;
    height: 5em;
    width: 7em;
    margin-top: 1em;
    margin-left: 1.5em;
}

.logo img {
    max-height: 4.5em;
}

.dateenemy {
    float:left;
    margin-left:8em;
    height: 7em;
    width: 17em;
}
.location {
    float:left;
    text-align:center;
    width:10em;
    height: 7em;
}

.location h5{
    color: #b31b1b;
}


.displayresult {
    float:right;
    border-left: 2px solid white;
    width: 14em;
    height: 7em;
    text-align:center;
}

#contentrecruit{
    text-align:center;
    margin: 10em;
}

#ind_recruit_content {
    margin:10em;
    text-align:center;
}
/*login*/
.output {
    margin-left:20em;
    margin-right:20em;
    text-align:left;
}

/* footer */
.footer {
	background-color: #222222;
}
.footer .footer-content {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 40px;
	/*margin-bottom: 40px;*/
}

.social a{
    padding: 0 5px;
}

.ch{
    filter: grayscale(30%);
    -webkit-filter: grayscale(100%);
}


/* media query */
@media (max-width: 600px) {
    .navbar-wrapper {
        width:auto;
        height:auto;
        position: absolute;
    }
    .navbar-wrapper img{
        display: none;}

    .display-block {
        display: block !important;
    }
    #button-wrapper {
        display:none;
    }
    .handler{
        display:block;
    }
    nav ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 3px;
    }
    .navbar-wrapper div.nav{
        border:none;
    }
}
