@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);

html, body {
    height: 100%;
    min-height:100%;
}

html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #ecf0f1;
}

h1 {
	margin: 0;
	padding: 0.5em 0;
}

a {
    color: #ecf0f1;
    text-decoration: none;
    transition: all 0.5s;
}
a:hover {
    color: #b90101;
}

.wrapper {
    margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.container {
	width: 50%;
	min-width: 355px;
	margin: 0 auto;
}

.content {
	background: rgba(127,140,141,0.6);
	padding: 15px;
	margin-bottom: 20px;
}

/* footer */

.footer,
.footer-push,
.footer-section {
    height: 80px;
}

.footer {
	width: 100%;
	text-align: center;
}

.footer_menu {
	z-index: 1000;
	display: inline-block;
	text-align: center;
	background: rgba(127,140,141,0.6);
	padding: 10px;
	margin: 0 auto;
}

.footer_menu li {  
    list-style: none;
}

@media (min-width: 1031px) {

	.footer_menu li {  
	    float: left;
	}

	.footer_menu li:nth-child(n+2):before {
	    content: "|";
	    padding: 0 5px;
	}
}

@media (max-width: 1031px) {

	.wrapper {
	    margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
	    min-height: 100%;
	    height: auto !important;
	    height: 100%;
	}

	/* footer */

	.footer,
	.footer-push,
	.footer-section {
	    height: 200px;
	}
}

#site-index .badge {
	padding-top: 20vh;
	padding-left: 50vw;
	margin-bottom: 20px;
}


#site-index .badge img {
	min-width: 300px;
	width: 20vw;
	height: auto;
}

@media (max-width: 991px) {

	#site-index .badge {
		padding-top: 50px;
		padding-left: 0;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
}
