/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.sidenav-trigger {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}

/*.page-flexbox-wrapper {*/
/*    display: flex;*/
/*    min-height: 100vh;*/
/*    flex-direction: column;*/
/*}*/

/*main {*/
/*    flex: 1 1 auto;*/
/*}*/

.buyusa-background {
    radial-gradient(black 3 px, transparent 4 px),
    radial-gradient(black 3 px, transparent 4 px),
    linear-gradient(#fff 4 px, transparent 0),
    linear-gradient(45 deg, transparent 74 px, transparent 75 px, #a4a4a4 75 px, #a4a4a4 76 px, transparent 77 px, transparent 109 px),
    linear-gradient(- 45 deg, transparent 75 px, transparent 76 px, #a4a4a4 76 px, #a4a4a4 77 px, transparent 78 px, transparent 109 px),
    #fff;
    background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

.buyusa-container {
    /*min-height: 100vh;*/
    /*overflow: hidden;*/
    /*display: block;*/
    /*position: relative;*/
    /*padding-bottom: 300px;*/
    position: relative;
    min-height: 100vh;
}

.buyusa-content-wrap {
    padding-bottom: 350px;    /* Footer height */
}

.buyusa-child {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer.page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 350px;
    margin: 0;
}

/*** Paypal **/
/*.paypal-button{
    margin-top: 10px;
}*/

/* CC font icons  */

.fa.fa-cc-amex {
    color: #007bc1;
}

.fa.fa-cc-visa {
    color: #0157a2;
}

.fa.fa-cc-mastercard {
    color: #0a3a82;
}

.fa.fa-cc-discover {
    color: #f68121;
}

.fa.fa-cc-paypal {
    color: #253b80;
}

.marquee {
  width: auto;
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background: #ccc;*/
}

.grad1 {
  /*height: 200px;*/
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(white , lightgray); /* Standard syntax (must be last) */
}

.dotted-background {
    /*background-image: radial-gradient(grey 50%, transparent 50%);*/
    /*background-size: 4px 4px;*/
}

.hiddenDiv {
	display: none;
}

.new5 {
  /*border: 2px dashed darksalmon;*/
  /*border-radius: 2px;*/
  border-top: 1px dashed darksalmon;
}

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: black;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  /*background-color: lightskyblue;*/
  /*font-family: "Roboto Mono";*/
  font-size: 0.8em;
  font-weight: 700;
}

.btn-margin {
  margin-bottom: 5px;
}