/* making css so dang fun */

    /*font-family: 'Caveat', cursive;
font-family: 'Henny Penny', cursive;
font-family: 'Orbitron', sans-serif;
font-family: 'Unica One', cursive;*/


 *{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

body {
    background: aqua;
    font-family: 'Orbitron', sans-serif;
}

.background_space {
    background-image: url(../images/viewport_centergone_sm.png);
    width: 100vw;
  
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    display:flex;
    align-items: center;
    justify-content: center;
  
    z-index:-100;
    
}

header {
    background-color:goldenrod;
    height: 500px;
    border-bottom-left-radius: 3rem;
    color:white;
}

 h1 {
    position:relative;
    height: 64rem;
    background-color: aqua;
    height:400px;
    color:black;
    font-family:'Orbitron', sans-serif;
}

.logo {
    font-family:'Orbitron', sans-serif;
    color:white;
    text-shadow: 12px grey;
    display:inline-block;
    font-size: 3rem;
}

.request {
    color: green;
    background:orange;
    max-height: 3rem;
}
.title {
    position: relative;
    font-size:5rem;
    color: white;
    text-shadow: 0 0 5px black;
    text-align: center;
    z-index: 111;


}

p {
    background: goldenrod;
    height:300px;
    color:blueviolet;
    text-align:center;
    font-family:'Orbitron', sans-serif;
}

.back {
    left:0;
    padding-top: 1rem;
    background-size: 100%;
    height: 800px;
    max-width:100%;
    z-index: -25;
    display:flex;
    position:relative;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    align-items:center;
    justify-content:center;
    background-attachment:fixed;

}
/*
.background_lounge {
    align-content:center;
    align-self: center;
    height:100vh;
   
}*/
h1 {
    text-align:center;
    display:block;
   background-color:goldenrod;
   height: 15rem;
    border-radius: 10px;
    padding:1rem;
    font-family:'Orbitron', sans-serif;
}
h1 a:hover {
    color:aqua;
    border-radius: 10px;
    transition: 1s;
}

.back {
    width: 100%;
    display:flex;
    position:relative;
    background-size:cover;
    overflow-x:hidden;
    background-attachment: fixed;
}
/*
div {
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    font-size:20px;
    color:aqua;
}

.banner {
    background: url("/images/neutrinos_composite_mod.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    center/cover no-repeat fixed;
    min-height:100vh;

}

.header {
    background: url("/images/viewport_cu_centergone.png") center/cover no-repeat fixed;
    min-height:100vh;
    z-index:-1;

}
*/
/* linear-gradient(rgba(32, 2, 23, 0.4), rgba(27, 247, 19, 0.9)),
    url("/images/viewport_cu_centergone.png") center/cover no-repeat fixed;
    min-height:100vh;
    z-index:5;*/