html *
{
  text-transform: none; 
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  color: #000;
  font-size: 1.02em;
  font-family: "Open Sans"
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

i {
  font-style: italic !important;
}

nav {
  margin: 0px auto;
  max-width: 1900px;
  width: 99%;
}
#checkbox1,
.toggle {
  display: none;
}
.menu {
  padding: 0;
  margin: 0;
  max-width: 1900px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  background: #FBFBFA;

}
.menuitem a {
  text-decoration: none;
  align-self: center;
  border-radius: 5px;
  font-size: 1.02em;
  padding: 10px 15px;
  transition: background .0s linear;
}
.menuitem a {
  color: #4c4b4b;
}
.menuitem a:hover {
  color: #A31F34;
}

.qubit {
  fill:blue;
  fill-opacity:0.3;
}

.purcellfilter {
  fill:red;
  fill-opacity:0.3;
}
.couplingres {
  fill:lightgreen;
  fill-opacity:0.5;
}
.controlline {
  stroke:violet;
  stroke-opacity:0.5
}
.qubittext {
  fill:blue;
  fill-opacity:0.9;
}
.couplingrestext {
  fill:lightgreen;
  fill-opacity:0.9;
}
.controllinetext {
  fill:violet;
  fill-opacity:0.9;
}
.purcellfiltertext {
  fill:red;
  fill-opacity:0.7;
}
.eightqubitringoverlay {
  opacity: 0.0;
  position:absolute
}
.eightqubitringoverlay:hover, .eightqubitringoverlay:active {
  opacity: 1;
}

.titleimage {
    position: relative;
    width: 100%;
    height:auto;
    vertical-align:middle;
    margin: -50% auto;
}
.researchimage {
  width: 250px;
}
.peopleimage {
  width: 250px;
}
.titleimagecontainer {
    display: block;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
}
.titleimagecontainerparent {
    position: relative;
}

.singlecolcontainer {
  display: grid;
  grid-gap: 5px;
  max-width: 800px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.multicolcontainer {
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 20px;
  grid-template-columns: repeat(auto-fit,minmax(250px,auto));
  max-width: 800px;
  justify-items: center;
  align-items: center;
  align-content: center;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.titletext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px
}

.copyright {
  grid-column: 1/-1;
  justify-self: center;
  text-align: justify;
  text-justify: inter-word;
}

.alumni {
  grid-column: 1/-1;
  justify-self: start;
  text-align: justify;
  text-justify: inter-word;
}

.justifyjustify {
  justify-self: center;
  align-self: start;
  text-align: justify;
  text-justify: inter-word;
}

.centercenter {
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-justify: center;
}

.leftleft {
  justify-self: left;
  align-self: start;
  text-align: left;
}

.col1 {
	grid-column-start: 1;
}

.col2 {
	grid-column-start: 2;
}

.col3 {
	grid-column-start: 3;
}

.forward {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.forwardnopad {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}

.reverse {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

li {
  flex: 0 0 auto;
  margin: 10px 0;
}

/*Change to this style when the screen is smaller than 1000px*/
@media screen and (max-width: 1000px) {
  .titletext {
    font-size: 30px;
  }
}

/*Change to this style when the screen is smaller than 750px*/
@media screen and (max-width: 800px) {
  .toggle {
    clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    background: #E9E9E9;
    transition: all .0s linear;
  }
  .toggle:hover {
    background: #cecece;
  }
  #checkbox1:checked + label .menuitem {
    opacity: 1;
    visibility: visible;
    transition: all .0s linear;
  }
  #checkbox1:checked + label .menu {
    /*This controls the height of the menu in mobile mode*/
    height: auto;
  }
  .menu {
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 0px;
    transition: height .0s linear;
  }
  .menuitem {
    display: flex;
    align-self: center;
    justify-content: center;
    text-align: center;
    width: 95%;
    opacity: 0;
    visibility: hidden;
  }
  .menuitem a {
    width: 95%;
    text-align: left;
    align-self: center;
    align-content: center;
  }

  .menuitem img {
    height: 0px;
    visibility: hidden;
  }
  .menuitem svg {
    height: 0px;
    visibility: hidden;
  }
  .hide {
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: absolute;
  }
  .hide a {
    visibility: hidden;
    height: 0px;
    width: 0px;
  }
  .toggle {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 0.5fr 1fr 1fr 1fr;
    align-content: center;
  }
  .titletext {
    font-size: 18px;
  }
}