﻿@media screen and (max-width: 600px) {
    .fixed-top {
        position: absolute;
    }

    .mobile {
        display: inline;
    }

    .home-accessories {
        font-size: 20px;
        font-weight: bold;
    }
    .home-accessories-tag {
        font-size: 16px;
    }

    .center {
        height: 120px;
    }
    .accessory-image {
        height:120px;
        width:120px;
    }
/*    .cuddlink-step {
        height: 100px;
    }
*/
    .cuddelink-icons {
        font-size: 55px;
    }
}

@media screen and (min-width: 601px) {

    .home-accessories {
        font-size: 26px;
        font-weight:bold;
    }

    .center {
        height: 206px;
    }
    .home-accessories-tag {
        font-size: 20px;
        display:block;
        width:200px;
    }
    .cuddelink-icons {
        font-size: 80px;
    }
    .vertical-center {
        display:table-cell;
        vertical-align:middle;
    }
}

@media screen and (max-width: 768px) {
    .desktop {
        display: none;
    }

/*    .cuddlink-step {
        height: 100px;
    }
*/
    .cuddlink-step-text {
        font-size: 18px;
        padding: 10px;
    }
    .cuddlink-why-text {
        font-size: 18px;
        padding: 20px;
    }
    .cuddlink-h2 {
        font-size:26px;
    }
    .vertical-center {
    }

    .cameras-tagline {
    }
    .parts-header-text {
    }
    .parts-header-image {
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    .mobile {
        display: none;
    }

/*    .cuddlink-step {
        height: 500px;
    }*/
    .cuddlink-step-text {
        font-size: 40px;
        padding: 40px;
    }
    .cuddlink-why-text {
        font-size: 24px;
        padding: 40px;
    }
    .cuddlink-h2 {
        font-size: 60px;
    }
    .cameras-tagline {
        line-height: 130px;
    }
    .parts-header-text {
        line-height: 100px;
    }
    .parts-header-image {
        text-align:right;
    }
}

.desktop-hero-map-wrapper {
    display: inline-block;
    max-width: 1380px;
    position: relative;
}

.desktop-hero-map-wrapper img {
    display: block;
}

.desktop-hero-map-overlay-link {
    align-items: center;
    background-color: #ffffff;
    border-radius: 14px;
    color: #dc3545;
    display: flex;
    font-weight: 700;
    font-size: 24px;
    height: 5.3%;
    justify-content: center;
    left: 60.4%;
    line-height: 1.1;
    padding: 6px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 31.5%;
    width: 37.4%;
    z-index: 2;
}

.mobile-hero-overlay-link {
    position: absolute;
    left: 9.2%;
    top: 64.5%;
    width: 81.2%;
    height: 4.5%;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    color: #dc3545;
    text-align: center;
    z-index: 2;
}

.mobile-hero-overlay-link:hover {
    cursor: pointer !important;
    color: #dc3545 !important;
    text-decoration: none !important;
}

.desktop-hero-map-overlay-link:hover {
    cursor: pointer !important;
    color: #dc3545 !important;
    text-decoration: none !important;
}

/* 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;
}

.nav-link {
    color:rgba(255,255,255,.75)!important;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.btn-success {
    color: black;
    background-color: #2EBD4F;
}

.btn-info {
    color: black;
    background-color: #1AB8D1;
}
/* 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;
}

.contest-button {
    width: 100%;
    font-size: 15px;
    max-width: 220px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: Helvetica,sans-serif;
    background-color: black;
    color:white;
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, sans-serif;
    /*color: #0a3f69;*/
}

.social-icon {
    margin-left: 10px;
    width: 20px;
}

.footer {
/*  position: fixed; */  
  bottom: 0;
  left:0;
  width: 100%;
/*  white-space: nowrap;
*/  color:white;
  padding:14px;
/*  max-height:140px;
*/  /*line-height: 60px;*/ /* Vertically center the text there */
}

a.footer-nav{
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}
a.footer-nav:hover {
    color: rgba(255, 255, 255, 1.0);
    text-decoration:underline;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-caption {
    color:black;
}
.carousel-indicators li {
    background-color:black;
}

.row-spacing {
    margin-bottom:15px;
}

.plan-row-spacing {
    margin-top: 7px;
    margin-bottom: 7px;
}

/*select {
    position: absolute;
}
*/

.plan-title {
    font-weight:bold;
}

.family-images .row {
    background: #113c5c;
}

.family-images .row > div {
    padding: 0;
}

.video-wrapper {
    position: relative;
    text-align: center;
}

.play-button {
    height: 40px;
    width: 65px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    margin-top: -20px;
    margin-left: -32px;
    top: 50%;
    left: 50%;
}

.play-button:hover {
    background-color: rgba(0, 173, 239, 0.9);
}

.play-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 10.5px;
    left: 24px;
    margin: 0 auto;
    border-style: solid;
    border-width: 9.5px 0 9.5px 17px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/**** bootstrap overrides ******/
.card-link {
    color: #0b3f67;
    font-weight:700;
}

.btn-primary {
    background-color: #0b3f67;
    border-color: #0b3f67;
}

.card-header-title {
    font-weight: bold;
    font-family: Helvetica, sans-serif;
}

.sold-out {
    font-weight:bold;
    font-size:16px;
}

.overlay-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .1 ) url('/images/ajax-loader.gif') 50% 50% no-repeat;
    opacity: 0.60;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    background-color: #ffffff;
}

.overlay-modal-text {
    position: relative;
    width: 400px;
    margin: auto;
    text-align: center;
    top: 52%;
    font-size: 16px;
    font-weight: bold;
}

body.loading .overlay-modal {
    overflow: hidden;
}

body.loading .overlay-modal {
    display: block;
}

.home-accessories {
    color: white;
}

.center {
    display: table-cell;
    vertical-align: middle;
}

.cuddelink-hr {
    border: 2px solid #063d71;
}
.cuddlink-step-text {
    color: white;
    /*    text-align: center;
*/ vertical-align: middle;
}
.cuddlink-why-text {
    color: white;
/*    text-align: center;
*/    vertical-align: middle;
}

.cuddelink-icons {
    border-right: 2px solid #063d71
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

.flex-child:first-child {
    margin-right: 2px;
}

.modal-content {
    background-color: #32383E!important;
}

.list-group-item {
    background-color: #32383E !important;
}
.cameras-tagline {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.auto-resizable-iframe {
    max-width: 420px;
    margin: 0px auto;
}

.auto-resizable-iframe > div {
    position: relative;
    padding-bottom: 75%;
    height: 0px;
}

.auto-resizable-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}