@font-face {
  font-family: "Brandon_med";
  src: url("../fonts/Brandon_med.otf") format("openType");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Ovsyanka";
  src: url("../fonts/Ovsyanka.woff"); }
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

*::after {
  box-sizing: border-box; }

*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.main_wrap {
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .main_wrap .lang_wrap {
    position: absolute;
    top: 75px;
    right: 75px;
    z-index: 2;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    .main_wrap .lang_wrap a {
      margin: 10px;
      font-family: "Montserrat", sans-serif;
      transition: all 300ms; }
      .main_wrap .lang_wrap a:hover {
        opacity: 0.6; }
    @media (min-width: 320px) and (max-width: 1000px) {
      .main_wrap .lang_wrap {
        top: 20px;
        right: 20px;
        flex-direction: column; } }
  .main_wrap .main_wrap_item {
    width: 50%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding: 0 8%;
    position: relative; }
    .main_wrap .main_wrap_item .overlay {
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.3);
      transition: all 500ms; }
    .main_wrap .main_wrap_item .main_wrap_item_inner {
      z-index: 1;
      color: #231f20;
      text-align: center; }
      .main_wrap .main_wrap_item .main_wrap_item_inner img {
        width: 70%;
        margin-left: auto;
        margin-right: auto; }
      .main_wrap .main_wrap_item .main_wrap_item_inner h2 {
        font-weight: 100;
        margin-bottom: 35px;
        font-size: 24px; }
        @media (min-width: 320px) and (max-width: 800px) {
          .main_wrap .main_wrap_item .main_wrap_item_inner h2 {
            font-size: 18px; } }
      .main_wrap .main_wrap_item .main_wrap_item_inner a {
        font-size: 24px;
        padding-bottom: 3px;
        border-bottom: 1px solid transparent;
        transition: all 300ms;
        text-transform: uppercase; }
        .main_wrap .main_wrap_item .main_wrap_item_inner a:hover {
          letter-spacing: 0px !important; }
      @media (min-width: 550px) and (max-width: 750px) {
        .main_wrap .main_wrap_item .main_wrap_item_inner img {
          width: 90%; }
        .main_wrap .main_wrap_item .main_wrap_item_inner a {
          font-size: 20px; } }
    .main_wrap .main_wrap_item:hover .overlay {
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.1); }
    .main_wrap .main_wrap_item:hover .main_wrap_item_inner a {
      border-bottom: 1px solid #231f20;
      letter-spacing: 2px; }
  .main_wrap .resort {
    font-family: "Brandon_med";
    background-image: url("../img/san_servolo_resort.jpg"); }
    .main_wrap .resort img {
      margin-bottom: 55px; }
  .main_wrap .resort2 {
    font-family: "Brandon_med";
    background-image: url("../img/san_servolo_resort_bg2.png");
    background-size: cover; }
    .main_wrap .resort2 img {
      margin-bottom: 55px; }
  .main_wrap .beer {
    font-family: "Montserrat", sans-serif;
    background-image: url("../img/san_servolo_beer3.jpg"); }
    .main_wrap .beer img {
      margin-bottom: 75px; }
  .main_wrap .beer2 {
    font-family: "Montserrat", sans-serif;
    background-image: url("../img/san_servolo_beer_bg2.jpg");
    background-size: cover;
    background-position-x: 100%; }
    .main_wrap .beer2 img {
      margin-bottom: 75px; }
  @media (min-width: 320px) and (max-width: 700px) {
    .main_wrap {
      flex-direction: column;
      height: auto; }
      .main_wrap .main_wrap_item {
        width: 100%;
        height: 50%;
        padding: 30px 8%; }
        .main_wrap .main_wrap_item .main_wrap_item_inner img {
          width: 200px;
          margin: 0 auto 30px; }
        .main_wrap .main_wrap_item .main_wrap_item_inner a {
          font-size: 18px; } }

/*# sourceMappingURL=custom-style.css.map */