@import url(font-awesome.min.css); /* Type */ body { background-color: #f4f4f4; color: #666666; } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; border-radius: 4px; border: 0; cursor: pointer; display: inline-block; font-weight: 400; height: 3.5em; line-height: 3.5em; padding: 0 2em 0 2.375em; text-align: center; text-decoration: none; white-space: nowrap; text-transform: uppercase; letter-spacing: 0.325em; font-size: 0.725em; } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5em; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { display: block; margin: 0 0 1em 0; width: 100%; } input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big { font-size: 0.8em; padding: 0 2.5em 0 2.875em; height: 3.75em; line-height: 3.75em; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { -moz-pointer-events: none; -webkit-pointer-events: none; -ms-pointer-events: none; pointer-events: none; opacity: 0.25; } @media screen and (max-width: 480px) { input[type="submit"], input[type="reset"], input[type="button"], button, .button { padding: 0; } } input[type="submit"], input[type="reset"], input[type="button"], button, .button { background-color: transparent; box-shadow: inset 0 0 0 2px #666666; color: #444444 !important; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { color: #EF6480 !important; box-shadow: inset 0 0 0 2px #EF6480; } input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active { background-color: rgba(239, 100, 128, 0.15); } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { color: #999999; } /* Main */ #main { padding: 4em 4em 2em 4em; background-color: #ffffff; border-radius: 4px; } #main > header:first-child { text-align: center; } @media screen and (max-width: 736px) { #main { padding: 2em 2em 0.1em 2em; } } @media screen and (max-width: 480px) { #main { padding: 2em 1em 0.1em 1em; } } /* Intro */ #intro { padding: 4em 4em 4em 4em; background-color: #ffffff; border-radius: 4px; text-align: center; margin: auto; width:80% } @media screen and (max-width: 736px) { #intro { padding: 2em 2em 0.1em 2em; } } @media screen and (max-width: 480px) { #intro { padding: 2em 1em 0.1em 1em; } #intro p br { display: none; } }