﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
@media(min-width: 992px) {
    .bg-graphic-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /*background: linear-gradient(to right, #3a7fd5, #6ebce2);*/
        /*background: linear-gradient(90deg,#ff6600 15%, #ffddc0 100%);*/
        background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
        transform: skew(0, -16deg);
        transform-origin: bottom left;
        box-shadow: inset 0 -3px 10px rgb(0 0 0 / 10%);
        z-index: -1;
    }
}
@media (max-width: 576px){
    .bg-graphic-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /*background: linear-gradient(to right, #3a7fd5, #6ebce2);*/
        /* background: linear-gradient(90deg,#ff6600 15%, #ffddc0 100%);*/
        background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
        /*        transform: skew(0, -16deg);
        transform-origin: bottom left;
*/ /*box-shadow: inset 0 -3px 10px rgb(0 0 0 / 10%);*/
        z-index: -1;
    }
}

.masthead {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
    /*background: linear-gradient(90deg,#ff6600 15%, #ffddc0 100%);*/
    background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
    width: 100%;
    height: 100vh;
}
    .masthead .masthead-device-mockup {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .masthead .masthead-device-mockup .circle {
            position: absolute;
            fill: url(#circleGradient);
            width: 70%;
            display: none;
        }

            .masthead .masthead-device-mockup .circle .gradient-start-color {
                stop-color: #2937f0;
            }

            .masthead .masthead-device-mockup .circle .gradient-end-color {
                stop-color: #9f1ae2;
            }

        .masthead .masthead-device-mockup .shape-1 {
            position: absolute;
            height: 1rem;
            width: 1rem;
            transform: rotate(-10deg);
            fill: #2937f0;
            bottom: 15%;
            left: 10%;
        }

        .masthead .masthead-device-mockup .shape-2 {
            position: absolute;
            height: 0.75rem;
            width: 0.75rem;
            fill: #2937f0;
            top: 15%;
            right: 10%;
        }

        .masthead .masthead-device-mockup .device-wrapper {
            max-width: 10rem;
        }

@media (min-width: 576px) {
    .masthead .masthead-device-mockup .circle {
        width: 70%;
        display: block;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 12.5rem;
    }
}

@media (min-width: 768px) {
    .masthead .masthead-device-mockup .circle {
        width: 60%;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 15rem;
    }
}

@media (min-width: 992px) {
    .masthead .masthead-device-mockup .circle {
        width: 90%;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 15rem;
    }
}

@media (min-width: 1200px) {
    .masthead .masthead-device-mockup .circle {
        width: 75%;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 15rem;
    }
}

@media (min-width: 1400px) {
    .masthead .masthead-device-mockup .circle {
        width: 70%;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 17rem;
    }
}
.page-section {
    padding: 8rem 0;
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 7rem;
    }
}

