#my{
  padding-left: 50px;
}

#content{
  padding-bottom: 20px;
}

/*#footer{
  box-shadow: none;
  border-top: none;
}

#footer_content{
  border-top: 2px solid #63bb37;
}*/

#categories{
  width: 100%;
  background-image: url('/images/graphics/ribbon-3.jpg');
  margin-top: 50px;
  background-size: auto 100%;
  background-position: center center;
  text-align: center;
}

#categories_box {
  padding-bottom: 120px;
}

.category{
  display: inline-block;
  width: 200px;
  margin: 40px 18px 40px 18px;
  text-decoration: none;
}

.cat_circle{
  box-shadow: 1px 1px 4px #333;
  color: #63bb37;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 80px;
  line-height: 200px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(255,255,255,0.9);
}

.cat_desc{
  margin-top: 40px;
  font-size: 25px;
  text-align: center;
  display: block;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 5px #222;
}

.category:hover .cat_circle{
  font-size: 90px;
  box-shadow: 1px 1px 6px #333;
}

@media screen and (max-width: 1200px) {
  .category{
    width: 150px;
  }

  .cat_circle{
    width: 150px;
    height: 150px;
    font-size: 60px;
    line-height: 150px;
  }

  .cat_desc{
    margin-top: 25px;
    font-size: 20px;
  }

  .category:hover .cat_circle{
    font-size: 70px;
  }
}

@media screen and (max-width: 960px) {
  .category{
    width: 100px;
  }

  .cat_circle{
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
  }

  .cat_desc{
    margin-top: 15px;
    font-size: 17px;
  }

  .category:hover .cat_circle{
    font-size: 45px;
  }
}

@media screen and (max-width: 715px) {
  #categories{
    background-image: none;
    margin-top: 10px;
  }

  .category{
    margin: 10px 50px 25px 50px;
  }

  .cat_desc{
    color: #222;
    text-shadow: none;
  }
}

@media screen and (max-width: 640px) {
  .category{
    margin: 10px 30px 25px 30px;
  }
}

@media screen and (max-width: 507px) {
  .category{
    margin: 10px 15px 25px 15px;
  }
}