html{
    width:100%;
}

@media screen and (min-width: 400px) {
  body{
    font-size: 150%;
  }

  li{
    font-size: 150%;
  }

  a.nav{
    color: white;
    font-style: normal;
    font-size: 150%;
  }

  a.nav:hover{
    text-decoration: none;
  }
}

@media screen and (min-width: 992px) {
  body{
    font-size: 100%;
  }

  li{
    font-size: 150%;
  }

  li.normal{
    font-size: 80%;
  }

  a.nav{
    color: white;
    font-style: normal;
  }

  a.nav:hover{
    text-decoration: none;
  }
}

/*h*/
h1{
  font-size:9em;
}

h1.name{
    font-size:800%;/*15em;*/
    color: white;
    /*padding-left:2%;*/
    text-align: center;
}

h2{
    padding-top: 1em;
    color: white;/*#fcfaef;*/
}

h3{
    padding-top:.2em;
    padding-bottom: .2em;
    font-size:3em;
    text-align: center;
}

h5.indent{
    padding-left:1em;
    font-size: 1.7em;
}

h6.indent{
    padding-left:1em;
    font-size: 1.5em;
    font-weight: bold;
}

/*img*/
img#ag{
    float: right;
    width:50%;
}

img.projectImg{
    padding-top:.3em;
    padding-bottom:.3em;
    width:100%;
}

img.smallBadge{
    height: 1.75em;
    width: auto;
    display:block;
    margin: auto;
}

img.inlineSmallBadge{
  height: 1.75em;
  width: auto;
  /*display:block;
  margin: auto;*/
}


iframe.projectImg{
    padding-top:.3em;
    padding-bottom:.3em;
    width:100%;
}

/*div*/
div.projectSpacer{
    padding-top:3em;
    padding-bottom:3em;
}

div.vert-spacer{
    height:8em;
    background-color: #525956;/*#6d7773*/
    color:#fffeef;
    text-align: center;
    padding-top:.7em;
}

div.project-vert-spacer-even{
    min-height:5em;
    background-color: #5c78a5;/*#baf2d8;*/
    color: white; /*black;*/
    text-align: center;
}

div.top{
    /*height:18em;*/
    background-color: #444947;
    color: white;
    /*text-align: center;
    //font-size:20em;
    //padding-left:1%;*/
}


div.project-vert-spacer-odd{
    min-height:5em;
    background-color:#e8effc;/*#dcefe4;*/
    color:#35373a;
    text-align: center;
}

div.small-vert-spacer{
    height:.4em;
}

div.med-vert-spacer{
    height:.4em;
    width:100%;
    background-color: #92afa1;
}

div.header{
    /*height:24em;//17.8em;*/
    background-color:black
}

div.even{
    background-color: #7fa7e8;/*#d6f9ea;*/
    padding:1em;
}

div.odd{
    background-color: #fff/*#effff7;*/
    padding:1em;
}

div.description{
    font-weight: bold;
    padding-left:1em;
    font-size:1.6em;
}


div.col-xl-3.col-lg-12.align-self-center{
    font-size:1.2em;
    /*width:100%;*/
}

div.me{
    position: absolute;
    color: white;
}

div.navi{
   background-color: #adcebe;
}

div.row.justify-content-center{
    padding-top:.3em;
}

div.navbarBlack{
  text-align: center;
  background-color: #4a6187;
  display:block;
  margin: auto;
}

div.navElement{
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

div.navElementActivated{
  background-color: #405475;
  border-color: #405475;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

div.navElement:hover{
  background-color: #405475;
  border-color: #405475;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

div.container{
  max-width:95%;
}

div.bigBoyEven{
  background-color: #7fa7e8;
}

div.bigBoyOdd{
  background-color: #fff;
}

ul{
    margin: 2% 2% 2% 2%;
    padding-left:2.8em;
}

li{
    margin: 2% 2% 2% 2%;
}

/*a.nav{
  color: white;
  font-style: normal;
}

a.nav:hover{
  text-decoration: none;
}*/

a.even{
  color: #edf4ff;
}

span.bold{
    font-weight: bold;
}

button{
    width: 9em;
    height: 3.5em;
}

button.btn.btn-outline-info{
    font-size: 1.2em;
    font-weight: bold;
    background-color: #e8efec;
    border: 3.5px solid;
}

.centerText{
  text-align: center;
}

#facade{
    background-color: #facade;
}

/*old nav bar */
label.btn-secondary{
  background-color: #4a6187;
  border-color: #4a6187;
}

label.btn-secondary.active{
  background-color: #405475;
  border-color: #405475;
}

label.btn-secondary:hover{
  background-color: #405475;
  border-color: #405475;
}
