/* Global Styles */

html,
body {
    height: 100%;
    width: 100%;
    font-family: "Noto Sans Mono CJK TC Regular";
}

.vert-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.vert-text h1 {
    padding: 0;
    margin: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.services-img{
    border-radius: 100%;
    display: block;
    overflow: hidden;
}

/* Side Menu */

#sidebar-wrapper {
	margin-right: -250px;
	right: 0;
	width: 250px;
	background: #343A40;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 30px 0px 0px 30px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #00FF54;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 10;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.logo{
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
}
.logo2{
	width: 100%;
	height: 100%;
	margin: auto;
	display: none;
}

/* Services */

.services {
    background-image: url(../images/bg_0.webp);
    padding: 50px 0;
    color: #ffffff;
}
.about {
    padding: 50px 0;
    color: #323232;
    background-color: #FFFFFF;    
}
.about_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.about_flex_1{
    display: flex;
    flex-direction: column;
	flex-grow: 1;
    width: 30%;
	height: auto;
    overflow: hidden;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
	margin-right: 5%;
	box-sizing:border-box;
	margin-bottom: 0%;
	background-image: url(../images/about/me.jpg);
	background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.about_flex_2{
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 2;
    width: 60%;
    overflow: hidden;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    background-color: #343A40;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 5%;
	text-align: justify;
	color: #ffffff;
}
.about_flex_2_div_0{
    display: flex;
	flex-direction: column;
}
.about_flex_2_t{
    color: #ffffff;
    font-size: 30px;
	font-weight: bold;
}
.about_flex_2_div{
    border-left: 15px solid #FFFFFF;
	padding-left: 3%;
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 1rem;
	margin-bottom: 3%;
}
.ani {
    padding: 50px 0;
    color: #000000;
    background-color: #76745c;
    background-image: url(../images/ani.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.ani h2 {
    color: #ffffff;
}
.web {
    padding: 50px 0;
    color: #ffffff;
    background-image: url(../images/bg_1.webp);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	overflow: hidden;
}
.web_z-index_2{
    z-index: 2;
    position: relative;
}
.sunset{
    background-image: url(../images/sunset.webp);
    width: 30vw;
    height: 25vw;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    right: 0%;
    z-index: 1;
    opacity: 1;
    animation-name:sunset_animation_1;
    animation-duration:5s;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
@keyframes sunset_animation_1{
    0%{width: 10vw;height: 5vw;top: 30%;right: -5%;opacity: 0;}
	10%{width: 10vw;height: 5vw;top: 30%;right: -5%;opacity: 1;}
	50%{width: 20vw;height: 15vw;top: 5%;right: 10%;opacity: 1;}
	90%{width: 30vw;height: 25vw;top: 0%;right: 35%;opacity: 1;}
    100%{width: 30vw;height: 25vw;top: 0%;right: 35%;opacity: 0;}
}

.bird_1{
    background-image: url(../images/bird_1.webp);
    width: 20vw;
    height: 10vw;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    left: -5%;
    z-index: 1;
    opacity: 1;
    animation-name:bird_1_animation_1;
    animation-duration:5s;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
@keyframes bird_1_animation_1{
    0%{width: 15vw;height: 5vw;top: 30%;left: -5%;opacity: 0;}
	10%{width: 15vw;height: 5vw;top: 30%;left: -5%;opacity: 1;}
	50%{width: 15vw;height: 5vw;top: 5%;left: 10%;opacity: 1;}
	90%{width: 20vw;height: 10vw;top: 0%;left: 15%;opacity: 1;}
    100%{width: 20vw;height: 10vw;top: 0%;left: 15%;opacity: 0;}
}



.graphic {
    padding: 50px 0;
    color: #ffffff;
    background-image: url(../images/bg_2.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.moon{
    background-image: url(../images/moon.webp);
    width: 20vw;
    height: 20vw;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    right: 0%;
    z-index: 1;
    opacity: 1;
    animation-name:moon_animation_1;
    animation-duration:5s;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
@keyframes moon_animation_1{
    0%{width: 10vw;height: 10vw;top: 5%;right: -10%;opacity: 0;}
	10%{width: 10vw;height: 10vw;top: 3%;right: 10%;opacity: 1;}
	50%{width: 20vw;height: 20vw;top: 0%;right: 35%;opacity: 1;}
	90%{width: 10vw;height: 10vw;top: 5%;right: 105%;opacity: 1;}
    100%{width: 10vw;height: 10vw;top: 30%;right: 105%;opacity: 0;}
}

.ani,.web,.graphic {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 15px;
}

span.service-icon {
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
    width: 140px;
    height: 140px;
    line-height: 136px;
    vertical-align: middle; 
    text-align: center;
}

/* Callout */

.callout {
    color: #ffffff;
    display: table;
    height: 400px;
    width: 100%;
    background: url(../img/callout.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 25px;
}

.img-portfolio {
    margin: 0 auto;
}


/* Call to Action */

.call-to-action {
    color: #ffffff;
    background: #0a5175;
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}


.top-scroll {
    margin-top: 50px;
}

.top-scroll a {
    text-decoration: none;
    color: inherit;
}

i.scroll {
    color: #333333;
}

i.scroll:hover {
    color: #0a5175;
}

.media-object{
    border: 1px solid rgba(114,114,114,1.00);
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 5px;
    margin-left: 5px;
}
.services li {
    list-style-type: none;
}

/* Responsive */

@media (max-width: 768px) {
.about_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.about_flex_1{
    display: flex;
    flex-direction: column;
	flex-grow: 1;
    width: 40%;
	height: auto;
    overflow: hidden;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
	margin-right: 5%;
	margin-bottom: 0%;
}
.about_flex_2{
    flex-direction: column;
	flex-grow: 1;
    width: 40%;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
	margin-left: 5%;
}
.sunset{
    background-image: url(../images/sunset.webp);
    width: 60vw;
    height: 55vw;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    right: 0%;
    z-index: 1;
    opacity: 1;
    animation-name:sunset_animation_1;
    animation-duration:5s;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
@keyframes sunset_animation_1{
    0%{width: 20vw;height: 15vw;top: 30%;right: -5%;opacity: 0;}
	10%{width: 20vw;height: 15vw;top: 30%;right: -5%;opacity: 1;}
	50%{width: 40vw;height: 35vw;top: 5%;right: 10%;opacity: 1;}
	90%{width: 60vw;height: 55vw;top: -1%;right: 20%;opacity: 1;}
    100%{width: 60vw;height: 55vw;top: -1%;right: 20%;opacity: 0;}
}
.bird_1{
    background-image: url(../images/bird_1.webp);
    width: 40vw;
    height: 30vw;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    left: -5%;
    z-index: 1;
    opacity: 1;
    animation-name:bird_1_animation_1;
    animation-duration:5s;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
@keyframes bird_1_animation_1{
    0%{width: 20vw;height: 10vw;top: 30%;left: -5%;opacity: 0;}
	10%{width: 20vw;height: 10vw;top: 30%;left: -5%;opacity: 1;}
	50%{width: 30vw;height: 20vw;top: 5%;left: 10%;opacity: 1;}
	90%{width: 40vw;height: 30vw;top: 0%;left: 15%;opacity: 1;}
    100%{width: 40vw;height: 30vw;top: 0%;left: 15%;opacity: 0;}
}
.moon{
    background-image: url(../images/moon.webp);
    width: 60vw;
    height: 60vw;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    right: 0%;
    z-index: 1;
    opacity: 1;
    animation-name:moon_animation_1;
    animation-duration:5s;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
@keyframes moon_animation_1{
    0%{width: 20vw;height: 20vw;top: 3%;right: -10%;opacity: 0;}
	10%{width: 40vw;height: 40vw;top: 0%;right: 10%;opacity: 1;}
	50%{width: 60vw;height: 60vw;top: 0%;right: 30%;opacity: 1;}
	90%{width: 40vw;height: 40vw;top: 3%;right: 105%;opacity: 1;}
    100%{width: 20vw;height: 20vw;top: 3%;right: 105%;opacity: 0;}
}	
	
.header {
    height: 100%;
}
.logo{
    width: 100%;
    height: 100%;
    margin: auto;
    display: none;
}
.logo2{
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}
.ani {
    background-color: #76745c;
    background-image: url(../images/ani_s.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.callout {
    background: url(../img/callout.jpg) no-repeat center center scroll; 
}

.map {
    height: 75%;
}
.media-object{
    transform:scale(0.5);
    margin-left:-50px;
    margin-right:-50px;
    margin-top:-60px;
}
.img-rounded{
    transform:scale(0.8);
    margin-left:auto;
    margin-right:auto;
}
.card-body p{
    display: none;
}
.card{
    transform: scale(0.8);
    margin:-8% auto -8%;
}
.sm-mb-5{
    margin-bottom: 10%;
}
}
@media (max-width: 480px) {
.about_container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.about_flex_1{
    display: flex;
    flex-direction: column;
	flex-grow: 1;
    width: 95%;
	height: 70vh;
    overflow: hidden;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
	margin-right: 5%;
	margin-bottom: 5%;
	box-sizing:border-box;
}
.about_flex_2{
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 2;
    width: 95%;
    overflow: hidden;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    background-color: #343A40;
	margin-left: 5%;
	text-align: justify;
	color: #ffffff;
}	
}
