/*

Theme Name: Azora Application Theme

Theme URI: #

Description: 

Author: Quidro 

Author URI:# 

Version: 1.0.1

Tags:



License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)

License URI: http://creativecommons.org/licenses/by-sa/3.0/



*/



@import url('css/bootstrap.css'); 


body {
  font-size: 21px;
  line-height: 1.42857143;
  color: #191919;
  
}



.nav-tabs > li {
  float: center;
  margin-bottom: -1px;
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #41738a;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

#negative {
background: #0a0a0a;
color: #fff;
height: auto;
min-height:100vh;;
margin: 0 auto;
width: 100%;
max-width: 1920px;
position: relative;
margin-top:-20px;
}

#footer-mid {
background: #b3b3b3;
color:#fff;
height: auto;
margin: 0 auto;
width: 100%;
max-width: 1920px;
position: relative;

}

#footer {
background: #000;
color: #fff;
min-height: 70px;
height: auto;
margin: 0 auto;
padding:20px;
width: 100%;
max-width: 1920px;
}

#content article { 
  color:#fff;
  height: 458px; 
  position: absolute; 
  text-align: center; 
  top: 150px; 
  width: 100%;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #6bc386;
  
}

#hr2 {
  padding-top: 6px;
  padding-bottom: 0px;
  border: 0;
  border-bottom: 2px solid #fff;
 
}

img {   display: inline;  max-width: 100%;  height: auto;    }



/* Buttons */

.btn-default {
  color: #fff;
  background-color: #727b82;
  border-color: #727b82;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #727b82;
}

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}