/* GLOBAL STYLES
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* Padding below the footer and lighter body text */

body {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-image: url('../assets/coming-soon.gif');
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: rgba(0,0,0,0.5);
}


/* The floating info
-------------------------------------------------- */
.floating {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}
.contacts p {
  display: inline;
  background-color: #e3d5cd;
}
.contacts img {
    display: inline-block;
    max-height: 16px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 758px) {



p.m-0 {
    display: flex;
}
}
