/* CSS Document */
/* Bu Stil dökümanı Japon Müziği ve Sanatları Derneği için Levent ÖZCAN tarafından Temmuz 2020 Tarihinde üretilmiştir */
/* ©2020 Levent ÖZCAN */
*,
*::before,
*::after {
	box-sizing: border-box;
}
*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 100%;
	line-height: 1.618;
	text-align: center;
	background-color: #f5f5f5;
}
html {
	height: 100%;
	color: #333;
}
.container {
	width: 1280px;
	max-width: calc(100% - 10%);
	margin: 0 auto;
	text-align: left;
}

/*- tipografi -*/
.gizli {
	position: absolute;
	left: 9999px;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", "serif";
	font-weight: lighter;
}
a {
	text-decoration: none;
}
p, a {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 1rem;
}
p {
	margin-bottom: 1em;
}
.kisiler p.ilk {
    margin-top: 2em;
}
h1 {
	font-family: Times, "Times New Roman", "serif";
	font-weight:100;
	background-color: #C6363E;
	color: #fff;
	font-size: 2.5em;
	height: 168px;
	line-height: 162px;
}
h2, h3 {
	font-family: Times, "Times New Roman", "serif";
	font-weight:100;
	font-size: 1.62em;
	text-align: left;
	line-height: 4em;
	color: #C6363E;
}
.text_alani-iletisim p, .text_alani-iletisim h3 {
	text-align: center;
}
.liste {
	text-align: left;
}
.liste li {
	margin-left: 1em;
	padding-bottom: .5em;
	list-style-type:disc;
}
blockquote {
	text-align: justify;
	text-indent: 4em;
	font-weight:bold;
	font-style: italic;
}
.kisi {
	text-align: right;
	font-weight:bold;
	font-style: italic;
	margin-bottom: 2em;
}

