@charset "utf-8";


/* CSS Document */
.bg-navcolor {
	background-color:#0B174C;
}


.row {
	padding: 0 8px!important;
}

/*body {
	background-color: rgba(238, 238, 238, 0.71);
	/*background-image:url(../img/Background.jpg);
	background-blend-mode: color;
    background-position: center;
  	background-repeat: repeat;
  	background-size: 100%;*/
	
	/*font-family: 'Roboto', sans-serif;
}*/





.btn {
	display:block;
	width:auto;
	margin-top:5px;
	margin-bottom:5px;

	 color: #fff;
    background-color:#99CC33;
    border-color:#003333;
}



iframe {
	width: 100%;
}

img {
	width: 100%;
}


#Fixture {
	/*background-color: rgba(238, 238, 238, 0.71) !important;
	background-image:url(../img/Events/Background.png);
	background-blend-mode: color;
    background-position:right;
  	background-repeat: no-repeat;
  	background-size: 120%;*/
	
	
}

.btn-primary:hover {
    color: #fff;
    background-color:#003333;
    border-color:#99cc33;
}

.card-body {
	background-color: #F4F5F7;
	color: #0B174C;
}

.card {
	padding: 20px;
	background-color: #44737D;
}

.main {
	background-color: #44757D;
}

#Contact {
	color: red;
}

label {
	color: #44737D;
}

h1{
	padding-top: 0px;
}

h3 {
	
	text-align:left;
}

h4 {
	color: #44737D;
}

.active {
    color: #99CC33;
}



.card-link{
	 color: #44737D;
    background-color:#99CC33;
    border-color:#003333;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
	color: #0B174C;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #0B174C;
    padding: 15px;
}


footer {
	color: #44737D;
	font-family: 'Roboto', sans-serif;
	width: 100%;
}



form {
	padding: 50px;
}

hr {
	color: #44737D;
	border-color: #44737D;
}



#triLogo {
 	background-position: top;
  	background-repeat: no-repeat;
  	background-size:100%;
 	background-image: url(../img/Logo/TriLogoMetroWhite.png);
	min-height: 200px;
}


#navbarText {
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.NavSticky{
position: sticky;
	top: 0px; 
width: 100%; 
	z-index: 10000;
}

.navbar {
	padding: 0px;
	margin: 0px;
}

#footerlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

 text-align:center; 
	position: relative; 
	display: inline-block;
}
footer li {
	float: left;
}


