* {
    box-sizing: border-box;
}
html{
	min-height: 100%;
	position: relative;
	background-color: #fff;
}
body{
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}
#cover{
	width: 100%;
	min-height: 100vh;
	align-items: center;
	vertical-align: middle;
}
#cover>img{
	width: 50%;
	margin-top: 45vh;
	margin-left: 25%;
	position: fixed;
	z-index: -1;
}
#header{
	background-color: #fff;
	width: 100%;
	position: relative;
	display: block;
	height: 70px;
	padding: 0 10%;
	box-shadow: 0px 2px 5px #879e99;
	z-index: 10;
}
#header img{
	margin-top: 23px;
	width: 180px;
}
.navbar{
	float: right;
}
.navbar li{
	list-style: none;
}
.navbar a{
	text-decoration: none;
	color: #82928f;
	font-size: 16px;
}
.dropdown>a{
	display: none;
}
.dropdown-content>li{
	display: inline-block;
	line-height: 70px;
	margin-top: -15px;
	margin-left: 10px;
}
.dropdown-content>li>a:hover{
	color: #1abc9c;
}
#container{
	background-color: #fff;
	margin: 0;
	padding: 0 10%;
	padding-top: 200px;
	margin-top: -70px;
}
#home{
	min-height: 50px;
	margin-bottom: 200px;
}
#whyus{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#whyus>h2{
	padding-top: 30px;
	color: #446c64;
}
#whyus>p{
	color: #82928f;
	text-align: justify;
	text-indent: 50px;
	padding-bottom: 30px;
}
#modules{
	width: 100%;
	padding-top: 250px;
}
#modules>h2{
	color: #446c64;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#module{
	position: relative;
	clear: both;
	width: 33%;
	display: inline-block;
}
#module>h3{
	color: #446c64;
}
#module>p{
	color: #82928f;
	font-size: 20px;
}
#price{
	width: 100%;
	padding-top: 150px;
	min-height: 100vh;
}
#price>h1{
	color: #fff;
	background-color: #1abc9c;
	text-align: center;
	padding: 5px;
	box-shadow: 0px 2px 5px #879e99;
}
#website{
	width: 30%;
	margin-top: 100px;
	text-align: center;
	box-shadow: 0px 2px 5px #879e99;
	display: inline-block;
}
#website>h2{
	margin: 0;
	padding: 10% 0;
	color: #446c64;
}
#website>p{
	color: #fff;
	background-color: #1abc9c;
	text-align: left;
	padding: 20% 30%;
	margin: 0;
}
#website>b{
	color: #82928f;
	display: none;
}
#system{
	width: 30%;
	margin-left: 4.5%;
	margin-top: 100px;
	text-align: center;
	box-shadow: 0px 2px 5px #879e99;
	display: inline-block;
}
#system>h2{
	margin: 0;
	padding: 10% 0;
	color: #446c64;
}
#system>p{
	color: #fff;
	background-color: #1abc9c;
	text-align: left;
	padding: 20% 20%;
	margin: 0;
}
#system>b{
	color: #82928f;
	display: none;
}
#ws{
	width: 30%;
	margin-left: 4.5%;
	text-align: center;
	box-shadow: 0px 2px 5px #879e99;
	display: inline-block;
}
#ws>h2{
	color: #446c64;
	margin: 0;
	padding: 5% 0;
	background-color: #fff;
}
#ws>p{
	color: #fff;
	background-color: #1abc9c;
	text-align: left;
	padding: 20% 20%;
	margin: 0;
}
#demo{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	min-height: 100vh;
	text-align: center;
}
#demo>h1{
	margin-bottom: 50px;
	color: #fff;
	background-color: #1abc9c;
	text-align: center;
	padding: 5px;
	box-shadow: 0px 2px 5px #879e99;
}
#demobtn>a{
	color: #fff;
	text-decoration: none;
	background-color: #1abc9c;
	padding: 15px;
}
#demobtn>a:hover{
	color: #1abc9c;
	background-color: #fff;
	box-shadow: 0px 2px 5px #879e99;
}
#admin{
	text-align: center;
	box-shadow: 0px 2px 5px #879e99;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 49.7%;
	display: inline-block;
}
#admin>h2{
	color: #446c64;
}
#admin>p{
	color: #82928f;
}
#faculty{
	text-align: center;
	box-shadow: 0px 2px 5px #879e99;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 49.7%;
	display: inline-block;
}
#faculty>h2{
	color: #446c64;
}
#faculty>p{
	color: #82928f;
}
#student{
	text-align: center;
	box-shadow: 0px 2px 5px #879e99;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 49.7%;
	display: inline-block;
}
#student>h2{
	color: #446c64;
}
#student>p{
	color: #82928f;
}
#parent{
	text-align: center;
	box-shadow: 0px 2px 5px #879e99;
	padding: 20px 0;
	margin-bottom: 35px;
	width: 49.7%;
	display: inline-block;
}
#parent>h2{
	color: #446c64;
}
#parent>p{
	color: #82928f;
}
#contact{
	width: 100%;
	padding: 0 10%;
	padding-top: 50px;
	min-height: 100vh;
	background-color: #243342;
}
.map{
	width: 100%;
	height: 60vh;
	margin: 0 auto;
}
#details{
	min-height: 30vh;
	padding: 0;
	margin: 0;
	text-align: center;
}
#details>a{
	display: inline-block;
	text-decoration: none;
}
#details>a>h3{
	padding: 0;
	margin: 0;
	color: #446c64;
}
#details>a>h3:hover{
	color: #1abc9c;
}
#details>p{
	color: #82928f;
}
#details>a>img{
	width: 25px;
}
#details>a>img:hover{
	
}
#footer{
	width: 100%;
	height: 50px;
	bottom: 0;
	text-align: center;
	background-color: #1d2a36;
	position: absolute;
}
#footer>a{
	color: #446c64;
	line-height: 50px;
	text-decoration: none;
}
#footer>a:hover{
	color: #1abc9c;
}
.wrapper {
  margin: 50px auto;
  background: white;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
}

