* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin:  0;
	background: url('') no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
  	display: flex;
  	flex-direction: column;
}

footer {
  	flex-shrink: 0;
  	height: 70px;
}

.logo {
	 width:5.5em;
	 height:2em;
}

.nav-pills {
	background: #1F618D;
}

.wrapper-main {
	margin-top:50px;
  	flex: 1 0 auto;
  	min-height: calc(100vh - 70px);
}

.container {
	font-size: 12px;
}

.btn-primary{
	background: #1F618D;
	border-color: #0d3f56;
	border-radius: 5px;
}

.btn-primary:hover {
	border-color: #ffffff;
	background: #1A5276;
}

.btn-menu{
	color: #000000;
	background: #ffffff;
	border-color: #d9d9d9;
	border-radius: 5px;
}

.btn-menu:hover {
	color: #000000;
	border-color: #f2f2f2;
	background: #d9d9d9;
}

.log {
	color: #d6d1ce;
	background: black;
	border-color: black;
}

.log:hover {
	color: #ffffff;
	background: black;
}

.line {
	padding: 0;
}

.page-header h3 {
	color: #144955;
}

h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.center {
  display: block;
  width: 100%;
  max-width: 200px;
}



.section-default {
	background: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 5px 0;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #add8e6; /* Set a background color */
  color: #144955; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 12px; /* Increase font size */
}

#myBtn:hover {
  background-color: #cccccc; /* Add a dark-grey background on hover */
}

.logo-small {
  color: #1F618D;
  font-size: 40px;
}
