| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- @font-face {
- font-family: Architect;
- src: url(../fonts/ProvArchitect.woff);
- }
- .architect {
- /*font-family: Architect;*/
- font-family: Montserrat', sans-serif;
- }
- /* Company Colours */
- body {
- background-color: #D9CCC1;
- }
- .brown-dark {
- color: #635A4A;
- }
- .brown-two {
- color: #BFAA92;
- }
- .brown-three {
- color: #97846E;
- }
- .brown-light {
- color: #D9CCC1;
- }
- .brown-five {
- color: #28261E;
- }
- .bg-brown-dark {
- background-color: #635A4A;
- }
- .bg-brown-two {
- background-color: #BFAA92;
- }
- .bg-brown-three {
- background-color: #97846E;
- }
- .bg-brown-light {
- background-color: #D9CCC1;
- }
- .bg-brown-five {
- background-color: #28261E;
- }
- .bd-brown-dark {
- border-color: #635A4A;
- }
- .bd-brown-two {
- border-color: #BFAA92;
- }
- .bd-brown-three {
- border-color: #97846E;
- }
- .bd-brown-light {
- border-color: #D9CCC1;
- }
- .bd-brown-five {
- border-color: #28261E;
- }
- hr {
- color: #635A4A;
- border: 0;
- border-top: 1.1px solid;
- opacity: 100;
- }
- .extra-light {
- font-weight:300;
- }
- canvas {
- width: 100%;
- height: 100%;
- display: block;
- /* this is IMPORTANT! */
- position: relative;
- border: 1px solid;
- }
- .signature-pad {
- img {
- position: absolute;
- left: 0;
- top: 0;
- }
- }
- .form-check-input {
- border-color: #28261E;
- }
- .form-check-input:checked {
- background-color: #635A4A;
- border-color: #28261E;
- }
- .btn {
- border-radius: 0;
- }
|