@font-face {
    font-family: Lomino;
    src: url('/fonts/LominoUIApp-Regular.ttf');
}

body {
    background-image: url('/images/background.png');
    background-position-x: right;
    background-color: #282828 !important;
    /* height: 4000px; */
    background-repeat: no-repeat;
    color: white;
    /* font-family: Lomino, LominoSubset, "open-sans", sans-serif; */
    background-size: 2000px
}

.logoicon {
    width: 150px;
    margin-left: 25px;
    margin-top: 25px;
    transition: transform 1000ms ease-in-out;
    transform-origin: left top;
}

.smallheader .logoicon {
    transform: scale(.5);
}

.smallheader {
    background-color: #202020d0 !important;
    /* height: 125px !important; */
    /* transform: scale(1,.5); */
    max-height: 112px !important;
    transition: max-height 600ms ease-in !important;
}

.logoicon:hover {
   
  }

/* .smallheader {
    transform: scale(.5);
} */

.header {
    width: 100%;
    position: fixed;
    top: 0px;
    max-height: 200px;
    transition: max-height 500ms ease-out;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    background-color: #00000000;
    z-index: 2;
    /* right: 0px; */
}


.left-header {
    float: left;
}

.right-header {
    float: right;
    margin-top: 25px;
    margin-right: 25px;
}

.right-header a {
    color: white;
}

.quote {
    text-align: center;
    font-family: Lomino, LominoSubset, "open-sans", sans-serif;
    color: white;
    font-style: italic;
    margin-top: 200px;
    text-align: center;
    padding: 30px;
    text-shadow: 2px 2px #00000070;
}

.quote > .textquote {
    position: relative;
}

.quote h5 {
    position: absolute;
    right: 0;
    bottom: -25px;
    text-align: right;
}

.prompt {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: auto;
    margin: auto;
    max-width: 40px;
    font-size: 30px;
}

.nextpage {
    position: absolute;
    top: 100%;
    width: 100%;
}


.content {
    max-width: 1000px;
    margin: auto;
    background-color: #00000020;
    padding: 20px;
    border-radius: 10px;
    color: white !important;
    margin-bottom: 30px;
}

.promo {
    /* margin-top: 50%; */
}

.pricing label {
    padding-right: 10px;
}

.cards {
    display: flex;
    justify-content: space-around;
}

footer {
    margin-top: auto;
    padding-top: 50px;
}

footer > div {
    height: 200px;
    background-color: #202020;
    color: white;
    padding: 20px;

}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
    body {
        background-size: 850px;
    }
/* 
    .quote {
        font-size: 20px;
    } */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
    body {
        background-size: 1200px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
        background-size: 1500px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body {
        background-size: 2000px;
    }

}
