/* CSS Document */
        html {
            height: 100%;
        }

        body {
            background-color:#fff;
			
        }
		.btn-block{
			font-size:14px;
		}
		.h-order{
			padding-top:9vh;
		}
		.h-flogo{
			padding-top:28vh;
		}
		.h-top{
			padding-top:30vh;
		}
		.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
            background-color: #6c2319 !important;
        }
		.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
            background-color: #867059 !important;
        }
        .btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
            background-color: #0ba29a !important;
        }
        .vh{
            padding-top:10vh;
	    }
       .logo img{
	     width:40%;
	    }
	    .footer{
	     width:72%;
		 
		 margin:5px auto;
	    }
	   .a{
	     float:left;
		 padding-right:10px;
		 }
		 .b{
	     float:left;
		 padding-right:10px;
		 }
	      
        @media only screen and (max-width: 600px) {
		.h-flogo{
			padding-top:35vh;
		}
		.h-top{
			padding-top:38vh;
		}
		.logo img{
	     width:100%;
	   }
        }