/* CSS created for Solop- og nedgang for Danske byer. */
/* Author: Max Festersen Hansen */
/* Creation: April 2019 */
/* Standard styling*/
html{
	position: relative;
	min-height: 100%;
}
body{
	padding:3% 0;
	margin-bottom: 80px;
	background-image: url("../images/sun-pattern.png"); /* Background pattern from Toptal Subtle Patterns */
}
h1, h2, h3, h4{
	text-align: center;
}
label{
	float:left;
	width:100%;
}

/* Bootstrap boxes*/
.jumbotron{
    padding: 2rem 1rem;
}
.card{
	margin-bottom: 2rem;
}
.card:last-child{
	margin-bottom: 0;
}
.card-block{
	padding: 10px 5%;
}
.row{
	margin-bottom: 10px;
}
.footer .row { /* Footer row needs width restriction on small screens */
    max-width: 100%;
}

/* Bootstrap titles */
.bg-info{
	color: #FFF;
}

/* Bootstrap buttons */
.btn-light{
	background-color:#FFF;
	color:#495057;
	border: 1px solid #ced4da;
}
a.btn.btn-primary {
    width: 100%;
    padding: 0;
    border: 0;
    line-height: 1.2;
}

/* Bootstrap form */
.dropdown.bootstrap-select.show-tick.show-menu-arrow {
    max-width: 100%;
}

/* Custom classes */
.chungus{
	font-size:21px;
}
.table .thead-light th.highligt{
    background-color: #39CCCC;
    color: #FFF;
}

/* Sticky footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px; /* Set the fixed height of the footer here */
  border-top: 1px solid #CCC;
  line-height: 38px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.footer .row{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) { /* Tablet screen (horisontal) */
	h1{
		font-size:5vw;
	}
	.jumbotron{
		padding: 1rem;
	}
	.container {
		max-width: 100%;
	}
	.footer span{
		font-size:2vw;
	}
	.lead{
		font-size:1rem;
		margin-bottom:5px;
	}
}

@media only screen and (max-width: 575px) { /* Mobile screens  (horisontal) */
	body{
		margin-bottom:0;
	}
	.card, .jumbotron{
		margin-bottom:1rem;
	}
	.footer {
		margin-top:1rem;
		position:relative;
		float:left;
		height:auto;
	}
	.footer span{
		font-size:1rem;
	}
	.mobile_hide{
		display:none;
	}
	
	div.col-sm-6 .btn{
		margin-bottom: 1rem;
	}
	div.col-sm-6:last-child .btn{
		margin-bottom: 0;
	}
	
}
@media only screen and (max-width: 349px) { /* Small screens  (horisontal) */
	h1, h2, h3, h4, h5, h6, p, .lead, .chungus, .footer span{
		font-size:initial;
	}
	h1, h2, h3, h4, h5, h6{
		margin-bottom:5px;
	}
	.container, .jumbotron, .card {
		float:left;
		width:100%;
		padding:0;
	}
	.container{
		margin: 0;
	}
	.container, .jumbotron, .card {
		padding:0;
		margin: 0 0 5px 0;
	}
}