@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
html {
  overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300;
    scroll-behavior: smooth;
}

#hero {
  height: 100%;
  width: 100%;
  background-color: #e0f1fb;
  position: absolute;
  z-index: -1;
  /*background-size: cover;
  background-repeat: no-repeat; 
  */
}

#top-heading {
	color: #000;
	font-size: 30px;
	font-weight: 900;
  line-height: 38px;
  padding-top: 15px;
  font-family: TrajanProRegular;
  padding-bottom: 10px;

}
.background-cream{
background:#ffffff;
padding-top:32px;
padding-bottom:10px;
}
.background-cream a {
  margin-top: 22px;
  margin-bottom: 30px;
  display: block;
}
/*#hero::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  /*
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  /*
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /* 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
/*
}*/

.show-margin {
  margin-bottom: 400px;
}

footer {
  margin-top: 25rem;
  padding-bottom: 3rem;
}
.footer-container {
  color: #999;
  font-size: 12px;
}

.footer-container p {
  margin-bottom: 0px;
}

.terms-text a {
  color: #999;
}

.copy-text {
  font-size: 14px;
}

.video-text {
  display: none;
  font-size: 10px;
  color: #000429;
}

.video-text p strong {
  font-size: 12px;
}
.laying-section img{
width: 100%;
}
.garuntee-section p{
font-weight: 600!important;  
text-align: left;
}
.garuntee-section h2{
  font-size: 1.9rem!important;
  font-weight: 700!important;
  letter-spacing: -1px!important;
    font-size: 34px!important;
}

@media (min-width: 360px) {
  .video-text {
    font-size: 13px;
  }
  .video-text p strong {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .video-text {
    display: block;
  }

  .video-text p {
    margin: 0;
    font-weight: 500;
  }
}

.call-to-action {
  width: 100%;
  /*padding: 0px 15px;*/
}

.show-none {
  display: none;
}

.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-show {
  width: 100%;
}

.call-to-action-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 870px;
  background: #fafafa;
  border: 3px solid #3590c7;
  border-radius: 15px;
  /*margin-top: 1.5rem;*/
  padding: 20px 0px;
  padding-bottom: 10px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .call-to-action-content {
    max-width: 510px;
  }
}

@media (min-width: 768px) and (max-width: 1198px) {
  .call-to-action-content {
    max-width: 690px;
  }
}

