<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Ramune Rastonis</title>
<link href="https://fonts.googleapis.com/css?family=Quicksand:300" rel="stylesheet">
<style>
body, html {
  height: 100%;
  margin: 0;
  font-family: 'Quicksand', sans-serif;

}
/* unvisited link */
a:link {
  color: #5e84a1;
}

/* visited link */
a:visited {
  color: #afc1d0;
}

/* mouse over link */
a:hover {
  color: #afc1d0;
}

/* selected link */
a:active {
  color: #afc1d0;
}

.bg {
  /* The image used */
  background-image: url("images/lostcoast_1920x1280.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  border-radius: 30px;
  font-weight: bold;
  font-size: 20px;
  /*border: 10px solid #f1f1f1;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 40%;
  min-width: 300px; 
  padding: 20px;
  text-align: center;

}
</style>
</head>
<body>
	<div class="bg"></div>
  <div class="bg-text">
    <p>Hi. I'm Ramunė.
      <br>
      (<small><i>Ramunė is Lithuanian for chamomile, and the name of a fun <a href="https://www.youtube.com/watch?v=4boZ1op4Zrs">Japanese soda</a>)</i></small></p>
    <p>I spend my weekdays as a product designer. When I'm not crafting experiences and pushing pixels, I can be found biking to the ocean (<i>and jumping in</i>), searching for the best cappuccino (<i>Trouble Coffee</i>), or hiking/skiing in the mountains.</p>

    <p>Instagram: <a href="https://www.instagram.com/ramunerastonis/">@ramunerastonis</a></p>
    </div>
</body>
</html>