@charset "UTF-8";

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



html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 0rem;
  min-height: 100%;
  background: black;
  color: white;
  font-family: 'Roboto', sans-serif;
}

main {
  position: relative;
	margin:0 auto;
	box-sizing: border-box;
	text-align: center;
	padding: 10%;
	clear:both;
}


footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color:#000;
  text-align: center;
}

a.main-link, a.main-link:visited {
  background-color: black;
  color: white;
  border: 2px solid white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-webkit-transition: all .2s ease-in-out;
}

a.main-link:hover {
  background-color: white;
  color: black;
}

a.lr-link,  a.lr-link:visited {
  color: #ADADAD;
  font-size: 12px;
  text-decoration: none;
}

img  {
  width: 100%;
}

header {
  position: absolute;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: -20px;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  height: 100px;
  width: 100%;
}

#logo {
  width: 20%;
  max-width: 150px;
  margin: auto;
  float: left;
}

.nav {
  text-align: center;
  padding: 0;
  margin-top: 10px;
  float: right;
}

.nav li {
  display: inline-block;
  
}

.nav li a, .nav li a:visited {
  color: white;
  margin: 10px;
  font-size: 1.1em;
}

.nav li a:hover {
  color: #adadad;
}

#main-img {
  background: url("images/JANE.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 50vh;
}



#moon-artwork {
  width: 90%;
  margin: 0 auto;
}

#moon-links { 
  height: 200px;
  position: relative; 
}

#moon-links #inner {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.line {
  width: 40%;
  height: 1px;
  background-color: white;
  margin: 40px auto;
}

#bio {
  text-align: left;
}


@media screen and (min-width: 700px){
  
#main-img {
  background: url("images/JANE.jpg") no-repeat top -80px center;
  background-size: cover;
  height: 60vh;
}

#moon {
  height: 300px;
}

#moon-artwork {
  float: left;
  max-width: 50%;
  margin-right: 5%;
}

#moon-links {
  text-align: left;
  float: left;
  width: 45%;
  height: 250px;
}
  
}


@media screen and (min-width: 799px){
  
#main-img {
  background: url("images/JANE.jpg") no-repeat top -120px center;
  background-size: cover;
  height: 80vh;
}


  
}


@media screen and (min-width: 1000px){
  
#main-img {
  background: url("images/JANE.jpg") no-repeat top -150px center;
  background-size: cover;
  height: 100vh;
}

#moon {
  height: 420px;
}

#moon-links {
  height: 300px;
}

  
}


@media screen and (min-width: 1100px){
  
#moon {
  height: 470px;
}


#moon-links {
  height: 70%;
}


}

@media screen and (min-width: 1300px){

#main-img {
  background: url("images/JANE.jpg") no-repeat top -250px center;
  background-size: cover;
  height: 100vh;
}
  
#moon {
  height: 580px;
}


#moon-links {
  height: 70%;
}


}


@media screen and (min-width: 1800px){

#main-img {
  background: url("images/JANE.jpg") no-repeat top -400px center;
  background-size: cover;
  height: 100vh;
}
  
#moon {
  height: 800px;
}


#moon-links {
  height: 80%;
}


}
