@charset "UTF-8";
@import url("fonts/stylesheet.css");




/* ----------------- Reset all styles ----------------- */
*{
	margin:0;
	padding:0;
	border:0;
}

/* ----------------- Website background and general text colour ----------------- */
body{
	background-image: url(../images/backgroundtexture.png);
	background-color: #f9f9f9;
	color: #2d2d2d;
}


/* ----------------- Wrapper - keeps all content in the center of page -----------------  */
.wrapper{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.container_wapper {
    width: 100%;
}


/* The rest is pretty self explanatory - it appears in the order that it occurs on the HTML document */
#top{
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	text-decoration: none;
	margin-top: 2%;
	width: 300px;
}

#logoimage{
	float: left;
	margin-bottom: 20px;
}

#logotitle{
	float: left;
	margin-bottom: 20pt;
}

#logotitle a{
	color:#2d2d2d;
	text-decoration:none;
}

nav{
	float: right;
	width: 550px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

nav ul li{
	display: block;
	width: 22%;
	float: right;
	text-align: center;
	padding-right: 12px;
}

nav ul li a{
	font: 400 15px/150% Lato, Helvetica, Arial, 'Noto Sans Ugaritic', 'msjh', serif, sans-serif;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #2d2d2d;
}

nav ul li a:hover{
	color:#f38094;
}


nav ul li p{
	font-family:Lato, Helvetica, Arial, 'Noto Sans Ugaritic', 'msjh', serif, sans-serif;
	width:90%;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	line-height:250%;
	display:block;
	color:#f38094;
}

hr{
	height:1px;
	width:100%;
	background-color:#2d2d2d;
	margin:3% 0;
}

header{
	width: 100%;
	margin: 5% 0;
}

header h1{
	font-family: Lato, Arial, Helvetica, 'Noto Sans TC', sans-serif, 'msjh', serif;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 2%;
}

header h1 span{
	color:#f38094;
	text-shadow: 0 1px 1px #dadada;
}

header h2{
	font-family: Lato, Arial, Helvetica, 'Noto Sans TC', sans-serif, 'msjh', serif;
	text-align: center;
	font-size: 110%;
	font-weight: normal;
	margin-top: 4%;
}
	
#slideshow{
	width:100%;
	margin-top:2%;
}


/* - - - - - - - - - - - - - - -  Slider START  - - - - - - - - - - - - - - - */

.html_carousel {
}
.html_carousel div.slide {
	position: relative;
}	
.html_carousel div.slide img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 1px 1px #c1c1c1;
    -moz-box-shadow: 0 1px 1px #c1c1c1;
    box-shadow: 0 1px 1px #c1c1c1;
	border-radius:15px;
}

.clearfix {
	float: none;
	clear: both;
}

/* - - - - - - - - - - - - - - -  Slider END  - - - - - - - - - - - - - - - */

.left{
	margin-top:4%;
	width:48%;
	float:left;
	margin-bottom:2%;
}

.left h3{
	font-family:Cookie, Arial, Helvetica, 'Noto Sans TC', sans-serif, 'msjh', serif;
	font-size:180%;
	font-weight:normal;
	text-align:center;
	color:#f38094;
	margin-bottom:5%;
	text-shadow: 0 1px 1px #dadada;
}

.left p{
	font-family: Lato, Arial, Helvetica, 'Noto Sans TC', sans-serif, 'msjh', serif;
	font-size: 100%;
	line-height: 140%;
	color: #999;
}

.left p a{
	color:#f38094;
	text-decoration:none;
}
	
.right{
	margin-top:4%;
	width:48%;
	float:right;
	margin-bottom:2%;
}

.right h3{
	font-family:Cookie, Arial, Helvetica, 'Noto Sans TC', sans-serif, 'msjh', serif;
	font-size:180%;
	font-weight:normal;
	text-align:center;
	color:#f38094;
	margin-bottom:5%;
	text-shadow: 0 1px 1px #dadada;
}

.right p{
	font-family:Lato, Arial, Helvetica, 'Noto Sans TC', sans-serif, 'msjh', serif;
	font-size:100%;
	line-height:140%;
}

.right p a{
	color:#f38094;
	text-decoration:none;
}


/* ----------------------- WORK LINKS START ------------------------- */
#work{
	width: 320px;
	margin: 3% auto 3% auto;
}

.item{
	border-radius: 15px;
	width: 140px;
	height: 150px;
	background-color: #FFF;
	float: left;
	-webkit-box-shadow: 0 1px 3px #c3c3c3;
	-moz-box-shadow: 0 1px 3px #c3c3c3;
	box-shadow: 0 1px 3px #c3c3c3;
	overflow: hidden;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	margin-left: 10px;
	margin-right: 10px;
}

.item:hover{
	-webkit-box-shadow: 0 0 8px #8f8f8f, 0 0 8px #8f8f8f;
    -moz-box-shadow: 0 0 8px #8f8f8f,  0 0 8px #8f8f8f;
    box-shadow: 0 0 8px #8f8f8f,  0 0 8px #8f8f8f; 
}
	

.item img{
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 2px 1px #c3c3c3;
	-moz-box-shadow: 0 2px 1px #c3c3c3;
	box-shadow: 0 2px 1px #c3c3c3;
	border-radius: 15px 15px 0 0;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	height: 65%;
	
}

.item img:hover{
	opacity:1;
}


.item h3{
	font-family: Lato, Arial, Helvetica, 'Noto Sans TC', sans-serif, 'msjh', serif;
	font-size: 100%;
	font-weight: 400;
	color: #2d2d2d;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
}

.item h3 a{
	text-decoration:none;
	color:#2d2d2d;
}

.item p{
	font-family: Lato, Arial, Helvetica, 'Noto Sans TC', sans-serif, 'msjh', serif;
	font-size: 80%;
	color: #f38094;
	text-decoration: none;
	line-height: 20px;
}
/* ----------------------- WORK LINKS END ------------------------- */
