Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *, html {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- html, body {
- font-family: sans-serif;
- background-color: #000000;
- }
- .header {
- position: relative;
- display: inline-block;
- height: 80px;
- width: 100%;
- background-color: #000000;
- }
- .header img {
- position: absolute;
- max-height: 90%;
- max-width: 100%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .hero-image {
- position: relative;
- height: 100vh;
- width: 100%;
- background-color: #000000;
- overflow: hidden;
- }
- .hero-image .image {
- position: absolute;
- min-height: 100vh;
- min-width: 100%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .innercontainer {
- position: absolute;
- display: inline-block;
- bottom: 0;
- left: 0;
- width: 100%;
- text-align: center;
- }
- .primo-logo {
- position: relative;
- display: inline-block;
- float: none;
- width: 100%;
- text-align: center;
- background-color: transparent;
- margin-bottom: 7vh;
- }
- .primo-logo img {
- position: relative;
- max-height: 450px;
- max-width: 600px;
- }
- .primo-title-text {
- position: relative;
- display: inline-block;
- text-align: center;
- width: 100%;
- background-color: transparent;
- margin-bottom: 7vh;
- }
- .primo-title-text h1 {
- position: relative;
- display: inline-block;
- font-family: sans-serif;
- font-weight: normal;
- font-size: 30px;
- max-width: 600px;
- color: #ffffff;
- }
- .primo-title-arrow {
- position: relative;
- display: inline-block;
- width: 50px;
- height: 50px;
- border-radius: 100%;
- background-color: #f3bc15;
- margin-bottom: 20vh;
- }
- .primo-title-arrow img {
- position: absolute;
- display: inline-block;
- max-width: 60%;
- max-height: 80%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .section {
- position: relative;
- display: inline-block;
- padding: 50px 0px;
- width: 100%;
- text-align: center;
- background-color: #000000;
- }
- .section.s1 .text {
- margin-right: 50px;
- }
- .section .text {
- position: relative;
- display: inline-block;
- width: 400px;
- }
- .section .text h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: left;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 19px;
- line-height: 26px;
- margin-bottom: 30px;
- color: #f3bc15;
- }
- .section .text h2 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: left;
- font-family: sans-serif;
- font-weight: 100;
- font-size: 16px;
- line-height: 22px;
- margin-bottom: 15px;
- color: #f3bc15;
- }
- .section.s1 .image {
- position: relative;
- display: inline-block;
- width: 300px;
- top: 50%;
- left: 0;
- transform: translateY(-50%);
- }
- .section.s1 .image img {
- max-width: 100%;
- max-height: 100%;
- }
- .section.s2 {
- background-color: #f3bc15;
- text-align: center;
- }
- .section .smaller-cont {
- position: relative;
- display: inline-block;
- width: 500px;
- }
- .section .section-bgimage {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .section .section-bgimage img {
- position: absolute;
- max-width: 750px;
- max-height: 100%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .section .title h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- font-weight: 100;
- font-family: sans-serif;
- font-size: 30px;
- color: #ffffff;
- }
- .section .points-ball {
- position: relative;
- display: inline-block;
- margin: 30px 0px;
- width: 150px;
- height: 150px;
- border-radius: 100%;
- text-align: center;
- background-color: #ffffff;
- }
- .section .points-ball h1 {
- position: absolute;
- display: inline-block;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- font-size: 93px;
- color: #f3bc15;
- }
- .section.s2 .text {
- width: 100%;
- }
- .section.s2 .text h2 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- font-family: sans-serif;
- font-weight: 100;
- font-size: 25px;
- line-height: 28px;
- margin-bottom: 15px;
- color: #ffffff;
- }
- .section.s3 {
- display: flex;
- background-color: #ffffff;
- padding: 0;
- }
- .section.s3 .image-left {
- position: relative;
- display: inline-block;
- width: 25%;
- max-width: 350px;
- float: left;
- overflow:hidden;
- align-items: stretch;
- flex: 1
- }
- .section.s3 .image-left img {
- position: absolute;
- max-width: 100%;
- top: 50%;
- left: 0;
- transform: translateY(-50%);
- }
- .section.s3 .text {
- padding: 50px 0 50px 4vw;
- width: 35%;
- float: left;
- }
- .section.s3 .text h2 {
- font-size: 14px;
- color: #000000;
- }
- .section.s3 .image-right {
- position: relative;
- display: inline-block;
- width: 40%;
- float: left;
- overflow:hidden;
- align-items: stretch;
- flex: 1
- }
- .section.s3 .image-right img {
- position: absolute;
- max-width: 100%;
- max-height: 130%;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- }
- .section.s4 {
- background-color: #f3bc15;
- text-align: center;
- }
- .section.s4 .button a {
- text-decoration: none;
- font-weight: bold;
- font-family: sans-serif;
- font-size: 20px;
- color: #ffffff;
- }
- .section.s4 .button {
- position: relative;
- display: inline-block;
- width: 300px;
- padding: 20px 0;
- border: 2px solid #ffffff;
- background-color: #f3bc15;
- transition: background-color 0.3s ease;
- cursor: pointer;
- }
- .section.s4 .button:hover {
- background-color: #cda11a;
- }
- .footer {
- position: relative;
- display: inline-block;
- padding: 50px 0px 20px 0px;
- width: 100%;
- text-align: center;
- background-color: #000000;
- }
- .footer .middlelink,
- .footer .bottomcont {
- position: relative;
- display: inline-block;
- width: 100%;
- max-width: 1360px;
- }
- .footer .middlelink h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- color: #f3bc15;
- font-weight: 100;
- font-family: sans-serif;
- font-size: 16px;
- margin-bottom: 10px;
- }
- .footer .links h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: left;
- color: #f3bc15;
- font-weight: 100;
- font-family: sans-serif;
- font-size: 14px;
- line-height: 25px;
- }
- .footer .links {
- width: 66.66666666%;
- float: left;
- }
- .footer .logo {
- width: 33.33333333%;
- float: left;
- text-align: right;
- }
- .footer .logo img {
- position: relative;
- display: inline-block;
- max-height: 100%;
- max-width: 100%;
- }
- /* MEDIA QUERIES */
- /* ----------------------------------------------------*/
- /* Code That Doesnt Change Between Mobile Resolution */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 0px) and (max-width : 992px) {
- }
- /* ----------------------------------------------------*/
- /* Custom, iPhone Retina */
- /* ----------------------------------------------------*/
- @media only screen and (max-width : 320px) {
- body::before {
- content: "max-width : 320px fired";
- display: block; text-align: center;
- background: rgba(255, 255, 0, 0.48); width: 100%;
- position: fixed;
- top: 0; left: 0;
- z-index: 9999;
- }
- .section.s1 .image {
- display: inline-block;
- width: 100%;
- top: auto;
- left: auto;
- transform: none;
- }
- .section .smaller-cont { width: 100%; }
- .section.s1 .image img { max-width: 300px; }
- .section.s1 .text { margin: 0; padding: 0 10%; width: 100%; box-sizing: border-box; }
- .section .text h1 { text-align: center; }
- .section .text h2 { text-align: center; }
- .section.s3 .image-right { display: none; }
- .section.s3 .image-left { display: none; }
- .section.s3 .text { width: 75%; box-sizing: border-box; padding: 50px 4vw;}
- .section.s4 .button { width: 90%; margin: 10px 0; }
- }
- /* ----------------------------------------------------*/
- /* Extra Small Devices, Phones */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 320px) and (max-width : 480px) {
- body::before {
- content: "max-width : 480px fired";
- display: block; text-align: center;
- background: rgba(255, 255, 0, 0.48); width: 100%;
- position: fixed;
- top: 0; left: 0;
- z-index: 9999;
- }
- .section.s1 .image {
- display: inline-block;
- width: 100%;
- top: auto;
- left: auto;
- transform: none;
- }
- .section .smaller-cont { width: 100%; }
- .section.s1 .image img { max-width: 300px; }
- .section.s1 .text { margin: 0; padding: 0 10%; width: 100%; box-sizing: border-box; }
- .section .text h1 { text-align: center; }
- .section .text h2 { text-align: center; }
- .section.s3 .image-right { display: none; }
- .section.s3 .text { width: 75%; box-sizing: border-box; padding: 50px 4vw;}
- .section.s4 .button { width: 90%; margin: 10px 0; }
- }
- /* ----------------------------------------------------*/
- /* Small Devices, Tablets */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 480px) and (max-width : 768px) {
- body::before {
- content: "max-width : 768px fired";
- display: block; text-align: center;
- background: rgba(255, 255, 0, 0.48); width: 100%;
- position: fixed;
- top: 0; left: 0;
- z-index: 9999;
- }
- .section.s1 .image {
- display: inline-block;
- width: 100%;
- top: auto;
- left: auto;
- transform: none;
- }
- .section.s1 .image img { max-width: 300px; }
- .section.s1 .text { margin: 0; padding: 0 10%; width: 100%; box-sizing: border-box; }
- .section .text h1 { text-align: center; }
- .section .text h2 { text-align: center; }
- .section.s3 .image-right { display: none; }
- .section.s3 .text { width: 75%; box-sizing: border-box; padding: 50px 4vw;}
- .section.s4 .button { width: 90%; margin: 10px 0; }
- }
- /* ----------------------------------------------------*/
- /* Medium Devices, Desktops */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 768px) and (max-width : 992px) {
- body::before {
- content: "max-width : 992px fired";
- display: block; text-align: center;
- background: rgba(255, 255, 0, 0.48); width: 100%;
- position: fixed;
- top: 0; left: 0;
- z-index: 9999;
- }
- }
- /* ----------------------------------------------------*/
- /* Large Devices, Wide Screens */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 992px) and (max-width : 1200px) {
- body::before {
- content: "max-width : 1200px fired";
- display: block; text-align: center;
- background: rgba(255, 255, 0, 0.48); width: 100%;
- position: fixed;
- top: 0; left: 0;
- z-index: 9999;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment