/* Launch page ----------------*/
.launchHolder{
  background-image: url('/images/landingPageBackground.jpg');
  background-size: cover;
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.launchInstruct{
  width: 500px;
  height: 300px;
  background-color: white;
  padding: 20px;
  text-align: center;
}
.launchInstruct h1{
  color: #666699;
  font-family: 'Numans', sans-serif;
  font-size: 30px;
  padding-bottom: 20px;
}
.launchInstruct h2{
  color: #666699;
  font-family: 'Numans', sans-serif;
  font-size: 15px;
  padding-bottom: 20px;
}
.btn {
  margin: 0 auto;
}
/* About Page --------------- */
.about{
  padding: 70px;
  color: #666699;
  font-family: 'Numans', sans-serif;
  max-width: 600px;
}

.aboutText h1{
  padding-top: 20px;
  font-size: 25px;
}
.aboutText h2{
  color: black;
  font-size: 15px;
}

/* Objectives ----------------*/


body{
  background-color: #F0FFF0;
}
.content{
  /* min-height: calc(100vh - 50px); */
}

.objQuestion{
  color: #666699;
  font-family: 'Numans', sans-serif;
  font-size: 30px;
}
.navbar-brand{
  font-family: 'Abril Fatface', cursive;
}
.nav-link{
  font-family: 'Numans', sans-serif;
}
.breadcrumb {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 56px;
  height: 85px;
  z-index: 999;
}
.breadHolder{
  width: 100px;
  font-size: 12px;
  text-align: center;
  color: grey;
}
.numCircle {
  width: 29px;
  margin: auto;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #666;
  font-size: 12px;
  font-family: 'Numans', sans-serif;
}
.breadLine{
  position: absolute;
  z-index: -1;
  width: 63px;
  height: 5px;
  background: grey;
}
#line1 {
  top: 25px;
  left: 85px;
}
#line2 {
  top: 25px;
  left: 185px;
}
#line3 {
  top: 25px;
  left: 285px;
}
.breadActive  {
  color: green;
}
.numCircleActive {
  border: 2px solid green;
}
.lineActive{
  background: green;
}
.viewSummary{
  border: 2px solid grey;
  width: 100px;
  height: 60px;
  text-align: center;
  margin-left: 50px;
  display: table-cell;
  vertical-align: middle;
}
.viewSummary a{
  color: black;
  font-family: 'Numans', sans-serif;
  position: relative;
  top: 15px;
}
/* Object selection buttons ---------------*/
.objHolder{
  padding: 40px;
  border-bottom: 2px;
  border-bottom-style: dashed;
  border-color: grey;
}
.objButton{
  color: grey;
  background-color: white;
  border: 2px grey solid;
  margin: 20px;
  height: 150px;
  width: 250px;
  display: inline-block;
  text-align: center;
  margin: 15px 15px;
}
.objTitle{
  font-size: 20px;
  padding-top: 15px;
  font-family: 'Numans', sans-serif;
  color: black;
}
.objDescription{
  font-size: 15px;
  margin-bottom: 30px;
  font-family: 'Numans', sans-serif;
}
.changeObj {
  color: grey;
  font-family: 'Numans', sans-serif;
  font-size: 15px;
  margin-top: 10px;
}

.changeObj:hover{
  cursor: pointer;
}
/* specific section formating -------------*/
#functionalObj, #strategicObj, #strategicAct {
  display: none;
}
#strategicActs{
  display: inline-block;
}
#pageBottom{
  min-height: 500px;
  max-width: 1000px;
}
#busObjSumm, #funObjSumm, #strObjSumm{
  font-family: 'Numans', sans-serif;
  font-size: 20px;
  width: 150px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#strActSumm {
  font-family: 'Numans', sans-serif;
  font-size: 20px;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#busObjSumm div, #funObjSumm div, #strObjSumm div {
  position: relative;
  left: 150px;
  top: -48px;
  width: 300px;
  color: grey;
}
#strActSummList ul{
  position: relative;
  left: 150px;
  top: -48px;
  width: 300px;
}
#strActSummList{
  color: grey;
}
/* Activities list -------------*/
.actUnselected{
  font-family: 'Numans', sans-serif;
  color: grey;
  width: 150px;
  height: 120px;
  margin: 15px;
  display: inline-flex;
}

.actUnselected:hover, .objButton:hover{
  cursor: pointer;
}

.actSelected{
  font-family: 'Numans', sans-serif;
  color: green;
  width: 150px;
  height: 120px;
  margin: 15px;
  display: inline-flex;
  border: 2px solid green;
}

/* Footer -----------*/
.footer{
  height: 70px;
  background-color: #e9ecef;
  position: sticky;
  bottom: 0;
  display: flex;
}

#screenshot, #meeting{
  height: 50px;
  width: 250px;
  margin: 10px 20px;
}

/* Responsive Design -------------*/
@media only screen and (max-width: 600px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
  .objQuestion {
    font-size: 20px;
  }
  .breadHolder{
    width: 60px;
    font-size: 10px;
  }
  .breadcrumb{
    padding: 12px 8px;
  }
  .breadLine{
    width: 28px;
  }
  #line1 {
    left: 55px;
  }
  #line2 {
    left: 115px;
  }
  #line3 {
    left: 175px;
  }
  .viewSummary{
    font-size: 11px;
    width: 64px;
    margin: 0px auto;
  }
  .viewSummary a{
    top: 20px;
  }
  .objHolder{
    padding: 20px 10px;
    text-align: center;
  }
  .objButton{
    height: 100px;
    margin: 5px;
  }
  .objTitle{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .objDescription{
    font-size: 15px;
  }
  .actUnselected{
    margin: 5px;
    padding: 5px;
    font-size: 15px;
    width: 130px;
  }
  #busObjSumm div, #funObjSumm div, #strObjSumm div {
    position: relative;
    left: 115px;
    top: -30px;
    width: 150px;
    color: grey;
    font-size: 15px;
  }
  #busObjSumm, #funObjSumm, #strObjSumm, #strActSumm {
    font-size: 15px;
    text-align: left;
    margin-left: 15px;
  }
  #strActSummList{
    text-align: left;
  }
  #pageBottom .objQuestion{
    text-align: left;
    margin-left: 15px;
  }
  .footer{
    height: 50px;
  }
  #screenshot, #meeting{
    height: 40px;
    width: 150px;
    margin: 5px 5px;
    font-size: 10px;
    padding: 1px 5px;
    overflow-wrap: break-word;
  }
  .about{
    padding: 15px;
  }
  .aboutText h1{
    font-size: 20px;
  }
  .aboutText h2{
    font-size: 12px;
  }
}
