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

html, body, h1, p, ul {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 10vh;
}

html {
  width: 100%;
  height: 100%;
  background-image: url("../../project01_root/images/background.png");
  background-repeat: repeat-y;
  background-size: cover;
}

*, *:before, *:after {
    box-sizing: inherit;
}
	
h1{ 
	Text-align: center;
	font-size: 9rem;
	margin-top: -5px;
	color: #e55c7b;
	font-family: 'MS UI Gothic';
}
ul {
list-style-type: none;
	text-align: center;
    list-style-image: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul li {
	display: block;
	padding-top: 10px;

}

ul li {
	padding-right: 30px;
}

ul li a {
	display: justify;
	justify-content: center;
    align-items: center;
	color: #c4c3c0;
	text-decoration: none;
	font-family: 'Bebas';
	height: 10px;
}
	@media screen and (min-width: 701px) {
  ul li a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 700px) {
  ul li a {
    font-size: 40px;
  }

}
  
.desc {
color:#e55c7b;
font-family: 'Bebas';
}

div.gallery img {
	width: 100%;
	height: auto;
	margin-left: -3px;
}

div.desc {
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #1D1D1D;
	font-size: 30px;
}

* {
  box-sizing: border-box;
}

.responsive {
	padding: 0 6px;
	float: left;
	width: 40%;
	margin-bottom: 1.4%;
	margin-right: -3%;
	margin-left: 127px;
	margin-top: 67px;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}  







@font-face{ 
font-family: 'MS UI Gothic';
font-weight: 100;
font-style: normal;
}
@font-face{ 
font-family: 'Bebas';
font-weight: 100;
font-style: normal;
}
