.imgWrapper {
  vertical-align: top;
}
.imgWrapper img,
img {
  max-height: 75vh !important;
}

#imageNavi {
  vertical-align: top;
}
#sectionnav {
  text-align: left;
  padding-left: 30px;
}

#menuImage {
  color: #999999;
  font-style: italic;
}
a {
  color: #999999;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  outline: none;
}

A:link {
  text-decoration: none;
}
A:visited {
  text-decoration: none;
  color: #999999;
}
A:hover {
  text-decoration: none;
}
A:active {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}

font.topmenu {
  font-family: Times, Sans-serif;

  font-size: 13px;
  color: #999999;
}
font.toplabel {
  font-family: Times, Sans-serif;
  font-size: 32px;
  color: #999999;
}

div.section {
  position: relative;
  display: inline;
  font-family: Times, serif;
  font-style: italic;
  font-size: 15px;
  color: #999999;
}

div.desc {
  font-family: Times, serif;
  font-style: italic;
  font-size: 13px;
}
font.descFirst {
  color: #999999;
  font-weight: 700;
}
font.descRest {
  color: #999999;
}

font.menu {
  font-family: Times, serif;
  font-style: italic;
  font-size: 15px;
  color: #999999;
}

font.nonDivDesc1 {
  font-family: Times, Sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: #999999;
}
font.nonDivDesc2 {
  font-family: Times, Sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #999999;
}

font.installDesc {
  font-family: Times, Sans-serif;
  font-size: 11px;
  color: #999999;
}
font.installDesc2 {
  font-family: Times, Sans-serif;
  font-size: 13px;
  color: #999999;
}
font.installRed {
  font-family: Times, Sans-serif;
  font-size: 13px;
  color: #ff0000;
}
font.installRed2 {
  font-family: Times, Sans-serif;
  font-size: 14px;
  color: #ff0000;
}

font.mainCV {
  font-family: Times, Sans-serif;
  font-size: 12px;
  color: #999999;
}
font.mainCVRed {
  font-family: Times, Sans-serif;
  font-size: 12px;
  color: #ff0000;
}
font.contact {
  font-family: Times, Sans-serif;
  font-size: 15px;
  color: #999999;
}
font.copyRight {
  font-family: Times, Sans-serif;
  font-size: 11px;
  color: #999999;
}
p.text {
  text-indent: 1cm;
}

font.tofriends {
  font-family: Times, Sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #999999;
}

.colorRed {
  color: #ff0000;
}

ul.cvList {
  list-style-type: none;
}

.mainScreen {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 200px;
  height: 90vh;
}

.imgWrapper img {
  max-width: calc(100vw - 200px) !important;
}
