@font-face {
    font-family: 'ZenKurenaido-ARC';
    src: url('font/ZenKurenaido-ARC.ttf');
    font-display: swap;
}

body { 
    max-width: 680px;
    font-size: 22px;
    margin: 0 auto; 
    text-align: center;
    font-family: 'ZenKurenaido-ARC' !important;
}
.logo{
    margin-bottom: 25px;
}
.logo svg{
    max-width: 275px;
    min-width: 150px;
    width: 100%;
    padding: 26px 26px;
}

.heading a{
    display: block;
    align-items: center;
    text-decoration: none;
    font-size: 26px;
    min-width: 208px;
}
.heading a svg{
    padding-bottom: 4px;
    height: 34px;
}

.bio a{
    display: block;
    align-items: center;
    text-decoration: none;
    font-size: 26px;
    min-width: 205px;
}
.bio a svg{
    padding-bottom: 12px;
    height: 44px;
}

h1, h2, h3 {
    font-family: 'ZenKurenaido-ARC' !important;
}

.heading, .bio {
    min-width: 180px;
}

.bio{
    margin-top: 25px;
}

.bioPhoto{
  display: inline-block;
  width: 100%;
  max-width: 250px;
  min-width: 150px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 5px #545059; 
}
.contactMe article header{
    width: 100%;
}
#hideDialog{
    position:relative; 
    top:0; 
    right:0;
}
.nameField{
    background: url(images/name.svg) no-repeat scroll 12px 12px;
    padding-left: 56px !important;
}

.emailField{
    background: url(images/mail.svg) no-repeat scroll 12px 12px;
    padding-left: 56px !important;
}

.phoneField{
    background: url(images/phone.svg) no-repeat scroll 12px 12px;
    padding-left: 56px !important;
}