diff --git a/css/main.css b/css/main.css index 86bb1816..3ded812c 100644 --- a/css/main.css +++ b/css/main.css @@ -74,7 +74,7 @@ html, body { } body { - background: #6f0a0d; + background: #ffffff; font-family: "lora-regular", serif; font-size: 1.7rem; font-style: normal; @@ -1476,7 +1476,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { /* background: white; */ background: rgba(255,255,255,0.8); border: 1px solid black; - backdrop-filter: blur(10px); + backdrop-filter: blur(10px); color: rgba(255, 255, 255, 0.25); font-family: "montserrat-light", sans-serif; font-size: 1.3rem; @@ -1692,7 +1692,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { top: 50%; right: auto; bottom: auto; - background-color: white; + background-color: #ff904d; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } @@ -1749,7 +1749,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { width: 100%; height: 100%; min-height: 786px; - background-color: transparent; + background-color: #F5F5F5; position: relative; display: table; } @@ -1761,9 +1761,9 @@ button::-moz-focus-inner, input::-moz-focus-inner { width: 100%; height: 100%; opacity: .4; - background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); + /* background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); - background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); + background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); */ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6f0a0d00', endColorstr='#cc000000', GradientType=0); } @@ -1774,11 +1774,11 @@ button::-moz-focus-inner, input::-moz-focus-inner { width: 100%; height: 100%; opacity: .6; - background-color: #6f0a0d; + /* background-color: #6f0a0d; */ } .no-js .s-home { - background: #6f0a0d; + /* background: #6f0a0d; */ } @@ -1798,7 +1798,8 @@ button::-moz-focus-inner, input::-moz-focus-inner { .home-content h3 { font-family: "montserrat-medium", sans-serif; font-size: 1.6rem; - color: rgba(255, 255, 255, 0.5); + /* color: rgba(255, 255, 255, 0.5); */ + color: #6f0a0d; text-transform: uppercase; letter-spacing: .3rem; position: relative; @@ -1812,7 +1813,8 @@ button::-moz-focus-inner, input::-moz-focus-inner { font-size: 6.3rem; line-height: 1.333; margin-top: 0; - color: #FFFFFF; + /* color: black; */ + color: #6f0a0d } .home-content__main { @@ -1827,8 +1829,8 @@ button::-moz-focus-inner, input::-moz-focus-inner { .home-content__buttons .btn { width: 215px; - border-color: #FFFFFF; - color: #FFFFFF; + /* border-color: #FFFFFF; */ + /* color: black; */ margin: 1.5rem 1.5rem 0 0; letter-spacing: .25rem; -webkit-transition: all 0.5s ease-in-out; @@ -1856,7 +1858,8 @@ button::-moz-focus-inner, input::-moz-focus-inner { font-size: 1rem; text-transform: uppercase; letter-spacing: .3rem; - color: #FFFFFF; + /* color: #FFFFFF; */ + color: #6f0a0d; position: relative; display: inline-block; line-height: 3rem; @@ -1912,7 +1915,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { } .home-social a { - color: white; + color: #6f0a0d; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } @@ -1944,7 +1947,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { width: 33px; height: 33px; line-height: calc(33px - 4px); - border: 2px solid #FFFFFF; + border: 2px solid #6f0a0d; border-radius: 50%; }