@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto');
/*@import url('https://fonts.googleapis.com/css?family=Merriweather');*/

* {
	font-family: 'Lato';
	margin: 0px;
}

html {
  scroll-behavior: smooth;
}

h1 {
	font-family: 'Lato';
	font-weight: bold;
	margin-bottom: 20px;
}


.navbar {
  padding-right: 2em;
  padding-left: 2em;
}

.nav-item {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

button {
	border: dotted black 1px;
	background-color: lightgrey;
}

img {
	max-width: 100%;
	max-height: 100%;
}

#top {
  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: #555; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

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

#footer{
  background-color: #343a40;
  text-align: center;
  color: white;
  bottom: 0px;
  margin-bottom: 0px;
  margin-top: 5%;
}

#contact-options {
  transform: translate(-1%, 0);
  width: 15%;
  margin: auto;
  padding: 0;
}

#contact-options img {
  max-height: 20px;
}

#contact-options li {
  margin: 0px 5px;
  display: inline-block;
}

.credits {
  font-size: .7em;
  color: lightgrey;
}

.credits a {
  color: inherit;
  text-decoration: underline;
}
