﻿@import url('normalize.css');
@import url('https://cloud.typography.com/7895094/6500992/css/fonts.css');

/*Basic*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'freight-sans-pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}

::-moz-selection {
  text-shadow: none;
	background: rgb(0, 0, 0);
	color:rgb(255, 255, 255);
}

::selection {
  text-shadow: none;
	background: rgb(0, 0, 0);
	color:rgb(255, 255, 255);
}
/*Basic*/


/*Content*/
section {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
}

.logo-animation {
  width: 95%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-animation img {
  opacity: 0;
  width: 12vw;
  height: 100%;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.logo-animation span {
  display: none;
  position: absolute;
  top: 0.6vw;
  font-size: 7vw;
  letter-spacing: -0.2vw;
  line-height: 0.75;
}

.logo-animation span.left {
  left: 0;
  direction: rtl;
  text-align: right;
  text-indent: 0.2vw;
  width: calc(50% - 6.2vw);
}

.logo-animation span.right {
  right: 0.5vw;
  text-align: left;
  text-indent: -0.2vw;
  width: calc(50% - 5.5vw);
}

.slide-image {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-image img { 
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/*Content*/


/*Footer*/
/*Footer*/


/*Responsive*/
/*Responsive*/