/*- header -*/
header {
	background-color: #F8D4E5;
	width: 100%;
	height: 100px;
	z-index: 1000;
	position: fixed;
	border-bottom: 2px solid #ffffff;	
	-webkit-box-shadow: 0 0 .5em;
	-moz-box-shadow: 0 0 .5em;
	box-shadow: 0 0 .5em;
	opacity: 0.9;
	-webkit-opacity: 90%;
	-moz-opacity: 90%;
	transition: .5s;
}
.esnek {
	display: flex;
}
.header-esnek1 {
	width: 300px;
}
.logo {
	display: block;
	width: 300px;
}
.logo img {
	height: 100px;
	transition: .3s
}
.header-esnek2 {
	max-width: 980px;
	width: calc(100% - 300px);
}
.baglanti-ust {
	display: flex;
	text-align: right;
	justify-content: flex-end;
	height: 36px;
	
}
.esnek-baglanti {
	display: flex;
	justify-content: flex-end;
}
.esnek-baglanti-iletisim {
	display: flex;
	justify-content: center;
}
.esnek-baglanti-iletisim ul {
	list-style: none;
}
.esnek-baglanti-iletisim li {
	padding: 0 .5em;
	list-style: none
}
.esnek-baglanti-iletisim a {
	font-size: 1.2em;
	color: #333333;
}
.menu-ikon {
	width: 100%;
	text-align: right;
	box-sizing: border-box;
	cursor: pointer;
	color: #000;
	display: none;
}
header ul {
	list-style: none;
}
header a {
	display: block;
}
.baglanti-ust a {
	padding:  0 .3em;
	font-size: 1.2em;
	color: #000000;
	line-height: 36px;
}
.baglanti-ust a:hover, .baglanti-ust a:focus {
	color: #C02029;
}
.baglanti-alt a {
	line-height: 62px;
	padding: 0 .5em ;
	color: #C02029;
}
.baglanti-alt a:hover, .baglanti-alt a:focus {
	background-color: #C02029;
	color: #fff;
	border-bottom: solid 2px #F1AACC;	
}
/*-footer-*/
footer {
	margin-top: 3em;
	background-color: #F8D4E5;
	padding: 2em 0;
	font-size: .86em;
	border-top: 2px solid #ffffff;	
	-webkit-box-shadow: 0 0 .5em;
	-moz-box-shadow: 0 0 .5em;
	box-shadow: 0 0 .5em;
}
.esnek-footer {
	display: flex;
}
.footer-esnek-1, .footer-esnek-3 {
	width: 30%;
}
.footer-esnek-2 {
	width: 40%;
}
.footer-esnek-1, .footer-esnek-2, .footer-esnek-3 {
	text-align: center;
}
.esnek-baglanti-footer {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
footer a {
	color: #000;
}
footer a:hover, footer a:focus {
	color: #C02029;
}
footer h4 i {
	font-size: 1.8em;
	color: #C02029;
}
footer p {
	margin-bottom: 1em;
}
footer ul {
	list-style: none;
}
footer li {
	padding: 0 .5em;
}
.footer-esnek-3 h4 {
	font-size: 1.2em;
	color: #C02029;
}

main {
	width: 100%;
}
.hero {
	width: 100%;
	padding-top: 100px;
}

/*- index -*/
.haberler {
	display: flex;
	justify-content:space-between;
}
.haber-alani, .etkinlik-alani {
	margin-top: 4em;
	background-color: #fff;
	-webkit-box-shadow: 0 0 .5em;
	-moz-box-shadow: 0 0 .5em;
	box-shadow: 0 0 .5em;
	max-height: 400px;
	border-radius: 16px;
	padding: 0 2em 2em;
	overflow: hidden;
	width: 48%;
}
.haber-alani {
	margin-right: 1em;
}
.etkinlik-alani {
	margin-left: 1em;
}
.haberler h2 {
	margin: 0;
	padding: .5em 0 0 0;
	text-align: center;
	line-height: 2.4em;
	border-bottom: solid 1px #C02029;
}
.haberler h2 a {
	font-family: "Times New Roman", "serif";
	font-weight: lighter;
	font-size: 1.2em;
	color: #C02029;
}
.haberler ul {
	width: 100%;
	height: 300px;
	list-style: none;
	padding-bottom: 2em;
	padding-top: 1em;
	overflow-y: auto;
}
.haberler li {
	display: flex;
	margin-bottom: .5em;
	
}
.tarih {
	min-width: 72px;
	display: block;
	margin-right: 1em;
	background-color: #C02029;
	padding: .5em 0 .5em;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tarih p {
	font-size: .86em;
	margin: 0;
	padding: 0;
	line-height: 1.2em;;
	color: #fff;
}
.gun {
	font-size: 1em;
	font-weight: bold;
}

.icerikler {
	
	margin-top: 4em;
}
.icerikler ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.icerikler li {
	width: 32%;
	display: inline-block;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-bottom: 2em;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 .5em;
	-moz-box-shadow: 0 0 .5em;
	box-shadow: 0 0 .5em;
}
.icerikler img {
	width: 100%;
	-webkit-border-radius: 16px 16px 0 0;
	-moz-border-radius: 16px 16px 0 0;
	border-radius: 16px 16px 0 0;
}
.icerikler a {
	line-height: 4em;
	color: #C02029;
	font-family: "Times New Roman", "serif";
	font-weight: lighter;
	
}
.alt-sayfa-icerikler {
	margin-top: 3em;
	display: flex;
}
.alt-sayfa-icerikler-kurumsal {
	margin-top: 1.5em;
	display: flex;
}
.js {
    line-height: 1em;
    margin-top: 2em;
    text-align: center;
}
#gorsel, #sahne {
    height: 100px;
}
.alt-sayfa-icerikler-iletisim {
	margin-top: 3em;
	display: flex;
}
.resim_alani {
	width: 38.461%;
}
.resim_alani-kurumsal {
	width: 38.461%;
}
.resim_alani-iletisim {
	width: 48%;
}
.resim_alani img {
	width: 100%;
	padding: 2.5em 0 0 0;
}
.resim_alani-kurumsal img {
	width: 100%;
	padding: 2.5em 0 0 0;
}
.resim_alani-iletisim iframe {
	width: 100%;
	padding: 2.5em 0 0 0;
}
.text_alani {
	width: 61.359%;
	padding-left: 2em;
}
.text_alani-kurumsal {
	width: 61.359%;
	padding-left: 2em;
}
.text_alani-iletisim {
	width: 48%;
	padding-left: 6em;
}
.esnek-kisiler {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.medals {
	width:13%;
	border:#89A6AB 2px solid;
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
.atsuko {
	width:13%;
	border:#89A6AB 2px solid;
	text-align: center;
	margin: 0 auto 2rem;
	position: relative;
	
	
}
.medals img, .atsuko img {
	width: 100%;
}
.sonimaj {
	margin-right: 0em;
}
.medals a, .atsuko a {
	font-size: .86em;
	color: #89A6AB;
	text-align: center;
	line-height: 2em;
}


.medals img, .atsuko img {
	display: block;
}
.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s ease;
}

.medals:hover .image-overlay, .atsuko:hover .image-overlay {
	opacity: 1;
}
/*- foto galeri -*/
.image-gallery {
	width: 100%;
	margin-top: 2em;
}
.image-gallery ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	
}
.gallery_image {
	width: 19%;
	margin: .5%;
	overflow: hidden;
	padding: 0;
}
.gallery_image a img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: pointer;
	transition: .5s ease-in-out;
}
.gallery_image:hover a img {
	transform: scale(1.2);
}
.buton {
    display: inline-block;
    background-color: #C02029;
   
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.buton a {
    font-size: .86em;
    color: #fff;
    font-weight: bold;
    line-height: 3em;
    padding: 2em 2em;
}
.buton a:hover, .buton a:focus {
    color: #F1AACC;
}
@media screen and (max-width:1114px) {
	header {
		height: 64px;
	}
	.logo {
	width: 192px;
	}
	.logo img {
		height: 64px;
	}
	.header-esnek1 {
		width: 192px;
	}
	.header-esnek2 {
		width: calc(100% - 192px);
	}
	.baglanti-ust {
		height: 24px;
		font-size: .80em;
	}
	.baglanti-ust a {
		line-height: 24px;
	}
	.baglanti-alt {
		height: 40px;
		
	}
	.baglanti-alt a {
		line-height: 38px;
		font-size: .88em;
	}
	.hero {
	    padding-top: 64px;
	}
	.alt-sayfa-icerikler {
	    margin-top: 3em;
	    flex-direction: column;
	}
	.resim_alani {
		/*display: flex;
		flex-direction: row;
		justify-content: space-between;*/
		display: block;
        width: 100%;
	}
	.resim_alani img {
        display: inline-block;
		width: 48%;
        margin-right: 1%;
	}
	.text_alani {
		width: 100%;
	}
    #gorsel, #sahne {
    height: 64px;
}
	.medals {
		width:200px;
	}
	.alt-sayfa-icerikler-iletisim {
		margin-top: 3em;
	
	}
	.alt-sayfa-icerikler-iletisim h3 {
		line-height: 1.2em;
		padding: 1.2em 0 5em;
	}
	.gallery_image {
	width: 23%;
	}
		.image-gallery ul {
			width: 100%;
		justify-content: space-between;	
	}
}

