123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- html, body {
- margin: 0px;
- padding: 0px;
- font-size: 0;
- }
- body {
- height: 100%;
- font-family: 'Open Sans', sans-serif;
- }
- h1 {
- margin: 0px;
- padding: 0px;
- font-size: 72px;
- white-space: nowrap;
- font-weight: normal;
- }
- h1 a:link {
- text-decoration: none;
- }
- footer {
- background: black;
- color: white;
- font-size: 16px;
- font-family: 'Open Sans', sans-serif;
- height: 130px;
- }
- .dark {
- color: #B03C41;
- }
- .bright {
- color: #EF1D26;
- }
- .light {
- color: #F35D63;
- }
- .order-button {
- display: block;
- position: relative;
- font-weight: normal;
- border-radius: 15px;
- padding: 4px 10px;
- background-color: #EF1D26;
- color: white;
- font-family: "Fjalla One", Arial, sans-serif;
- font-size: 48px;
- border: 0px;
- -webkit-box-shadow: 0px 0px 10px 0px #444444;
- -moz-box-shadow: 0px 0px 10px 0px #444444;
- box-shadow: 0px 0px 10px 0px #444444;
- text-decoration: none;
- white-space: nowrap;
- }
- .order-button:hover {
- cursor: pointer;
- background-color: white;
- color: #EF1D26;
- }
- .footer-section {
- width: 31%;
- float: left;
- text-align: center;
- padding: 1%;
- }
- .button-center {
- width: 250px;
- margin: auto;
- text-align: center;
- }
- .shift-right {
- padding-left: 50%;
- }
- #wrapper {
- min-height: 100%;
- padding-bottom: 130px;
- margin-bottom: -130px;
- }
- #banner {
- margin-top: 70px;
- padding-bottom: 20px;
- background-color: white;
- }
- #banner img {
- width: 100%;
- }
- #header-text {
- font-family: "Lobster", Arial, sans-serif;
- position: absolute;
- top: 0px;
- left: 0px;
- }
- #top-order-button {
- margin-top: -50px;
- }
- #detail-section {
- background: url('../images/background.jpg');
- background-size: 100%;
- background-repeat: repeat-y;
- }
- #detail-content {
- width: 768px;
- margin: auto;
- height: 380px;
- }
- #detail-image {
- float: left;
- width: 380px;
- }
- #detail-text {
- float: left;
- width: 370px;
- padding: 5px;
- text-align: center;
- font-size: 26px;
- }
- #detail-text a {
- white-space: nowrap;
- }
- #detail-text a:link {
- text-decoration: none;
- color: #004FFF;
- }
- #detail-text a:hover {
- text-decoration: underline;
- }
- #detail-text a:visited {
- color: #004FFF;
- }
- #feature-section {
- clear: both;
- color: white;
- background-color: #52060F;
- height: 260px;
- padding-bottom: 20px;
- }
- #feature-content {
- width: 768px;
- margin: auto;
- }
- #feature-content h1 {
- margin: 0px;
- padding: 10px;
- font-style: italic;
- font-size: 36px;
- text-align: center;
- text-shadow: 2px 2px #000000;
- }
- #feature-content .feature{
- font-family: "Fjalla One", Arial, sans-serif;
- font-size: 18px;
- float: left;
- width: 33%;
- text-align: center;
- }
- #inline-order-button {
- margin-top: -80px;
- }
- #action-section {
- clear: both;
- width: 768px;
- margin: auto;
- background-color: white;
- font-size: 18px;
- padding-top: 50px;
- height: 420px;
- }
- #commitment-text {
- float: left;
- width: 300px;
- text-align: center;
- }
- #commitment-text h1 {
- font-family: "Fjalla One", Arial, sans-serif;
- font-size: 48px;
- }
- #commitment-image {
- float: left;
- padding-left: 50px;
- }
|