@import "fonts.css";

html {
    font-family: 'lato', Arial, sans-serif;
    font-weight: 300;
    background: #edffed rgb(237,255,237)
}
video {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%
}
a {
    color: #060;
    text-decoration: none;
}
a:hover, a:focus {
    color: #090;
}
p {
    text-align: center;
}
header {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(237,255,237,.5)
}
header p {
    margin: 0 auto;
    color: #666;
    font-size: 1.8rem;
    font-weight: 400;
    width: 75%
}
header p.title {
    color: #040;
    font-family: 'drugs', Arial, sans-serif;
}
header p #tel {
    font-size: .8em;
}
header p #mailto {
    font-size: .9em;
}
svg {
    display: block;
    margin: 10% auto 0;
    width: 75%
}
footer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%
}
footer p {
    color: #666;
    font-size: 16px
}
::selection {
    background: #0bf;
    color: #fff;
}

@media (min-width : 768px) {
  svg { width: 55% }
  header p { font-size: 2.4em }
  footer p { font-size: 1.2em }
}
@media (min-width : 991px) {
  svg { margin: 7,5% auto 0; }
}
@media (min-width : 1199px) {
  svg { margin: 5% auto 0; }
}