html,
body {
  background-image:url('images/bg.jpg');
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
.top{
    margin: 30px 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}
h1{
  font-family: 'Charm', cursive;
  color:#9f1f25;
  font-size: 55px;
}
h1 span{
  font-size: 60%;
}

h2{
  font-family: 'Charm', cursive;
  font-size: 35px;
}

h3{
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
h3.border-r{
  font-family: 'Charm', cursive;
  font-size: 45px;
  border-top: 2px solid #9f1f25;
  border-bottom: 2px solid #9f1f25;
  color:#9f1f25;
  padding: 10px 0;
}
h4{
  font-family: 'Charm', cursive;
  font-size: 45px;
  color: #9f1f25;
}

h5{
  font-family: 'Charm', cursive;
  font-size: 25px;
  margin-top: 5px;
}
h5 span{
  font-size: 80%;
}
p.armoires{
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 30px;
}

p.armoires-p{
  font-size: 26px;
  line-height: 1.4;
  margin-top: 20px;
}
.charm{
  font-family: 'Charm', cursive;
}
.no-padding{
  padding-right: 0;
  padding-left: 0;
}
.bg-r{
  background: #9f1f25;
  font-size: 32px;
  text-shadow: 2px 2px 1px #111;
  color:#fff;
  padding: 10px 0;
}

.bg-n{
  background: #000;
  font-size: 18px;
  color:#fff;
  padding: 5px 0;
}
.bg-n a{
  color:#ddd;
}

.bg-n a:hover{
  color:#fff;
  text-decoration: none;
}

.bg-b{
  background: #f5ede7;
  font-size: 18px;
  color:#000;
  padding: 5px 0;
  border-bottom: 2px solid #9f1f25;
}
.bg-b a{
  color:#000;
}

.bg-b a:hover{
  color:#444;
  text-decoration: none;
}


li{
  font-size: 20px;
  margin-bottom: 10px;
}
.footer {
  font-size: 24px;
  color:#9f1f25;
}

.footer a{
  color:#9f1f25;
}
.footer a:hover{
  color:#000;
  text-decoration: none;
}
@media only screen
and (min-width : 200px)
and (max-width : 767px) {
.top {
    margin: 15px 0 25px;
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 35px;
}
h5 {
    font-family: 'Charm', cursive;
    margin-bottom: 20px;
}
.bg-r {
    font-size: 23px;
    padding: 10px;
}
.bg-b a {
    font-size: 16px;
}
li {
    font-size: 16px;
    margin-bottom: 5px;
}
h3.border-r {
    font-size: 27px;
}
p.armoires {
    font-size: 17px;
    margin-top: 10px;
}

p.armoires-p {
    font-size: 14px;
    margin-top: 10px;
}

.footer {
    font-size: 14px;
    color: #9f1f25;
    letter-spacing: -0.5px;
}
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
  h4 {
      font-family: 'Charm', cursive;
      font-size: 38px;
      color: #9f1f25;
  }
  p.armoires {
    font-size: 25px;
    margin-top: 30px;
}
p.armoires-p {
    font-size: 14px;
    margin-top: 10px;
}
h3.border-r {
    font-size: 34px;
    padding: 10px 0;
}
li {
    font-size: 20px;
    margin-bottom: 0;
}
}
