<<<<<<< Updated upstream

a:link
{
    color: white;
}
a
{
    color: white;
}

.btn:hover
{
  background-color: white;

}

.card
{
  background-color: rgba(0,0,0,0) !important;
  border: 2px solid white !important;
}

nav {
    padding: 24px;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9;
}

.text-regular
{
    color: white;
}
.page-header
{
    margin-top: auto;
}

.maintSubmit
{
  float: right;
  background-color: rgba(0,0,0,0);
  color: white;
  font-family: 'Roboto';
  border: 2px solid white;
}

.maintSubmit:hover
{
  background-color: white;
  color: black;
}

section
{
    padding-top: 70px;
    padding-bottom: 60px;
    margin-left: 5%;
    margin-right: 5%;
}

p, label, h1 {
    color: black;
}

h1, a, p, td, th{
    font-family: 'IBM Plex Sans', sans-serif;
}

h1{
    
    text-shadow: 2px 2px #CCCCCC;
}

.navbarBrandFont 
{
    font-family: 'Roboto', sans-serif;
    color: white;
}

.navbar-light .navbar-brand {
    color: #401C90;
}

.robofont {
    font-family: 'Roboto', sans-serif;
}

 nav a {
    transition: 0.3s ease;
    color: black;
    font-size: 20px;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    padding: 20px 0;
    margin: 0 5px;
    font-size: 17px;
}
.selectedLink
{
    font-weight: bold;
    color: #401C90;
}

.hidden
{
    display: none;
}

