@import url(https://fonts.googleapis.com/css?family=Raleway:300);
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: black;
  line-height: 150%; }

.home-wrap {
  width: 1024px;
  margin: 0 auto;
  background: rgba(35, 37, 85, 0.2); }

p {
  text-align: justify; }

.home-head {
  width: 100%;
  height: 340px;
  overflow: hidden; }

.title {
  width: 472px;
  height: 320px;
  padding: 20px;
  float: right;
  color: white;
  background-color: #232555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .title h2 {
    color: white;
    font-size: 48px; }

.home-lead {
  font-size: 25px;
  line-height: 1.2;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.home-menu {
  width: 100%;
  font-size: 15px;
  color: #FFF;
  background-color: #232555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 2px; }

.home-menu .links {
  width: 200px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  display: inline; }
  .home-menu .links a:hover {
    color: #CDCDCD; }
  .home-menu .links a, .home-menu .links a:active, .home-menu .links a:visited {
    color: white;
    text-decoration: none; }

.main-home {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

table {
  width: 90%;
  margin: auto;
  margin-bottom: 1.5em; }

td {
  width: 30%;
  padding: 10px; }

td:nth-child(1) {
  width: 20%; }

td:nth-child(2) {
  width: 40%; }

.borded {
  border-left: 2px solid rgba(35, 37, 85, 0.8); }

.tiny {
  margin: 0;
  font-size: 12px;
  line-height: normal; }

.highlight {
  font-size: 20px;
  color: #232555; }

.uppercase {
  text-transform: uppercase;
  color: #232555; }

.center {
  margin: auto;
  text-align: center; }
  .center p {
    text-align: center; }

footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  align-items: first;
  color: white;
  background-color: #232555; }

.curriculum {
  margin-left: 20px;
  margin-right: 20px; }

.spec {
  margin-left: 20px;
  margin-right: 20px; }

.folders {
  margin-top: 50px; }

.case-folder {
  width: 200px;
  height: 180px;
  margin: 20px;
  padding-top: 55px;
  background-image: url(../img/clin_folder.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: white;
  font-size: 15px; }
  .case-folder a {
    font-size: 12px;
    color: black;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    width: 50%;
    background-color: white; }

.case-desc {
  width: 100%;
  color: black;
  display: none; }

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.gallery {
  margin-top: 2em;
  text-align: center; }
  .gallery img {
    display: inline-block;
    margin: 23px; }

.thumb {
  display: inline-block;
  width: 200px;
  margin: 10px; }

.image {
  width: 200px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.lightbox {
  display: none;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%; }

.lightbox video {
  width: 70%;
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%; }

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block; }

h4 {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }
