.body{
    height: 844px;
    width: 390px;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    margin-top: 80px;
    border-radius: 15px;
    justify-content: center;
    border-style: solid;
    background-image: url("../Images/Background\ purple.png");
    background-repeat: no-repeat;
    background-size:390px 840px;
    background-position: bottom; 
    font-family: 'Inter', sans-serif;
}

button{font-family: 'Roboto', sans-serif;}

.menu{
    padding-top: 7px;
}
.logo{
    padding-top: 13px;
}
.logoImg{
  width:150px;
}
.search{
    padding-top: 11px;
}
.back{
    color: grey;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: baseline;
    margin-left: 6%;
    padding-top: 8px;;

}
.back a:link {
    color: grey;
  }

.back a:visited {
    color: grey;
  }
.bacl a:hover {
    color: grey;
    text-decoration: none;
  }
.back a:active {
    color: grey;
  }
  .prompts{
      font-family: 'Inter', sans-serif;
      padding-top: 10px;
      padding-left:20px;
      padding-right:20px;
  }
  .prompts h4{
      font-size: 20px;
      font-weight: bolder;
      font-style: regular;
  }
  .prompts p{
      font-size: 14px;
      padding-left: 15px;
      padding-right: 15px;
      font-weight: regular;
      color: grey;
  }
  .entry{
    font-family: 'Inter', sans-serif;
    width: 335px;
    height: 375px;
    border-radius: 20px;
    background-color: #897CF0;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 7%;
    box-shadow: 0px 4px 20px 0px rgba(70,64,120,0.4);
  }
  .entry h6{
      padding-top: 10px;
      font-size: 18px;
      color: white;
  }
  .journal{
      width: 310px;
      height: 322px;
      background-color: white;
      border-radius: 15px;
      margin-left: 4%;
      margin-right: 4%;
      color:#A1A1A1;
      text-align:left;
      padding-left:10px;
      padding-top:10px;
  }
  .save{
    margin-top: 235px;
  }
  .cameraPic{
    padding-right:140px;
    height: 40px;
  }
  .doneBtn{
    background-color:#E7E5FC ;
    color:black;
    border-radius:10px ;
    padding-left: 30px;
    padding-right:30px;
    padding-top:10px;
    padding-bottom:10px;
    border:0;
  }
  .navimg img{
    width: 386px;
    border-radius: 12px;
    
}
.timerGrid{
    display:grid;
    padding-top:15px;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-areas:
    "toggle timer animatedTimer" ;
  }
  .toggle{
    grid-area: toggle;
  }
  .timer{
    grid-area:timer;
  }
  .timerText{
    line-height: 1px;
  }
  .timerBtn{
    background:#897CF0;
    color:white;
    width:auto;
    border-radius:15px;
    border:none;
    padding-right:30px;
    padding-left:30px;
    padding-top:7px;
    margin-top:10px;
  }
  .animatedTimer{
    grid-area:animatedTimer;
  }
  

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #897CF0;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #ccc;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #ccc;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  .slider.round:before {
    border-radius: 50%;
  }
 /* Animated timer */
  .main,.wave{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px #897CF0;
    border-style:solid;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main{
    border:3px solid black;
    padding: 10px;
}
.wave{
    background: #897CF0;
    overflow: hidden;
}
.wave:after{
    content: "";
    width: 75px;
    height: 75px;
    background: rgba(255, 255, 255, 0.8);
    fill-opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-60%);
    border-radius: 40%;
    animation: wave 5s linear infinite;

}
.wave::before{
    position: absolute;
    left: 50%;
    top: 0;
    color: darkturquoise;
    z-index: 99;
    transform: translate(-50%,30px);
}
@keyframes wave{
    100%{
        transform: translate(-50%,-60%) rotate(360deg);
    }
}

.side-menu {
    height: 844px;
    width: 222px;
    background-color: #897CF0;
    font-family: 'Inter', sans-serif;
    color: white;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.2s;
    visibility: hidden;
    z-index: 50;
}

.showMenu {
    transform: translateX(0);
    visibility: visible;
}

.side-menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close-button {
    height: 30px;
    width: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

.side-menu-row {
    width: 150px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    padding-bottom: 20px;
    cursor: pointer;
}

.side-menu-icon {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}


/* Start Bottom Nav Bar*/
ul{
  list-style:none;
}
.nav_list {
  height: 72px;
  width:385px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 45px 0px #A2BBC6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right:25px;
  padding-left:25px;
  margin-top: 43px;
  background-color:white;
}
.rocketImg{
  align-items: center;
  margin-bottom: 9%;
}
li img{
  cursor: pointer;
}
/* End Bottom Nav Bar*/