@charset "utf-8";
@import url("webfonts/Poppins_Bold/stylesheet.css");
@import url("webfonts/Poppins_Regular/stylesheet.css");




/*Global / Desktop View*/
header {
    background-color: rgba(0,0,0,0.58);
    padding-top: 14px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-right: 4px;
    padding-right: 17px;
    margin-bottom: 62px;
}

.container {
    max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

nav   {
    float: right;
    font-family: "Poppins Bold";
    text-align: right;
    text-decoration: none;
}

.mobile-view {
    display: none;
}
.desktop-view ul li {
    list-style-type: none;
    display: inline-block;
    bottom: 83px;
}
.desktop-view ul li a {
    padding-top: 0px;
    padding-bottom: 14px;
    padding-right: 2px;
    padding-left: 4px;
    text-decoration: none;
    color: rgba(231,140,38,1.00);
    font-family: "Poppins Bold";
}
body {
    font-family: "Poppins Regular";
    background-color: #333333;
    color: #FFFFFF;
}

.hyperlink {
	text-decoration: none;
    color: rgba(231,140,38,1.00);
    font-family: "Poppins Bold";
}
.hero-image-home {
    height: 800px;
    background-image: url(images/hero_home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1280px;
    background-position: center 0%;
    padding-left: 8px;
    padding-top: 9px;
}
.hero-image-karate {
    height: 800px;
    background-image: url(images/hero_karate.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1280px;
    background-position: center 0%;
    padding-left: 8px;
    padding-top: 9px;
}
.hero-image-koryu {
    height: 800px;
    background-image: url(images/hero_koryu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1280px;
    background-position: center 0%;
    padding-left: 8px;
    padding-top: 9px;
}
.hero-image-dojo {
    height: 800px;
    background-image: url(images/hero_dojo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1280px;
    background-position: center 0%;
    padding-left: 8px;
    padding-top: 9px;
}

main {
    min-height: 580px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.gallery{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
	}

.gallery img{
	width: 100%;
	}

footer {
    height: 80px;
    background-color: rgba(0,0,0,0.76);
}
.social-icons {
    float: left;
}
.copyright {
    float: right;
    font-size: x-small;
    margin-bottom: 0px;
    margin-top: 32px;
    margin-right: 19px;
    font-family: "Poppins Regular";
}
.kanji {
    width: 178px;
    float: left;
}
.body-text {
    width: 425px;
    margin-left: 253px;
}
.container main div {
}
.image-grid {

}
.col {
    padding-left: 1%;
    padding-right: 1%;
}
.col-lg {
    width: 30%;
    padding-left: 1%;
    padding-right: 1%;
}



/*Tablet View*/
@media (min-width: 401px) and (max-width: 768px){
.mobile-view {
    display: block;
}
	.desktop-view {
    display: none;
}
	.expand {
    display: block;
}
	.kanji {
		display: none;
}
.body-text {
    width: 80%;
    margin-left: 12px;
}
}


/*Mobile view*/

@media (max-width: 400px){
.mobile-view{
	display: block;
	float: right;
}
.desktop-view {
    display: none;
    padding-top: 0px;
	text-align: right;
}
	.expand {
    display: block;

}
	.desktop-view ul li {
	display: block;
	margin-top: 25px;
}
	.mobile-view {
	margin-top: 6px;
}
		.kanji {
		display: none;
}
.body-text {
    width: 80%;
    margin-left: 12px;
}
header a img {
    width: 83%;
    height: 83%;

}
.hero-content hr {
}


}
