﻿ @media (min-width: 768px) {
            .wrapper {
	            min-height: 100%;
	            margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
            }
            body, html {
                 height:100%;
            }
            footer, .push {               
                height: auto; /* '.push' must be the same height as 'footer' */
            }            
        }


        a.btn-default {
            background: #fff;
            border: 1px solid #ababab;
            border-top: 1px solid #ababab;
            border-left: 1px solid #ababab;
            color: #000;
            box-shadow: none;
            text-decoration: none;
            text-shadow: none;
            cursor: pointer;
            border-radius: 0;
            display: inline-block;
            text-align: center;
        }

        *{
            margin: 0;
        }
        body, html {
		    font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
            font-size: 14px;
            color: #000;
            background-image: url('images/bg-body.jpg');
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
        }
        
        footer {
            text-align:left;
            font-size:12px;        
        }
        footer p{
            margin:0;        
        }
        header {
            padding: 10px 0 0 0;
            background: #ffe500;
        }
        header, footer {
            color:#fff;
            -webkit-text-shadow:  0 1px rgba(0, 0, 0, 0.5);
            -moz-text-shadow:  0 1px rgba(0, 0, 0, 0.5);
        }
        a {
            color: #000;
        }
            a:hover {
                color: #000;
            }

        h1 {
            font-family: 'Coda', Arial;
			font-weight: 800;
			color: #fff;
			padding: 18px 20px 13px 20px;
			background: #000;
			display: inline-block;
			margin-left: 10px;
			clear: both;
			transform: skewX(-25deg);
			-webkit-transform: skewX(-25deg);
			-moz-transform: skewX(-25deg);
			-o-transform: skewX(-25deg);
			-ms-transform: skewX(-25deg);
            margin-left:20px;
            margin-right:20px;
        }
            h2 {
                font-family: 'Coda', Arial;
                margin:0;
                font-size:40px;
            }
            
            .tab-pane h2 {
                font-size: 26px;
            }
            
		h3{
            font-family: 'Coda', Arial;
			margin-top: 0;
			padding: 10px 20px;
			background: #ffe500;
			display: inline-block;
		}	
		.content {            
			background: rgba(255,255,255,0.8);
			padding:20px;
            max-width: 700px;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom:50px;
		}
		.txt-center {
			text-align: center;
		}

		.copyright {
			color: #fff;
			padding: 10px;
			background-color: #202020;
			padding-top: 20px;
		}

			.copyright a {
				color: #fff;
				text-decoration: none;
			}

				.copyright a:hover {
					color: #ffe500;
					text-decoration: underline;
				}
        /* HTML ELEMENTS
        ----------------------------------------------------------*/
        hr {
            border: none;
            height: 1px;
            border-top: 1px solid #ababab;
            margin: auto;
            
        }
        
        .tab-pane hr {
                 border-top: 1px solid #eee;
                 margin-bottom: 20px;
            }
        
        .clear {
            clear:both;
        }
        @media (max-width: 768px) {
            .content {
                margin-top: 10px;
		    }
             footer {
                color:#fff;
                background:#000;
                -webkit-text-shadow:  none;
                -moz-text-shadow:  none;
                text-shadow:  none; 
            }
        }