|
|
- body {
- overflow-x: hidden;
-
- }
- .global-wrapper {
- width: 100%;
- }
-
- .page-wrapper {
- display:grid;
- width: 100%;
- }
-
- .info h1 {
- color:#333;
- font-family:'IBM Plex Sans', sans-serif;
- text-transform: uppercase;
- justify-self: center;
- align-self: center;
- padding-top: 2.5rem;
- margin-bottom: 1.5rem;
- }
-
- .info h1 span{
- color: rgb(0, 255, 170);
- }
- .info p {
- color: black;
-
- }
-
- .info p span {
- color: rgb(0, 255, 170);
- font-weight: 600;
- }
-
- .info img {
- width: 25vh;
- height: auto;
- align-self: center;
- margin-top: 5vh;
- }
-
- .about p span {
- color:rgb(0, 255, 170);
- font-weight: 400;
- }
-
- .product p span{
- color:rgb(62, 190, 147);
- }
-
- .product h5 {
- color: #333;
-
- }
-
-
- @media (max-width:480px) {
- .page-wrapper {
- grid-template-columns: 100%;
- grid-template-rows: auto auto;
- grid-template-areas:
- "info"
- "page-content";
- width: 100%;
- }
-
- .info {
- width:100%;
- height: 75vh;
- grid-area: info;
- display: flex;
- flex-direction: column;
- padding-top: 10vh;
- }
-
- .info p {
- font-size: 1.05rem;
- font-weight: 300;
- line-height: 3.5vh;
- margin: 1rem;
- text-align: center;
- }
-
- .info p span {
- font-size: 1.15rem;
- font-weight: 400;
- letter-spacing: .04em;
- }
-
- .info h1 {
- font-size: 2.75rem;
- font-weight: 300;
- letter-spacing: 0.4rem;
- padding-top: 2vh;
- }
-
- .image {
- display:flex;
- justify-content: center;
- }
-
- .info img {
- min-width: 60vw;
- height: auto;
- align-self: center;
- margin-top: 0;
- }
-
-
- .app-container {
- width: 100%;
- grid-area: page-content;
- padding: 1rem;
- padding-top: 1.5rem;
- position: relative;
- width: 100%;
- min-height: 100vh;
- overflow: hidden;
- background-color: rgb(0, 255, 170);
- display:flex;
- flex-direction: column;
- }
-
- .strip {
- height: auto;
- grid-template-columns: 1fr;
- grid-template-rows: .95fr 1fr;
- padding: .75rem .95rem;
- background-color: white;
- border-radius: 25px;
- }
- .strip .about {
- grid-column: 1;
- grid-row: 1;
- }
-
- .about h3 {
- font-size: 2rem;
- font-weight: 300;
- text-align: center;
- line-height: 3rem;
- color:rgb(0, 255, 170);
- margin: 1rem .5rem;
- }
-
- .about p {
- font-weight: 300;
- font-size: .95rem;
- line-height: 5vh;
- text-align: center;
- margin: 1rem .5rem;
- }
-
- .about p span {
- font-size: 1.1rem;
- letter-spacing: .03em;
- }
-
- .about img {
- width:30vh;
- height: auto;
- padding: 1rem 0 2rem 0;
- }
-
- .strip2 {
- padding:.75rem;
- background-color: white;
- border-radius: 25px;
- z-index: 10000;
- margin-top: 3vh;
- min-height: 90vh;
- }
-
- .products h3 {
- font-size: 1.65rem;
- font-weight: 300;
- letter-spacing: .04em;
- line-height: 3rem;
- color: rgb(62, 190, 147);
- margin: 1rem 0 1rem 1.5rem;
- text-transform: uppercase;
- font-family:'IBM Plex Sans', sans-serif;
- }
-
- .products img {
- width: 20vh;
- margin: 1rem;
- opacity: 0;
- }
-
- .products h5 {
- font-size: 1.65rem;
- font-weight: 200;
- font-family:'IBM Plex Sans', sans-serif;
- text-transform: uppercase;
- letter-spacing: .01em;
- margin-bottom: .5rem;
- padding-top: 2vh;
- }
-
- .products p {
- font-weight: 300;
- font-size: .95rem;
- line-height: 5vh;
- text-align: center;
- margin: .75rem;
- }
-
- .product {
- display: flex;
- flex-direction: column;
- align-items: center;
- box-shadow: 1px 1px 1px 1px #999;
- border-radius: 25px;
- padding: 1rem;
- }
-
- .product .image {
- border: 1px solid #eee;
- border-radius: 25px;
- margin: 1rem 0;
- }
-
- .product .click {
- padding: 2vh 0;
- }
-
- .product .click button {
- padding: .5rem 1.25rem;
- background-color: #fff;
- border: .01em solid #000;
- font-size: 1.25rem;
- font-family:'Lato', sans-serif;
- line-height: 1rem;
- border-radius: 25px;
- font-weight: 300;
- cursor: pointer;
- margin-top: 1rem;
- margin-left: .25rem;
- transition: .5s;
- }
-
- .product .click button a {
- text-decoration: none;
- color: #333;
- }
-
- .product .click button a:active {
- opacity: 50%;
- color: rgb(0, 255, 170);
- }
-
- #app {
- margin-left: 5vh;
- text-decoration: none;
- color: white;
- }
-
-
-
-
-
- #desktop {
- display:none;
- }
- }
-
- @media (min-width:768px){
-
- .page-wrapper {
- grid-template-columns: 100%;
- grid-template-rows: auto auto;
- grid-template-areas:
- "info"
- "page-content";
- width: 100%;
- }
-
- .info {
- width:100%;
- height: 65vh;
- grid-area: info;
- display: grid;
- grid-template-columns: repeat(2, 50%);
- grid-template-rows: repeat(2, 50%);
- padding-left: 5vw;
- }
-
- .info h1 {
- grid-column: 1;
- grid-row: 1;
- font-size: 6.25rem;
- font-weight: 300;
- letter-spacing: .04em;
- margin-bottom: 0;
- display: flex;
- justify-self: center;
- padding-top: 7.5vh;
- }
-
- .info p {
- grid-column: 1;
- grid-row: 2;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- font-size: 1.35rem;
- margin: 0 1rem 1rem 1rem;
- text-align: center;
- line-height: 4rem;
- letter-spacing: .03em;
- }
-
- .info p span {
- font-size: 1.45rem;
- font-weight: 400;
- }
-
- .info .image {
- grid-column: 2;
- grid-row: 1/3;
- display:flex;
- justify-self: flex-start;
- align-self: center;
- }
-
- .info img {
- min-width: 35vw;
- margin: 0;
- }
-
- .app-container {
- width: 100%;
- grid-area: page-content;
- padding:2rem;
- overflow: hidden;
- background-color:rgb(0, 255, 170);
- display:flex;
- flex-direction: column;
- }
-
- .strip {
- padding:2.5rem 0 0 2.5rem;
- background-color: white;
- border-radius: 25px;
- z-index: 10000;
- min-height: 90vh;
- }
-
- .about {
- display: grid;
- grid-template-columns: 1fr 1fr;
- grid-template-rows: .2fr 1fr;
- }
-
- .about h3 {
- font-size: 2.5rem;
- font-weight: 300;
- line-height: 3rem;
- color:rgb(0, 255, 170);
- margin: 5rem 0 2rem 1rem;
- }
-
- .about span {
- color: rgb(0, 255, 170);
- }
-
- .about p {
- margin: 1rem 1rem 0 1rem;
- text-align: left;
- font-size: 1.35rem;
- font-weight: 300;
- line-height: 5vh;
- }
-
- .about p span {
- font-size: 1.5rem;
- letter-spacing: .04em;
- }
-
- .about .image {
- grid-column: 2;
- grid-row:1/3;
- display:flex;
- justify-content: center;
- align-items: center;
- }
-
-
- .about img {
- width:55vh;
- height: auto;
- margin-top: 10vh;
- }
-
- .strip2 {
- padding:.75rem;
- background-color: white;
- border-radius: 25px;
- z-index: 10000;
- margin-top: 3vh;
- min-height: 90vh;
- }
-
- .products h3 {
- font-size: 2.5rem;
- font-weight: 300;
- line-height: 3rem;
- color: rgb(62, 190, 147);
- margin: 3rem 0 3rem 1.5rem;
- text-transform: uppercase;
- font-family:'IBM Plex Sans', sans-serif;
- padding-left: 1.5rem;
- }
-
- .products img {
- width: 35vh;
- opacity: 0;
- }
-
- .product h5 {
- font-size: 1.5rem;
- font-weight: 300;
- font-family:'IBM Plex Sans', sans-serif;
- letter-spacing: .04em;
- text-transform: uppercase;
- margin-bottom: .5rem;
- }
-
- .products p {
- text-align: center;
- margin: 1rem;
- }
-
- .product {
- display: grid;
- grid-template-columns: .25fr 1fr;
- grid-template-rows: .5fr 1fr .5fr;
- box-shadow: 3px 3px 3px 3px #eee;
- border-radius: 25px;
- }
-
- .product .image {
- grid-column: 1;
- grid-row:1/3;
- padding: 3vh;
- border: 1px solid #eee;
- border-radius: 25px;
- margin: 1rem 0;
- display: flex;
- align-items: center;
- margin: 4rem 0 0 4rem;
- }
-
- .product h5 {
- grid-column: 2;
- grid-row: 1;
- font-size: 3rem;
- display:flex;
- justify-self: center;
- align-self: flex-end;
- }
-
- .product h5 span{
- color: #999;
- }
-
- .product p {
- display:flex;
- flex-direction: column;
- justify-self: center;
- align-self: center;
- grid-column: 2;
- grid-row: 2;
- padding: 0 2.5rem;
- font-size: 1.15rem;
- font-weight: 300;
- line-height: 5vh;
- letter-spacing: .02em;
-
- }
-
- .product .click {
- grid-column: 2;
- grid-row: 3;
- display:flex;
- justify-self: center;
- align-self: center;
- justify-content: space-between;
- padding: 0 0 2.5rem 0;
- }
-
- .product .click button {
- padding: .75rem 1.5rem;
- background-color: #fff;
- border: .01em solid #000;
- font-size: 1.5rem;
- color: white;
- font-family:'Lato', sans-serif;
- line-height: 1rem;
- border-radius: 25px;
- font-weight: 300;
- cursor: pointer;
- transition: .3s;
- margin-top: 1rem;
- margin-left: .25rem;
- }
-
- .product .click button a {
- color: #333;
- text-decoration: none;
- }
-
- .product .click button:hover {
- opacity: 50%;
- background-color: rgb(0, 255, 170);
- }
-
- #app {
- margin-left: 10vh;
- }
-
- #app:hover {
- opacity: 50%;
- background-color: red !important;
- }
-
- }
-
|