
.body {
  padding: 0;
  margin: 0;
  font-family: 'Kalam', sans-serif;
}

.map {
  height: 50vh;
}

.main > .container-fluid {
  padding: 0;
}

.intro-page {
  position: absolute;
  width:120%;
  height: 100vh;
  background-image: url(imgs/Intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}

.instructions {
  list-style-type: decimal;
}


.col-10 >  .jumbotron {
  margin-top: 20%;
  background-color: rgba(175, 140, 100,0.8);
  font-size: 2.5vh;
}

.header {
  text-align:center;
  font-size: 4vh;
  font-weight:bold;
  margin-top: 60px;
}


body > .main {
  display: none;

}

 .col-12 .card-bar {
  text-align: center;
  height: 50vh;
  background-color: rgba(175, 140, 100,0.9);
  overflow-y: auto;
}

 .create {
  background-color: rgb(25, 255, 105);
}

.cd {
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  height: 0;
}


.cards-list > .card {
  border: 2px solid black;
  background-color: rgba(175, 140, 100,0.9);
}

.cards-list > .selected {
  border: 5px grey inset;
  background-color: rgba(107, 195, 239, 0.8);
}

.card > .notes {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 50px;
}

/* #title {
  margin-top: 0px;
} */

.styled-itinerary {
    display: none;
    margin: 0 auto;
    font-size: 0;
    font-family: 'Indie Flower', cursive;
    background-color: rgb(232, 227, 239);
    box-sizing: border-box;
    z-index: 3;
    text-align: center;
    width: 8.5in;
}
.itin-title {
  border: 10px double rgb(58, 56, 61);
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  padding-bottom: 55px;
  height: 1in;
}
.events {
  margin: 0;
}

.footer {
  background-color: rgb(232, 227, 239);
  font-size: 15px;
}

.hide-styled {
  color: rgb(204, 26, 18);
  border: none;
  background-color: rgb(160, 139, 138);
  border-radius: 5px;
}

.event {
  font-size: 15px;
  box-sizing: border-box;
  border-bottom: 2px solid black;
  margin: 0 auto;
  width: 100%;
  height: 2.5in;
}

.hide-styled:hover {
  cursor: pointer;
}

.hide-styled {
  font-size: 20px;
  font-weight: bold;
}
.search-wrapper > .container-fluid {
  padding: 0;
}
 .search-c {
  display: none;
  z-index: 1;
  border: 5px black;
  background-color: rgba(175, 140, 100,0.9);
  top: 50%;
  overflow: auto;
}

.result {
  box-sizing: border-box;
  border: solid black 2px;
  height: 100%;
  background-color: rgba(175, 140, 100,0.9);
  line-height: 30px;

}

.js-add-event:hover, .js-show-details:hover {
  cursor: pointer;
}

.js-add-event {
  background-color: rgb(0, 255, 88);
  border-radius: 5px;
}

 .showCC {
  position: absolute;
  border: outset grey 2px;
  border-radius: 5px;
  background-color: rgb(185, 211, 194);
  padding: 5px;
  left: 15px;
  top: 51vh;
  z-index: 2;
}

.search-wrapper {
  position: absolute;
  top: 50vh;
  width: 100%;
}


.location-search {
  z-index: 0;
  border: solid black 1px;
  background-color:rgba(0, 255, 88,0.6);
  display: block;
  position: absolute;
  width: 270px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px;
  top: 0;
}

.js-search {
  text-align: center;
}

@media (min-width: 1200px){
  .main {
      display: none;
  }

  .jumbotron {
    margin-top: 12%;
  }

  .description-container {
    height: 425px;
    width: 350px;
    top: 20%;

  }

  .header {
    margin-bottom: 50px;
  }


    /* section for card */
  .card-c {
    color: white;
    max-height: 100vh;
  }


  .col-xl-4 > .card-bar {
  height: 100vh;
}

  .showCC {
    position: absolute;
    top: 5px;
  }

  .notes {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 100px;
  }


  .search-wrapper {
    top: 0;
  }

  /* section for map */
  .location-search {
    z-index: 1;
    display: block;
    position: absolute;
    left: 35%;
    top: 5%;
  }

   .map {
    height: 100vh;
  }

  /* section for search sidebar */

  .search-c {
    display: none;
    border: solid black;
    left:0;
    height:100vh;
    top: 0;
  }
  .js-search {
    margin-top: 20px;
  }

}
