﻿/*
 * Globals
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  position: relative;
  min-height: 100%;
  /*background-image: url('lq-img/bg.jpg');    
    background-size: cover;
    background-position: center -14px;
    background-repeat: no-repeat;
    background-color: #223756;*/
  background-color: #082044; }

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  margin-bottom: 100px;
  /*100 Margin bottom by footer height */ }

.container {
  /*max-width: 950px;*/ }

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
  /*width: auto;*/
  /*margin-left: auto;
    margin-right: auto;*/ }

.masthead-brand {
  margin-bottom: 0;
  padding-top: .3125rem;
  padding-bottom: .3125rem; }

.nav-masthead .nav-link {
  /*padding: .25rem 0;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .15rem solid transparent;*/
  font-family: "Montserrat", Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0 .5rem;
  padding: .5rem 1rem;
  border: 1px solid transparent;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.5); }

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.nav-masthead .nav-link + .nav-link {
  /*margin-left: 1rem;*/ }

.nav-masthead .active {
  color: #fff;
  border-color: #fff; }

.p-51 {
  padding: .5rem 1rem; }

@media (min-width: 48em) {
  .masthead-brand {
    float: left; }
  .nav-masthead {
    float: right; } }

#main-wrapper {
  background-image: url("lq-img/tri-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100vh; }

.text-info {
  color: #5799D5 !important; }

.btn-info, .btn-info:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #5799D5;
  border-color: #5799D5;
  -moz-box-shadow: 0 10px 16px -12px rgba(69, 194, 255, 0.53), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  -webkit-box-shadow: 0 10px 16px -12px rgba(69, 194, 255, 0.53), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  box-shadow: 0 10px 16px -12px rgba(69, 194, 255, 0.53), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); }

.content-box {
  padding: 30px 0;
  position: relative;
  /*width: 800px;*/
  margin: 0 auto; }

.content-box-home {
  padding: 10% 0; }

@media (max-width: 768px) {
  .content-box-home {
    padding: 5% 0 20%; } }

.text-container {
  padding-top: 66px; }
  .text-container .line-1 {
    color: white;
    font-family: "cresta","Montserrat",sans-serif;
    font-size: 3.6rem;
    font-weight: 600; }
  .text-container .line-2 {
    color: white;
    font-family: "Montserrat",'Segoe UI',sans-serif;
    font-size: 2rem;
    font-weight: 300; }
  .text-container a {
    background-color: #e4e4e4;
    color: #000;
    padding: 15px 20px;
    font-size: 20px;
    margin-top: 20px;
    display: inline-block; }

.logo-container {
  /*border-right: 3px solid rgba(255,255,255,0.30);*/
  text-align: right;
  margin-top: 50px; }
  .logo-container img {
    max-width: 100%; }

@media (max-width: 768px) {
  .logo-container {
    border-right: 0;
    text-align: center; }
    .logo-container img {
      max-width: 15rem; }
  .text-container {
    padding-top: 0%;
    text-align: center; }
    .text-container a {
      background-color: #e4e4e4;
      color: #000;
      padding: 15px 20px;
      font-size: 1rem;
      margin-top: 20px;
      display: inline-block; }
  .masthead-brand {
    display: block;
    text-align: center; } }

/*Footer*/
.lq-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  /* Set the fixed height of the footer here */
  /*line-height: 100px;  Vertically center the text there */
  background-color: #333333; }
  .lq-footer .inner {
    padding: 20px 0;
    color: #ddd; }
    .lq-footer .inner .disclaimer {
      font-size: 0.85rem;
      margin-bottom: 5px; }
    .lq-footer .inner .copyright {
      font-size: 0.85rem;
      text-align: right; }
    @media (max-width: 768px) {
      .lq-footer .inner .copyright {
        text-align: left; } }

.lq-accent-1 {
  background-color: #E2E7EB; }

@media (max-width: 768px) {
  html {
    background-size: inherit; } }
