@import url(http://fonts.googleapis.com/css?family=Muli:400,700);
@import'http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css';

/* @import url(http://fonts.googleapis.com/earlyaccess/cwtexkai.css); */
@font-face {
  font-family: 'cwTeXKai';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/cwTeXKai-zhonly.eot);
  src: url(../fonts/cwTeXKai-zhonly.eot?#iefix) format('embedded-opentype'),
       url(../fonts/cwTeXKai-zhonly.woff2) format('woff2'),
       url(../fonts/cwTeXKai-zhonly.woff) format('woff'),
       url(../fonts/cwTeXKai-zhonly.ttf) format('truetype');
       }
/* -- Demo -- */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Muli", sans-serif;
  font-family: "cwTeXKai", serif;
  background-color:#52B3D9;
	/* background: #f0c3f4;

	background: #ffffff url("../images/backgrd_206.jpg ") no-repeat center center fixed;
 */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main-content {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: scroll;
}
.main-content {
	padding: 5%;
}
.main-content h1 {
	font-size: 60px;
    font-weight: 700;
	text-align: center;
	color: #ffff00;
	margin-top: 10px;
	margin-bottom: 20px;
}
.main-content .modal-btns {
	text-align: center;
}
/* -- Modal Styles -- */
.full-modal {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	opacity: 0;
	overflow: scroll;
}
.full-modal:target {
	display: block;
	z-index: 2;
	opacity: 1;
}
.popup:target ~ .content {
	overflow: hidden;
}
.modal-exit {
	position: fixed;
	top: 10px;
	right: 50px;
	width: 1em;
	height: 1em;
	z-index: 10;
	padding: 0.3em;
	font-size: 3em;
	line-height: 1em;
	text-decoration: none;
	color: #ffffff;
}
.modal-exit:hover {
	color: #dcdcdc;
}


.bg-symbols {
	background-color: #428bca;
	background-image: url("../images/backgrd_202.jpg");
    background-size: cover;
}
.bg-base {
	background-color: #428bca;
	background-image: url("../images/backgrd_202.jpg");
    background-size: cover;
}
.bg-pattern {
	background-color: #5bc0de;
}
.bg-pat-mod {
	background-color: #5cb85c;
}
.bg-deconstruction {
	background-color: rgb(51,51,255);
}
.bg-works {
	background-color: #d9534f;
}
.bg-course {
	background-color: #e527d6;
}
.bg-connet {
	background-color: #e527d6;
}

/* -- Additional Demo Styles -- */
.full-modal h1 {
	font-size: 3em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	color: #ffffff;
}
.full-modal h2 {
	font-weight: 400;
	color: #ffffff;
}
/* .full-modal p {
	font-size: 18px;
	color: #ffffff;
}
*/
.btn-icon i {
	margin-right: 4px;
}
.help-block {
	color: #dcdcdc;
}
.jumbotron h1, .jumbotron p {
	color: #f0ad4e;
}
.main-button {
	background-color: #4CAF50;
/* Green */
	border-radius: 8px;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s;
/* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
}
.main-btn {
	background-color: #7f54f2;
	color: white;
}
.main-btn:hover {
	background-color: #0ca9ef;
	color: white;
}

.h10 {
    font-size: 40px;
    font-weight: 400;
	  color: #000000;
}

.h11 {
    font-size: 40px;
    font-weight: 400;
	  color: #fff;
}

.h12 {
    font-size: 3em;
	text-align: center;
	   color: #FFFF04;
}

.h13 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}

.h14 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
    font-style: italic;
    padding: 0 70px 0 15px;
}
.h15{
    font-style: italic;
    font-weight: 300;
    color: #0a0672;
}

.h16{
     font-size: 30px;
    font-weight: 200;
     padding: 0 70px 0 100px;
    text-align: center;
    
}

.h30 {
  font-size: 3em;
	font-weight: 50;
	text-align: center;
	margin-bottom: 10px;
	color: #ffffff;
}

.h_box{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
    font-style: italic;
    text-align: justify;
    width: 50%;
	margin: 0;
	padding: 0 10px 0 10px;
}
