/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-top: 120px;
	margin-bottom: 120px; /* Margin bottom by footer height */
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
}


.navbar {
    background: linear-gradient(62deg, rgba(50,1,68,1) 0%, rgba(125,0,138,1) 100%)!important;
    z-index: 2;
}

.navbar-lang {
    background-color: #565656;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 1000px;
  padding: 0 15px;
}

.btn {
	margin-top: 20px;
	margin-bottom: 40px;
}
