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

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

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.artheading{
  margin-top: -1.25em;
  margin-left: 1.8em;
}
.container{
  text-align: left;
  margin-left: .5em;
  margin-right: inherit;
  margin-top: 1.0em;
}

.logo{
  width: auto;
  margin-left: 0.03em;
  margin-top: -0.0em;
  margin-bottom: 0.02em;
}
.webcontent{
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: -1.6em;
}

.webcontent a{

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

.webcontent a:hover{
  color:rgba(255, 118, 149, 1); /* color:rgba(201, 75, 104, 1); */
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hide-mobile{
  display: none;
}

header{
  display: flex;
  justify-content: space-between;
}
.webmenu{
  display: none;
}
.menu{
  align-items: right;
  margin-top: 11px;
}

.caption h4{
  font-weight: normal;
  color: black;
  font-size: 1.056em;
  margin-top: -.0;
  margin-left: .44em;
}
.caption{
  margin-top: -0.22em;
  margin-bottom: 1.5em;
}

.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, .art-list ul li a:hover{
  color:rgba(255, 118, 149, 1);
}

.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;
}

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

.webcontent ul li a:hover{
  color:rgba(255, 118, 149, 1);
}

.webcontent 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;
  margin-top: .07em;
}

nav ul li a:hover{
  color:rgba(255, 118, 149, 1);
}

.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: 770px) {

  .container {
    width: 100%;
    margin: 0em .5em;
    margin-top: 1em;
  }

  .show-desktop, .webmenu, .webcontent{
    display: block;
  }

  .slideshow-container, .dots, .hide-desktop{
    display: none;
  }

  .web{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
  .webmenu{
    width: 18em;
    margin-top: -.33em;
    margin-left: .425em;
    display: flex;
    line-height: 1.35em;
  }

  .webmenu li a{
    text-decoration: none;
    line-height: 1.35em;
    color: black;
    margin-left: 0.075em;
    /*margin-top: 1em;*/
  }

  .webmenu li a:hover{
    color:rgba(255, 118, 149, 1);
  }

  .engmenu li a, .artmenu li a{
    margin-left: .75em;
  }

  .webcontent{
    /*margin-top: -1.4em;*/
    margin-right: -1em;
    text-align: left;
    justify-content: left;
    width: 30%;
  }

  .headshot{
    justify-content: left;
    width: 29.6%;
    margin-top: -.0em;
  }

  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;
  }

  p, blockquote{
    font-size: 1.0em;
  }


  /* DROPDOWN VISUAL ARTS MENU */

  .dropbtn {
    background-color: #ffffff;
    color: black;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;

  }
  .dropbtn:hover {
    background-color: #ffffff;
    color:rgba(255, 118, 149, 1);
  }
  .dropdown {
    float: left;
    position: relative;
    display: inline-block;
    margin-left: 0.075em;
    background-color: #ffffff;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    text-color: black;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    right: 1;
    z-index: 0;
  }
  .dropdown-content a {
    color: black;
    padding: 0px 0px;
    text-decoration: none;
    display: block;
  }
.dropdown a:hover {/*background-color: #f1f1f1;*/}

.show {display: block;}

/* END OF VISUAL ARTS MENU SECTION */


}
}
