﻿/* 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. */

.hscroll {
    overflow-x: auto; /* Horizontal */
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.map-container-6 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-6 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.form-header {
    padding: 1rem;
    margin-top: -3.13rem;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.blue.accent-1 {
    background-color: #007BFF !important;
}
a.waves-effect, a.waves-light {
    display: inline-block;
}
.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 47px;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}



    /*.map {
    min-width: 200px;
    min-height: 200px;
    width: 100%;
    height: 100%;
}*/
    /*.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}*/
    /*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

    a .navbar-brand {
    width: 228px;
    height: 55px;
    background: url('../Image/A2T-Logo.png') no-repeat;
    margin-bottom: 0px;
    background-size: contain;
    background-position: center;
    clear: both;
}

.text-nav-custom {
    /*color: #007BFf !important;*/
    color: #0056B3 !important;
    font-size: 1em;
}

a.text-nav-custom:hover, a.text-nav-custom:focus {
    /*color: #0056B3 !important;*/
    color: #007bff !important;
}

.MenuText {
    /*color: #007bff !important;*/
    color: #0056B3 !important;
    font-size: 1.25em;
    padding-top: 1px;
    padding-bottom: 1px;
}

.label-header {
    color: #007BFF !important;
    font-weight: 500;
    font-size: 1.25em;
    padding-top: 1px;
    padding-bottom: 1px;
}



/*.dropdown-toggle {
    color: #0056B3 !important;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {    
    color: #007bff !important;
}*/

.text-nav-custom ul li a {
    color: #0056B3 !important;
}

.text-nav-custom ul li a:hover, .text-nav-custom ul li a:focus {
    color: #007bff !important;
}

.form-group.required .control-label:before {
    color: red;
    content: "*";
    position: absolute;
    margin-left: -10px;
    margin-top: 5px;
    margin-right: 0px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 15px;
}

.form-group.required-inline .control-label:before {
    color: red;
    content: "*";
    position: absolute;
    margin-left: -100px;
    margin-top: 5px;
    margin-right: 0px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 15px;
}

.form-group-nogap {
    margin-bottom: 0px;
}

span.required:after {
    content: "*";
    color: red;
    position: absolute;
    margin-right: -25px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 15px;
}



/* 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;
    color: #5a5a5a;
}

.mobileHeaderText {
    font-size: 25px;
}

/*body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}*/

.footer {
    width: 100%;
    margin: auto;
}
.container {
    max-width: 100%;
}
.container-main {
    max-width: 1080px;
    margin: auto;   
}
.container-footer {
    max-width: 1280px;
    margin: auto;  
}
/* Pricing */
/*.container {
    max-width: 960px;
}*/
.pricing-header {
    max-width: 700px;
    margin-top:0px;
}

.card-deck .card {
    min-width: 220px;
}
.text-small {
    font-size: 18px;
}
.text-muted {
    color: #6c757d !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/*.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}*/

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    /*color: #0056B3;*/
}
.carousel-caption > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,.6);
    font-size: 4em;
    color: #fff;
}
.carousel-caption > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,.6);
    color: #fff;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #777;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    /*margin: 5rem 0;*/ /* Space out the Bootstrap <hr> more */
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
}
.featurette-divider-sm {
    /*margin: 5rem 0;*/ /* Space out the Bootstrap <hr> more */
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}
.featurette-image {
    margin-top: 5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    

}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 4rem;
    }
}

