diff --git a/css/agency.css b/css/agency.css index 3b908c2..4067534 100644 --- a/css/agency.css +++ b/css/agency.css @@ -6,7 +6,9 @@ body { overflow-x: hidden; - font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } p { @@ -32,7 +34,9 @@ h4, h5, h6 { font-weight: 700; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .page-section { @@ -51,7 +55,9 @@ h6 { font-style: italic; margin-bottom: 75px; text-transform: none; - font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } @media (min-width: 768px) { @@ -83,7 +89,9 @@ img::-moz-selection { } .btn { - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: 700; } @@ -97,13 +105,16 @@ img::-moz-selection { border-color: #fed136; } -.btn-primary:active, .btn-primary:focus, .btn-primary:hover { +.btn-primary:active, +.btn-primary:focus, +.btn-primary:hover { background-color: #fec810 !important; border-color: #fec810 !important; color: white; } -.btn-primary:active, .btn-primary:focus { +.btn-primary:active, +.btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; } @@ -119,15 +130,22 @@ img::-moz-selection { color: white; border: 0; background-color: #fed136; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } #mainNav .navbar-brand { color: #fed136; - font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Kaushan Script", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } -#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { +#mainNav .navbar-brand.active, +#mainNav .navbar-brand:active, +#mainNav .navbar-brand:focus, +#mainNav .navbar-brand:hover { color: #fec503; } @@ -137,10 +155,13 @@ img::-moz-selection { padding: 0.75em 0; letter-spacing: 1px; color: white; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } -#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { +#mainNav .navbar-nav .nav-item .nav-link.active, +#mainNav .navbar-nav .nav-item .nav-link:hover { color: #fed136; } @@ -173,7 +194,12 @@ img::-moz-selection { header.masthead { text-align: center; color: white; - background-image: url("../img/header-bg.jpg"); + background-image: linear-gradient( + to top, + rgba(46, 49, 65, 0.8), + rgba(46, 49, 65, 0.8) + ), + url("../img/header-bg.webp"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; @@ -190,7 +216,9 @@ header.masthead .intro-text .intro-lead-in { font-style: italic; line-height: 22px; margin-bottom: 25px; - font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } header.masthead .intro-text .intro-heading { @@ -198,7 +226,9 @@ header.masthead .intro-text .intro-heading { font-weight: 700; line-height: 50px; margin-bottom: 25px; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } @media (min-width: 768px) { @@ -211,14 +241,18 @@ header.masthead .intro-text .intro-heading { font-style: italic; line-height: 40px; margin-bottom: 25px; - font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } header.masthead .intro-text .intro-heading { font-size: 75px; font-weight: 700; line-height: 75px; margin-bottom: 50px; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } } @@ -253,7 +287,11 @@ header.masthead .intro-text .intro-heading { opacity: 1; } -#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content { +#portfolio + .portfolio-item + .portfolio-link + .portfolio-hover + .portfolio-hover-content { font-size: 20px; position: absolute; top: 50%; @@ -264,12 +302,27 @@ header.masthead .intro-text .intro-heading { color: white; } -#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i { +#portfolio + .portfolio-item + .portfolio-link + .portfolio-hover + .portfolio-hover-content + i { margin-top: -12px; } -#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, -#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 { +#portfolio + .portfolio-item + .portfolio-link + .portfolio-hover + .portfolio-hover-content + h3, +#portfolio + .portfolio-item + .portfolio-link + .portfolio-hover + .portfolio-hover-content + h4 { margin: 0; } @@ -290,7 +343,9 @@ header.masthead .intro-text .intro-heading { font-size: 16px; font-style: italic; margin: 0; - font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } #portfolio * { @@ -326,7 +381,9 @@ header.masthead .intro-text .intro-heading { font-size: 16px; font-style: italic; margin: 20px 0 30px; - font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .portfolio-modal .modal-content ul.list-inline { @@ -390,7 +447,7 @@ header.masthead .intro-text .intro-heading { left: 40px; width: 2px; margin-left: -1.5px; - content: ''; + content: ""; background-color: #e9ecef; } @@ -400,9 +457,10 @@ header.masthead .intro-text .intro-heading { margin-bottom: 50px; } -.timeline > li:after, .timeline > li:before { +.timeline > li:after, +.timeline > li:before { display: table; - content: ' '; + content: " "; } .timeline > li:after { @@ -620,25 +678,33 @@ section#contact .form-control:focus { section#contact ::-webkit-input-placeholder { font-weight: 700; color: #ced4da; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } section#contact :-moz-placeholder { font-weight: 700; color: #ced4da; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } section#contact ::-moz-placeholder { font-weight: 700; color: #ced4da; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } section#contact :-ms-input-placeholder { font-weight: 700; color: #ced4da; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .footer { @@ -650,7 +716,9 @@ section#contact :-ms-input-placeholder { font-size: 90%; line-height: 40px; text-transform: none; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .footer ul.quicklinks { @@ -658,7 +726,9 @@ section#contact :-ms-input-placeholder { line-height: 40px; margin-bottom: 0; text-transform: none; - font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } ul.social-buttons { @@ -678,6 +748,8 @@ ul.social-buttons li a { background-color: #212529; } -ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover { +ul.social-buttons li a:active, +ul.social-buttons li a:focus, +ul.social-buttons li a:hover { background-color: #fed136; } diff --git a/img/header-bg.webp b/img/header-bg.webp new file mode 100644 index 0000000..c0dd78c Binary files /dev/null and b/img/header-bg.webp differ diff --git a/img/header-bg.jpg b/img/old-header-bg.jpg similarity index 100% rename from img/header-bg.jpg rename to img/old-header-bg.jpg diff --git a/index.html b/index.html index e37f98a..708484f 100644 --- a/index.html +++ b/index.html @@ -1,113 +1,168 @@ + + + + + - + Redline Racing Car Show - - - - + + - Agency - Start Bootstrap Theme + + + + + + - - + + + - - - - - - - - - - - - - - - - - - -
-
-
-
Welcome To Our Studio!
-
It's Nice To Meet You
- Tell Me More -
-
-
- - -
-
-
-
-

Services

-

Lorem ipsum dolor sit amet consectetur.

+ + + + + +
+
+
+
+ Welcome To the Show! +
+
+ More text to keep you interested! +
+ Tell Me More
-
-
+ - -
+ +
+
+
+
+

Services

+

+ Lorem ipsum dolor sit amet consectetur. +

+
+
+
+
+ + + + +

E-Commerce

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima + maxime quam architecto quo inventore harum ex magni, dicta + impedit. +

+
+
+ + + + +

Responsive Design

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima + maxime quam architecto quo inventore harum ex magni, dicta + impedit. +

+
+
+ + + + +

Web Security

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima + maxime quam architecto quo inventore harum ex magni, dicta + impedit. +

+
+
+
+
+ + + - -
+ + - -
+ + - -
+ + - -
-
-
-
-

Contact Us

-

Lorem ipsum dolor sit amet consectetur.

+ +
+
+
+
+

Contact Us

+

+ Lorem ipsum dolor sit amet consectetur. +

+
+
+
+
+
+
+
+
+ +

+
+
+ +

+
+
+ +

+
+
+
+
+ +

+
+
+
+
+
+ +
+
+
+
-
-
-
+
+ + + + + + + +
- - - - - - - -