/*
Theme Name: Alice Caputo
Author: moze | projects for communication
Template: myfolio
*/

@import url("./style3.css");

html,
body {
  font-family: "museo-sans", sans-serif;
}
.logo h1 {
  font-family: "acta-poster-swashes", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.ribbon {
  background: url(http://www.aliandmet.com/wp-content/themes/aliemet/images/ribbon.png);
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}

#thumb img {
  width: 100%;
  margin: 0;
}
nav {
  padding: 40px;
}

.copyright {
  font-size: 0.75em;
}
.copyright p,
.copyright a {
  color: #999 !important;
}

.site-description {
  left: 40px;
  top: 67px;
  position: fixed;
  text-transform: uppercase;
  color: #d3d3d3 !important;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .site-description {
    top: 63px;
    font-size: 11px;
  }
  .logo h1 {
    font-size: 1.8em;
  }
  .logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-description {
    top: 90px;
    left: 50%;
    margin-left: -273px;
    font-size: 15px;
    position: absolute;
  }
  .logo h1 {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 479px) {
  .site-description {
    margin-left: -191px;
    font-size: 13px;
    top: 88px;
  }
  .logo h1 {
    font-size: 2.2em;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  .ribbon {
    background-image: url(https://www.aliandmet.com/wp-content/themes/aliemet/images/ribbon@2x.png);
    background-size: 120px 120px;
  }
}
