@charset "utf-8";
/* CSS Document */

body, html{ padding:0; margin:0; height: 100%;}

. activity-head h2{
	font-family: 'pt_sans_narrowbold';
	font-size: 25px;
	color:#c5641f;
}

. activity-head h4{
	font-weight: bold;
	color: #baae1f;
}





.activity-record-head{
	padding: 5px;
	background:#574583e8;
	color: #0ff660;
}


.activity-record-head h5 span.activity-record-subhead{
	background:#f3170f;
	color: #fff;
	padding-left: 5px;
	padding-right:5px;
	margin-right: 5px;
}

span.activity-record-gender{
	border-left: 5px solid #f3216f;
	margin-left: 5px;
	padding-left: 5px;
}

.activity-record-head h5{
	font-family: 'pt_sans_narrowbold';
	margin-bottom: 0;
}

.table thead th {
    font-family: 'pt_sans_narrowbold';
    font-weight: 100;
    background:#35b13f;
    border: none;
    color: #000;
}



.student-rec-table tr:nth-child(odd){
	background:#007bff26;
}
.student-rec-table tr:nth-child(even){
	background:pink;
}



.sports-head1 h2 {

    font-family: 'pt_sans_narrowbold';
    font-size: 35px;
    color: 

    #5a5286;

}
.top-hyper-class ul.nav li.nav-item a.nav-link1 {

    color: 

#fff;

background:

    #2b6be6;
    font-weight: 600;
    text-align: center;
	border-radius: 15px;

}
.nav-link1 {
    display: block;
    padding: 0.5rem 1rem;
}






@media screen and (max-width: 1000px){
	.activity-head h2{
		font-size: 30px;
	}
	
	.activity-head h4{
		font-size: 22px;
	}
}

@media screen and (max-width: 880px){
	.activity-head h2 span{
		display: inline-block;
	}
	
	.activity-record-head h4{
		font-size: 20px;
	}
}

@media screen and (max-width: 520px){
	span.activity-record-gender {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
		display: block;
		margin-top: 10px;
		padding-top: 5px;
		border-top: 2px solid #2e7d32;
	}
	
	.activity-head h2 span{
		display: inline-block;
		padding-top: 5px;
	}
}

@media screen and (max-width: 375px){
	.activity-record-head h4{
		font-size: 22px;
	}
	
	.activity-head h2{
		font-size: 25px;
	}
	
	.activity-head h4{
		font-size: 18px;
	}
}



	





}











@charset "utf-8";
/* CSS Document */

.sports-head{}

.sports-head h2{
	font-family: 'pt_sans_narrowbold';
	font-size: 35px;
	color:#381fc5;
}

.sports-head h2 span{
	color: #333;
	border-bottom: 5px solid #ffa200;
	letter-spacing: normal;
}

.sports-head h4{
	font-weight: bold;
	/*color: #9bba1f;*/
}



.sports-record-head{
	padding: 10px;
	background:#343a40;
	color: #0ff660;
}

.sports-record-head h4{
	font-family: 'pt_sans_narrowbold';
	/*margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;*/
	margin-bottom: 0;
}

.sports-record-head h4 span.sports-record-subhead{
	background:pink;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

span.sports-record-gender{
	border-left: 5px solid #f3216f;
	margin-left: 10px;
	padding-left: 10px;
}

.sports-record-head h5{
	font-family: 'pt_sans_narrowbold';
	margin-bottom: 0;
}

.table thead th {
    font-family: 'pt_sans_narrowbold';
    font-weight: 100;
    background:#35b13f;
    border: none;
    color: #000;
}

.student-rec-table tr{
	background: #fff;
}

.student-rec-table tr:nth-child(odd){
	background: #ccc;
}

.student-rec-table tr:nth-child(even){
	background: #fff;
}

.sports-record .table-sm th{
	background: #000;
	color: #ccc;
}



.top-hyper-class ul.nav li.nav-item{
	margin: 5px;
}

.top-hyper-class ul.nav li.nav-item a.nav-link{
	color: #000;
    background: #ffcc00;
    font-weight: 600;
    text-align: center;    
	/*webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);*/
}

.top-hyper-class ul.nav li.nav-item a.nav-link:hover{
	background: #f66;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.65;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg-1 {
    background-image: url("../img/p2.jpg");
    height: 100%;
}
h1{font-family: 'pt_sans_narrowbold';
    font-size: 45px;
    color: #381fc5
	 width:530px; margin:80px auto; display:table;  background-color:#fff; border: 8px solid #ddd; border-radius:15px; padding:10px;}
.bg{
background: lightblue; 
/*background: lightblue url("sp.jpg") no-repeat fixed center; */
  }
.link-tab{  margin:80px auto; display:table;  background-color:#fff; }
.link-tab a{ width:auto; margin-right:40px; float:left; padding:10px;text-decoration:none;     color: #000;
    background: #ffcc00;
    font-weight: 600;
    text-align: center; text-transform: uppercase;
}

.link-tab a:last-child{
	margin-right: 0;
}

.page-banner
{text-align: center;}



@media screen and (max-width: 1000px){
	.sports-head h2{
		font-size: 30px;
	}
	
	.sports-head h4{
		font-size: 22px;
	}
}

@media screen and (max-width: 880px){
	.sports-head h2 span{
		display: inline-block;
	}
}

@media screen and (max-width: 520px){
	span.sports-record-gender {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
		display: block;
		margin-top: 10px;
		padding-top: 5px;
		border-top: 2px solid #2e7d32;
	}
	
	.sports-head h2 span{
		display: inline-block;
		padding-top: 5px;
	}
}

@media screen and (max-width: 375px){
	.sports-record-head h4{
		font-size: 22px;
	}
	
	.sports-head h2{
		font-size: 25px;
	}
	
	.sports-head h4{
		font-size: 18px;
	}
	.link-tab{ width:80%; margin:0 auto; text-align:center; padding:4%;}
	.link-tab a{ margin-bottom:2px; display: block; margin: 2px auto; width:93%;}
	h1{font-size: 1.5rem; text-align: center;
    
	  width:80%; margin:40px auto; padding:2%; }
}
.sports-record-head h4 span.sports-record-subhead{
	background:#f3216f;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}
