@charset "UTF-8";

.page-wrapper{ /*set max width of page content*/
	max-width: 1500px; 
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;	/* added new */
}

html, body{				/* added new */
	height: 100%;		/* added new */
    background-color: #F7F8F8;
	margin: 0px; /*This puts the banner flush to top of page*/
    color: #1A1D25;
}

.footer{
	bottom: 0;
	width: 100%;
	background-color: black;
	font-weight: 300;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	height: 10rem;
    /*font-family: 'bad-script';*/
}

.normal-text{
    font-size: 18px;
    text-align: justify;
    padding: 0px 10px 0px 10px;
}
.bold-text{
    font-weight: 600;
    text-align: justify;
     padding: 0px 10px 0px 10px;
}
.text-right{
    text-align: right;
}

#bannerlogo {
	width: 25%;
	margin-right: 50px;
	max-width: 200px;
    
}

h1 {
    font-family: "ZCOOL XiaoWei", serif;
    letter-spacing: 10px;
    color: aliceblue;
    float: right;
    padding-right: 10px;
    font-size: 50px;
}

h2 {
    font-family: "ZCOOL XiaoWei", serif;
    text-align: center;
    color: #091010;
    padding-right: 10px;
    font-size: 30px;
}


h3 {
    font-family: "ZCOOL XiaoWei", serif;
    text-align: center;
    color: #091010;
    padding: 0px;
    font-size: 25px;
}
h4 {
    font-family: "ZCOOL XiaoWei", serif;
    text-align: center;
    color: #091010;
    margin-top: 20px;
    font-size: 20px;
}

.text-center {
    text-align: center;
    font-size: 20px;
}

ul {
  /* position: -webkit-sticky; /* Safari */
  top: 0;
}

.nav {
    float: none;
    list-style: none;
    text-align: center;
    padding: 0px 0 0px 0;
    line-height: 40px;
}

.nav > li {
    display: inline-block;
    padding: 0 0px 0 0px;
}

.nav > li > a {
    text-decoration: none;
    color: #1F4277;
    padding: 20px;
    font-size: 20px;
    
}
li a:hover {
    opacity: .5;
    color: black;
}

@media screen and (max-width:768px){
    .nav > li {
    box-sizing: border-box;
	width: 100%;
	padding: 10px;
}
    .nav {
        line-height: 15px;
    }
    nav > li > a {
        padding: 10px;
    }
    li a:hover {
        color: red;
    }
}
    
#Flexbox {
    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
}   


.main-padding {
    padding: 0px 20px;
}

.footer{
	width: 100%;
	background-color: black;
	font-weight: 300;
	text-align: center;
	padding: 10px, 10px, 20px, 10px;
	box-sizing: border-box;
    /*font-family: 'bad-script';*/
}

                                      /* PRACTISING */

.banner-practising{
    width: 100%;
	height: 400px;
	padding-top: 1px; /*Separates the Log from the top of the page*/
	background-image: url("../images/practising.jpg");
    background-position: center;
	background-size: cover;
    opacity: .95;
}

.container-box-practising{
	padding: 5px;
	border-color: #68666A;
	-moz-box-shadow: 0 0 10px #68666A;
	-webkit-box-shadow: 0 0 10px #68666A;
	box-shadow: inset 0 0 10px #68666A;
	text-align: center;
    word-spacing: 1px;
    line-height: 25px;
    margin: 15px 0 15px;
    font-size: 20px;
    background-color:#E5DFD6;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 25px;
	
}

button {
  background-color: #000000;
  border-width: 5px;
  border-color: #2E5896;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 1px 1px;
  cursor: pointer;
  border-radius: 20px;

}

.button {
  background-color: #000000;
  border-width: 5px;
  border-color: #2E5896;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 1px 1px;
  cursor: pointer;
  border-radius: 20px;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  opacity: .75;
  
}

/*.button1:hover {
	background-color: #E5DFD6;
	opacity: .6;
	border-color: rgb(255, 196, 182);
	color: crimson;
}*/

.button1:active {
  background-color: #E5DFD6;
  transform: translateY(4px);
}

/*.button2:hover {
	background-color: #F0F8FF;
	opacity: .6;
}*/
.button2:active {
  background-color: #E5DFD6;
  transform: translateY(4px);
}
/*.button3:hover {
	background-color: #F0F8FF;
	opacity: .6;
}*/
/*.button3:active {
  background-color: #E5DFD6;
  transform: translateY(4px);
}*/
/*.button4:hover {
	background-color: #F0F8FF;
	opacity: .6;
}*/
.button4:active {
  background-color: #E5DFD6;
  transform: translateY(4px);
}
/*.button5:hover {
	background-color: #F0F8FF;
	opacity: .6;
}*/
.button5:active {
  background-color: #E5DFD6;
  transform: translateY(4px);
}
/*.button6:hover {
	background-color: #F0F8FF;
	opacity: .6;
}*/
.button6:active {
  background-color: #E5DFD6;
  transform: translateY(4px);
}

