/* site-wide brand formatting */
#navbar {
   height: 110px;
   padding-top: 20px;
   font-size: 2em;
   background-image: url("../images/navbarbackground.jpg");

}

.titleHeader {
text-align: center;
font-size: 4rem;
color: rgb(68, 133, 187); 
font-family: 'Berkshire Swash',
cursive;
}

.mainSectionHeader {
  font-family: 'Lobster Two',
    cursive;
  text-align: center;
  color: SlateGrey;
  font-size: 3rem;
}

.questionFont {
  font-family: 'Arima Madurai',
    cursive;
  color: #000066;
}

.arrivalAndDeparture {
  font-family: 'Arima Madurai',
    cursive;
  color: #660066;

}

.dropdown {
  margin-top: 5px;
  margin-bottom: 5px;
}


body {
  background-repeat: repeat;
  background-image: url("../images/planerbackground.jpg");
}


#main-section {
  margin: 0 auto;
  width: 50%; 
  background-color: #fcf2cf;
}

@media screen and (max-width: 992px) {
  #main-section {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  #main-section {
    width: 90%;
  }
}

#submit-button {
background-color:#abb2b9;
color: #660066;
background-size: auto;
font-size: 1.2rem;
font-family: 'Arima Madurai',
cursive;
}

.daily-activity {
background-color: #fcf2cf;
  width: 40rem;
}

ul {
  list-style-type: circle;
}

.srchHeader {
  font-size: medium;
  padding: 15px 20px;
  color: SlateGrey;
  font-family: 'Berkshire Swash',
    cursive;
  font-size: x-large;
}

.resetBtn {
  background-color: #fcf2cf;
  color: #660066;
  font-size: 0.8rem;
  font-family: 'Arima Madurai',
    cursive;
  width: fit-content;
  float: right;
  align-self: flex-end;
  border-radius: 10px;
}

.delBtn {
  background-color: #fef9e7;
  color: #660066;
  font-size: 0.8rem;
  width: fit-content;
  text-align: center;
  margin-left: 5px;
  border-radius: 5px;
  border-style: solid;
}

.dayHeader {
  background-color: #fcf2cf;
  padding: 15px 20px;
  font-size: medium;
  color: SlateGrey;
  font-family: 'Berkshire Swash',
    cursive;
  font-size: xx-large;
}

.buttonContent {
padding: 10px 20px;
background-color: #fcf2cf;
}

.buttonContent .act-btn {
  background-color:#abb2b9;
  color: #660066;
  background-size: auto;
  font-size: 0.9rem;
  font-family: 'Arima Madurai',
  cursive;
}

.buttonContent .rest-btn {
  background-color:#abb2b9;
  color: #660066;
  background-size: auto;
 font-size: 0.9rem;
 font-family: 'Arima Madurai',
 cursive;
 }

 .buttonContent .rest-add {
   background-color: #abb2b9;
   color: #660066;
   background-size: auto;
   font-size: 1rem;
   font-family: 'Arima Madurai',
     cursive;
 }

 .buttonContent .act-add {
   background-color: #abb2b9;
   color: #660066;
   background-size: auto;
   font-size: 0.9rem;
  font-family: 'Arima Madurai',
  cursive;
}

.activityContent{
padding:20px 30px;
background-color: #fef9e7;
}

.ARheader {
font-family: 'Arima Madurai',
cursive;
color: #000066;
}

.dayHeaderContent .weatherIcon {
background-color: #aed6f1 ;
border-radius: 10px;
}

#dragonIcon { 
  float: left;
}