@import url('https://fonts.googleapis.com/css?family=Sunflower:300&display=swap');
@font-face {
font-family: "Bebas";
src: url("font/Bebas-Regular.ttf");
}
@font-face {
font-family: "BebasNeue";
src: url("font/BebasNeue-Regular.ttf");
}
@font-face {
font-family: "Montserrat-Regular.ttf";
src: url("font/Montserrat-Regular.ttf");
}
@font-face {
font-family: "Montserrat-Bold.ttf";
src: url("font/Montserrat-Bold.ttf");
}

html, body { width: 100vw; height: 100vh;}

body{
  margin: 0;
  padding: 0;
  color:white;
  background-color:black;
  background-image:linear-gradient(to left, rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.1)), url(/img/mjx02.png);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: top left;
  background-size: cover;
  text-shadow: 1px 1px 2px black;
}

h1{
    font-family: 'Bebas', sans-serif;
    font-size: 65px;
    text-align: center;
    color: #cc3333;
    position: relative;
    width: 800px;
    margin: 0 0 0 auto;
    padding: 0;
    z-index: 1;
}
#platforms{
    margin: 0 0 0 auto;
    padding: 0;
    width: 800px;
    text-align: center;
}
p{
  font-family: 'Montserrat-Regular', sans-serif;
  text-align: center;
  color: #ffffff;
    width: 780px;
    margin: 10px;
    padding: 0;
    z-index: 1;
}
.about p{
    text-align: justify;
}
strong{
    color: #66cc99;
}
nav{
    width: 800px;
    margin: 0 0 0 auto;
    z-index: 1;
    text-align: center;
}

#content{
  width: 800px;
  margin: 10px 0 0 auto;
  padding: 10px 0 0 0;
  z-index: 1;
  text-align: center;
  border-top: 1px solid white;
}
footer{
  width: 800px;
  margin: 10px 0 0 auto;
  z-index: 1;
  text-align: center;
  border-top: 1px solid white;
}
a{
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 5px 0 5px;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

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

/* selected link */

a.active-page{
  color: #ffcc00;
}
