body {
    padding-top: 30px;
}
.custom-header {
    padding-bottom: 10px;
}

#homepage-logo {
    top: 7px;
    margin-left: 551px;
    position: fixed;
    width: 300px;
    height: 286px;
}

#loader {
    z-index: 5000;
    margin: 0 auto;
}

#small-logo {
    width: 160px;
    height: 148px;
    transform:rotate(17deg);
    -ms-transform:rotate(17deg); /* IE 9 */
    -moz-transform:rotate(17deg); /* Firefox */
    -webkit-transform:rotate(17deg); /* Safari and Chrome */
    -o-transform:rotate(17deg); /* Opera */
    -moz-box-shadow: 0px 0px 5px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 5px #999; /* Safari/Chrome */
    box-shadow: 0px 0px 5px #999; /* Opera and other CSS3 supporting browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
    : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */
    margin-top: 2px;
    margin-left: 708px;
    position: absolute;
}

#homepage-text {
    width: 445px;
    margin-top: 15px;
}

#contact {
    position: absolute;
    margin: -1565px 0px 0px 627px;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
}

#homepage-button {
    font-size: 18px;
}

#about-hero-unit {
    height: 1830px;
}

.about-photo {
    margin: 15px 0px 15px 100px;
    -moz-box-shadow: 0px 0px 5px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 5px #999; /* Safari/Chrome */
    box-shadow: 0px 0px 5px #999; /* Opera and other CSS3 supporting browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
    : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */
}

.about-text {
    width: 550px;
}

.about {
    width: 500px;
}


.hero-unit {
    background-color: #FFEFED;
    height: 244px;
}


.btn.primary {
  padding-top: 7px;
  color: #ffffff;
  background-color: #FF0066;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#FF1975), to(#FF0066));
  background-image: -moz-linear-gradient(top, #FF1975, #FF0066);
  background-image: -ms-linear-gradient(top, #FF1975, #FF0066);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF1975), color-stop(100%, #FF0066));
  background-image: -webkit-linear-gradient(top, #FF1975, #FF0066);
  background-image: -o-linear-gradient(top, #FF1975, #FF0066);
  background-image: linear-gradient(top, #FF1975, #FF0066);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1975', endColorstr='#FF0066', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #FF0066 #FF0066 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.container > footer p {
    text-align: center; /* center align it with the container */
}

.valentine-message{
    text-align: center;
    margin-bottom: 40px;
    font-style:italic;
}

#twitter{
    width: 110px;
    height: 30px;
    float: left;
    margin-left: 33px;
}

#facebook{
    width: 110px;
    height: 30px;
    float: left;
    padding-top: 1px;
    padding-left: 2px;
}

#share_buttons{
    margin: 0px auto;
    width: 260px;
    float: left;
}

#twitter-about{
    width: 110px;
    height: 30px;
    margin-left: 0;
    padding-top: 20px;
}

#facebook-about{
    width: 110px;
    height: 30px;
}

#share_buttons-about{
    margin: 0px auto;
    width: 260px;
    float: left;
}

li {
    line-height: 32px;
    color: #404040;
    font-weight: 200;
}