/*
Set the CSS of the homepage to mimic the iOS splash screen
*/

/*
  BG Gray: #f9f9f9
  Light Blue: #49a4c9
  Dark Blue: #3f6f82
*/

/********************/
/*Homepage Background*/
/********************/

.background-image {
  background-image: url(../images/logo_bg.jpg);
  background-repeat: no-repeat;
  background-size: 50vh;
  height: 100%;
  width: 100%;
  background-position: right bottom;
  position: fixed;
  bottom: 0;

}

html, body {
  overflow: visible;
  font-family: Arial, Helvetica, sans-serif;
}

/********************/
/* Header and Logo  */
/********************/

.header img {
    background-color: #00add8;
    max-height: 6vh;
    max-width: 25vw;
    width: auto;
    height: auto;
}

.header {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-color: #00add8;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    align-items: center;
}

.logout-button {
    background-color: #797979;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    border: none;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.30);
    margin: 5px;
    font-size: calc(6px + 0.5vw);
    padding: calc(6px + 0.3vw);
    width: 15vw;
    min-width: 120px;
    max-width: 160px;
}
    .logout-button:hover {
        background-color: #565656;
    }

.flogpt-button {
    background-color: #797979;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    border: none;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.30);
    margin: 5px;
    font-size: calc(6px + 0.5vw);
    padding: calc(6px + 0.3vw);
    width: 15vw;
    min-width: 120px;
    max-width: 160px;
}

    .flogpt-button:hover {
        background-color: #565656;
    }

.concordance-button {
  background-color: #797979;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.30);
  margin: 5px;
  font-size: calc(6px + 0.5vw);
  padding: calc(6px + 0.3vw);
  width: 15vw;
  min-width: 120px;
  max-width: 160px;
}

  .concordance-button:hover {
      background-color: #565656;
  }

.jira-button {
  background-color: #e33e3e;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.30);
  margin: 5px;
  font-size: calc(6px + 0.5vw);
  padding: calc(6px + 0.3vw);
  width: 15vw;
  min-width: 120px;
  max-width: 160px;
}

  .jira-button:hover, .jira-button:focus {
      background-color: #a82525;
  }

.calendar-button {
  background-color:rgb(81, 214, 60);
  border-radius: 5px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.30);
  margin: 5px;
  font-size: calc(6px + 0.5vw);
  padding: calc(6px + 0.3vw);
  width: 15vw;
  min-width: 120px;
  max-width: 180px;
}

  .calendar-button:hover, .calendar-button:focus {
      background-color: rgb(62, 170, 45);
  }

/********************/
/* Image and Buttons*/
/********************/
.img {
    background-color: #f9f9f9;
    width: 100%;
    border-radius: 100%;
    position: relative;
    -webkit-filter: drop-shadow(5px 10px 20px rgba(0,0,0,0.24));
    filter: drop-shadow(5px 10px 20px rgba(0,0,0,0.24));
}

.button {
    background-color: #00add8;
    border: none;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin: 4px 2px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
    width: 90%;
    table-layout: fixed;
    border-collapse: collapse;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    font-weight: bold;
}

    .button:hover {
        background-color: #008db0;
    }

/********************/
/* Button Positions */
/********************/

#center {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -50px;
  margin-left: -125px;
  width: 275px;
  height: 150px;
}

.flex-container-header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  right: 15px;
  margin-inline: 10px;
  justify-content: right;
}

.flex-container-main {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  top: 40vh;
}
  #login {
    top: 40vh;
  }

.circle {
  width: 15vw;
  min-width: 120px;
  max-width: 180px;
  margin: 18px;

}

/* Non-Dropdown Button */
/* Dropdown Button */
.nondropbtn {
  background-color: #00add8;
  border: none;
  color: white;
  padding: calc(6px + 0.5vw);
  text-align: center;
  font-size: calc(6px + 0.5vw);
  cursor: pointer;
  border-radius: 5px;
  margin-top: 2vh;
  width: 100%;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

/* Dropdown button on hover & focus */
.nondropbtn:hover, .nondropbtn:focus {
  background-color: #2980B9;
}

/* Dropdown Button */
.dropbtn {
  background-color: #00add8;
  border: none;
  color: white;
  padding: calc(6px + 0.5vw);
  text-align: center;
  font-size: calc(6px + 0.5vw);
  cursor: pointer;
  border-radius: 5px;
  margin-top: 2vh;
  width: 100%;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  max-height: 15vw;/* you can change as you need it */
  overflow:auto;/* to get scroll */
  font-size: calc(6px + 0.5vw);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 0.6vw;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-jira {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  max-height:200px;/* you can change as you need it */
  overflow:auto;/* to get scroll */
  font-size: calc(6px + 0.5vw);
  margin-left: 5px;
  margin-top: -5px;
  min-width: 120px;
}

/* Links inside the dropdown */
.dropdown-content-jira a {
  color: black;
  padding: 0.6vw;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content-jira a:hover {background-color: #ddd}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/***************/
/*Banner on top*/
/***************/

div#banner { 
  position: absolute; 
  top: 0; 
  left: 0; 
  background-color: #3f6f82; 
  width: 100%; 
}
div#banner-content { 
  width: 800px; 
  margin: 0 auto; 
  padding: 10px; 
}
div#main-content { 
  padding-top: 70px;
}

/********************/
/* Debug Header Text*/
/********************/
.construction-text {
  top: 700px;
  position: relative;
}
