www/src/static/css/homepage.css

285 lines
5.3 KiB
CSS
Raw Normal View History

2022-09-07 20:29:07 +03:00
/* General/Utilities */
2022-09-27 01:21:22 +03:00
@media only screen and (min-width: 1200px) {
2022-09-28 00:26:06 +03:00
html,body{
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 2.2vw;
}
2022-09-27 01:21:22 +03:00
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
2022-09-28 00:26:06 +03:00
html,body{
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 2.2vw;
}
2022-09-27 01:21:22 +03:00
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
2022-09-28 00:26:06 +03:00
html,body{
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 5vw;
}
2022-09-27 01:21:22 +03:00
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
}
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
2022-09-28 00:26:06 +03:00
html,body{
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 6.65vw !important;
}
2022-09-27 01:21:22 +03:00
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
}
}
@media only screen and (max-width: 576px) {
2022-09-28 00:26:06 +03:00
html,body{
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 5.5vw !important;
}
2022-09-27 01:21:22 +03:00
.container{
max-width: 1920px;
padding: 5.4vw 3vw;
2022-09-27 01:21:22 +03:00
}
2022-09-07 20:29:07 +03:00
}
2022-09-16 01:15:41 +03:00
@media only screen and (min-width: 1200px) {
2022-09-13 18:51:23 +03:00
/* M5 Spacers (Bootstrap Utilities)*/
.m-5{
2022-09-16 19:06:39 +03:00
margin: 12.556vw !important;
2022-09-13 18:51:23 +03:00
}
.mb-5{
2022-09-16 19:06:39 +03:00
margin-bottom: 12.556vw !important;
2022-09-13 18:51:23 +03:00
}
.mt-5{
2022-09-16 19:06:39 +03:00
margin-top: 12.556vw !important;
2022-09-13 18:51:23 +03:00
}
.ms-5{
2022-09-16 19:06:39 +03:00
margin-left: 12.556vw !important;
2022-09-13 18:51:23 +03:00
}
.me-5{
2022-09-16 19:06:39 +03:00
margin-right: 12.556vw !important;
2022-09-13 18:51:23 +03:00
}
2022-09-07 20:29:07 +03:00
}
/* Brand Colors */
.teal{color:#00ffd0;}
.black{color:#1a1a1a;}
.dark-gray{color:#4d4d4d;}
.grid-gray{color:#949494;}
.light-gray{color: #e1e1e1;}
.white{color:#ffffff;}
.purple{color: #8000ff;}
.orange{color: #ff4100;}
/* Background Colors */
.teal-bg{background-color:#00ffd0;}
.black-bg{background-color: #1a1a1a;}
.dark-gray-bg{background-color: #4d4d4d;}
.grid-gray-bg{background-color: #949494;}
.light-gray-bg{background-color: #e1e1e1;}
.white-bg{background-color: #ffffff;}
.purple-bg{background-color: #8000ff;}
.orange-bg{background-color: #ff4100;}
2022-09-07 22:27:28 +03:00
/* Spacers & Dividers */
hr{
border-bottom: 2px solid #949494 !important;
opacity: 1;
2022-09-09 23:52:26 +03:00
margin: 0px !important;
2022-09-07 22:27:28 +03:00
}
2022-09-08 22:07:14 +03:00
/* Homepage */
2022-09-16 01:15:41 +03:00
@media only screen and (min-width: 1200px) {
2022-09-08 22:23:13 +03:00
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
}
@media only screen and (min-width: 576px) and (max-width: 768px){
}
@media only screen and (max-width: 576px) {
2022-09-22 22:41:34 +03:00
.hero-subhead{
width: 100%;
}
}
@media only screen and (min-width: 1200px) {
2022-09-27 20:07:48 +03:00
2022-09-27 19:55:09 +03:00
.hero-section{
background-image: url("/Images/x-large-grid-hero.svg");
background-attachment: fixed;
background-position: top;
background-repeat: repeat;
background-size: contain;
}
.hero-bottom{
background-image: url("/Images/x-large-grid-hero.svg");
background-attachment: fixed;
background-position: center-top;
background-repeat: repeat;
background-size: contain;
height: 75px;
}
2022-09-08 22:23:13 +03:00
.impact-section{
2022-09-16 23:06:14 +03:00
background-image: url("/Images/impact-section-grid.svg");
background-attachment: fixed;
2022-09-16 23:06:14 +03:00
background-repeat: repeat-y;
background-size: contain;
2022-09-16 23:06:14 +03:00
padding-top: 3.5vw;
opacity: 1;
2022-09-08 23:30:03 +03:00
}
2022-09-13 01:02:55 +03:00
.package_before{
2022-09-16 23:40:13 +03:00
background-image: url("/Images/xl-grid-half-right.svg");
2022-09-15 21:02:18 +03:00
background-attachment: fixed;
background-repeat: repeat-y;
2022-09-16 23:50:49 +03:00
background-position: right;
background-size: cover;
2022-09-16 19:06:39 +03:00
padding-top: 12.556vw;
padding-bottom: 12.556vw;
}
2022-09-15 21:02:18 +03:00
.package-grid-header{
padding-top:0.5vw;
padding-bottom: 2.9vw;
}
.package-cta{
background-image: url("/Images/x-large-grid.svg");
background-attachment: fixed;
background-repeat: repeat-y;
background-size: cover;
2022-09-13 18:12:56 +03:00
}
.statistics{
2022-09-21 23:37:13 +03:00
background-image: url("/Images/x-large-stats-grid.svg");
background-attachment: fixed;
2022-09-21 23:37:13 +03:00
background-position: top;
background-repeat: repeat-y;
background-size: cover;
2022-09-13 01:02:55 +03:00
}
2022-09-27 01:29:27 +03:00
.metric-block{
padding: 4.185vw;
border: 2px solid #949494;
max-width: 41.741vw;
background-color: #1a1a1a;
position: relative;
z-index:2;
}
.stat-head{
font-size: 1.339vw;
}
.stat-number{
font-family: "pp-neue-machina", sans-serif;
font-size: 6.696vw;
margin-top: -2.232vw;
margin-bottom: -2.232vw;
}
2022-09-13 18:31:25 +03:00
.partners{
background-image: url("/Images/x-large-grid.svg");
background-attachment: fixed;
background-repeat: repeat-y;
background-size: cover;
2022-09-13 18:31:25 +03:00
}
2022-09-13 18:12:56 +03:00
2022-09-08 22:23:13 +03:00
}
2022-09-27 20:07:48 +03:00
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
}
2022-09-27 20:07:48 +03:00
@media only screen and (max-width: 576px) {
.hero-section{
padding: 4vw !important;
}
.hero-container{
2022-09-27 20:07:48 +03:00
background-image: url("/Images/small-grid.svg");
background-position: top;
background-repeat: repeat-y;
2022-09-27 23:06:11 +03:00
background-size: cover;
2022-09-28 02:09:20 +03:00
padding-bottom: 15vw;
border: 1px solid #949494;
}
.hero-float{
float: none !important;
2022-09-27 20:07:48 +03:00
}
.hero-bottom{
height:10vw;
2022-09-27 20:07:48 +03:00
}
2022-09-28 01:51:15 +03:00
.package-before-section{
padding: 4vw !important;
}
.package_before{
}
2022-09-27 20:07:48 +03:00
}