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: 0em;
  margin-top: 1.0em;
}

.hide-mobile{
  display: none;
}
.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.menu{
  align-items: right;
  margin-top: 11px;
}
.bckrnd{
  width: 70%;
  margin: .2em .5em auto 0px;
}
/* .caption h4{
  font-weight: normal;
  color: black;
  font-size: 1.056em;
  margin-top: 0;
  margin-left: .44em;
} */

/* 0 v 0 */

.title{
  width: 100%
}
.title a{
  color: black;
  text-decoration: none;
}

.logo{
  margin-right: 15%;
  margin-top: 1.2em;
}

.copy{
  margin-left: 2em;
  margin-right: 2em;
}

.menu{
  margin-top: 0.84em;
  margin-bottom: 1.7em;
  margin-right: -3%
}
.menu ul{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.menu li a{
  font-size: 1.2em;
  margin-right: 3%;
  text-decoration: none;
  color: black;
}

.copy{
  display: flex;
}
.description{
  width: 100%;
}
.words{
  margin-top: 2.5em;
}
.propic{
  margin-top: 2.2em;
}
.display{
  width: 90%;
  margin-top: 1.2em;
}

h3, h4{
  margin-top: -1em;
}
.text{
  width: 100%;
  margin-left: 2em;
  margin-right: 2em;
}
.text a{
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.tab{
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.links{
  margin-top: 1.5em;
  margin-left: 2em;
}
.mail{
  margin-left: 1em;
}
.special{
  margin-left: 2em;
  margin-right: 2em;
  margin-top: -1em;
}
.mobile-menu{
  margin-left: 2em;
  margin-right: 2em;
}
.contact{
  margin-left: 2em;
  margin-top: -1em;
}
.contact a, .address a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.address{
  margin-left: 2em;
  margin-top: 1.5em;
  padding-bottom: .75em;
}
.address p{
  margin-bottom: -.75em;

}

.hide-mobile{
  display: none;
}

@media only screen and (min-width: 770px) {

  .title a{
    color: black;
    text-decoration: none;
    width: 10em;
  }

  .logo{
    margin-right: 3.2em;
    margin-top: 1.2em;
  }

  header {
    width: 99%;
    margin: 0em 2em;
    margin-top: 1em;
  }

  .copy{
    margin-left: 2em;
    margin-right: 2em;
  }

  .menu{
    margin-right: 0em;
    margin-top: 0.84em;
    margin-bottom: 1.7em;

  }
  .menu ul{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .menu li a{
    font-size: 1.2em;
    margin-right: 2%;
    text-decoration: none;
    color: black;
  }

  /* .copy{
    display: flex;
  } */
  .description{
    width: 25em;
    margin-right: min(10%, 9em);
  }
  .words{
    margin-top: 1.5em;
  }

  .propic{
    margin-top: 3.4em;
  }
  .display{
    width: 19em;
    margin-top: 1.2em;
  }

  .text{
    width: 67%;
    margin-left: 2em;
    margin-right: 5em;
  }
  .text a{
    text-decoration: none;
    color: black;
    font-weight: bold;
  }
  .tab{
    margin-left: 1.5em;
    margin-bottom: 1.5em;
  }

  .links{
    margin-top: 1.5em;
    margin-left: 2em;
  }
  .mail{
    margin-left: 1em;
  }

  .hide-mobile{
    display: none;
  }
  .show-desktop, .webmenu, .webcontent, .tags, .hide-mobile{
    display: block;
  }
  .hide-desktop{
    display: none;
  }

  .link{
    text-decoration: none;
    color: black;
    font-weight: bold;
  }


}
