@media only screen and (min-width: 1201px) {


  /* Layout for the overall flexbox columnar structure        max-width:1200px;     */


  .containerFlexbox {
    display: flex;
    width: 100%;
    max-width:1200px;
    margin:0 auto;
  }



  .column {
    flex: 1;
    color: white;
  }





 /*  ------------------------       panel elements and whole site settings           -------------------------------- */

#eureca-logo {
    display: block;
    max-width: 33%;
    padding-right: 8px;
    padding-bottom:8px;
    margin: 0 auto;
}

  h1 {
      color:black;
      font-size: 3em;

  p {
    color:black;

  }


#rightSideInfoPanel {
border-left: 1px solid #572563;
border-top: 0px;
}



img.locationImg {
width:30%;
padding-top: 1em; padding-bottom: 2em;
}

img.qrcImg  {
max-width:22%;
padding-top: 1em; padding-bottom: 1em; padding-left: 4%; padding-right: 4%;
background-color: white;
}

img.diagramImg {
max-width:40%;
padding-top: 1em; padding-bottom: 2em;
}

ul{
   margin: 0;
   padding: 1em; /* Set the distance from the list edge to 1x the font size */
}

ol {
    margin: 0;
    padding: 1em; /* Set the distance from the list edge to 1x the font size */
}



/*  ------------------------           individual elements             -------------------------------- */

/* ------------------- Training page ----------------------------- */

#training {
padding-right: 40px;
padding-left: 40px;
}
}

#emerg-sci-legend-title {
display: block;
}

#ED-research-team-details-top {
Display: block;
}

#ED-research-team-details-bottom {
border-top: 1px solid #ffffff;
padding-top: 4em;
}

.ident-row {
padding:40px;
margin: 20px;
}


.ident-row-images {
height: 6vH
}

.RedBox {
padding:40px;
margin: 40px;
border-style: solid;
border-color: red;
}


#trainingTitle {
font-size: 40px;
color:red;
padding:40px;
}

#trainingBlurb {
font-size: 20px;
color:red;
padding-left:40px;
}

/*  GCP in training page */
GCPtext {
font-size: 4em;
}

GCPlogo {
height: 2em;
}


  /*  Don't add anything below this curly bracket */
}