@media (max-width: 1199px) {
  .call-to-action-content {
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
}

.product-img {
  height: 100%;
  padding-right: 11px;
  padding-bottom: 5px;
  width: 45%;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .product-img {
    width: 100%;
    margin: 25px 0 10px 0;
  }
}

@media (min-width: 1200px) {
  .product-img {
    margin-left: 40px;
  }
}

.product-img img {
  width: 100%;
}

@media (max-width: 1199px) {
  .product-img img {
    max-width: 90%;
  }
}

.payment-options-img {
  width: 88.5%;
  transform: translate(20px, -18px);
} 


@media (max-width: 1199px) {
  .card-container {
    width: 100%;
  }
}

.card-container a:hover {
  text-decoration: none;
}

.card-safe-container {
  padding-left: 14px;
  transform: translate(2px, -2px);
}

.card-safe-container img {
  width: 95px;
  height: 40px;
}

@media (max-width: 450px) {
  .card-safe-container img {
    width: 76px;
    height: 26px;
  }
}

.img-guarantee {
  position: absolute;
  right: 0px;
  width: 60px;
}

@media (max-width: 450px) {
  .img-guarantee {
    width: 65px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

a.dotted,
.dotted {
  border-bottom: 1px dotted;
}

a.dotted:hover {
  text-decoration: none;
  border-color: inherit;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.p30 {
  font-size: 30px;
}

.p24 {
  font-size: 24px;
}

.p20 {
  font-size: 20px;
}

.p18 {
  font-size: 18px;
}

.p16 {
  font-size: 16px;
}

.p15 {
  font-size: 15px;
}

.p14 {
  font-size: 14px;
}

.p12 {
  font-size: 12px;
}

.p10 {
  font-size: 10px;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.no-wrap {
  white-space: nowrap;
}

.wrap {
  word-wrap: break-word;
  word-break: break-all;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 4rem;
  /* 16:9 */
  height: 0;
}

@media (max-width: 450px) {
  .video-wrapper {
    padding-top: 0;
  }
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-book {
  /*display: flex;
  justify-content: center !important;
  align-content: center !important;
  align-items: center !important;
  margin: 2rem auto;*/
  position: relative;
  text-align: center;
  background:white;
  padding:18px 0px;
  margin-top:20px;
}

@media (max-width: 450px) {
  .text-book {
    width: 90%;
  }
}

.text-book a {
  text-decoration: none;
  color: #055cc0;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 450px) {
  .text-book a {
    font-size: 18px !important;
  }
}


.text-book a:hover {
  transition: all 0.4s ease;
  color: #0000ee;
}

.book-img {
  padding-right: 10px;
  vertical-align: sub;
}

.page-wrapper {
  min-height: 100vh;
}

@media (max-width: 450px) {
  .call-to-action-content {
    padding: 0px;
  }
  .product-img {
    transform: translate(10px, -5px);
    padding-right: 11px;
  }
  .call-to-action-content {
    height: 382px !important;
    padding: 0 !important;
  }

  .card-safe-container {
    padding-left: 8px;
    transform: translate(-3px, -4px);
  }


  .img-guarantee {
    height: 60px;
  }
}


.flex {
    display: flex;
    flex: 1 100%;
}

.cta-combo {
    background: #5a3f7c;
    z-index: 11;
    padding: 4vw 3vw;
}
.cta-combo{
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    display: none;
}
.cta-combo.sticky{
    display: block;
}



footer.legal-content{
    margin-top: 0;
    padding-bottom: 0px;
}
.legal-content .footer {
    color: #fff;
    position: relative;
}
.legal-content .footer .links {
    background: #055cc0;
    width: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    padding: 3vw 0;
    text-align: center;
    display: block;
    transition: all .3s;
}
.legal-content .footer .links a {
    color: #fff;
    text-decoration: none;
    font-size: 5vw;
    display: block;
    margin: 2vw 0;
    -webkit-tap-highlight-color: transparent;
}

.flex {
    display: flex;
    flex: 1 100%;
}

.legal-content .footer .footer-content {
    flex-flow: row;
}

.legal-content .footer .footer-content .menu {
    width: 20%;
    background: #412e5a;
    padding: 0 4vw;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.legal-content .footer .footer-content .menu .bar {
    width: 100%;
    height: 1.3vw;
    background: #fff;
    display: block;
    margin: 1vw 0;
    transform-origin: center left;
    transition: all .3s;
    border-radius: 100px;
}

.legal-content .footer .footer-content .copyright {
    background: #463161;
    width: 80%;
    padding: 4vw;
}
.legal-content .footer .footer-content .copyright h4 {
    font-size: 3.0vw;
    line-height: 1.7em;
    font-weight: 600;
}
.legal-content .footer .footer-content .copyright p {
    font-size: 2.8vw;
    font-weight: 400;
}
.legal-content .footer .footer-content .menu.active .bar {
    display: none;
}
.legal-content .footer .footer-content .menu.active .bar.cross {
    display: block;
    margin-left: -0.5vw;
}

.legal-content .footer .footer-content .menu.active .bar.cross:first-child {
    transform: rotate(
45deg) translateY(-3.5vw);
}
.legal-content .footer .footer-content .menu.active .bar.cross:last-child {
    transform: rotate(
-45deg) translateY(3.5vw);
}
.legal-content .footer .links.active {
    left: 0;
}

body {
    font-family: 'Open Sans', sans-serif, !important;
}

.js-show{
    flex-wrap: wrap;
}

.col-50 {
    max-width: 50%;
}

.js-show img,.reference img {
    max-width: 100%;
}

.js-show p {
    font-weight: 600;
    text-align: justify;
    font-size: 15px;
}

.check-section img {
    max-width: 24px;
    margin-right: 16px;
}

.user-logo img {
    max-width: 33px;
    margin-right: 10px;
    vertical-align: middle;
}

.user-name p {
    margin-bottom: 0;
    font-size: 14px;
}

.verified-img img {
    vertical-align: middle;
    max-width: 84%;
}

.garuntee-section {
    background-color: #275bb3;
    padding: 20px 12px!important;
    color: #fff;
    text-align: center;
}

.garuntee-section img {
    max-width: 60%;
    margin: auto;
    margin-top:5px;
    margin-bottom: 15px;
}

h2 {
    font-weight: 700;
}

.gutters {
  margin-right: 0;
  margin-left: 0;
}  
.reference .col-50 {
    padding: 20px;
}

.laying-section .d-flex.flex-wrap img {
    height: 126px;
    margin-bottom: 8px;
}

.laying-section .d-flex.flex-wrap {
    justify-content: space-between;
}

.headings {
    background-image: url("../images/blue-bg-small.jpg");
    min-height: 321px;
    background-size: cover;
    position: relative;
    color: #fff;
    padding-top: 28px;
    padding-left: 12px;
    padding-right: 12px;
}

.headings:after {
    content: "";
    background-color: #5087cb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .71;
    z-index: 1;
}

.headings h2{
  font-size: 40px;
}
.headings h2, .headings h3 {
    position: relative;
    z-index: 2;
    text-align: center;
    text-shadow: 0px 10px 8.5px rgb(0 0 0 / 15%);
}
.headings h3 {
    font-weight: 700;
    padding-top: 20px;
    font-size: 46px;
/*    letter-spacing: -1px;*/
}

img.laying-img {
    margin-top: -75px;
    position: relative;
    z-index: 3;
}
.laying-section p{
  font-weight: bold!important;
  color:#010101;
/*  letter-spacing: -1px;*/
}
p.instructions+ .row > .col,
.row.bottom-logo-image .col{
  display: flex;
  justify-content: center;
}
p.instructions+ .row > .col > img,.row.bottom-logo-image img {
    width: 140px;
  height: 115px;
}
.row.bottom-logo-image .col:last-child img{
  width: 120px;
}
.call-to-action-content ~ .call-to-action-content {
    margin-bottom: 66px;
}

.review-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
    text-shadow: 0px 2.0px 0px rgb(0 0 0 / 15%);
    -moz-transform: matrix( 1.26411380477893,0,0,1.34544559811978,0,0);
    -webkit-transform: matrix( 1.26411380477893,0,0,1.34544559811978,0,0);
    -ms-transform: matrix( 1.26411380477893,0,0,1.34544559811978,0,0);
    letter-spacing: -2px;
    font-size: 34px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
    color: rgb(49, 141, 204);
}

.review-section {
    margin-top: 20px;
}

.comment h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    color: #010101;
    padding-top:3px;
}

.comment p {
    font-size: 14px;
}

.comment small {
    font-size: 13px;
    color: rgb(89, 89, 89);
    font-weight: 600;

}


.call-to-action-content {
    border: none;
    background: #fefaee;
}

.js-show .bdhding2 {
    color: #000000;
    font-size: 38px;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
}
.accordion {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    font-size: 16px;
    text-align: left;
    margin: 15px 0 0px 0;
    padding: 25px 6.5% 25px 74px;
    width: 100%;
    background: #f0f7fc;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    position: relative;
    font-weight: 700;
}
.acdn-content {
    position: relative;
    box-sizing: border-box;
    color: #333;
    float: left;
    padding: 14px 10px 20px 20px;
    width: 100%;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 5px rgb(0 0 0 / 21%);
    border-radius: 5px;
    margin: 0 0 5px 0;
    background-color: #FFFFFF;
}
.blue {
    color: #14459a;
}
.accordion-close{
    background: #ffffff url(../images/down.png) 97% 22px no-repeat;
    background-size: 15px;
}
.accordion-open {
    background: #00a6e8 url(../Images/up.png) 97% 25px no-repeat;
    background-size: 15px;
}
.accordion {
    padding: 15px 7.5% 15px 56px;
}

.accordion .number, .answer {
    text-align: center;
    position: absolute;
    left: 22px;
    top: 22px;
}

.acdn-content p{
    font-size: 17px;
}
.faq-head h2 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

.faq-head {
    width: 100%;
}
.reference img {
    width: 140px;
}

.reference .row.d-flex.align-items-center .col {
    align-items: center;
    justify-content: center;
    display: flex;
}

.go-to-top {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 4px;
}

.accordion .number, .answer {
    top: 10px;
    width: 36px;
    height: 36px;
    font-size: 19px;
    line-height: 36px;
    left: 10px;
}

.check-section {
    padding-left: 46px;
    padding-bottom: 20px;
}
.legal-content .footer .footer-content .menu {
    background: #055cc0;
}

.legal-content .footer .footer-content .copyright {
    background: #016ecb;
}
.legal-content .footer .footer-content .copyright h4, .legal-content .footer .footer-content .copyright p{
    font-size: 9px;
}
p.text-bold{
  font-weight: 600;
}
.laying-section {
  padding-bottom: 10px;
}
.comment p {
  font-size: 14px;
  font-weight: 600;
  color: black;
  line-height: 19px;
}
p{
  font-weight: 600;
}
.sec_margin{
  margin-top:0px;
}
.acdn-content p {
    margin-bottom: 0;
}
.reference {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 5%;
}
p.heading_ref{
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color:#7a7a7a;
  margin-bottom:6px;
}
.logo-space-top{
  margin-top:20px;
}
.journal p {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color:#7a7a7a;
}
.add_cart_last{
/*  margin-top:180%;*/
    clear: both;
}
ol.ordered-list {
  padding: 0px;
  text-align: left;
}
.ordered-list li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin: 2px 0px;
  color: #7a7a7a;
}
.faqsec.dsplay {
/*  position: absolute;*/
  background: #e0f1fb;
  padding-top: 28px;
  padding-bottom: 32px;
}
.garuntee-section p {
  margin-bottom: 6px!important;
  font-size: 17px;;
}
.garuntee-section {
  background-color: #275bb3;
  padding: 20px 0px;
  padding-bottom: 26px;
}
.row.bottom-logo-image {
  margin-top: 8px;
}
.many-more p{
  padding-left: 10px;
  padding-right: 30px;
  font-weight: bold;
  /*letter-spacing: -1px;*/

}
.check-section .d-flex.align-items-center {
  padding-bottom: 10px;
}
.check-section p {
  font-weight: bold;
  /*letter-spacing: -1px;*/
}
.last_purchase_sec {
  padding-bottom: 80px;
}
.gurantee-sec-two img {
  margin-top: -121px;
}
.garuntee-section.gurantee-sec-two {
  background-color: #1d5bb9!important;
}
.review-section {
  padding-left: 5px;
  padding-right: 5px;
}
.background-cream {
  padding-left: 0px;
}
.reference {
  padding-left: 15px;
  padding-right: 15px;
}
.faq-head img {
  width: 100%;
  margin: 0 auto;
}
.faq-head {
  width: 80%;
  margin: auto;
}
.show{
    justify-content: flex-start;
}
.legal-content .footer .links a{
    font-size: 14px;
}
.garuntee-section p,
.laying-section p,
.many-more p{
    text-align: left;
    line-height: 1.6;
  font-weight: 600!important;
  font-size: 17px;
}
.check-section p{
  line-height: 1.6;
  font-weight: 600!important;
  font-size: 17px;
}
.many-more p,
.laying-section p{
  padding-left: 12px;
  padding-right: 12px;
}
.background-cream .col-md-6:nth-child(1) img {
    max-width: 89%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.background-cream .col-md-6:nth-child(2) a > img {
    max-width: 94%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.acdn-content {
    
    padding-left: 15px;
    padding-right: 15px;
    
}
.acdn-content p{
  text-align: left!important;
  line-height: 1.6;
}

.faq-head {
    width: 100%!important;
}

.faq-head h2 {
    font-size: 33px;
}
.yellow-button-cta:active, .yellow-button-cta:hover {
    background-color: #fffd00;
}
.acdn-content p {
    margin-bottom: 6px;
}

.acdn-content p:last-child {
    margin-bottom: 0;
}
.button-unmute-mobile{
  background-image: unset;
}
.atc.cta-combo {
    background-color: transparent;
    padding: 0 15px;
}


.button-continue-mobile{
  background-size: 50%;
}
div#playbutton-overlay {
    background-image: url(../images/generic/video.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.copyright p {
    margin-bottom: 0;
}
.show-margin+div .atc.cta-combo {
    display: none;
}
@media (max-width: 361px){
    .headings h3{
        font-size: 40px;
    }
}

.item-box {
  display: flex;
  align-items:center;
  margin-left: 15px;
}

#first-item-box {
  margin-bottom: 15px;
}  


.item-image {
  height: 50px;
  text-align: center;
}

.item-text {
  color: black;
  font-weight: 400;
  font-size: 16px;
  margin-left: 15px;
}

/* ==========================================================================
Buttons
========================================================================== */

a.btn-cta, 
button.btn-cta, 
input[type=submit].btn-cta {
	background-color: #0284fe;
	/* background: linear-gradient(90deg, #0284fe 0%, #0df5d2 100%); */
	border-radius: 4px;
	border: 0px solid transparent;
	font-family: NunitoSans, open-sans,sans-serif;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center; 
	outline: none;
	height: 99px;
    line-height: 86px;
	padding: 0px 48px 0px;
	min-width: 280px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
	position: relative;
	-webkit-appearance: none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

/* .blue-gradient {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #15c3ba;
    background: -webkit-linear-gradient(
0deg
, #0284fe 0%, #0df5d2 100%);
    background: -moz-linear-gradient(0deg, #0284fe 0%, #0df5d2 100%);
    background: -o-linear-gradient(0deg, #0284fe 0%, #0df5d2 100%);
    background: -ms-linear-gradient(0deg, #0284fe 0%, #0df5d2 100%);
    background: linear-gradient(
90deg
, #0284fe 0%, #0df5d2 100%); */




a.btn-cta:hover, 
button.btn-cta:hover, 
input[type=submit].btn-cta:hover {
	background: #0df5d2;
	color: #fff;
	/* background: linear-gradient(90deg, #006fd7 0%, #0cd3b5 100%); */
}

a.btn-cta:focus, 
button.btn-cta:focus,
input[type=submit].btn-cta:focus {
  background: #0df5d2;
	/* background: linear-gradient(90deg, #006fd7 0%, #0cd3b5 100%); */
	color: #fff;
	outline: 0;
}


a.btn-ghost,
button.btn-ghost,
input[type=submit].btn-ghost,
a.btn-green,
button.btn-green,
input[type=submit].btn-green {
	background-color: transparent;
	color: #46484b;
	border-radius: 4px;
	padding: 7px 25px 7px 25px;
	outline: 0;
	border: 1px solid #46484b;
}

a.btn-ghost:hover, 
button.btn-ghost:hover, 
input[type=submit].btn-ghost:hover,
a.btn-ghost:focus, 
button.btn-ghost:focus, 
input[type=submit].btn-ghost:focus,
a.btn-green,
button.btn-green,
input[type=submit].btn-green {
	background-color: #116c3a;
	border-color: #116c3a;
	color: #fff;
}

a.btn-ghost:focus, 
button.btn-ghost:focus,
input[type=submit].btn-ghost:focus {
	color: #fff;
	outline: 0;
}

a.btn-green:hover,
button.btn-green:hover,
input[type=submit].btn-green:hover {
	background-color: #00572D;;
	color: #fff;
}

a.btn-ghost.txt-white,
button.btn-ghost.txt-white,
input[type=submit].btn-ghost.txt-white {
	color: #fff;
	border-color: #fff;
}

a.btn-cta.btn-micro {
	padding: 7px 6px;
	font-size: 11px;
	line-height: 16px;
	border-radius: 4px;
	text-transform: none;
	display: inline-block;
	width: auto;
}

a.btn-white,
button.btn-white,
input[type=submit].btn-white {
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,0.11), 0 2px 2px 0 rgba(0,0,0,0.12);
}

@media(min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}
@media(max-width:768px){
	a.btn-cta, button.btn-cta, input[type=submit].btn-cta {
		
		font-size: 18px !important;
		height:unset !important;
		width: 85% !important;
		overflow: hidden;
		display: block !important;
		padding: 0px !important;
		line-height: 55px !important;
		margin: auto;
    font-family: 'Open Sans', sans-serif;
	}
	.ht{
		font-size: 22px;
	}
}

@font-face {
  font-family: TrajanProRegular;
  src: url(../fonts/TrajanProRegular.ttf)
}

.youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.nav-link {
  /* font-size: 24px;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; */
  color: black !important;
  text-align: center;
}

a.show {

}

a.navbar-brand {
  color: black !important;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

img.navbar-image {
  /* max-width: 150px; */
}

.collapse.navbar-collapse.show
{
  /* float: right;
  text-align: right;
  margin-right: 30px; */
  justify-content: center !important;
}

ul.navbar-nav {
  /* float: right; */
}