html {
  height: 100%;
}


body{
	font-size: 16px;
	line-height: 1.5;
	position: relative;
  	margin: 0;
  	padding-bottom: 6rem;
  	min-height: 100%;

}

a, a:hover{
	color: #212529;
}

.hero{
	background-image: url(../img/football.jpg);
	background-repeat: none;
	background-size: cover;
	background-position: center center;
	padding: 50px 0;
	min-height: 500px;
	position: relative;
}

.hero-content{
	position: absolute;
	top:25%;
	text-align: center;
	width: 35%;
	
}

.hero-content h2{
	color: #FFF;
	font-size: 40px;
}

.hero-content p{
	color: #FFF;
	font-size: 30px;

}

.hero-content .btn-primary {
	border-radius: 2px
	padding: 20px 30px;
	background-color: #353A40;
	border-color: #353A40;

}

.hero-content .btn-primary:hover, .hero-content .btn-primary:active {
	background-color: #525A63;
	border-color: #525A63;

}

header{
	background-color: #343a40!important;
}

main{
	padding: 50px 0;
}

.table-header{
	text-align: center;
	font-weight: bold;
}

.tables{
	margin: auto;
}

.table-start{
	width: 900px;
	padding: 30px;
	background-color: #FFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin: auto;
	margin-bottom:30px;
}
.table-row{
	border-bottom: #CCC 1px solid;
  	width: 100%;
  	height: 25px; /* not sure if is needed */
  	margin:0;
  	padding:0; 
  	text-align: right;
}

.points{
	display:inline-block;
	text-align: center;
	width: 60px;
}
.left{
	float: left;
	display:inline-block;
}

.italic{
	font-style: italic;
	font-size: 12px;
}



.tournament{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	padding-left: 10px;
	padding-top: 5px;
	width:200px;
	float: left;
	height: 87px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.tournament:hover{
	 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.tournament-name{
	
}

.tournament-btn{

}

.match{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	padding-left: 10px;
	padding-top: 5px;
	width:350px;
	float: left;
	height: 87px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.match a{
	text-decoration: none;
}
.match:hover{
	 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.match-date{
	margin:0px;
	font-size: 14px;
	padding: 0px;
}

.teams{
	margin:0px;
	
	font-size: 18px;
	padding: 0px;
}

footer{
	padding: 30px 0;
	font-size: 14px;
	
	color:#BBB;
	text-align: center;

	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	padding: 1rem;
}

footer a{
	color:#BBB;
}

footer a:hover{
	color: #212529;
}
.navbar{
	padding-left: 0px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 18vw !important;
}

.btn-sm{
	height: 20px !important; 
	padding: 5px;
	
	line-height: 8px;
}

.right{
	float: right;
}
.bolden{font-family:"Arial Black";}

.margin-top{
	margin-top: 100px;

}

.full {
	-webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;

    flex: 0 0 100%;
    max-width: 100%;
}


@media (max-width:900px) {
  .table-start {
    width:100%;
    padding: 15px;
 	margin-left: 0px;
 	margin-bottom: 20px;
	margin-right: 0px;
  }
.well{
	margin: auto;
}
  .match {
    width:100%; 
 	margin-left: 0px;

  }
  .tournament {
    width:100%; 
 	margin-left: 0px;

  }

  .hero{
  	display: none;
  }

 main{
 	padding-left: 10px; 
 	padding-right:10px; 
 	padding-top: 20px;
 	padding-bottom: 0px;}

 .container{
 	padding: 0px;
 }

 .margin-top{
	margin-top: 70px;

}
.padding{
	padding-left: 15px;

}
.row{
	margin-right: 0px;
	margin-left: 0px;
}

}