/* skel-baseline v2.0.3 | (c) n33 | getskel.com | MIT licensed */

/* Basic */
#header nav > ul > li {
    display: inline-block;
    margin-left: 2.2em;
    padding-left: 0;
    font-size: 7pt;
}
#header nav > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}
#header {
    color: #fff;
    cursor: default;
    height: 3.25em;
    width: 100% !important;
    z-index: 10000;
    position: relative;
    text-align: center;
    margin-top: 2em;
    margin-left: 0em !important;
}
.page-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:5em !important;
    text-align: right;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#column ul li {
    list-style: none;
    float: left;
    display: inline-block;
    padding: 6px 9px;
    margin-right: 3px;
    background-color: #ed217c;
    text-align: center;
}
.certificate-name p {
    color: black;
    font-size: 24pt;
}

.certificate {
    background: url(../images/certificate.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.certificate-name {
    width: 100%;
    text-align: center;
    padding-top: 76%;
    padding-bottom: 60%;
}
@media print{
	html {
  background-color: #FFFFFF;
  margin: 0px; /* this affects the margin on the HTML before sending to printer */
}
	body{
		visibility:hidden;	
		background:#fff !important;
	}
	 @page {
      size: auto;
      margin: 0;
  }
	.certificate{
	width:100%;
	background: url(../images/certificate.jpg) ;
	background-repeat:no-repeat;
	background-size:cover;
	height:auto;
	visibility:visible;
	position:absolute;
	left:0;
	top:-8.3% !important;
}	
}
.aboutcontent {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 2em auto;
	padding-left: 15px;
	padding-right: 15px
}
body, input, select, textarea {
	font-size: 11pt;
}
.online-title h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 4em;
	text-align: right;
	margin: 35px 0 0 0;
	color: #b7a064;
}
.contact-container {
	width: 100%;
	margin: 0 auto;
	padding-top: 3em;
}
#header {
	color: #fff;
	cursor: default;
	height: 3.25em;
	width: 95%;
	z-index: 10000;
	position: relative;
	text-align: center;
	margin-top: 2em;
	margin-left: 3.8em;
}
/* Banner */

.show {
	display: none !important
}
.hide {
	display: block !important
}
#banner h2 {
	font-size: 3.5em;
}
.bannerImg {
	height: 100%;
}
.bannerImg-1 {
	height: 100%;
}
#main-home {
	height: 26em;
	padding: 1em 0;
}
#main-about {
	height: 56em;
	padding: 43em 0;
}
#main-online {
	height: 95em;
}
#main-prize {
	height: auto;
	margin-top: 80em;
}
#main-prize-long {
	height: auto;
	margin-top: 140em;
}
#main-prize-longer {
	height: auto;
	margin-top: 320em;
}
#main-contact {
	height: 45em;
	padding: 53em 0;
	padding-bottom: 31em;
}
.prizeBox {
	font-size: 0.9em;
	margin: 0 0em;
	padding: 0.25em 0.65em;
	width: 100%;
	height: 100%;
	background: #fff;
}
.prizeBox-3 {
	font-size: 0.9em;
	margin: 0 1.6em;
	padding: 0.25em 0.65em;
	width: 97.5%;
	height: 14em;
	background: #f0f0f0;
}
.infoBox-details {
	background: none;
	font-size: 0.9em;
	height: auto;
	width: 100%;
	margin: 0 0 0 0;
	background-color: rgba(0,0,0, .6);
}
.school {
	font-size: 1.5em;
	margin-top: 1em;
}
.smallTitle {
	font-size: 1em;
	color: #666666;
	padding: 0.5em 0 0 0;
	text-align: center;
}
.infoBox {
	background: none;
	font-size: 0.9em;
	padding: 2em 2em 1em 2em;
	width: 100%;
	margin-top: 1em;
	border-left: 2px solid #ed217c;
	border-right: 2px solid #ab2db1;
	border-top: 2px solid #ed217c;
	border-bottom: 2px solid #ab2db1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 2px;
	-moz-background-size: 100% 2px;
	background-size: 100% 2px;
	background-image: -webkit-linear-gradient(left, #ed217c 0%, #ab2db1 100%), -webkit-linear-gradient(left, #ed217c 0%, #ab2db1 100%);
	background-image: -moz-linear-gradient(left, #ed217c 0%, #ab2db1 100%), -moz-linear-gradient(left, #ed217c 0%, #ab2db1 100%);
	background-image: -o-linear-gradient(left, #ed217c 0%, #ab2db1 100%), -o-linear-gradient(left, #ed217c 0%, #ab2db1 100%);
	background-image: linear-gradient(to right, #ed217c 0%, #ab2db1 100%), linear-gradient(to right, #ed217c 0%, #ab2db1 100%);
}
#main-online {
	height: 73em;
}
 select::-webkit-input-placeholder {
 color:#787878;
}
input[type="text"]::-webkit-input-placeholder {
 color:#787878;
}
.grey {
	border: 3px solid #b7a064;
	height: 21em;
	background: #fff;
	border-radius: 3px;
	padding: 0.25em 0em;
}

@media (min-width: 767px) {
.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
}

@media (min-width: 1023px) {
.click {
	width: 45em;
	height: 0em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -5em;
	margin-bottom: 15em;
	z-index: 10000001;
}
}
.contact-container {
    width: 960px;
    margin: 0em auto;
    padding-top: 6em;
}

#footer {
    padding-top: 0em;
    padding-bottom: 2em;
    width: 77%;
    margin: 0 auto;
}