
body {
    font-size: 14px;

    font-family: 'Fira Code', monospace;
    font-family: 'Buenard', serif;
    font-family: 'Jura', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;

    color: #1a3f42;
    /* color: #333333;
    #34686D, #1a3f42
    https://www.google.com/search?q=%23005cb9&oq=%23005cb9&aqs=chrome..69i57.2990j0j7&sourceid=chrome&ie=UTF-8  */
    /*  margin-top: 4rem; */
    margin-top: 4rem;



    /*
    background-image: url("/static/g4.svg" );
    background-size: auto auto;
     */


    h1, h2, h3, h4, h5, h6 {
      color: #444444;
    }
/*
    @media (min-width:768px){
    .col-border: before{
        content: "";
        position: absolute;
        top: 0;
        bottom:0;
        border-left: 1px solid red; }
    }*/

    }

.bg-steel {
  background-color: #5f788a;
}


.site-header .navbar-nav .nav-link {
  /*color: #cbd5db; */
  color: #1a3f42;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.mail_area {
   font-size: 14px;
   height: 300px;
   width: 60%;
   border: 1px solid #e3e3e3;
   padding: 10px;
     border-radius: 6px;

}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {font-size: 2.5rem; }

/*
.modal-header{ background: #000000; color:#000000;}
.modal-title{ background: #000000; color:white;}
.myModal{ background: #000000; color:#000000;}
.modal-footer{ background: #000000;}
.modal-content{ background: #000000;}
*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


.nav-link1 {color: #f00;}
.nav-link2 {color: #444444;}


/* ----------------------------------------------------*/
  .button {
    background-color: #steel; /* navy */
    border: none;
    color: black;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px 1px;
    cursor: pointer;
    radius: 4px;
  }
  .button2 {border-radius: 3px; width: 180px;}
/* ----------------------------------------------------*/


.button_r {
    border: 2px solid grey;
    background-color: grey;

    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    /*cursor: none;  */
    border-radius: 50%;
    text-transform: uppercase;
}

.button_t {
    /*background-color: #d6d6d6; */
    background-color: #d6d6d6;
    border: none;
    color: black;
    padding: 6px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    cursor: none;
    border-radius: 5px;
    text-transform: uppercase;
}


/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 10%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 80px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 14px;
  /* color: #818181;  */
  color: #607D8B;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #5f788a;   /*        */
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 20px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 123px;
}


.text1{
  color: white;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
  background: black;
  position: relative;
  animation: text 3s 1;
}
.text2{
  font-size: 15px;
  /*color: #5f788a;*/
  color: #fff;
  font-weight: 400;
}

.container_d{
  text-align: center;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.container_d span{
  text-transform: uppercase;
  display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #ffffff;
  padding: 0px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0px solid rgba(0, 0, 0, 0.8);
  padding: 12px;
  font-size: 18px;
  text-align: left;
}
.grid-item_right {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px solid rgba(0, 0, 0, 0);
  padding: 12px;
  font-size: 14px;
  text-align: right;
}

.table {
  border: 3px solid rgba(255, 255, 255, 255);
}

.borderless td, .borderless th {
    border: none;
}


.card-header {
  color: #444444;
  background-color: white;
  border: 1px #ffffff;
  padding: 8px;

  text-align: left;
}

 Colors
@brand-primary: #29b5a8;
@brand-secondary: #ff8300;
@gray: #6b7381;
@gray-light: lighten(@gray, 15%);
@gray-lighter: lighten(@gray, 30%);;

// Button Colors
@btn-default-color: @gray;
@btn-default-bg: @gray-lighter;

// Toggle Sizes
@toggle-default-size: 1.5rem;
@toggle-default-label-width: 4rem;
@toggle-default-font-size: .75rem;


// General Styles for Demo
body {
	font-family: 'Montserrat', 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
	color: @gray;
	background: #f2f2f2;
}
.jumbotron {
  background: @gray;
  color: @gray-lighter;
  h1 {
    color: #fff;
  }
}
.example {
  margin: 4rem auto;
  > .row {
    margin-top: 2rem;
    height: 5rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid fade(@gray-lighter,50%);
    &:first-of-type {
      border:none;
      height: auto;
      text-align: left;
    }
  }
  h3 {
    font-weight: 400;
    > small {
      font-weight: 200;
      font-size: .75em;
      color: @gray-light;
    }
  }
  h6 {
    font-weight: 700;
    font-size: .65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: @gray-lighter;
    margin: 0;
    line-height:5rem;
  }
  .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
}



// Mixin for Switch Colors
// Variables: @color, @bg, @active-bg
.toggle-color(@color: @btn-default-color; @bg: @btn-default-bg; @active-bg: @brand-primary;) {
  color: @color;
  background: @bg;
  &:before,
  &:after {
    color: @color;
  }
  &.active {
    background-color: @active-bg;
  }
}

// Mixin for Default Switch Styles
// Variables: @size, @margin, @color, @bg, @active-bg, @font-size
.toggle-mixin(@size: @toggle-default-size; @margin: @toggle-default-label-width; @font-size: @toggle-default-font-size;) {
  // color: @color;
  // background: @bg;
  margin: 0 @margin;
  padding: 0;
  position: relative;
  border: none;
  height: @size;
  width: @size * 2;
  border-radius: @size;

  &:focus,
  &.focus {
    &,
    &.active {
      outline: none;
    }
  }

  &:before,
  &:after {
    line-height: @size;
    width: @margin;
    text-align: center;
    font-weight: 600;
    // color: @color;
    font-size: @font-size;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
  }
  &:before {
    content: 'Off';
    left: -@margin;
  }
  &:after {
    content: 'On';
    right: -@margin;
    opacity: .5;
  }

  > .handle {
    position: absolute;
    top: (@size * .25) / 2;
    left: (@size * .25) / 2;
    width: @size * .75;
    height: @size * .75;
    border-radius: @size * .75;
    background: #fff;
    transition: left .25s;
  }
  &.active {
    transition: background-color .25s;
    > .handle {
      left: @size + ((@size * .25) / 2);
      transition: left .25s;
    }
    &:before {
      opacity: .5;
    }
    &:after {
      opacity: 1;
    }
  }

  &.btn-sm {
    &:before,
    &:after {
      line-height: @size - 2px;
      color: #fff;
      letter-spacing: .75px;
      left: @size * .275;
      width: @size * 1.55;
    }
    &:before {
      text-align: right;
    }
    &:after {
      text-align: left;
      opacity: 0;
    }
    &.active {
      &:before {
        opacity: 0;
      }
      &:after {
        opacity: 1;
      }
    }
  }

  &.btn-xs {
    &:before,
    &:after {
      display: none;
    }
  }
}

.btn-toggle {

  .toggle-mixin;
  .toggle-color;

  &.btn-lg {
    .toggle-mixin(@size: 2.5rem; @font-size: 1rem; @margin: 5rem;);
  }

  &.btn-sm {
    .toggle-mixin(@font-size: .55rem; @margin: .5rem;);
  }

  &.btn-xs {
    .toggle-mixin(@size:1rem;@margin:0;)
  }

  &.btn-secondary {
    .toggle-color(@active-bg:@brand-secondary);
  }

}



#myDiv {
  text-align: center;
}

.bar-highlight {
    fill: #ec008c;
    opacity: 1;
}
