@charset "UTF-8";
/* CSS Document */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Times New Roman';
  font-weight: 600;
overflow-y: hidden;
}


.showcase video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 100%; 
}
.showcase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: fill;
    opacity: 100%; 
}


  .section{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100vh;
    object-fit: cover;
    opacity: 100%; 
	overflow-y: auto;
    padding-top: 100%;
    align:center;
	z-index:10;
}
 
 .showcase-list{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 200vh;
    object-fit: cover;
    opacity: 100%; 
    align:center;
	z-index:10;
}

.showcase-list{
	padding-top:22px;
	z-index: 222;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex: 50%;
  max-width: 50%;
  padding-top: 244px;
	overflow-x: hidden;
}

.column li {
  	margin-top: 16px;
  	vertical-align: middle; 
	width: 100%;
	display: inline-block;
	text-decoration: none;
	list-style: none;
 	margin: 4px 22px;
	text-align: center;
	color:#5CBDFF;
}

.column li a{
	text-decoration: none;
	color: #0000FF;
}

.column li a:hover{
	color: #5CBDFF;
	text-decoration: none;
	
}

column {
     width: 50%;
     margin-top: 222px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
	display: inline-block;
	list-style: none;
	margin: 4px 22px;
	text-align: right;
}

column li a{
	text-decoration: none;
	color: #0000FF;
}

ul li a:hover{
	color: #5CBDFF;
	
}




@media (max-width: 666px) {
    .showcase,
    .showcase header {
        padding: 0 px;
    }
    
}


/* 
header{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav { 
    position: absolute;
    color:blue;
	font-size: 16px;
	top: 0;
    right:0; 
    width: 100%;
    height:100%;
	align-content: right;
	display: right;
	margin-left: 22px;
	list-style: none;
    text-decoration: none;
	transform: scale(0.15);
    transition: 0.5s;
}





.toggle{
  position: relative;
  width: 60px;
  height: 60px;
  background: url("list.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right;
  cursor: pointer;
}
.toggle.active
{
  background: url("close.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
}

.showcase{
    position: absolute;
    right: 0;
    width: 100%;
	height: 100%;
    min-height:100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: blue;
    z-index: 2;
}


.showcase.active{
    right: 300px;
    
}

.showcase header{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;  
}

.logo{
    text-transform: uppercase;
    cursor: pointer;
}
.toggle{ 
    position: relative;
    width:60px;
    height:60px;
    background: url("list.png");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    cursor: pointer;    
}

.toggle.active {
    background: url(close.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
} 


.social{
    position: absolute;
    bottom: -66px;
    z-index: 3;
    display: list-item;
    justify-content: center;
    align-items: center;
    transform: scale(.15)
}
.social li{
    list-style: none;
}

.social li a{
    display: inline-flex;
    filter: invert(0);
    margin-right: 11px;
    transform: scale(0.15);
    transition: 0.5s;
}

.social li a:hover {
    transform: scale(0.5) translateY(-15px);
    
}*/
