/*
///////////////////////////////////////////////////////////////////////////////////////
      This Project (Binsoft) Was Made by Programmer Patrick Paul....
      And all codes are written under a carefull super-version of him..... 
      For Contacts email The Programmer (Patrick Paul) at :- patrickpaul367@gmail.com or
                                                             patrickshao367@gmail.com
                          THANK YOU FOR READING..... :)
////////////////////////////////////////////////////////////////////////////////////////
*/
body {
  background-color: #505488;
  user-select: none;
  color: rgb(26, 230, 213);
  transition: 0.5s;
}
#beggin_world {
  position: absolute;
  top: 0;
  left: 0;
  height: 99.65%;
  width: 99.85%;
  border: 1px solid black;
  z-index: 99;
  background-color: rgb(145, 90, 90);
}
.beggin {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 37%;
  left: 44%;
  transition: 0.5s;
}
.beggin:hover {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 36%;
  transition: 0.5s;
}
header .logo1 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 5%;
  left: 37%;
}
header .logo2{
	width: 70px;
  height: 70px;
  float: right;
  cursor: pointer;
}
header h2 {
  position: absolute;
  top: 3%;
  left: 44%;
  text-align: center;
  font-size: 35px;
  font-family: Segoe Script;
  margin-right: 25px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.container{
  display: inline-block;
	position: absolute;
	top: 20%;
	left: 32%;
}
.circle{
  display: inline-block;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  background-color: tomato;
  margin: 0 10px;
  border: 1px solid gold;
  transition: 0.5s;
}
.circle:hover {
  height: 180px;
  width: 180px;
  border: 3px solid gold;
  background-color: khaki;
  box-shadow: 5px 5px rgba(73, 71, 71 , 0.4);
  transition: 0.5s;
}
.circle img {
  position: relative;
  top: 37%;
  left: 37%;
  pointer-events: none;
}
.emoji{
  display: block;
  font-size: 50px;
  text-align: center;
}
.container_sections{
  background-color: rgba(0 , 0 , 0 , 0.5);
  border: 1px solid gold;
  border-radius: 10px;
  display: block;
  height: 200px;
  width: 300px;
  position: absolute;
  top: 60%;
  left: 75%;
}
.container_sections section div{
  display: inline;
  margin: 10px 40px;
}
.container_sections section div img{
  height: 65px;
  width: 65px;
  transition: 0.5s;
}
.container_sections section div img:hover{
  height: 70px;
  width: 70px;
  transition: 0.5s;
}
.container_sections .identity div{
  display: block;
  font-size: 25px;
  color: whitesmoke;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  padding: 5px 0;
}
#color_name , #color_id{
  user-select: text;
}
footer{
  display: block;
  position: absolute;
  top: 90%;
  left: 5%;
}
footer span{
  display: inline-block;
  color: white;
  font-size: 25px;
  font-family: 'Courier New', Courier, monospace;
  margin-right: 10px;
}
footer img{
  height: 40px;
  width: 40px;
  position: absolute;
  top: -20%;
}

#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgb(32, 190, 111);
  width: 100%;
  z-index: 10;
}

#dialogbox {
  display: none;
  position: fixed;
  background: #000;
  border-radius: 10px;
  width: 550px;
  z-index: 10;
}

#dialogbox > div {
  background: #fff;
  margin: 8px;
}

#dialogbox > div > #dialogboxhead {
  background: #666;
  font-family: sans-serif;
  font-size: 20px;
  padding: 10px;
  color: #ccc;
}

#dialogbox > div > #dialogboxbody {
  background: #333;
  font-family: 'Courier New', Courier, monospace;
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

#dialogbox > div > #dialogboxfoot {
  background: #666;
  font-family: sans-serif;
  font-size: 20px;
  padding: 10px;
  text-align: right;
  font-family: 'Courier New', Courier, monospace;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 1320px) and (max-width: 1600px) {
  #displayer {
    display: none;
  }
}

@media (min-height: 571px) and (max-height: 1000px) {
  #displayer {
    display: none;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 0px) and (max-width: 1319px) {
  #collector {
    display: none;
  }
  #displayer {
    display: block;
    background-color: rgb(202, 26, 123);
    color: White;
    font-size: 30px;
    font-family: monospace;
    text-align: center;
    z-index: 99;
  }
  #displayer > p {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 15%;
  }
}

@media (min-height: 0px) and (max-height: 612px) {
  #collector {
    display: none;
  }
  #displayer {
    display: block;
    background-color: rgb(202, 26, 123);
    color: White;
    font-size: 30px;
    font-family: monospace;
    text-align: center;
    z-index: 99;
  }
  #displayer > p {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 15%;
  }
}