diff --git a/css/home.css b/css/home.css index bc09bc4..3d79ad5 100644 --- a/css/home.css +++ b/css/home.css @@ -10,4 +10,79 @@ } .person:hover { border-color: #f1f1f1; - } \ No newline at end of file + } +.carousel-inner img { + -webkit-filter: grayscale(90%); + filter: grayscale(90%); /* make all photos black and white */ + width: 100%; /* Set width to 100% */ + margin: auto; + } + +.carousel-caption h3 { + color: #fff !important; + } + +@media (max-width: 600px) { +.carousel-caption { + display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */ + } + } + +.bg-1 { + background: #2d2d30; + color: #bdbdbd; + } +.bg-1 h3 {color: #fff;} +.bg-1 p {font-style: italic;} + + /* Remove rounded borders from list */ +.list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; + } + +.list-group-item:last-child { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + } + + /* Remove border and add padding to thumbnails */ +.thumbnail { + padding: 0 0 15px 0; + border: none; + border-radius: 0; + } + +.thumbnail p { + margin-top: 15px; + color: #555; + } + + /* Black buttons with extra padding and without rounded borders */ +.btn { + padding: 10px 20px; + background-color: #333; + color: #f1f1f1; + border-radius: 0; + transition: .2s; + } + + /* On hover, the color of .btn will transition to white with black text */ +.btn:hover, .btn:focus { + border: 1px solid #333; + background-color: #fff; + color: #000; + } + +.modal-header, h4, .close { + background-color: #333; + color: #fff !important; + text-align: center; + font-size: 30px; + } + +.modal-header, .modal-body { + padding: 40px 50px; + } + + diff --git a/home.html b/home.html index 5605a3d..89d2f43 100644 --- a/home.html +++ b/home.html @@ -84,6 +84,106 @@ + +
+

Contact

+

We love our fans!

+
+
+

Drop a note.

+

Denver, US

+

Phone: +00 1515151515

+

Email: mail@mail.com

+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+