blob: 1de822b23425a4e29717a5d56a676f7af64f7f8b [file] [log] [blame]
/* ==========================================================================
Author's custom styles
========================================================================== */
.hero-unit {
padding-right: 30px;
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color:#737db9;
background:#4f4c9a url('../img/nebula_logo_main_ball_250.png') no-repeat left center;
background-size: 250px;
box-shadow: 3px 3px 4px #000;
}
.hero-box {
margin-bottom: 30px;
font-size: 32px;
font-weight: 200;
line-height: 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
height:200px;
background-color:#737db9;
text-align:center;
float:left;
width:30%;
color:#737db9;
box-shadow: 3px 3px 4px #000;
}
a {
display: block;
}
body {
padding-bottom: 40px;
background-color: #737db9;
background: #737db9;
}