@media screen and (max-width:900px) {
	header {
	opacity: 1;
	-webkit-opacity: 100%;
	-moz-opacity: 100%;
	}
	.header-esnek2 {
	width: calc(100% - 60px);
	}
	.menu-ikon {
		height: 64px;
		text-align: right;
		display: block
	}
	.menu-ikon i {
		font-size: 2em;
		line-height: 64px;
		cursor: pointer;
	}
	.esnek-baglanti {
		display: block;
		position: fixed;
		width:  calc((100% - 10px) - 56px);
		height: 100vh;
		background-color: #C02029;
		top: 66px;
		padding-top: 0px;
		right: -100%;
		text-align: left;
		transition: all .5s;
	}
	.esnek-baglanti li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #fff;

	}
	.esnek-baglanti a {
		width: 100%;
		color: #C02029;
		font-size: 1em;
		line-height: 2em;
		padding: .5em 0 .5em 2em;
		text-decoration: none;
		background-color: #F8D4E5;
		transition: .5s;
	}
	.esnek-baglanti li a:hover, .esnek-baglanti li a:active, .esnek-baglanti li a:focus {
		color: #fff;
		background-color: #C02029;
	}
	.esnek-baglanti.show {
		right: 0;
	}
	.haberler {
		margin-top: 3em;
		flex-direction: column;
	}
	.haber-alani, .etkinlik-alani {
		width: 100%;
		margin: 3em 0 0;
	}
	.icerikler li {
		width: 48%;
	}
	.esnek-footer {
		flex-direction: column;
	}
	.footer-esnek-1, .footer-esnek-2, .footer-esnek-3 {
		width: 100%;
		text-align: center;
	}
	.alt-sayfa-icerikler-kurumsal {
	margin-top: 3em;
	flex-direction: column;
	}
	.resim_alani-kurumsal {
		display: block;
		
		width: 100%;
	}
	.resim_alani-kurumsal img {
		width: 100%;
		margin-right: 0;
	}
    .text_alani {
        padding-left: 0px;
    }
	.text_alani-kurumsal {
		width: 100%;
        padding-left: 0;
	}
	.alt-sayfa-icerikler-iletisim {
		flex-direction: column;
	}
	.alt-sayfa-icerikler-iletisim h3 {
		padding: 1.2em 0 3em;
	}
	.resim_alani-iletisim {
		width: 100%;
	}
	.text_alani-iletisim {
		width: 100%;
		padding-left: 0;
	}
	.gallery_image {
	width: 48%;
	}
		.image-gallery ul {
			width: 100%;
		justify-content: space-between;	
	}
}
@media screen and (max-width:516px) {
    h1 {
        font-size: 1.4em;
        height: 100px;
	    line-height: 100px;;
    }
    h2 {
        line-height: 1.4em;
        padding-top: 2em;
        margin-bottom: 2em;
    }
	.container {
		width: 100%;
	}
	.icerikler li {
		width: 100%;
	}
	.resim_alani {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.resim_alani img {
		width: 100%;
		margin-right: 0;
	}
	.gallery_image {
	width: 100%;
	}
		.image-gallery ul {
			width: 100%;
		justify-content: space-between;	
	}
	.gallery_image iframe {
		width: 100%;
		height: auto;
	}
   
}