:root{
  --primary-dark : #1E2B46;
  --navbar-bg : #0A1A37;
  --white : #ffffff;
  --highlight-light : #6ADBE7;
  --highlight-dark : #1B96A3;
}

body{
  background-image: url(../images/Vector.svg);
  background-repeat: no-repeat;
}

button{
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}

.text-highlight{
  color: var(--highlight-light) !important;
}

.section-container{
 padding: 6rem 2rem;
}

p{
  font-family: 'Avenir', sans-serif;
  font-size: 20px;
}

.lead{
  font-size: 24px;
  font-family: 'Avenir', sans-serif;
}
.annie-font{
  font-family: 'Annie Use Your Telescope', cursive;
}

.h-font{
  font-size: 58px;
  font-family: 'Annie Use Your Telescope', cursive;
}

.lg-font{
  font-size: 80px;
}

.feature-head{
  font-size: 28px;
  font-family: 'Avenir' sans-serif;
}

.sub-header{
  font-size: 36px;
  font-family: 'Avenir', sans-serif;
}

.vector-wide{
  background-image: url(../images/Vector-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 50%;
}
/* navbar */
.navbar-bg{
  background: var(--navbar-bg);
}

.nav-link{
  font-family: 'Avenir', sans-serif;
  font-weight: bold;
  color: var(--white);
  font-size: 18px;
}

.nav-link:hover{
  color: var(--highlight-light);
}

.nav-btn{
 border-radius: 30px;
 border: 3px solid var(--highlight-light);
 background: transparent;
 color: var(--white);
 padding: 5px 16px !important;
 cursor: pointer;
}

/* jumbotron */
.jumbotron{
  /* background-image: url(../images/Vector.png);
  background-repeat: no-repeat; */
}
.jumbotron-header{
 font-size: 80px;
 font-weight: 600;
 color: var(--primary-dark);
 font-family: 'Annie Use Your Telescope', cursive;
}

.jumbotron-btn{
 width: 200px;
 font-size: .8em;
 border-radius: 30px;
 background: transparent;
 color: var(--primary-dark);
 border: 3px solid var(--highlight-light);
 padding: 10px;
 font-weight: 800;
}

.btn-filled{
 background: var(--highlight-light);
}

.jumbotron-btn:hover{
 cursor: pointer;
 color: var(--white) !important;
 background: var(--highlight-dark);
 border: 3px solid var(--highlight-dark);
}

/* features */
.vector-purple{
  background-image: url(../images/Vector_purple.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.vector-green{
  background-image: url(../images/Vector_green.png);
  background-repeat: no-repeat;
  background-size:contain;
}

/* contact */
.hide-alert{
  display: none;
}

.contact-vector{
  background-image: url(../images/contact-vector.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form-control{
  outline: none !important;
  border: 2px solid var(--white) !important;
  background : var(--white) !important;
  margin-top: 10px;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
}

.form-control:focus, .form-control:hover{
  background: var(--white) !important;
  outline: none !important;
}

.support{
  color: var(--highlight-light);
}

.form-control{
  color: var(--primary-dark) !important;
}

/* downloads */
.download-vector{
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* footer */
.footer-heading{
 font-size: 12px;
 font-weight: 800;
}

.footer{
  padding: 4rem 2rem;
  color: var(--white);
  border-top: 2px solid;
  border-color: var(--primary-dark);
  border-top: 3px solid var(--highlight-light);
}

.footer-fixed{
  padding: 4rem 2rem;
  color: var(--light);
  border-top: 2px solid;
  border-color: var(--primary-dark);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}


.footer-body .list-unstyled .link, .footer-body .link{
  text-decoration: none;
  color: var(--white);
}

.link-li{
  list-style-type: none !important;
}

.footer-body .list-unstyled .link:hover, .footer-body .link:hover{
  color: var(--highlight-light);
  text-decoration: none;
}

/* faq */
.background{
  background: var(--white);
  color: var(--primary-dark);
  font-family: 'Avenir', sans-serif;
}

.header-bg{
  background-color: var(--navbar-bg);
  box-shadow: 0px 1px 6px var(--primary-dark);
  color: var(--white);
}

.store-btn {
  height: 48px;
}

.jumbo-bg{
  background: var(--primary-dark);
  color: var(--white);
}

.primary-btn{
  background: var(--highlight-light);
  color: var(--primary-dark);
}

.primary-btn:hover{
  background: var(--highlight-dark);
  color: var(--white);
}

.link{
  color: var(--highlight-light);
}

.link:hover{
  color: var(--highlight-dark);
}

.accordion{
  background: var(--primary-dark);
  color: var(--white);
}

.dropdown-toggle{
  width: 100%;
  text-align: left;
}

.dropdown-item{
  width: 100% !important;
}

.dropdown-item:hover{
  background: var(--highlight-dark);
  color: var(--white) !important;
  cursor: pointer;
}

.btn-secondary{
  background: var(--white);
  color: var(--primary-dark);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .dropdown-toggle:focus, .show>.btn-secondary.dropdown-toggle{
  background: var(--white);
  color: var(--primary-dark);
  font-weight: bold;
}

.category-header{
  font-family: 'Annie Use Your Telescope', cursive;
  font-weight: bold;
  font-size: 40px;
  margin-top: 50px !important;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid var(--white);
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: bold;
}

.faq-active, .accordion:hover {
  background-color: var(--primary-dark);
}

.accordion:focus{
  outline: none;
}

.accordion:first-child{
  border-radius: 10px 10px 0 0;
}

.accordion:nth-last-child(2){
  border-radius: 0px 0px 10px 10px;
}

.accordion:after {
  content: '\002B';
  color: var(--white);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-active:after {
  content: "\2212";
}

.panel {
  background-color: var(--white);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: var(--primary-dark);
  box-shadow: 4px 4px 28px rgba(0, 0, 0, 0.1);
}

.panel:last-child{
  border-radius: 0px 0px 10px 10px;
}

.hide-faq{
  display: none;
}

.hide-alert{
  display: none;
}

.navbar-container{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 1000;
}

.lang-switcher, .top-lang-switcher, .faq-lang-switcher{
  position: fixed;
  right: -2px;
  padding: 4px 8px;
  border-radius: 0 0 4px 4px;
  z-index: 999;
  box-shadow: rgba(195, 195, 195, 0.1) 0px 4px 12px;
  background: var(--navbar-bg);
}

.lang-switcher{
   top: 74px;
}

.top-lang-switcher{
  top: 0px;
}

.faq-lang-switcher{
  top: 102px;
}


@media screen and (min-width: 200px) and (max-width: 500px){
  .lang-switcher, .top-lang-switcher, .faq-lang-switcher{
    position: fixed;
    top: unset;
    right: unset;
    bottom: 0px;
    left: 15px;
    border-radius: 4px 4px 0 0;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .lang-switcher, .top-lang-switcher, .faq-lang-switcher{
    top: unset;
    right: unset;
    position: fixed;
    bottom: 0px;
    left: 15px;
    border-radius: 4px 4px 0 0;
  }
}