File: /home/awaldron/_domains/knowtifi.alanwaldron.com/php/scss/custom/_custom.scss
@import "mixins";
$nav-height: 45px;
$header-height: 100px;
$spacer-height: $header-height + $nav-height;
header {
background-color: $white;
height: $header-height;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
overflow: visible;
#logo {
max-height: 50px;
@media (max-width: 767px) {
display: block;
margin: 0 auto;
}
}
.content {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: $header-height;
//i {
// @include rem-size(3);
// margin-left: 20px;
//
// &.fa-apple {
// @include rem-size(3);
// position: relative;
// top: -2px;
// }
// &.fa-google-play {
// @include rem-size(2.25);
// position: relative;
// top: 1px;
// }
//}
}
}
.spacer {
height: $spacer-height;
}
nav {
position: fixed;
top: 100px;
left: 0;
width: 100%;
min-height: $nav-height;
z-index: 9;
overflow: visible;
background: $red;
@include shadow();
#morenav {
@media (max-width:575px) {
display: block;
text-align: center;
min-height: $nav-height;
line-height: $nav-height;
color: $white;
font-family: "Maven Pro", sans-serif;
font-weight: 700;
letter-spacing: -0.05em;
@include rem-size(0.8);
cursor: pointer;
span {
@include rem-size(1.1);
display: inline-block;
padding: 0 20px;
}
}
@media (min-width:576px) {
display: none;
}
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
z-index: 11;
& > li {
display: inline-block;
margin: 0;
overflow: visible;
position: relative;
@media (max-width:575px) {
width: 100%;
display: block;
margin-bottom: 1px;
}
a {
display: inline-block;
height: $nav-height;
line-height: $nav-height;
color: $white;
font-family: "Maven Pro", sans-serif;
font-weight: 500;
letter-spacing: -0.05em;
@include rem-size(1.1);
text-decoration: none;
padding: 0 25px;
@include transition( all 0.3s ease );
&:last-child {
margin:0;
}
&.active{
color: $dkblue;
background: $white;
}
&:hover {
color: $white;
background: mix($red, $white, 65%);
}
@media (max-width:991px) {
font-weight: 400;
@include rem-size(0.85);
padding: 0 20px 0 0;
}
@media (max-width:767px) {
font-weight: 400;
@include rem-size(0.8);
padding: 0 15px 0 0;
}
@media (max-width:575px) {
text-align: center;
background-color: rgba(0,0,0,0.8);
font-weight: 700;
width: 100%;
display: block;
@include rem-size(1);
}
}
& > ul {
position: absolute;
top: $nav-height;
left: 0;
border-top: solid 0px darken($red,10%);
background: $red;
height: 0;
width: 275px;
@include transition(all 0.3s ease);
overflow: hidden;
& > li {
display: block;
& > a {
display: block;
}
}
}
&:hover > ul {
height: 140px;
border-top: solid 2px darken($red,10%);
}
}
}
}
main {
padding: 0;
min-height: 500px;
}
.testimonials {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin: 0 75px;
img {
max-width: 150px;
border-radius: 75px;
margin-right:40px;
}
@media (max-width: 767px) {
display: block;
text-align: center;
img {
max-width: 100px;
margin: 0 0 20px;
}
}
}
.dots {
text-align: center;
font-size: 11px;
margin-bottom: 20px;
}
footer {
background-color: $white;
padding-top: 20px;
.logo {
max-height: 50px;
max-width: 100%;
margin-top: 20px;
}
.copyright {
background-color: darken($dkblue, 20%);
text-align: center;
color: $white;
padding: 14px;
margin-top: 40px;
@include rem-size(0.9);
}
.reliable {
text-align: center;
b {
color: $white;
font-family: "Maven Pro", sans-serif;
letter-spacing: -0.05em;
font-weight: 900;
}
a {
color: $yellow;
@include rem-size(2.5);
font-family: "Maven Pro", sans-serif;
letter-spacing: -0.05em;
font-weight: 700;
&:hover {
color: darken($yellow, 10%);
}
}
}
}
#splash {
width: 100%;
height: 550px;
&.small {
height: 300px;
}
&.home {
background: transparent url("../img/istockphoto-1151392524-2048x2048-2.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
&.switch {
background: transparent url("../img/exterior-flashing-lights.gif") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
&.knowtifi {
background: transparent url("../img/istockphoto-1212524331-2048x2048.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
&.about {
background: transparent url("../img/istockphoto-1151392524-2048x2048-3.jpg") center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
&.about911 {
background: transparent url("../img/istockphoto-1320888842-2048x2048.jpg") center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
&.versus {
background: transparent url("../img/istockphoto-1139659637-2048x2048.jpg") center bottom no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
&.specialnote {
background: transparent url("../img/istockphoto-1301768484-2048x2048.jpg") center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.col-7 {
position: relative;
height: 550px;
.splash-text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
height: 550px;
}
}
.col-12 {
text-align: center;
.splash-text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 300px;
}
h2 {
transform: scale(0.8);
}
}
strong {
display: block;
@include rem-size(1.75);
text-shadow: 0 4px 12px rgba(0, 0, 0, 0.75);
color: $yellow;
padding: 0;
margin: 0;
text-transform: uppercase;
text-align: center;
}
h1 {
@include rem-size(4);
text-shadow: 0 4px 12px rgba(0, 0, 0, 0.75);
color: $white;
padding: 0;
margin: 0;
text-transform: uppercase;
text-align: center;
@media (max-width:529px) {
@include rem-size(3.5);
}
@media (max-width:480px) {
@include rem-size(3);
}
@media (max-width:425px) {
@include rem-size(2.6);
}
}
h2 {
@include rem-size(4);
color: $white;
@media (max-width:529px) {
@include rem-size(3.5);
}
@media (max-width:480px) {
@include rem-size(3);
}
@media (max-width:425px) {
@include rem-size(2.6);
}
}
.up {
background: rgba(0,0,0,0.6);
color: $white;
padding: 30px;
}
}
.bot-10 {
margin-bottom: 10px;
}
.k span {
@include rem-size(1.25);
letter-spacing: 0;
line-height: 16px;
display: inline-block;
margin-bottom: 14px;
}
.block {
padding: 50px 20px;
}
.bg-white {
background-color: $white;
}
.bg-gray {
background-color: #F0F1F3;
}
.bg-red {
background-color: $red;
* {
color: $white !important;
}
}
.red {
color: $red;
}
.white {
color: $white;
}
.green {
color: $green;
}
.mint {
color: $mint;
}
h1, h2, h3, h4, h5 {
font-family: "Maven Pro", sans-serif;
font-weight: 500;
letter-spacing: -0.05em;
&.upper {
text-transform: uppercase;
font-weight: 800;
line-height: 0.95em;
}
}
.split50 {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
flex-wrap: nowrap;
& > div:first-child {
width: 45%;
}
& > div.sep {
width: 10%;
text-align: center;
background: url("../webp/sep.webp") center center no-repeat;
height: 300px;
}
& > div:last-child {
width: 45%;
}
.sep {
flex: 1;
width: 2px;
background-color: $body-color;
height: auto;
}
}
.flex-row-between {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
}
.flex-row-center {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
}
.flex-row-around {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex-wrap: nowrap;
}
.flex-row-end {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
flex-wrap: nowrap;
}
.columns-2 {
column-count: 2;
column-gap: 50px;
@media (max-width:991px) {
column-count: 1;
column-gap: 0;
}
}
@font-face { font-family: "Maven Pro"; font-display: swap; }
.text-section {
padding-bottom: 40px;
border-bottom: solid 1px $gray-300;
margin-bottom: 40px;
}
.whats-happening {
@media (max-width:767px) {
padding-bottom: 40px;
border-bottom: solid 1px $gray-300;
margin-bottom: 40px;
}
}
.minty {
background-color: $ltgreen;
}
.border-top {
border-top: solid 1px $gray-100;
}
.section-padding {
padding: 50px 0;
}
div.up {
@include rem-size(1.2);
}
.k {
display: inline-block;
background: $red;
color: $white;
padding: 0 10px;
border-radius: 4px;
}
.app-features {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
overflow: visible;
margin-top: 50px;
.phone {
width: 400px;
position: relative;
min-height: 800px;
.frame {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
}
.app-header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 50px;
margin-top: 10px;
position: relative;
top: 0;
left: 0;
& > div {
text-align: center;
width: 20%;
margin: 7%;
font-weight: bold;
img { max-width: 100%; }
}
}
.app-screens {
position: absolute;
top: 60px;
left: 0;
margin: 0 20px;
width: calc( 100% - 40px );
background: $red;
img {
max-width: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
@include transition( all 0.5s ease);
&.active {
opacity: 1;
}
}
}
}
.left, .right {
width: 30%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
.k {
display: block;
margin-bottom: 20px;
width: 100%;
text-align: center;
padding: 5px 0;
}
}
.callout {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
margin: 20px 0;
cursor: pointer;
overflow: visible;
transform: scale(1);
height: 125px;
@include transition( all 0.3s ease);
&:hover {
transform: scale(1.05);
}
.icon {
background: $red;
border-radius: 100px;
width: 80px;
height: 80px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
i, svg {
@include rem-size(2.25);
color: $white;
&.fa-file-pen {
position: relative;
left: 6px;
}
}
}
.info {
width: calc( 100% - 100px );
margin: 0 10px;
}
}
.left .callout {
.icon {
order: 2;
}
.info {
order: 1;
margin-right: 20px;
}
}
.right .callout {
.icon {
order: 1;
}
.info {
order: 2;
margin-left: 20px;
}
}
}
.dlbuttons {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
&.small {
justify-content: flex-end;
transform: scale(0.7);
.dlbutton {
background-color: #F3F3F3;
&:hover {
background: $dkblue;
}
}
}
}
.dlbutton {
background: $white;
padding: 10px 30px;
color: $dkblue !important;
margin: 20px;
border: 0;
border-radius: 20px;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 240px;
height: 70px;
@include transition( all 0.3s ease);
i, svg {
color: $dkblue !important;
@include rem-size(3);
@include transition( all 0.3s ease);
margin-right: 20px;
&.fa-google-play {
@include rem-size(2.5);
}
}
div {
color: $dkblue !important;
@include transition( all 0.3s ease);
b {
display: block;
color: $dkblue !important;
@include transition( all 0.3s ease);
}
}
&:hover {
background: $dkblue;
i, svg {
color: $white !important;
}
div {
color: $white !important;
b {
display: block;
color: $white !important;
}
}
}
}
.big-btn {
display: block;
background: $red;
color: $white;
@include rem-size(1.4);
text-align: center;
padding: 14px 0;
border: 0;
border-radius: 8px;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
&:hover {
background: mix($red, $white, 35%);
}
}
p.pricing {
@include rem-size(1.5);
text-align: center;
}
.strike {
color: $red;
text-decoration: line-through;
@include rem-size(1.5);
}
.discount {
font-weight: bold;
color: $green;
@include rem-size(2);
}
.btn.btn-danger,
.btn.btn-success {
color: $white !important;
}
.text-right {
text-align: right;
}
td.highlight, {
background: mix($red,$white,10%);
border: solid 2px $red;
border-width: 0 2px;
border-bottom: solid 1px mix($red,$white,50%);
&.end {
border-bottom: solid 2px $red;
}
}
th.highlight, {
background: mix($red,$white,10%);
border: solid 2px $red;
border-width: 2px 2px 0 2px;
}
.social {
@include rem-size(1.25);
a {
i, svg {
background-color: $dkblue;
padding: 10px;
border-radius: 10px;
width: 40px;
text-align: center;
color: $white;
@include transition(all 0.3s ease);
}
&:hover i, svg {
background-color: $red;
}
}
}
h4.underlined {
color: $dkblue;
border-bottom: solid 1px $gray-600;
}
.form-group.horz {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
.form-control {
flex: 1;
margin-right: 10px;
}
button {
}
}
.text-down {
@include rem-size( 0.85 );
}
header img.dlbtn {
text-align: right;
margin-left: 20px;
max-width: 150px;
position: relative;
top: 4px;
@include transition(all 0.3s ease);
&:hover {
top: 0;
}
}
.dl-cta img.dlbtn {
text-align: center;
margin: 10px 20px;
max-width: 200px;
position: relative;
top: 4px;
@include transition(all 0.3s ease);
&:hover {
top: 0;
}
}
#contact-form {
.form-group {
margin-bottom: 16px;
}
}