/*ROOT START*/
:root {
/*colours start*/
--lemon1:lemonchiffon;
--lemon2: rgb(253, 246, 181);
--sagegreen: #ccd4b5;
--pink: rgb(244, 213, 213);
--pink2: #ffccd5;
--pink1: #fff0f3;
--baby-blue: #C0E5F7;
--dark-grey: rgb(35, 35, 37);
/*colours end*/

/*font start*/
--Default: Limelight, sans-serif;
--nav-blog-text: Poiret One, sans-serif;
--nata:Nata Sans, sans-serif;
/*font end*/
}
/*ROOT END*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
}

/*HEADER CONTAINER START*/
/*main header start*/
.header-container {
  background-color: var(--pink2);
  height: 40px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
/*main header end*/

/*left hand container start*/
.left-header-container {
  width: 150px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
}

.hdu-container {
  color: white;
  justify-self: center;
  margin-left: 30px;
}

.all-dolled-up-text {
  flex: 1;
  font-size: 15px;
  margin-left: -87px;
  margin-top: 8px;
  font-family: var(--nata);
}
/*left hand container end*/

/*right hand container start*/
.right-header-container {
  width: 98px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  justify-content: flex-end;
  column-gap: 9px;
  margin-right: 8px;
}

.icon-container {
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-icon {
  width: 23px;
  height: 23px;
}

.icon-container-bars {
  width: 150px;
  border: 1px solid rgb(0, 0, 0);
  display: none;
  justify-content: center;
  align-items: center;
}
/*right hand container end*/
/*HEADER CONTAINER START*/

/*------------------------------------------------------*/

/*NAVBAR START*/
/*DESKTOP START*/
.nav-container {
  border: 1px solid rgba(0, 0, 0, 0);
  height: 40px;
  display: flex;
  padding: 10px;
  padding-right: 0;
  padding-top: 0;
  padding-left: 8px;
  column-gap: 10px;
  justify-content: center;
  background-color: var(--pink1);
  position: fixed;
  width: 100%;
  top: 40px;
  margin-bottom: 120px;
  z-index: 99;
}

.nav-bar {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 50px;
}

.ul-bar {
  margin: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 40px;
  display: flex;
  list-style: none;
  justify-content: center;
}

.nav-bar ul li {
  position: relative;
  margin-right: 25px;
}

.list-item a{
  text-decoration: none;
  color: black;
  font-family: var(--nata);
  font-weight: 400;
  font-size: 16px;
}

.sub-link {
  list-style: none;
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  left: -40px;
  transition: all ease-in-out 100ms;
}

.ul-bar .list-item:hover>.sub-link {
  visibility: visible;
  opacity: 1;
  display: block;
  background-color: var(--pink1);
  left: 0px;
  margin-top: 8px;
}

.list-item-sub {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  padding-bottom: 5px;
}

.list-item-sub a{
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: var(--nata);
}

.list-item-sub a:hover {
  text-decoration: underline;
}

.nav-bar ul li ul li a{
  white-space:nowrap;
}

#active {
  text-decoration: underline;
}

.icon-container a {
  display: flex;
  align-items: center;
}
/*DESKTOP END*/

/*NAVBAR MEDIA QUERY START*/
@media only screen and (max-width:800px){
.icon-container{
  display: none;
}

.icon-container-bars {
  display: flex;
  justify-content: flex-end;
  margin-right: 8px;
  width: 30px;
  border: none;
}

.nav-container {
  flex-wrap: wrap;
  height: 100%;
  z-index: 1999;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  display: none;
  position: fixed;
  width: 100%;
  padding-left: 30px;
  border: 0px;
  background-color: var(--dark-grey);
}

.ul-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--dark-grey);
  margin-top: 180px;
}

.list-item a{
  color: var(--lemon1);
  font-family: var(--nata);
  font-size: 25px;
}

.ul-bar li {
  padding-bottom: 30px;
}

.nav-bar .list-item .sub-link .list-item-sub {
  display: none;
}

.right-header-container {
  width: 70px;
}
}
/*NAVBAR MEDIA QUERY START*/
/*NAVBAR END*/


/*FOOTER START*/
.footer-container {
  background-color: var(--lemon1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 18px;
  margin-top: 0px;
  padding-bottom: 20px;
}

.footer-text-container {
  border: 1px solid rgba(0, 0, 0, 0);
  height: 30px;
  padding: 4px;
  display: flex;
  justify-content: center;
}

.footer-text-style {
  font-size: 20px;
}

.left-footer-container {
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--nata);
}

.emily {
  margin-top: 15px;
  width: 240px;
  height: 240px;
  border-radius: 120px;
}

.middle-footer-container {
  border: 1px solid rgba(0, 0, 0, 0);
  column-gap: 10px;
  display: flex;
  flex-direction: column;
  font-family: var(--nata);
}

.tutorial-text-container {
  text-align: center;
  margin-top: 20px;
}

.useful-link-text {
  padding-bottom: 20px;
}

.right-footer-container {
  border: 1px solid rgba(0, 0, 0, 0);
  column-gap: 10px;
  display: flex;
  flex-direction: column;
  font-family: var(--nata);
}

.daytime-container {
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 1;
  padding: 4px;
  display: flex;
  column-gap: 5px;
}

.day-container {
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 1;
  padding: 4px;
  flex-direction: column;
  display: flex;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.day {
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 1; 
  text-align: center;
}

.tutorial-text-container a {
  text-decoration: none;
}

.tutorial-text-container a:visited {
  color: black;
}

.tutorial-text-container a:active {
  color: black;
}

@media only screen and (max-width:900px){ 
  .footer-container {
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
    row-gap: 20px;
    margin-top: 0 ;
    padding-bottom: 20px;
  }
}
/*FOOTER END*/

/*------------------------------------------------------*/

/*PAGE SOCIAL & COPYRIGHT ICONS START*/
.social-icons {
  display: flex;
  background-color: var(--pink2);
  height: 45px;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.footer-socials {
  display: flex;
  width: 25px;
  height: 25px;
}

.copyright {
  display: flex;
  background-color: rgb(0, 0, 0);
  color: white;
  height: 40px;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-family: var(--nata);
}
/*PAGE SOCIAL ICONSL & COPYRIGHT END*/

/*------------------------------------------------------*/