@font-face {
    font-family: TCCM;
    src: url(TCCM____.TTF);
}

body,html {
	padding:0;
	margin:0;
	width:100%;
	min-height:100%;
	background-color:#e4dcc1;
	font-family: TCCM;
}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	position:relative;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	background-color:#800000;
	
	width:100%;
	white-space:nowrap;
}

/* Float the list items side by side */
ul.topnav li {/*float: left;*/display:inline-block;margin:0;padding:0;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
	padding:0;
	margin:0;
    color: #eae4cf;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16pt;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #bf0a0a;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
	position:absolute;
    display: inline-block;
    right: 0;
    top: 0;
  }
  
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

h1.cname {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	padding: 0.5vw 10vw;
	margin:0 auto;
	font-size:8vw;
	color:#800000;
	text-shadow: 0.1vw 0.1vw 0.3vw rgba(0,0,0,0.8);
}

h1.cname span {
	font-size:7vw;
}

div.section {
	background-color:#f2ecda;
	padding: 50px 0;
	margin-bottom:0px;
	border-top:1pt solid #d9cead;
	font-size:18pt;
	color:#666;
	text-align:center;
}

h2.sname {
	padding-bottom:30px;
	margin:0;
	font-size:40pt;
	color:#b3a786;
	text-transform:uppercase;
}

h3 {
	padding:0;
	margin:0;
	font-size:30pt;
	padding-top:50px;
}

img.example {
	width:200px;
	padding:0;
	margin:0;
}

p {
	margin:0 auto;
	text-align:center;
	width:80%;
	font-size:25pt;
}

div.head-ss {
	position:relative;
	background-color:#f2ecda;
	border:0;
	padding:0;
	margin:0;
	width:100%;
	padding-bottom:35% !important;
	-webkit-transition:background 1s linear;
	transition:background 1s linear;
	background-size:100% 100%;
	background-repeat:no-repeat;
}

div.head-ss-img-cont {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
div.head-ss-img {
	display:none;
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background-color:#f2ecda;
	background-size:100% 100%;
	background-repeat:no-repeat;
}

div.footer {
	background-color:#e4dcc1;
	padding: 50px 0;
	margin-bottom:0px;
	border-top:1pt solid #d9cead;
	font-size:18pt;
	color:#666;
	text-align:center;
}


h2.fname {
	padding-bottom:30px;
	margin:0;
	font-size:30pt;
	color:#f2ecda;
	text-transform:uppercase;
}

div.image-scroller {
	display:inline-block;
	max-width:90%;
	//border:1px solid #000;
	overflow: hidden;
	margin:0 auto;
	padding:0;
	position:relative;
}

div.image-scroller .slide-left {
	/*display:none;*/
	position:absolute;
	left:0;
	top:1px; /* +1px for the top/bottom border size */
	width:60px;
	height:200px;
	background:url('../images/slide-left.png') no-repeat center center;
	background-color:rgba(0, 0, 0, 0.4);
	opacity:0.8;
}

div.image-scroller .slide-right {
	/*display:none;*/
	position:absolute;
	right:0;
	top:1px; /* +1px for the top/bottom border size */
	float:right;
	width:60px;
	height:200px;
	background:url('../images/slide-right.png') no-repeat center center;
	background-color:rgba(0, 0, 0, 0.4);
	opacity:0.8;
}

div.image-scroller .slide-left:hover, div.image-scroller .slide-right:hover {
	background-color:rgba(0, 0, 0, 0.6);
	opacity:0.9;
	cursor:pointer;
}

div.img-scroller-cont {
	display:inline-block;
	margin:0;
	padding:0;
	height:202px; /* +2px for the top/bottom border size */
	overflow:hidden;
	width:100%;
	white-space:nowrap;
}

div.img-scroller-cont > img {
	display:inline-block;
	width:275px;
	height:200px;
	margin:0 5px;
	padding:0;
	border:1px solid #d9cead;
}

div.img-scroller-cont > img:first-child {
	margin-left:0 !important;
}

div.img-scroller-cont > img:last-child {
	margin-right:0 !important;
}