.divleft {
    width: 50%;
    padding: 3%;
    float: left;
    background: #fff;
    height: 100%;
    font-family: 'Roboto Slab', 'Open Sans', 'Helvetica Neue', 'Arial', 'sans-serif';
}

.divright {
    width: 50%;
    float: right;
    height: 100%;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.modalextra {
z-index: 9999  !important;
width: 90%;
height: 70%;
}

h2, h3 {
  color: #ba6338 
}

