.content {
    margin: 50vh 50vw;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;   
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 

}

@font-face {
    font-family: 'barlow_condensedlight';
    src: url('fonts/barlowcondensed-light-webfont.woff2') format('woff2'),
         url('vbarlowcondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'barlow_condensedmedium';
    src: url('fonts/barlowcondensed-medium-webfont.woff2') format('woff2'),
         url('fonts/barlowcondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'barlow_condensedregular';
    src: url('fonts/barlowcondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'barlow_condensedregular';
}


.modal-content {
  background-color: #FFF;
  margin: 5vw auto; 
  padding: 0.5em 2em 2em 2em;
  border: 1px solid #FFF;
  width: 105vh; 
  min-height: 625px;
}


.modal-header {
    border-bottom: 2px solid gray;
    margin-bottom: 1.5em;
    width: 100%;
    height: 42px;
}
.modal-body {
   display: flex;
   flex-direction: row;
   align-items: flex-start;
}

.modal-body img {
  width: 100%;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  background-image: url(close.png);
  width: 32px;
  height: 32px;
  float: right;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 
.w_50 {
  width: 50%;
}
.w_50.right {
    overflow-y: scroll;
    height: 565px;
    padding: 0 1em;
}
.right-header h1 {
  line-height: 0px;
}

h1 {
    font-size: 22pt;
    font-weight: 400;
}
h2 {
    font-size: 18pt;
    font-weight: 400;
}
.right-header {
  border-bottom: 2px solid grey;
}