/* !Styles (Author: mail@jandousek.cz) */

/* Import */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/*
 Bodies
 ***
*/

html, body {
  background-color: #f5f6f8;
}
body {
  background: url('../img/body.jpg') center center no-repeat;
  background-size: cover;
  font: 400 16px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #333;
}

/*
  Links
  ***
*/

a {
  color: #0061A1;
}
a:hover {
  color: #333;
}

/*
  site-wrap
  ***
*/

.site-wrap {
  width: 100%;
  min-height: 100vh;
  display: table;
  background-color: rgba(0, 97, 161, 0.897);
  backdrop-filter: blur(4px);
}
.site-wrap__inset {
  display: table-cell;
  vertical-align: middle;
  padding: 0 6%;
}
.site-wrap__inset__inset {
  max-width: 940px;
  overflow: hidden;
  margin: 0 auto;
  padding: 74px 84px;
  background-color: #fff;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.1);
}

/*
  site-logo
  ***
*/

.site-logo {
  float: left;
  margin: 18px 54px 0 0;
}
.site-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*
  site-contact
  ***
*/

.site-contact {
  float: left;
  margin-right: 52px;
  line-height: 1.8;
  font-style: normal;
}
.site-contact:last-child {
  margin-right: 0;
}

/*
  SMALL
  ---
*/

.site-contact small {
  position: relative;
  top: -12px;
  display: inline-block;
  padding: 4px 8px 4px 8px;
  background-color: #0061A1;
  border-radius: 16px;
  font-weight: 400;
  font-size: 75%;
  color: #fff;
}

/*
  BOLD
  ---
*/

.site-contact b {
  font-size: 105%;
}
