@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
    font-family: 'droidigaregular';
    src: url('fonts/droidiga-webfont.woff2') format('woff2'),
         url('fonts/droidiga-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
	 box-sizing: border-box;
}

html {
	background: #1a1a1a;
}

/* for page transition fade in/out */	
body { display: none; }


body {
  background: #1a1a1a;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

svg {
  height: 100vh;  
  width: 100vw;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 111;
}

path {
  fill: none;
  stroke: #ddd;
  stroke-width: 0.5px;
  vector-effect: non-scaling-stroke;
}

.navbar-brand {
	margin: 0;
    font-family: 'droidigaregular';
	color: #fff;
	font-size: 20px;
}

.nav-wrapper {
	position: relative;
	z-index: 999;
}

.nav-bg {
	background-color: rgba(0, 0, 0, 0.3);
}

.wrapper {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 222;
}

h1 {
	margin: 0;
    font-family: 'droidigaregular';
	color: #fff;
    font-size: 64px;
}

.home-button {
	width: 140px;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 2.0px;
	font-weight: 500;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 40px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	margin: 25px 0 0 0;
}

.home-button:hover {
	background-color: #2EE59D;
	color: #fff;
	transform: translateX(0px);
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

	h1 {
	    
	}

}


      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }







