﻿/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'SimSun-ExtB',Merriweather,'Helvetica Neue',Arial,sans-serif;
}

a {
    color: #00b359;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #b4f4d4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SimSun-ExtB','Open Sans','Helvetica Neue',Arial;
}

h4 {
	text-align: left;
}

p {
    font-size: 16px;
    line-height: 1.5;
	text-align: left;
}

.bg-custom {
    background-color: rgba(0,179,89,.9);
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-medium {
	color: darkpurple;
	background-color:#ecf2f9;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url("../img/portfolio/header19.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
	color: #6cc780;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 30%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.service-box {
    margin: 20px auto 0;
    max-width: 400px;
}

.social-media h3 {
    font-size: smaller;
    text-transform: uppercase;
}

.normal-media a {
    font-size: small;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .service-box {
        margin: 10px auto 0;
    }
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background-color: rgba(0,179,89,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'SimSun-ExtB','Open Sans','Helvetica Neue',Arial;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 16px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.card-img-top {
    height: 18rem;
    object-fit: cover;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px;
    }
}

@media (max-width: 768px){
	.portfolio-box .portfolio-box-caption {
		opacity: 1;
		border-bottom: black solid 3px;
        border-right: black solid 0.5px;
		width: 40%;
	}
    .portfolio-box img {
		border-bottom: black solid 3px;
	}
}

@media (max-width: 300px){
	.portfolio-box .portfolio-box-caption {
		width: 80%;
	}
}

.text-primary {
    color: #336699;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.min-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
}

.btn-secondary {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-secondary .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #336699;
    color: #fff;
    background-color: #336699;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #336699;
    background-color: #336699;
}

.btn-primary .badge {
    color: #336699;
    background-color: #fff;
}

.fa-facebook-square {
	color: #4267B2;
}

.fa-facebook {
	color: #4267B2;
}

.fa-instagram {
	color: transparent;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}

.fa-youtube {
	color: transparent;
	background: linear-gradient(bottom, #FF0000 60%, #FF0000 40%);
	background: -o-linear-gradient(bottom, #FF0000 60%, #FF0000 40%);
	background: -moz-linear-gradient(bottom, #FF0000 60%, #FF0000 40%);
	background: -webkit-linear-gradient(bottom, #FF0000 60%, #FF0000 40%);
	background: -ms-linear-gradient(bottom, #FF0000 60%, #FF0000 40%);
	background-clip: text;
	-webkit-background-clip: text;
}
	
.fa-spotify {
	color: #1DB954;
}

.fa-soundcloud {
    color: #ff7700;
}

.fa-up-right-from-square {
    color:#00b359;
}

.fa-circle-down {
    color:#00b359;
}

.fa-circle-up {
    color:#00b359;
}

.fa-up-right-from-square {
    color: yellowgreen;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'SimSun-ExtB',Open Sans,Helvetica Neue,Arial;
    font-weight: 700;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background-color: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background-color: #222;
}

img::selection {
    color: #fff;
    background-color: 0 0;
}

img::-moz-selection {
    color: #fff;
    background-color: 0 0;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

#contactform {
	font-family: "SimSun-ExtB","Open Sans",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.well {
	max-width: 90%;
}

th, td {
    text-align: left;
    padding: 8px;
}

th {
	font-size: small;
}

td {
	font-size: x-small;
}