@charset "utf-8";
/* CSS Document */

@import url(”reset.css”);


.first_frame {
  /* The image used */
  background-image: url("backgd.jpg");

  /* Set a specific height */
  min-height: 6000px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  /*background-repeat: no-repeat;*/
  background-size: cover;
}
.home_frame {
  background-color: #F5B8D4;
  /*width: 1920px;*/
  width: 100%;
  height: 1000px;
  margin-left: 0px;
  margin-top:0px;
  top: 5px;
} 
.home_inframe {
  background-color: white;
  width: 1000px;
  height: 1000px;
  /*margin-left: 460px;*/
  /*margin-left: calc((100vw - 1000px)/2) !important;*/
  margin: auto;
  margin-top:0px;
  top: 5px;
}

.char_frame {
  background-color: #F5B8D4;
  /*width: 1920px;    */
  width: 100%;
  height: 1746px;
  margin-left: 0px;
  margin-top:0px;
  top: 0px;
} 
.char_inframe {
  background-color: white;
  width: 1000px;    
  height: 2880px;
  /*margin-left: 460px;*/
  /*margin-left: calc((100vw - 1000px)/2) !important;*/
  margin: auto;
  margin-top:0px;
  top: 0px;
}

.eshop_frame {
  background-color: #F5B8D4;
    
  /*width: 1920px;*/
  width: 100%;
  height: 990px;
  margin-left: 0px;
  margin-top:0px;
  top: 0px;
} 
.eshop_inframe {
  background-color: white;
    /*opacity: 0.1;*/
  width: 1000px;
  height: 1000px;
  /*margin-left: 460px;*/
  /*margin-left: calc((100vw - 1000px)/2) !important;*/
  margin: auto;
  margin-top:0px;
  top: 0px;
} 
.homeware-container {
    margin-top: 250px; 
    margin-left: 526px; 

        /*text-align: center;
    display: block;*/
      }

.art-container {
    margin-top: 8px; 
    margin-left: 527px; 
      }

.toy-container {
    margin-top: 7px; 
    margin-left: 527px; 
      }

.stationery-container {
    margin-top: 3px; 
    margin-left: 527px; 
      }

.gift-container {
    margin-top: 4px; 
    margin-left: 526px; 
      }

.other-container {
    margin-top: 4px; 
    margin-left: 526px; 
      }


.awards_frame {
  background-color: #F5B8D4;
  width: 100%;
  height: 880px;
  margin-left: 0px;
  margin-top:0px;
  top: 0px;
} 
.awards_inframe {
  background-color: white;
  width: 1000px;
  height: 880px;
  /*margin-left: 460px;*/
  /*margin-left: calc((100vw - 1000px)/2) !important;*/
  margin: auto;
  margin-top:0px;
  top: 0px;
}

.download_frame {
  background-color: #F5B8D4;
  /*width: 1920px;*/
  width:100%;
  height: 1000px;
  margin-left: 0px;
  margin-top:0px;
  top: 0px;
} 
.download_inframe {
  background-color: white;
  width: 1000px;
  height: 1245px;
  /*margin-left: 460px;*/
  /*margin-left: calc((100vw - 1000px)/2) !important;*/
  margin: auto;
  margin-top:0px;
  top: 0px;
}


.daily{
    margin-top: 20px; 
    margin-left: 25px;
}

.contact_frame{
    background-color: #F5B8D4;
  
  /*width: 1920px;*/
  width: 100%;
  height: 1024px;
  margin-left: 0px;
  margin-top:0px;
  top: 0px;
} 
.contact_inframe{
    background-color: white;
  
  width: 1000px;
  height: 1000px;
  /*margin-left: 460px;*/
  /*margin-left: calc((100vw - 1000px)/2) !important;*/
  margin: auto;
  margin-top:0px;
  top: 0px;
}

.contact_info{
    margin-top: -18px; 
    margin-left:180 px; 

        /*text-align: center;
    display: block;*/
      }

.rights_info{
    margin-top: 300px; 
    margin-left:180 px; 

        /*text-align: center;
    display: block;*/
      }
 #navbar {
  /*background-color: #e95b97;*/
  position: fixed;
  top:     0px;
  /*width: 1000px;*/
  width: 100%;
  /*      margin-left: 460px;*/
  /*margin-left: calc((100vw - 1000px)/2) !important;*/
  margin: auto;

  display: flex;
  justify-content: space-around;
  /*display: block;*/
  transition: top 0.7s;
}

#navbar_bg {
   width: 1000px;
   background-color: #e95b97;
}


#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 23px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: #e95b97;
}


.nav{
	position: fixed;
    top: 5px;
	width: 100%;
	height: 50px;
	/*margin-left: 430px;*/
  /*margin-left: calc((100vw - 1000px)/2) !important;*/

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: yellow;
}
.nav ul {
	width: 1000px;
	margin: auto;
}
.nav li{
display: inline-block;
    list-style: none;
    padding-top: 0px;
	float: left;
	width: 160px;
	height: 100%;
	line-height: 10px;
	text-align: center;
	font-size: 15px;
	color: white;
}
.nav a{
	text-decoration: none;
	color: white;
}
.nav a:hover{
color: #b5b5b5;
}
h1 {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0.67em;
  margin-left: 120px;
  margin-right: 120px;
  font-weight: bold;
}
#container {
	
	display: block;
    
    margin-left:0px;
	
	height: 100px;
	width: 1000px;
	//overflow: auto;
}
#slider {

	display: block;
	/*margin: auto;*/
    margin-left: 0px;
    
	float: center;
	height: 600px;
	width: 1000px;
	overflow: hidden;
	position: absolute;
} 
#prev {
	background-image: url(prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 500px;
	width: 50px;
	position: relative;
	z-index: 10;
}

#next {
	background-image: url(next.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	
	height: 500px;
	width: 50px;
	position: relative;
	z-index: 10;
}
.box{
	/*background-color:#FFC;*/
    display: block;
	width:1660px;
	height:110px;
	overflow: hidden;
	position: relative;
	margin-left:0px;
	//margin-right:auto;
}



.banner{
	/*background-color:#6FF;*/
    display: block;
	width:1000px;
	height:100px;
	
	margin-top:0px;
}

.column {
  float: left;
  width: 20%;
  padding-left: 50px;
  height: 550px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column_1 {
  float: left;
  width: 15%;
  padding-left: 50px;
  height: 200px; /* Should be removed. Only for demonstration */
}
      .map {
  margin-left: 150px;
  width: 630px;
  padding-left: 0px;
  height: 650px; /* Should be removed. Only for demonstration */
}
.center {
  display: block;
  margin-left: 0px;
  /*margin-right: auto;*/
  width: 100%;
}

   .button_area { 
  height: 500px;
  position: relative;
  
}

.button_center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Button_size{
    height:80px;
    width:200px;


border: 0;
    line-height: 2.5;
    padding: 0 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgb(255, 210, 210);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.Button_size:hover {
    background-color: rgba(255, 0, 0, 1);
}
