body {
  background-image: linear-gradient(to left bottom, #1d304e, #254970, #286393, #2280b7, #009edb);
  background-attachment: fixed;
}

.container, .container-fluid {
  margin-top: 40px;
}

.logoIAGImg {
  max-height: 9vh;
  max-width: 20vw;
}

.logoYearImg{
  height: 10vh;
  max-width: 20vw;
}

.title {
  color: white;
  font-size: 5vw;
  font-size: 2rem;
}

.nav {
  background-color: black;
}

.nav-link {
  color: white;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight:bold;
}

.white {
  color: white;
}

.b-white{
  background-color:white;
}

.rounded {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.lightblue {
  background-color: #0f6bc8;
  color: white;
}

.green {
  background-color: #198754;
  color: white;
}

.red {
  background-color: #cb2020;
  color: white;
}

.error {
  color: red;
  display: none;
}

.info {
  color: blue;
  display: none;
}

.required:after {
  content:" *";
  color: red;
}

.formError {
  border-color:red;
}

.text-justify {
  text-align: justify;
}

.noLink {
  cursor:default;
}

.photoError {
  background-color: #f85069;
}

.section {
  background-color:white;
  border: 2px #050f7c solid;
  border-radius: 5px;
  position: relative;
  color:black;
  margin-bottom: 1rem;
}

.sectionTitle {
  margin: 0;
  padding: 0.2em;
  width: 100%;
  font-weight: 400;
  font-size: 1.1em;
  color: #00F;
  background-color: #CCC;
  border-radius: 2px 2px 0 0;
}

.sectionRed{
  background-color: #FF0000;
  color: white;
}
.sectionBlue{
  background-color: #0000ff;
  color: white;
}

.verysmall{
  font-size: 0.6rem;
}

.txt-indigo{
  color: #6b0c0c !important;
}

.btn-red{
  background-color: #cb2020;
  color: white;
}

.btn-pink{
  background-color: #f85069;
  color: white;
}

.btn-purple{
  background-color: #533894;
  color: white;
}

.btn-indigo{
  background-color: #6b0c0c;
  color: white;
}
.btn-indigo:hover{
  background-color: #2c0101;
  color: white;
}

.btn-lightblue{
  background-color: #0f6bc8;
  color: white;
}

.btn-olive {
  background-color: #09470b;
  color: white;
}

.btn-yellow {
  background-color: #f7e11d;
  color: black;
}
.btn-yellow:hover {
  background-color: #f8f1b0;
  color: black;
}

.bg-purple {
  background-color: #533894;
}