body{
	 background-color: #d0b8d7;
	 margin: 0 auto;
	 padding: 0;
	 font-family: 'Conv_librecaslontext-regular';
	 
}
@font-face {
	font-family: 'Conv_librecaslontext-regular';
	src: url('fonts/librecaslontext-regular.eot');
	src: local('☺'), url('fonts/librecaslontext-regular.woff') format('woff'), url('fonts/librecaslontext-regular.ttf') format('truetype'), url('fonts/librecaslontext-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
p {
    text-indent:80px;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}
 th, td {
    padding: 8px 0;
}

.ctable th, td {
    padding-left: 10px;
    text-align: left;
}

.header1{
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 120px;
	background-color: #fff;
	margin:0 auto;
	box-shadow: 0px 1px 5px #270730;
}

.header1 img{
	float: left;
	margin-left: 20px;
	
	
}

.header1 a{
	
	float: left;
	margin-left: 50px;
	margin-top: 10px;
	font-size: 2.5em;
	text-shadow: 3px 2px #cccccc;
	color:#270730;
}

.slider{

	width: 960px;
	height: 400px;
	margin:0 auto;
	
}
.slider img{
	 width: 960px;
    height: 400px;
    position: absolute;
    color: transparent;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s; 
}


.slider > img:nth-child(2)  { 
    
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.slider > img:nth-child(3) { 
    
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.slider > img:nth-child(4) { 

    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.slider > img:nth-child(5) { 
    
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

.nav{
	
	margin: 0 auto;
	width: 960px;

}
.nav ul{
	list-style-type: none;
    margin: 0 auto;
    padding: 0;
   	width: 960px;
    background-color:#63137a;

}

.nav li{
	margin: 0 auto;
	display: block;
	float: left;
	width: 106.6px;
	background-color: #63137a;
}

.nav li a{
	display: block;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: .9em;
}

.nav li:hover{
	background-color: #3b0b49;
}


.dropdown {
    position: relative;
    display:block;
}

.dropdown-content {
	
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
   	margin-top: 38px;
   	margin-left:-106px; 
}

.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 1em;

}


.dropdown:hover .dropdown-content {
    display: inline-block;
}

.dropdown-content a:hover {
	background-color:#63137a;
	color: #fff;
}

.right{
	float: right;
}

.container3, .container0 ,.container1,.container2 {
	width: 899px;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 5px #270730;
	color:#270730;
	text-align: justify;

}

.container0 img{
	float: left;
	margin-left: 40px;
	margin-top: 60px;
	margin-right: 20px;
	border-radius: 100%;
	color:#270730;
	text-align: justify;
}



.container1 img{
	
	float: right;
	margin-left: 40px;
	margin-top: -50px;
	margin-right: 20px;
	height: 200px;
	position: hidden;
	box-shadow: 0px 0px 5px #270730;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;

}
.container1 img:hover{
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.container2 img{
	
	float: left;
	margin-left: 20px;
	margin-top: -50px;
	margin-right: 40px;
	height: 200px;
	box-shadow: 0px 0px 5px #270730;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;

}


.container2 img:hover{
	
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}


.container2 h2{
	float: right;
	margin-top: -40px;
	margin-right: 50px;
}



/*gallery*/
.container3{
	width: 899px;
	padding-bottom: 50px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	color:#270730;
	text-align: justify;
	box-shadow: 0px 2px 5px #270730;
}
/*alumni and contact*/
.container5{
	width: 899px;
	height: 1400px;
	padding-bottom: 50px;
	margin: 0 auto;
	/*background-color: #f1f1f1;*/
	background-color: #ffffff;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	color:#270730;
	text-align: justify;
	box-shadow: 0px 2px 5px #270730;
}
.container5 img{
	width: 900px;
	height: 400px;
	margin: 0 auto;
}

.map{
	width:900px;
	height:500px;
	margin: 0 auto;

}

.gallery a:focus:hover
.gallery {
	position:relative;
	width: 150px;
	margin:200px;
}

.gallery a img {
	background-color:#eae9d4; 
	margin:20px 20px 20px 20px; 
	padding: 6px; 
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.gallery a:hover img {
	background-color:#eae9d4; 
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.gallery a:focus {
	color:#fff;
}
.gallery a span {
	display: none;
	padding:15px;
}
.gallery a:active span,
.gallery a:hover span {
	display: inline-block; 
	position: absolute; 
	left: 250px;
    background: #F0ECEC; 
    border-radius: 8px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	
}


.form{
  margin: 0 auto;
  padding:40px;
  width: 600px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.form:hover{
  box-shadow: 0 0 22px #270730;
}
.text1,.text2,.text3,select{
  height:50px;
  width: 500px;
  font-size: 1.2em;
  padding-left: 2%;
  border-style:none;
}

.submit
{
  height:50px;
  width: 500px;
  font-size: 1.2em;
  color: #fff;
  border: none;
  background-color: #63137a;
}
.submit:hover{
  background-color: #70177a;  
} 

.footer{
	width: 930px;
	margin: 0 auto;
	font-size: 12px;
	padding: 15px;
	background-color: #3b0b49;

}

.footer a{
	color: #fff;
}


/* Grid System */
.row {
  position: relative;
  width: 100%; }

.equ-1 {
  width: 8.33%; }

.equ-2 {
  width: 16.66%; }

.equ-3 {
  width: 25%; }

.equ-4 {
  width: 33.33%; }

.equ-5 {
  width: 41.66%; }

.equ-6 {
  width: 50%; }

.equ-7 {
  width: 58.33%; }

.equ-8 {
  width: 66.66%; }

.equ-9 {
  width: 75%; }

.equ-10 {
  width: 83.33%; }

.equ-11 {
  width: 91.66%; }

.equ-12 {
  width: 100%; }

.row [class^="equ-"] {
  float: left;
  min-height: 0.125rem; }

[class*="equ-"] {
  float: left; }

.container:after,
.row:after {
  content: "";
  clear: both;
  display: block; }

/*scroller news*/
.holder { 
  width:92%;
  height:300px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}

.holder ul li {
  padding:10px 0px;
}
.holder ul li span{
  padding:0 5px;
  margin-right: 5px;
}
.holder  ul li a {
  color:#63137a;
  text-decoration:none;
}
.anotherhold { 
  width:92%;
  float:right;
  height:300px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}

.anotherhold ul li {
  padding:10px 0px;
}
.anotherhold ul li span{
  padding:0 5px;
}
.anotherhold ul li a {
  color:#63137a;
  text-decoration:none;
}