/* <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700

.waiting-for-the-sunrise-regular {
  font-family: "Waiting for the Sunrise", cursive;
  font-weight: 400;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.montserrat-subrayada-regular {
  font-family: "Montserrat Subrayada", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-subrayada-bold {
  font-family: "Montserrat Subrayada", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}
.moon-dance-regular {
  font-family: "Moon Dance", cursive;
  font-weight: 400;
  font-style: normal;
}
.rubik-moonrocks-regular {
  font-family: "Rubik Moonrocks", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sedan-sc-regular {
  font-family: "Sedan SC", serif;
  font-weight: 400;
  font-style: normal;
}


*/
@keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}
@-webkit-keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

@-moz-keyframes move-background {    
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

    @-webkit-keyframes move-background {
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

html, body {
	font-size: 18px;
	font-family: "lato", sans-serif;
}

.background-container{
	position: fixed;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#wrapper {
	z-index: 4;
	color:  white;
	position: relative;
}

main.container {
	background: rgba(220, 220, 220, .75);
	background-blend-mode: screen;
	/* border-style: dotted; */
	/* border-color: #333; */
	/* border: solid 2px white; */
	border: 5px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to left, white, #38495a, #999);
	border-radius: 5px;
	margin-top: 11rem;
	padding: 2rem;
	color: black;
}

.stars {
 background: black url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
 position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
  	z-index: 0;
}

.twinkling{
	width:10000px;
	height: 100%;
	background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/twinkling.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    
    -moz-animation:move-background 70s linear infinite;
  -ms-animation:move-background 70s linear infinite;
  -o-animation:move-background 70s linear infinite;
  -webkit-animation:move-background 70s linear infinite;
  animation:move-background 70s linear infinite;
	
}

.clouds{
	width:10000px;
	height: 100%;
	background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
	-moz-animation:move-background 150s linear infinite;
	-ms-animation:move-background 150s linear infinite;
	-o-animation:move-background 150s linear infinite;
	-webkit-animation:move-background 150s linear infinite;
	animation:move-background 150s linear infinite;
}
img.moon{
  /* height: 70vh; */
  width:70vh;
  position: absolute;
  z-index: 3;
  right: 20px;
}
img.dog{
  height: 40vh;
  width:40vh;
  position: fixed;
  z-index: 5;
  left: 20px;
  bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
}

.navbar, footer {
	background: rgba(0, 0, 0, .75);
	background-blend-mode: multiply;
}

.navbar ul, footer {
	border-bottom: 5px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to right, white, #38495a, #999);
}

.navbar ul, footer {
	border-top: 3px solid;
	padding-left: 1rem;
}

.navbar .nav-wrap {
	padding: 0;
	min-width: 100%;
}

.offcanvas {
	background-color: rgba(0,0,0,.75);
	background-blend-mode: multiply;
	color: white;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2rem;
	line-height: 3rem;
}

.nav-link {
	color: white;
}

.navbar-brand, .nav-link, .offcanvas h5 {
  color: #FFF;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  letter-spacing: 10px;
  text-transform: uppercase;
  display:  block;
}
.navbar-brand, .nav-link {
  background: -webkit-linear-gradient(white, #38495a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-link, .offcanvas h5 {
	font-size:1.2rem;
	font-weight:400;
}

.offcanvas h5 {
	letter-spacing: .35rem;
}


h1, h2, h3, h4, h5, h6, {
	font-family: "Lora", serif;
	  font-weight: 500;
}

.get-dog {
	list-style-type:none;
	text-align: center;
}

.get-dog li {
	padding: 1rem;
}

footer p {
	font-size: .75rem;
	text-align: center;
}

footer {
	position: relative;
	bottom: 0;
}
footer ul {
	list-style-type: none;
	float:right;
}

footer ul li {
	display: inline-block;
}

@media screen and (max-width:1024px) {
	.navbar-brand {
		font-size: 1.25rem;
		letter-spacing: .25rem;
		font-weight:400;
		text-align: center;
		display:inline-flex;
		float:right
	}
	footer {
		position: initial;
	}
}
