@import "navbar.css";
@import "footer.css";
@import "fonts.css";

html {
    scroll-behavior: smooth;
}

body {
  padding: 0px;
}

body.bg-dark {
    color: white;
}

p {
    font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: cynthonext, arial, sans-serif, serif;
}

h1 {
    font-weight: bold !important;
}

.disabled {
    display: none;
}

.accordeon-title {
    cursor: pointer;
}

.container {
    padding: 1em 0;
}

.main-content {
  text-align: center;
  padding: 16px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 3.5rem;
  min-height: 80vh;
}

.buttons-div {
  text-align: center;
}

.button {
  border: none;
  border-radius: 5px;
  padding: 1em 2em;
  font-size: 18px;
  cursor: pointer;
}

.button.project-button {
  background-color: #7289da;
}

.button.project-button, .button.contact-button {
  color: white;
  margin: 1em;
  width: 300px;
}

.button.contact-button, .button.project-button {
  background-color: black;
}

.button i {
  font-size: 28px;
}

/* Back to Top */

.back-to-top {
    font-size: 2.5em;
    position: fixed;
    bottom:10px;
    right:10px;
    z-index: 100;
	color: lightgray;
}

.back-to-top:hover {
    color: white;
}

@media only screen and (min-width: 992px) {
  .back-to-top {
    bottom:20px;
    right:20px;
    padding:1em;
  }
}
