| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/dumpchup.ca/behaviour-taco-bell/app/view/css/ |
Upload File : |
@charset "UTF-8";
@font-face {
font-family: 'GT_America_Reg';
src: url('../font/GTAmerica-Regular.woff2') format('woff2'),
url('../font/GTAmerica-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'GT_America_Compressed';
src: url('../font/GTAmerica-CompressedRegular.woff2') format('woff2'),
url('../font/GTAmerica-CompressedRegular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'GT_America_Bold';
src: url('../font/GTAmerica-Bold.woff2') format('woff2'),
url('../font/GTAmerica-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
:root {
/* Chota overrides */
/*
--bg-color: #ffffff;
--bg-secondary-color: #f3f3f6;
--color-primary: #14854F;
--color-lightGrey: #d2d6dd;
--color-grey: #747681;
--color-darkGrey: #3f4144;
--color-error: #d43939;
--color-success: #28bd14;
--grid-maxWidth: 120rem;
--grid-gutter: 2rem;
--font-size: 1.6rem;
--font-color: #333333;
--font-family-sans: sans-serif;
--font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
*/
}
*, *:before, *:after {
box-sizing: inherit;
outline: none;
}
html {
box-sizing: border-box;
width: 100%;
height: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
body {
width: 100%;
height: 100%;
overflow: scroll;
color: #5C2D8E;
margin: 0;
padding: 0;
font-family: 'GT_America_Reg';
}
h1, h2, h3, h4, h5 {
text-align: center;
font-weight: bold;
font-family: 'GT_America_Bold';
}
h1 {
font-size: 8.7vw;
text-transform: uppercase;
}
h3 {
font-size: 6.15vw;
text-transform: uppercase;
}
p {
font-size: 4.6vw;
text-align: center;
}
p.sml {
font-size: 90%;
}
#page-content {
margin: 0 auto;
padding: 2vh 5vw;
max-width: 500px;
}
.button {
width: 100%;
text-align: center;
}
html.popup {
overflow: hidden;
position: relative;
}
html.popup body {
height: 100vh;
overflow: hidden;
}
#popup {
display: none;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
position: absolute;
z-index: 1000;
background-color: rgb(0 0 0 / 80%);
}
#popup-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.content-box {
width: 84%;
height: 74%;
padding: 1em;
color: #000;
position: relative;
text-align: center;
border-radius: 10px;
background-color: #FFF;
}
.button {
color: #000;
width: 100%;
padding: 1em;
border-radius: 2em;
background-color: #FEC10F;
text-transform: uppercase;
font-family: 'GT_America_Bold';
}
.button.active,
.button.secondary.active {
color: #FFF;
background-color: #000;
}
.button.secondary {
background-color: #FFF;
border: 0.125em solid #000;
}
.fine-print {
margin: 2em auto 1em;
text-align: center;
font-family: 'GT_America_Compressed';
}
@media only screen and (min-width: 500px) {
#page-content {
padding: 17px 25px;
}
h1 {
font-size: 44px;
}
h3 {
font-size: 31px;
}
p {
font-size: 23px;
}
}