:root {
  --blue: #0275d8;
  --white: #ffffff;
}

*,
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#nav,
#footer {
  transition: 1s;
}

.navbar-brand {
  font-weight: 800 !important;
}
nav {
  padding-right: 15px !important;
}
.navbar-right a {
  color: #fff !important;
}
.nav-link :hover,
nav-link :active,
nav-link :focus,
nav-link :target {
  transition: 0;
  display: block !important;
  visibility: visible;
  color: #fff;
}

.hero {
  background-image: url(../assets/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
}

.hero-caption {
  height: 100%;
  !align-items: center;
  padding-top: 4em;
  padding-left: 5em;
}
/*
.hero .hero-caption .hero-text {
  display: none;
  /* font-size: 5rem; */ /*
  font-size: 5vw;
  font-weight: bolder;
  color: dodgerblue;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  !text-align: center;
}
*/
.hero-caption button {
  border-radius: 0;
  font-weight: bold;
}

.hero-caption button:hover {
  box-sizing: border-box;
  border: 2px solid var(--blue);
  background-color: white;
  color: var(--blue);
}

section .section-top {
  padding: 20px;
}

section h3 {
  text-align: center;
  font-weight: bold;
}

section .section-top h4 {
  font-size: 1em;
}

section .section-bottom {
  padding: 3em;
}

.page-title {
  text-align: center;
}

// login
.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.h-custom {
  height: calc(100% - 73px);
}

footer {
  text-align: center;
  height: 80px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer p {
  padding: auto 0;
  font-size: 0.7em;
}
