123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- html, body {
- margin: 0px;
- padding: 0px;
- font-family: 'Open Sans', sans-serif;
- }
- a {
- color: black;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- color: auto;
- }
- .float-right {
- float: right;
- }
- .shirt-row {
- /*height: 160px;*/
- width: 768px;
- margin: auto;
- padding-top: 10px;
- /*padding-bottom: 10px;*/
- }
- .shirt-row img {
- width: 192px;
- margin: 0px;
- padding: 0px;
- }
- #body-main {
- padding-bottom: 65px;
- margin-bottom: -65px;
- min-height: 100%;
- min-width: 768px;
- }
- #topbar {
- width: 100%;
- height: 65px;
- }
- #topbar-info {
- padding-top:25px;
- padding-right: 35px;
- }
- #main-banner {
- width: 100%;
- height: 300px;
- background-color: #0B3B51;
- }
- #centered-banner {
- width: 768px;
- margin: auto;
- }
- #shirt-logo {
- float: left;
- width: 394px;
- text-align: center;
- margin-top: -50px;
- }
- #banner-text {
- float: left;
- }
- #banner-text h1 {
- text-align: center;
- font-size: 72px;
- margin: 0px;
- padding: 0px;
- color: white;
- font-family: 'Oswald', sans-serif;
- white-space: nowrap;
- font-weight: normal;
- text-shadow: 2px 2px #000000;
- }
- #banner-text h2 {
- text-align: center;
- font-size: 24px;
- margin: 0px;
- padding: 0px;
- color: white;
- font-family: 'Lemonada', cursive;
- font-weight: normal;
- white-space: nowrap;
- text-shadow: 2px 2px #000000;
- }
- #section-1 {
- clear: both;
- width: 738px;
- margin: auto;
- padding-top: 1px;
- padding-left: 15px;
- padding-right: 15px;
- }
- #section-1 h1 {
- text-align: center;
- }
- #section-1 p {
- text-align: center;
- }
- #order-instructions p {
- font-size: 18px;
- }
- #section-2 {
- background-color: gray;
- }
- #shirt-row-1 {
- background-color: #0B3B51;
- }
- #shirt-row-2 {
- background-color: #081832;
- }
- #shirt-row-3 {
- background-color: #356D7C;
- }
- #section-3 {
- width: 768px;
- height: 325px;
- padding-top: 10px;
- margin: auto;
- }
- #booth-picture {
- float: left;
- width: 400px;
- text-align: center;
- }
- #contact-info {
- float: left;
- padding-left: 50px;
- font-size: 18px;
- font-weight: bold;
- }
- #contact-info img {
- width: 32px;
- vertical-align: middle;
- }
- #footer {
- background-color: #0B3B51;
- height: 65px;
- }
- #footer p {
- clear: both;
- font-size: 18px;
- text-align: center;
- color: white;
- padding-top: 25px;
- font-family: 'Lemonada', cursive;
- font-weight: normal;
- text-shadow: 2px 2px #000000;
- }
- @media only screen and (max-width: 767px) {
- #body-main {
- padding-bottom: auto;
- margin-bottom: auto;
- min-height: auto;
- min-width: auto;
- }
- #topbar {
- display: none;
- height: 50px;
- font-size: 14px;
- }
- #topbar-info {
- padding: 5px;
- float: right;
- }
- #shirt-logo {
- width: 197px;
- margin-top: -25px;
- display: none;
- }
- #shirt-logo img {
- width: 197px;
- }
- #centered-banner {
- width: 100%;
- margin: auto;
- }
- #banner-text {
- width: 100%;
- margin: auto;
- text-align: center;
- }
- #banner-text h1 {
- font-size: 38px;
- }
- #banner-text h2 {
- font-size: 16px;
- }
- #main-banner {
- height: 150px;
- }
- #section-1 {
- width: 75%;
- }
- .shirt-row {
- height: auto;
- width: auto;
- margin: auto;
- text-align: center;
- }
- .shirt-row img {
- width: 60%;
- margin: auto;
- padding: auto;
- }
- #section-3 {
- width: 75%;
- height: auto;
- }
- #booth-picture {
- width: 100%;
- }
- #booth-picture img{
- float: none;
- margin: auto;
- width: 100%;
- }
- #contact-info {
- float: none;
- text-align: center;
- padding: 0px;
- padding-left: 0px;
- margin: auto;
- font-size: 18px;
- }
- #footer {
- height: auto;
- }
- }
|