@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=latin-ext');

html, body { height: 100vh; }
body {font-family: 'Montserrat', sans-serif; background: url(../img/seda-yekeler.jpg) center center no-repeat; background-size:cover;}

section { max-width: 600px; width: 100%; margin:auto; padding-top: 20vh; padding-left:30px; padding-right:30px;}
.logos { text-align: center;}
.logo { position: relative;}
.logo span { font-size: 14px; display: block; margin-top: 30px;}
.logo:after { position: absolute; content: '→'; text-align: center; width: 20px; margin:auto; left: 0; right: 0;animation-name: fadeInLeft; animation-duration: 1s; display: none; font-size: 22px; font-weight: 400; font-family: arial;}

.logo a { display: block; }

.logo:hover:after { display: block; } 


small { font-size: 12px; font-weight: 600; margin-top: 40px; display: block; }

footer { padding-top: 10vh; padding-left:30px; padding-right:30px; }
footer a { display: inline-block;border-bottom:1px dotted #fff; }
footer a:hover { border-bottom:1px dotted #22264B;  }

@media only screen and (max-width:1220px) {


}

@media only screen and (max-width:730px) {

	.logo img { height: 100px}


}