nav a:hover {
    border-top: 4px solid #3f9548;
    border-bottom: 4px solid #3f9548;
    padding: 6px 0;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.fade-in-text {
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body{
    height: 100%;
}

html {
    height: 100%;
    overflow: auto;
}
html, body
{
    margin: 0;
    overflow-x: hidden;
    z-index: -1;
    background-image: url("../assets/pexels-matej-117839-716661.jpg");
    /*background-image: url("../assets/pexels-stywo-1054218_small.jpg");*/
    
    background-repeat: repeat;
    background-size: cover;
    background-position:center;
} 




.form-horizontal {
    margin-left: 15%;
    margin-right: 15%;
}

.containerFooter{
    background-color: white;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 8px 2px 8px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
}
.navMenu
{
    width: 100%;
    top: 0%;
    position: fixed;
    overflow: hidden;
    background-color: white;
}

.text-left
{
    position: absolute;
    bottom:0;
}
=======

nav {
    padding: 24px;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9;
}

.page-header
{
    margin-top: auto;
}

section
{
    padding-top: 70px;
    padding-bottom: 60px;
    margin-left: 5%;
    margin-right: 5%;
}

p, label, h1 {
    color: black;
}

h1, a {
    font-family: 'IBM Plex Sans', sans-serif;
}

h1{
    
    text-shadow: 2px 2px #CCCCCC;
}

.navbarBrandFont 
{
    font-family: 'Roboto', sans-serif;
    color: white;
}

.navbar-light .navbar-brand {
    color: #401C90;
}

.robofont {
    font-family: 'Roboto', sans-serif;
}

 nav a {
    transition: 0.3s ease;
    color: black;
    font-size: 20px;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    padding: 20px 0;
    margin: 0 5px;
    font-size: 17px;
}
.selectedLink
{
    font-weight: bold;
    color: #401C90;
}

.hidden
{
    display: none;
}

nav a:hover {
    border-top: 4px solid #3f9548;
    border-bottom: 4px solid #3f9548;
    padding: 6px 0;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.fade-in-text {
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body{
    height: 100%;
    
}

html {
    height: 100%;
    overflow: auto;
}
html, body
{
    margin: 0;
    overflow-x: hidden;
    z-index: -1;
    background-color: #E8E8E8;
}


.form-horizontal {
    margin-left: 15%;
    margin-right: 15%;
}

.containerFooter{
    background-color: white;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 8px 2px 8px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
}
.navMenu
{
    width: 100%;
    top: 0%;
    position: fixed;
    overflow: hidden;
    background-color: white;
}

.text-left
{
    position: absolute;
    bottom:0;
}

.box
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease-out;
}

.rounded-circle
{
    border-radius: 25% !important;
}

th
{
    text-align: right;
}

.hid-box
{
    margin-top: 150%;
    position: relative;
    transition: all 1s ease-out;
    height: 100%;
}
>>>>>>> Stashed changes


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

.formcarry-container {
  box-sizing: border-box;
  margin: 40px auto 0 auto;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;

  width: 400px;

  /* NORMAL */
  --fc-border-color: #ECEFF9;
  --fc-normal-text-color: #0E0B3D;
  --fc-normal-placeholder-color: #B3B8D0;

  /* PRIMARY COLOR | HSL FORMAT*/
  --fc-primary-color-hue: 220;
  --fc-error-color-hue: 356;
  --fc-primary-hsl: var(--fc-primary-color-hue), 100%, 54%;
  --fc-error-hsl: var(--fc-error-color-hue), 100%, 54%;

  /* HOVER */
  --fc-field-hover-bg-color: #F7F9FC;
  --fc-border-hover-color: #DDE0EE;
  --fc-field-hover-text-color: #B3B8D0;

  --fc-border-active-color: #1463FF;
}

.formcarry-container * {
  box-sizing: border-box;
}

.formcarry-container label {
  display: block;
  cursor: pointer;
}

.formcarry-container .formcarry-block:not(:first-child) {
  margin-top: 16px;
}

/*=============================================
=            Fields           =
=============================================*/

.formcarry-container input,
.formcarry-container textarea,
.formcarry-container select {
  margin-top: 4px;
  width: 100%;
  height: 42px;
  border: 1px solid var(--fc-border-color);
  color: var(--fc-normal-text-color);
  border-radius: 6px;
  padding: 8px 12px;
  
  font-family: "Inter", sans-serif;
  font-size:14px;
  transition: 125ms background, 125ms color, 125ms box-shadow;
}

.formcarry-container textarea{
  min-height: 188px;
  max-width: 100%;
  padding-top: 12px;
}

.formcarry-container input::placeholder,
.formcarry-container textarea::placeholder,
.formcarry-container select::placeholder {
  color: var(--fc-normal-placeholder-color);
}

.formcarry-container input:hover,
.formcarry-container textarea:hover,
.formcarry-container select:hover {
  border-color: var(--fc-border-hover-color);
  background-color: var(--fc-field-hover-bg-color);
}

.formcarry-container input:hover::placeholder,
.formcarry-container textarea:hover::placeholder,
.formcarry-container select:hover::placeholder {
  color: var(--fc-field-hover-text-color);
}

.formcarry-container input:focus,
.formcarry-container textarea:focus,
.formcarry-container select:focus {
  background-color: #fff;
  border-color: hsl(var(--fc-primary-hsl));
  box-shadow: hsla(var(--fc-primary-hsl), 8%) 0px 0px 0px 3px;
  outline: none;
}

.formcarry-container select {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9997 14.5001L8.46387 10.9642L9.64303 9.78589L11.9997 12.1434L14.3564 9.78589L15.5355 10.9642L11.9997 14.5001Z' fill='%236C6F93'/%3E%3C/svg%3E%0A");
  /* background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px); */
  background-size: 24px 24px;
  background-position: 98%;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
}

.formcarry-container button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  height: 42px;
  line-height: 40px;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid hsla(var(--fc-primary-hsl));
  background-color: hsla(var(--fc-primary-hsl));
  color: #fff;
  cursor: pointer;
}

.formcarry-container button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  height: 40px;
  line-height: 24px;
  width: 100%;
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: hsla(var(--fc-primary-hsl));
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 transparent;
  
  transition: 125ms all;
}

.formcarry-container button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), hsla(var(--fc-primary-hsl));
}

.formcarry-container button:focus {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), hsla(var(--fc-primary-hsl));
  border-inline: 1px solid inline rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px 3px rgba(var(--fc-primary-hsl), 12%);
}

.formcarry-container button:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), hsla(var(--fc-primary-hsl));
}

.formcarry-container button:disabled {
  background-color: hsla(var(--fc-primary-hsl), 40%);
  cursor: not-allowed;
}

.formcarry-container input:focus:required:invalid,
.formcarry-container input:focus:invalid, 
.formcarry-container select:focus:required:invalid,
.formcarry-container select:focus:invalid
{
  color: hsl(var(--fc-error-hsl)); 
  border-color: hsl(var(--fc-error-hsl));
  box-shadow: 0px 0px 0px 3px hsla(var(--fc-error-hsl), 12%);
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
/*=====  End of Fields  ======*/