@charset "UTF-8";
/* Body */
body {
	background-color:#000000;
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#CCCCCC;
}
img {
   border:0;
}
a {
   color:#cccccc;
   text-decoration:none;
}
/* Container */
.container {
	width: 90%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
/* Header */
header {
	width: 100%;
}
.headerbox {
	width: 270px;
	float: left;
}
.logo {
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
ul {
  display: block;
  margin: 20px auto 40px auto;
  width: 70px;
  height: 70px;
  padding: 0;
  position: relative;
}
li {
	display: block;
	width: 70px;
	height: 70px;
	background-color: blue;
	border-radius: 50%;
	opacity: 0.6;
	mix-blend-mode: screen;
	position: absolute;
	top: 0;
	left: -1px;
	transition: transform 0.12s ease-out, opacity 0.12s ease-out, color 0.12s ease-out;
	cursor: pointer;
	text-align: center;
	line-height: 70px;
	color: white;
	font-family: 'fontawesome';
	color: transparent;
}
/*
li:after{
  content: "";
  display: block; 
  bottom: 100%; 
  left: 50%; 
  height: ($offsetAmount*100%)-100; 
  margin-left: -1px; 
  position: absolute; 
  width: 4px; 
  background-color: inherit; 
  opacity: 0; 
  transition: opacity $transitionTime ease-out; 
}
*/
li:first-child:after {
  display: none;
}
li:nth-child(1) {
  background-color: #26B85A;
  transform: translate(-20%, 35%);
  z-index: 3;
  transition-duration: 0.24s;
}
li:nth-child(2) {
  background-color: #d85656;
  transform: translate(0, 0);
  z-index: 2;
  transition-duration: 0.12s;
}
li:nth-child(3) {
  background-color: #004DB3;
  transform: translate(20%, 35%);
  z-index: 1;
  transition-duration: 0.24s;
}
ul:hover {
  height: 100px;
}
ul:hover li {
  color: white;
}
ul:hover li:nth-child(1) {
  transform: translate(-110%, 0);
}
ul:hover li:nth-child(1):hover {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  transform: translate(-110%, 0) scale(1.15, 1.15);
  transition-duration: 0.24s;
}
ul:hover li:nth-child(1):after {
  opacity: 1;
  transition-delay: 0.08s;
}
ul:hover li:nth-child(2) {
  transform: translate(0%, 0%);
}
ul:hover li:nth-child(2):hover {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  transform: translate(0%, 0) scale(1.15, 1.15);
  transition-duration: 0.24s;
}
ul:hover li:nth-child(2):after {
  opacity: 1;
  transition-delay: 0.16s;
}
ul:hover li:nth-child(3) {
  transform: translate(110%, 0);
}
ul:hover li:nth-child(3):hover {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  transform: translate(110%, 0) scale(1.15, 1.15);
  transition-duration: 0.24s;
}
ul:hover li:nth-child(3):after {
  opacity: 1;
  transition-delay: 0.24s;
}
/* Index */
.intro {
	background-color: #000000;
}
.intro .column p {
	color: #FFFFFF;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.center{
 text-align: center;
}

/* Contents */
.contents {
	text-align: center;
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

/* About */
.profileimg {
	width: 100%;
	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
.box1 {
	text-align: center;
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.box1 p {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
.box1h1 {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	font-size:20px;
}

/* Photo */
.photomenu {
	width: 20%;
	float: left;
	margin-top: 35px;
}
.photoicon {
	width: 100%;
	height: auto;
	opacity: 0.8;
}
.profile {
	width: 100%;
	padding-top: 65px;
}

/* Photopage */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #000000;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.menuicon {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* PageTop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	color: #000;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

/* footer */
footer {
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10PX;
	border-top: 1px solid #fff;
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 31%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.headerbox {
	width: 100%;
	float: left;
}
.logo {
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.box1 {
	width: 100%;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 48%;
	margin-top: 15px;
}
.thumbnail {
	width: 48%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Mobile */
@media (max-width: 320px) {
.headerbox {
	width: 100%;
	float: left;
}
.logo {
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.box1 {
	width: 100%;
}
.profileimg {
	width: 80%;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 48%;
	margin-top: 15px;
}
}
