body {
  background-color: #000000;
  margin: 0;
  text-align: center;
  min-height: 100svh;
  /* display: grid;
  grid-template-rows: auto 1fr auto; */
}

.fullimg {
  width:100%;
  height:100%;
  object-fit:contain;
}
.sectional {

  align-items:center;

  height:33vh;
  width:100%;
  margin: auto;
}

.sectionalcenter {
  display: flex;
  justify-content:center;
  align-items:center;

  height:33vh;
  width:100%;
  margin: auto;
}
.bigpic {

    /* display: block; */
    margin: auto;
    /* width: 50%; */
    
    width:100%;
    text-align: center;
    /* max-height:30%;
    height:30%; */

  }


.content {

  padding:2em;
  width: 100%; 
  margin: auto;
  text-align: center;
}

.linkpanel {

  /* position: fixed;
  left: 0;
  bottom: 0; */
  margin: auto;
  top:50%;
  width:100%;
  /* height:33vh; */
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
}

.links {
  width:100%;
display:flex;
justify-content:space-evenly;
}

@media (min-width: 600px) {
.bigpic {

    /* display: block; */
    margin: auto;
    /* width: 50%; */
    
    width:50%;
    text-align: center;
    max-height:30%;
    height:30%;

  }
.linkpanel {
  /* position: fixed;
  left: 0;
  bottom: 0; */
  margin:auto;
  
  width:50%;
  /* height:33vh; */
  padding:1em;
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
}
}