/* POESIE ET CITATIONS D'AMOUR STYLESHEET */

body {
  font-family: Verdana, Arial, Helvetica; 
  font-size: 13px; 
  color: #000000; 
  margin: 0px;
}

html {
  overflow-y: scroll; 
}

a, a:hover {
  text-decoration: underline;
}   

h1 {
  margin-top: 0px; 
  margin-bottom: 4px;
}

/* Very small text */
.vstxt {
  font-size: 12px; 
}

/* Small text */
.stxt {
  font-size: 14px; 
}

/* Medium text */
.mtxt {
  font-size: 16px; 
}

/* Large text */
.ltxt {
  font-family: "Poiret One", cursive;
  font-size: 32px; 
  font-weight: bold; 
  color: #FF1493; 
  line-height: 1;
}

/* Menu links text */
.mntxt {
  font-size: 13px; 
  color: #0000FF;
  text-decoration: none;
}

/* Menu heading text */
.mnhdng {
  font-family: Arial, Helvetica; 
  font-size: 13px; 
  font-weight: bold; 
  color: #FFFFFF; 
}

/* Bottom banner text */
.bbtxt {
  font-size: 14px; 
  color: #FFFFFF; 
  text-decoration: none;
}

/* Slogan text on home page */
.slogan {
  font-size: 14px; 
  font-weight: bold; 
  font-style: italic;
  color: #1E90FF;
}

/* Star background for top rated poems and quotes */
.toprated {
  background: url("Pics/TopRated.png") no-repeat center;
}

/* References page links text */
.links {
  font-size: 12px; 
  text-decoration: none;
}

.addthis_toolbox {
  display: inline-block;
  height: 16px;
  margin-bottom: 30px;
}

#addThis {
  margin-top: -20px;
}

#followUs {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #AAAAAA;
  padding: 8px 5px;
}

#followUs span {
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

#followUs a {
  margin: 0px 2px;
}

#followUs a img {
  margin-bottom: -5px;
}

#followUs img:hover {
  opacity: 0.8;
}

/* MEDIA QUERIES */

/* Non-mobile devices only */
/* Maximum width of current mobile devices is 640px */
@media only screen and (min-device-width: 641px) {
  body {
    background: transparent url("Pics/Background1.jpg") repeat-y center top;
    background-size: 100% auto;
  }
}