/*Sections*/
#title-section{
  margin-left: 150px;
  width: 100%;
  height: 800px;
  color: #5A82FF;
}

#admin-section{
  margin-left: 150px;
  width: 100%;
  height: 500px;
  color: #5A82FF;
}

#page-section{
  width: 100%;
  height: 700px;
  margin-left: 150px;
  color: #5A82FF;
  margin-bottom: 250px;

}


.title-list-div{
  float: left;
}

.how-to-title-list{
  list-style: none;
  font-family: 'SociallyFontThree';
}

.how-to-title-list li{
  margin-top: 10px;

}


.title-page-image{
  background-image: url("/assets/title_page_on_socially-6f792de2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 58%;
  height: 200px;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  display: none;
  /* position: relative; */
  position: fixed;
  top: 110px;
  right: 0px;
}


.heading-for-title-how-to{
  font-family: 'SociallyFontTwo';
  font-weight: bold;
  font-size: 40px;
  width: 40%;
}

/* .number{
  font-family: 'SociallyFontThree';
  background: yellow;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
} */

.icon{
  display: block;
  width: 20px;
  height: 20px;
  border: transparent 4px solid;
  /* background: black;
  opacity: 50%; */
}

.icon:hover{
  cursor: pointer;
}

.icon.selected{
  border: yellow 4px solid;

}

.icon-text{
  font-weight: bold;
}

.icon-text.selected{
  color: yellow;
  background: black;
  opacity: 50%;
}

/* .icon-text:hover{
  cursor: pointer;
  color: yellow;
  background: black;
  opacity: 50%;
} */

.icon-color{
  position: absolute;
  left: 30px;
  top: 70px;
  background-image: url("/assets/color_wheel-92b5d469.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-font{
  position: absolute;
  left: 55px;
  top: 73px;
  background-image: url("/assets/font_style-0d3efe50.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.icon-image{
  position: absolute;
  left: 30px;
  top: 94px;
  background-image: url("/assets/photo_gallery-805dcf7b.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-title{
  position: absolute;
  left: 28px;
  top: 0px;
  width: 91%;
  height: 10px;
  background: #b0b0b0;
  opacity: 100%;
  margin-left: -13px;
}

.icon-title p{
  font-size: 25px;
  text-align: center;
  margin-top: -10px;
  color: gray;
  font-family: 'SociallyFontThree';
}

.title-details{
  font-size: 13px;
  width: 300px;
  height: 130px;
  margin-left: 15px;
}

.color-button{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.image-button{
  width: 50px;
  height: 40px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
}

.color-button:hover{
  cursor: pointer;
}

.image-button:hover{
  cursor: pointer;
}

.image-for-title-page{
  position: absolute;
  top: 18px;
  left: 105px;
  width: 50%;
  height: 81%;
  background-image: url("/assets/lego-9daa282f.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(6px) saturate(20%);
}


/*
.number p{
  padding: 10px;

} */




/*
.number-one{
  margin-left: 200px;
  margin-top: -20px;
}

.number-two{
  margin-left: 50px;
  margin-top: 30px;
}

.number-three{
  margin-left: 120px;
  margin-top: 20px;
}

.number-four{
  margin-left: 120px;
  margin-top: -130px;
}

.number-six{
  margin-left: 50px;
  margin-top: -20px;
} */


.page-list{
  list-style: none;
  float: left;
  font-family: 'SociallyFontThree';
}

.page-list li{
  margin-top: 10px;
}

.heading-for-page-how-to{
  font-family: 'SociallyFontTwo';
  font-weight: bold;
  font-size: 40px;
}


.page-image{
  background-image: url("/assets/page_on_socially-271a62c7.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 58%;
  height: 200px;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  display: none;
  position: fixed;
  top: 110px;
  right: 0px;

}

.icon-writing-on-page{
  width: 90%;
  background: white;
  position: absolute;
  top: 146px;
  left: 16px;
}

.icon-writing-on-page p{
  font-size: 15px;
  font-family: 'SociallyFontThree';
  color: gray;
  margin-top: -5px;
}

.icon-color-on-page{
  position: absolute;
  left: 30px;
  top: 75px;
  background-image: url("/assets/color_wheel-92b5d469.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-font-on-page{
  position: absolute;
  left: 57px;
  top: 76px;
  background-image: url("/assets/font_style-0d3efe50.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.icon-image-on-page{
  position: absolute;
  left: 30px;
  top: 97px;
  background-image: url("/assets/photo_gallery-805dcf7b.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-mic-on-page{
  position: absolute;
  left: 54px;
  top: 97px;
  background-image: url("/assets/icons8-mic-96-8a35ce2a.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.color-button-on-page{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.color-button-on-page:hover{
  cursor: pointer;
}








.title-section-app{
  margin-left: 0px !important;
  width: 100% !important;
}

.page-section-app{
  margin-left: 0px !important;
  width: 100% !important;
}

.admin-section-app{
  margin-left: 0px !important;
  width: 100% !important;
}



/* Admin how To */
.heading-for-admin-how-to{
  font-family: 'SociallyFontTwo';
  font-weight: bold;
  font-size: 40px;
}

.admin-list-div{
  float: left;
}

.admin-list{
  list-style: none;
  font-family: 'SociallyFontThree';
}

.admin-page-image{
  background-image: url("/assets/title_screen-05daa054.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 58%;
  height: 55%;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  display: block;
  position: fixed;
  top: 110px;
  right: 0px;
  /* border: blue 1px solid; */
  object-fit: fill;
}

.icon-admin-button{
  position: absolute;
  right: 7%;
  top: 10%;
  background-image: url("/assets/admin_button_icon-c0c97621.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border: blue 2px solid;
}




/* @media only screen and (orientation: landscape){ */
   /*Title part of how to*/
   #title-section{
    margin-left: 60px;
    width: 80%;
  }

    #page-section{
     margin-left: 60px;
     width: 80%;
   }

   #admin-section{
    margin-left: 60px;
    width: 80%;
  }


  .title-list-div{
    width: 40%;
  }

  .title-list-div ul{
    margin: 0px;
    padding: 0px;
  }

  .title-list-div ul li{
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .title-details{
    width: 100%;
  }

  .how-to-title{
    font-size: 20px !important;
  }

  .image-buttons{
    width: 100%;
    height: 50px;
  }


  /*Page part of how to*/
  .page-list-div{
    width: 40%;
  }

  .page-list-div ul{
    margin: 0px;
    padding: 0px;
  }

  .page-list-div ul li{
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }



  /*Admin part*/
  .admin-list-div{
    width: 40%;
  }

  .admin-list-div ul{
    margin: 0px;
    padding: 0px;
  }

  .admin-list-div ul li{
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }



/* } */



@media only screen and (max-width: 600px) {
  #title-section{
    margin-left: 30px;
    width: 90%;
  }

  .how-to-title-list{
    float: left;
    margin-left: -30px;
  }

  /* .title-page-image{
    float: left;
    width: 90%;
    height: 400px;
    margin-right: 200px;
    margin-top: 50px;
    display: block;
  } */



  #page-section{
    margin-left: 30px;
    padding-bottom: 200px;
    width: 90%;
  }

  .page-list{
    float: left;
    margin-left: -30px;
  }

  .page-image{
    float: left;
    width: 90%;
    height: 400px;
    margin-right: 200px;
    margin-top: 50px;
    display: block;
  }


  #admin-section{
    margin-left: 30px;
    padding-bottom: 200px;
    width: 90%;
    height: 310px;
  }

  .admin-list{
    float: left;
    margin-left: -30px;
  }

  .admin-page-image{
    float: left;
    width: 90%;
    height: 400px;
    margin-right: 200px;
    margin-top: 50px;
    display: block;
  }


}