.ribbon-wrapper-green {
  width: 6.5vw;
  height: 20vh;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px;
  color: #fff;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 9.3vw;
  background-color: #1abc9c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1abc9c), to(#7fdfcc)); 
  background-image: -webkit-linear-gradient(top, #1abc9c, #7fdfcc); 
  background-image:    -moz-linear-gradient(top, #1abc9c, #7fdfcc); 
  background-image:     -ms-linear-gradient(top, #1abc9c, #7fdfcc); 
  background-image:      -o-linear-gradient(top, #1abc9c, #7fdfcc);
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #304d47;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}



@media screen and (max-width: 1300px){
	.ribbon-green{
		top: 10px;
	}
	.ribbon-wrapper-green{
		top: -5px;
	}
}
@media screen and (max-width: 1200px){
	#website>p{
		padding-left: 28%;
	}
	#system>p{
		padding-left: 18%;
	}
	#ws>p{
		padding-left: 13%;
	}
}
@media screen and (max-width: 1150px){
	.ribbon-wrapper-green{
		display: none;
	}
	#website>h2{
		padding-bottom: 0;
	}
	#website>b{
		display: inline-block;
		padding-bottom: 3%;
	}
	#system>h2{
		padding-bottom: 0;
	}
	#system>b{
		display: inline-block;
		padding-bottom: 3%;
	}
}
@media screen and (max-width: 1100px){
	#website>p{
		padding-left: 24%;
	}
	#system>p{
		padding-left: 13%;
	}
	#ws>p{
		padding-left: 7%;
	}
}
@media screen and (max-width: 1000px) {
	#container{
		padding-top: 0;
	}
	#modules{
		padding-top: 150px;
	}
	#module{
		width: 398px;
		text-align: left;
	}
	#website{
		width: 100%;
	}
	#website>h2{
		padding-top: 30px;
	}
	#website>p{
		margin-top: 10px;
		padding: 3% 0;
		padding-left: 42%;
	}
	#system{
		margin: 0;
		width: 100%;
	}
	#system>h2{
		padding-top: 30px;
	}
	#system>p{
		margin-top: 10px;
		padding: 3% 0;
		padding-left: 33%;
	}
	#ws{
		margin: 0;
		margin-top: 45px;
		width: 100%;
	}
	#ws>h2{
		margin: 0;
		padding: 10px 0;
	}
	#ws>p{
		margin-top: 10px;
		padding: 3% 0;
		padding-left: 30%;
	}
}
@media screen and (max-width: 850px){
	.navbar{
		display: inline-block;
	}
	.navbar ul{
		margin: 0;
		padding: 0;
		line-height: 70px;
	}
	.navbar ul li{
		float: left;
		list-style: none;
		z-index: 1;
	}
	.navbar>ul>li>a{
		width: 35px;
		text-align: right;
		color: #82928f;
		font-size: 30px;
		display: inline-block;
		text-decoration: none;
	}
	.navbar>ul>li>a:hover{
		color: #1abc9c;
	}
	.dropdown {
	    position: relative;
	    display: inline-block;
	}
	.dropdown-content {
		box-shadow: 0px 2px 5px #879e99;
		display: none;
		right: 0;
		position: absolute;
		width: 130px;
	}
	.dropdown-content li{
		margin: 0;
		padding: 0;
		line-height: 40px;
		width: 100%;
		display: inline-block;
	}
	.dropdown-content a{
		padding: 0 15px;
		margin: 0;
		background-color: #ccc;
		display: block;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.dropdown-content>li>a:hover{
		color: #1abc9c;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	.dropdown:hover .dropdown-content {
		display: block;
	}
	#module{
		width: 100%;
		display: block;
	}
	#admin{
		width: 100%;
	}
	#faculty{
		width: 100%;
	}
	#student{
		width: 100%;
	}
	#parent{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	#website>p{
		padding-left: 36%;
	}
	#system>p{
		padding-left: 28%;
	}
	#ws>p{
		padding-left: 26%;
	}
}
@media screen and (max-width: 350px){
	#website>p{
		padding-left: 28%;
	}
	#system>p{
		padding-left: 22%;
	}
	#ws>p{
		padding-left: 18%;
	}
}
@media screen and (max-width: 300px){
	#website>p{
		padding-left: 24%;
	}
	#system>p{
		padding-left: 16%;
	}
	#ws>p{
		padding-left: 10%;
	}
	#footer>a{
		font-size: 13px;
	}
}