html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.logo-round {
    border-radius: 100px; /* Радиус скругления */
    box-shadow: 0 0 0 3px green, 0 0 13px #333; /* Параметры теней */
    width: 50px;
    height: 50px;
}

@font-face {
    font-family: "CeraProThin";
    src: url("../fonts/CeraProThin/CeraProThin.eot");
    src: url("../fonts/CeraProThin/CeraProThin.eot?#iefix")format("embedded-opentype"), url("../fonts/CeraProThin/CeraProThin.woff") format("woff"), url("../fonts/CeraProThin/CeraProThin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}