﻿@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoLight.woff2") format("woff2");
  font-weight: 300;
}
/*iPhone 12 landscape*/
@media screen and (min-width: 769px) and (max-width: 845px) and (orientation: landscape) {
  header .header-items .info .info-item {
    font-size: 18px;
    margin-right: 20px;
  }
  header .header-items .info .info-item i {
    font-size: 18px;
  }
}
/*iPad portrait*/
@media screen and (min-width: 769px) and (max-width: 991px) and (orientation: portrait) {
  header .header-items .info .info-item {
    font-size: 18px;
    margin-right: 20px;
  }
  header .header-items .info .info-item i {
    font-size: 18px;
  }
}
/*General mobile device*/
@media screen and (max-width: 768px) {
  header {
    max-height: 100px;
    min-height: 100px;
    height: 100px;
  }
  header .header-items {
    padding-top: 0;
    display: block;
  }
  header .header-items .logo {
    margin-bottom: 20px;
    text-align: center;
  }
  header .header-items .logo img {
    height: 60px;
  }
  header .header-items .info {
    justify-content: center;
  }
  header .header-items .info .info-item {
    box-sizing: border-box;
    padding: 0 0px;
    font-size: 12px;
  }
  header .header-items .info .info-item a {
    color: #fff;
    font-size: 16px;
  }
  header .header-items .info .info-item a i {
    font-size: 18px;
  }
  header.small {
    max-height: initial;
    min-height: initial;
    height: 120px;
    padding-top: 10px;
  }
  header.small .info .info-item a {
    color: #fff;
  }
  header.small .info .info-item a i {
    font-size: 18px;
  }
}
