body{
  margin: 10;
  font-family: 'Arial';
}

p, blockquote {
  font-size: .9em
  line-height:normal;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container{
  text-align: left;
  margin-left: .5em;
  margin-right: inherit;
  margin-top: 1.0em;
}

.logo{
  width: auto;
}

.hide-mobile{
  display: none;
}

header{
  display: flex;
  justify-content: space-between;
}

.menu{
  align-items: right;
  margin-top: 11px;
}

.eng-list, .art-list{
  margin-top: 1.0em;
  margin-left: 1.5em;
}
.eng-list ul li, .art-list ul li{
  margin: 1.0em 0em;
  list-style-type: disc;
}
.eng-list ul li a, .art-list ul li a{

  font-size: 1.3em;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

.eng-list ul li a:hover{
  color:rgb(66, 121, 254); /* BLUE*/
}

.art-list ul li a:hover{
  color:rgb(248, 13, 13); /*RED*/
}

.headshot{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25em;
  margin-top: .75em;
}
.blurb{
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.blurb ul li a{
  text-decoration: none;
  margin-left: .5em;
  font-weight: bold;
  color: black;
}

.blurb ul li a:hover{
  color:rgba(201, 75, 104, 1);
}

.blurb ul li{
  display:inline;
}
.credentials{
  margin-left: 0.5em;
}
body{
  margin-left: 0.5em;
}

footer {
  position:fixed;
  left:0px;
  bottom:0px;
  height:30px;
  width:100%;
  background: rgb(255, 255, 255);
  margin: 1.0em;
}
footer p a{
  text-decoration: none;
  color: black;
  font-weight: normal;
}

footer ul li a{
  text-decoration: none;
  color: black;
  font-weight: normal;
  margin-left: 0.5em;
}

nav ul{
  position: fixed;
  text-align: right;
  margin-left:-4.27em;
  margin-top: -3.42em;
  background: rgb(255, 255, 255, 1);
  padding-left: 0em;
  padding-right: 0.6em;
  padding-top: 4em;
  padding-bottom: .20em;
  font-size: 1.035em;
  font-weight: bold;
  z-index: 3;
}

nav ul li a{
  color: black;
  text-decoration: none;
  display: block;
  line-height: 1.32em;
}

.eng nav ul li a:hover{
  color:rgb(66, 121, 254);
}

.art nav ul li a:hover{
  color:rgb(248, 13, 13);;
}

.exit-btn{
  margin-top: -2.35em;
  margin-right: -.06em;
}

.exit-btn img{
  cursor: pointer;
}

@media only screen and (min-width: 650px) {
}
@media only screen and (min-width: 875px) {
}
@media only screen and (min-width: 1024px) {

  .container {
    width: 100%;
    margin: 0 auto;
    margin-left: 0.5em;
  }
  .show-desktop{
    display: block;
  }
  .hide-desktop{
    display: none;
  }

  nav ul {
    position: inherit;
    width: auto;
    background: none;
    height: auto;
    display: flex;
    padding-top: 0;
  }

  nav ul li {
    float: left;
  }

  nav ul li a {
    color: black;
    background-color: inherit;
    text-align: right;
    padding: 1em 2em;
  }

  nav ul li a:hover {
    background-color: inherit;
  }
}
@media only screen and (min-width: 1600px) {
}
