﻿/* home.css */

.homeBox {
  width: 245px;
  min-height: 150px;
  margin: 0 10px 10px 0;
}

.homeBox h2 {
  color: #604221;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}

.homeBox .content {
  border: 1px solid black;
}

#box1,
#box4 {
  width: 505px;
}

#box1 .content,
#box4 .content {
  border: 2px solid #604221;
}

#box2 .content,
#box3 .content {
  border: 2px solid #BBD978;
}

