html {
  font-size: 14px;
  font-family: "RobotoRegular", "Roboto", "sans-serif";
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

@font-face {
  font-family: "RobotoCondensed";
  src: url("/css/RobotoCondensed-VariableFont_wght.ttf");
  font-display: block;
}

@font-face {
  font-family: "RobotoRegular";
  src: url("/css/Roboto-Regular.ttf");
  font-display: block;
}

.header {
  font-family: "RobotoCondensed", "Roboto", "sans-serif";
  font-weight: 300;
  color: #1c1f41;
}

a.svg-button {
  font-style: none;
  text-decoration: none;
}

.wrapper {
  background: rgb(236,240,241);
  width: 100%;
  display: flex;
  justify-content: center;
}

span.field-validation-error {
  margin-top: 5px;
}

.file-wrapper {
  display: flex;
}

#file-display {
  background: white;
  inset: none;
  inset: 0px;
  border: 1px solid gray;
  padding: 5px;
  margin: 0px;
  height: 30px;
  text-overflow: ellipsis;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-group > label {
  margin-bottom: 10px;
}

#input-button {
  flex: 0 0 150px;
  background-color: #50566E;
  color: white;
  border: none;
  cursor: pointer;
}

.status-message {
  margin: 20px;
}

.svg-button.btn > svg {
  margin: 0 10px;
}

#program-select {
  height: 50px;
  background: white;
  border-radius: 13px;
  border-color: gray;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

button {
  cursor: pointer;
}

.svg-button.btn {
  background-color: #f58431;
  color: white;
  padding: 12px 40px;
  font-size: 18px;
  border: none;
  justify-self: center;
  align-self: center;
  cursor: pointer;
}

p.message:empty {
  height: 1em;
}

.container.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.container > .wrapper > form {
  margin: 60px 0 40px 0;
  width: min(60%, 690px);
  display: inline-flex;
  flex-direction: column;
}

#file {
  display: none;
}

div.form-group {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.input-height {
  font-size: 20px;
  height: 30px;
  border: 1px solid gray;
  padding: 5px;
}

div.form-group:nth-child(2) > select:nth-child(2) {
  background: white;
  border: 1px solid grey;
  height: 42px;
}

h4.header {
  margin: 0;
  font-size: 32px;
}

  h4.header.higher {
    margin-bottom: 20px;
  }

  h4.header.lower {
    margin-top: 20px;
  }

.background-image_1 {
  background-image: url("/img/omar-lopez-rwF_pJRWhAI-unsplash.jpg");
  background-position: 100% 32%;
  background-size: 100% auto;
}

.background-image_2 {
  background-image: url("/img/naassom-azevedo-Q_Sei-TqSlc-unsplash.jpg");
  background-position: 26% 58%;
  background-size: 100% auto;
}

.banner {
  height: 230px;
  margin-bottom: 10px;
}

.svg-button {
  border: none;
  background: none;
  display: flex;
  align-items: center;
}

  .svg-button:nth-child(2) > svg:nth-child(2) {
    margin: 0 20px;
  }

.location {
  font-size: 12px;
  margin: 12px 0 26px 0;
  align-self: start;
}

h4.header:nth-child(1) {
  margin-left: 20px;
  padding: 5px;
  font-size: 36px;
  color: #505e6e;
}

button.svg-button.spaced {
  margin: 0 20px 0 20px;
}

a.svg-button:nth-child(2) {
  margin: 0 20px 0 20px;
}


.banner .svg-button:nth-child(2) {
  background-color: #f58431;
  color: white;
  padding: 12px 40px;
  font-size: 18px;
}


.banner .header {
  background-color: rgba(255, 255, 255, 0.85);
}

.banner > .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}


header {
  height: 90px;
}

.user-link {
  text-decoration: none;
  color: initial;
}

html {
}

body {
  margin: 0;
  scrollbar-gutter: stable;
  overflow: scroll;
}

.logolink {
  margin-right: 40px;
}

.logo {
  width: 154px;
  @include transition(all, .5s, ease-in-out);
  margin-top: 10px;
  &:hover

{
  -webkit-transform: rotate(0deg) scale(1.05);
  transform: rotate(0deg) scale(1.05);
}

}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  list-style: none;
  display: flex;
  align-items: center;
}

.container {
  margin: 0 auto;
  width: 1160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

document-list {
  width: 100%;
}

@media (max-width: 1220) {
  .container {
    width: 960px;
  }
}


@media (max-width: 1020px) {
  .container {
    width: 707px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 90%;
    margin: 0 5%;
  }

  .header {
    height: 70px;
  }
}

@media (max-width: 480px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
}
