:root {
    --headlines:darkgray;
    --backerpanels:rgb(33, 132, 150);
    --copy:orange;
    --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);

/*choices for linked fonts 
font-family: 'Caveat', cursive;
font-family: 'Henny Penny', cursive;
font-family: 'Orbitron', sans-serif;
font-family: 'Unica One', cursive;*/

    font-family:'Unica One', sans-serif;
}

/*things - to get it to center and make button not take the whole line
body {font-family:; background: color; color: color; font-size: ?em; (1em=16px) line-height: 1.5;
    text-align:center; display:block; (or inline-block to just use content to size) margin:0;

img {display:block; width:100%; (of the container/parent) height: auto;

h1, h2, h3 {margin:0; padding: 1em 0;}

p {margin:0; padding: 1em 0;}
*/

/* use the * to include everything / resets so the browser defaults don't put weird spacing around
and the box includes extras inside the total size specified*/

* { padding:0;
    margin:0;
    box-sizing: border-box;
    font-family:'Orbitron', sans-serif;
    letter-spacing: 1.2px;}


    body {
        line-height: 1.3;
        font-family: 'Orbitron', sans-serif;
        align-items: center;
        text-align:center;
    }

    a {
        text-decoration:none;
        color:blue;
    }

    h1 {
        font-size:3rem;
        line-height:1.2;
        margin-top:35px;
        margin-bottom:35px;
        position:relative;
    }

    .boxes {
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;
        position:relative;
        margin-top:220px;
        background: green;
        color:white;
        border-radius: 20px;
        border: 2px double yellow;
        align-content:center;
        justify-content:center;
        align-items:center;
        animation: floating;
        animation-duration: 5s;
        animation-fill-mode: forwards;

    }

    .box {
        gap:12px;
        padding: 20px 13px;
        border: 1px solid yellow;
        position:relative;
        align-content:center;
        justify-content:center;
        border-radius:10px;
        align-items:center;
        background-color:green;
        text-align:center;
        margin:10px;
        margin-top:50px;
        box-shadow: 2px 9px 12px black;
        z-index: 111;
        color:white;
        text-shadow: 1px 1px 3px black;
        transition: 2s;
        

       
       
    }

    @keyframes floating {
        0% {opacity:0;}
        50% {border:2px green solid;}
        100% {opacity:1;}
    }

    .box:hover {
        border:4px solid pink;
        transform:scale(.99);

    }
    i {
        position:relative;
        align-items:center;
        align-self:center;
        align-content:center;
        justify-self:center;
        width:100%;
        box-shadow: 12px, 10px, blue);
    }


 /*
    div {
        background-color:aqua;
        width:100px;
        height:100px;
        color:white;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size: 2rem;

    }
    */
    .btn {
        background:green;
        color: white;
        padding: 4px 0.2rem;
        margin-top:40px;
        text-decoration: none;
        border-radius: 12px;
        font-family: 'Unica One', sans-serif;
        text-align:center;
        min-height: 0.3rem;
        justify-content:center;
        border:white 1px solid;
        display:inline-block;
        opacity:0;
        animation-name:btn;
        animation-duration: 3s;
        animation-delay: 3s;
        animation-fill-mode: forwards;
        transition-property: transform;
        transition-duration: 1s;

    }

    .btn:hover {
        transform:rotateY(360deg);
        background:transparent;
    }
    @keyframes btn {
        0% {opacity:0;}
        100% {opacity:1;}    
    }

    img {max-width:100%;
        position:relative;}

     .sandam h1 {
        color:white;
        display:block;
        position:relative;
        padding: 20px 13px;
        border: 1px solid yellow;
        align-content:center;
        justify-content:center;
        border-radius:10px;
        align-items:center;
        text-shadow: 1px 1px 3px black;
        text-align:center;
        margin:10px;
        margin-top:39px;
        box-shadow: 2px 9px 12px black;
        z-index: 111;
        color:white;
        transition: 2s;
       
    }
    
/*
    .wrapper {
        display: grid;
        gap: 20px;
        position:relative;
        padding-bottom:45px;

    }
    */
    

    .main-nav {
        display:grid;
        gap:5px;
        grid-template-columns: repeat(4, 1fr);
        border: 20px solid rgb(0, 10, 65);
        border-radius: 110% 110% 0rem 0rem;
        background:rgb(33,132,150);
        position:relative;
        z-index: 500;

        
    }

    .main-nav ul {
        display: flex;
        letter-spacing: 1.2px;
        gap:5px;
        flex-wrap:wrap;
        position:relative;
        padding:0;
        list-style: none;
        grid-template-columns: 1fr 1fr 1fr 1fr;

    }

    .logo {
        z-index:5;
    }

    .main-nav a {
        background:aquamarine;
        display:inline-block;
        align-items:center;
        text-decoration:none;
        padding: 0.9rem;
        margin:.42rem;
        text-align: center;
        color:maroon;
        font-size: 1.1rem;
        box-shadow: 0px 5px 15px black;
        border-radius: 1rem 0rem 1rem 0rem;
        transition: 2s;
        border-top: 4px goldenrod;
    }

    .main-nav a:hover {
        background: black;
        color:white;
    
    }

    /* control+forward slash makes a comment */
/* for the moment 
    .top-container {
        padding-top:.1rem;
        display:grid;
        grid-gap: 20px;
        grid-template-columns: auto;
        grid-template-areas:
        "showcase showcase top-box-a"
        "showcase showcase top-box-b";
    }
*/
    .showcase {
        
        position:relative;
        height:100vh;
      /*  background-size:cover;
        background-position:center;
        grid-area:showcase;
        padding:3rem; */
        display:flex;
        flex-direction: column;
            align-items:center;
            justify-content:space-around;
            text-align:center;
            place-items:center;
        box-shadow:rgba(104, 104, 104, 0.8);
        padding: 0 20px;
        color:white;
        font-size: 49px;
        background-image:url(/images/neutrinos_composite_mod.jpg);
    }

    .video-container {
        position:absolute;
        place-items:center;
        top:0;
        left:0;
        width:100%;
        height:138%;
        padding: 0px;
        background:rgb(0, 10, 65);
        
    }

    .video-container video {
        min-width:100%;
        min-height:100%;
        object-fit:cover;
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
    }

    .content {
        text-shadow: 1px 1px 3px black;
        color:white;
        position:relative;
        max-width:70%
        z-index:100;
        margin:auto;
        align-items:center;
        justify-content:center;
        place-items:center;

    }

    .content h1 {
        position:relative;
        width:70%;
        margin: 0 auto;
        place-items:center;
    }

    .subhead {
        animation-delay: 3s;
        animation-direction: right;
        animation: slide-in;
        @keyframes slide-in {
        0% {}
        100% {position: 50% 50%;}  
        }