@charset "UTF-8";
/* CSS Document */



body {font-family: "Noto Sans", sans-serif; color: #231815;}
.header-wrapper {width: 100%;}
.header-holder, .content-holder, .footer-holder {width: 80%; margin: 0 auto;}
.logo-holder-left, .logo-holder-right {margin: 20px 0;}
.logo-holder-right {float: right; text-align: right;}
h1 {background: #e60012; color: #fff; font-size: 24px; text-transform: uppercase; text-align: center; padding: 10px 0; font-weight: 400; margin: 10px 0}
.sec-title {background: linear-gradient(180deg, 
        rgba(0,0,0,0) calc(60% - 1px), 
        rgba(230,0,18,1) calc(60%), 
        rgba(0,0,0,0) calc(60% + 1px)
    );
margin: 50px 0; text-align: left;
}
.sec-title span {background: #fff; padding-right: 10px; text-transform: uppercase; font-size: 20px;}
.disc {text-align: center; font-size: 14px;}
.form-control {font-size: 15px; height: auto; border-radius: 7px;}
.field-holder {padding-top: 20px; text-align: left;}
label {font-size: 15px; color: #9a9a99; font-weight: 400; padding: 10px 0;}
.but-submit {background: #e60012; color: #fff; margin-top: 45px; text-transform: uppercase; font-size: 15px;}
.but-search {background: #e60012; color: #fff; margin-top: 20px; text-transform: uppercase; font-size: 15px;}
.but-share {background: #e60012; color: #fff; text-transform: uppercase; font-size: 15px;}
.footer-wrapper {margin-top: 40px; background: #231815;}
.footer-holder {color: #fff; text-align: center; font-size: 13px; padding: 15px 0;}

.content-copy {text-align: center; font-size: 20px; margin-top: 50px;}
.qrcode {width: 20%;}
.copy-title {font-size: 15px; margin-bottom: 3px;}
.invoice-img {margin: 30px auto;}
.invoice-img img {width: 20%}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.but-submit {margin-top: 45px;}
	.but-header {margin-top: 0px;}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
.but-submit {margin-top: 10px;}
	.logo-holder-left {text-align: left; float: left;}
	.logo-holder-left img, .logo-holder-right img {width: 70%;}
	.logo-holder-right {text-align: right; float: right;}
	.sec-title {margin: 10px 0;}
}