/* VOTO fonts */

@font-face {
    font-family: 'N27';
    src: url('/static/fonts/N27/N27-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'N27';
    src: url('/static/fonts/N27/N27-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


* {
    font-family: 'N27', Arial, sans-serif;
  }
h1 {
    font-weight:bold;
}
h2 {
    font-size: 24px;
}


/* Bootstrap override colors */
/* change the background color */
.navbar-custom {
    background-color: #07264f;
    height: 100px !important;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ffffff;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
}

.link-secondary {
    color: #000000;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item:hover .nav-link {
    color: #36a9e0;
}

/* VOTO branded footer */

.link-primary {color: #07264f;}
.btn-primary {background-color: #07264f;}

.btn-circle {
  height: 36px;
  width: 36px;
  background-color: #07264f;
  text-align: center;
  align-content: center;
  color: #FFF;
}

.col {
    padding:0px;

}

svg {
    color : #f5eae1;
}


/* Spacing */
footer {
    margin-top: 30px;
    line-height:1.5;
    text-align: left;
    font-size: 14px;
    background-color: #f5eae1;
    color: #07264f;

}

/* Glider about section*/

.about{
    margin: 1em 0;
    padding: 2em;
    position: relative;
   }
   .about img{
    height: 100%;
       width: 100%;
       border-radius: 50%
   }
   .about span{
    display: block;
    position: absolute;
    left: 150px;
   }
   .about .desc{
    padding: 1em;
    /* margin: 0 6em; */
    border-left:4px solid #07264f;
   }
   .about .desc h3{
    color: #07264f;
   }
   .about .desc p{
    line-height:1.5;
   }

.hero p{
    line-height:1.5;
}

/* forms*/

form.account-form {
    margin-left: 20px;
    margin-right: auto;
    max-width: 800px;
    padding: 10px;
}
.welcome {
    margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 20px;
}
.error-message {
    color: #a00d0d;
}

.options {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size:34px;
}
.login {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* for admin table */
.alarm {
  background-color: coral !important;
}



/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  line-height: 24px;
  color: #555;
}
.legend h4 {
  font-size: 16px;
  margin: 2px 12px 8px;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity:1;
  border: 1px solid black;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}

/*clock*/
#clock {
  color: white;
  padding-left: 10px;
}
