/* NOTE: Colors used
black: #252525;
orange: #E76A33;
lightgrey: #F5F0F0;
white: #fff;
 */

 /* NOTE: Fonts used
 font-family: 'Open Sans', sans-serif;
 font-family: 'Open Sans Condensed', sans-serif;
  */

 /* @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; */
* {
  box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.8em;
    color: #777;
}
h1, h2, h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}
h3 {
  padding-bottom: 0.5em;
}
h6 {
  font-family: 'Open Sans', sans-serif;
}
.highlight {
  color: #E76A33;
}
.background {
  background-color: #F5F0F0;
}
/* .button {
  outline: none;
} */
.btn-dark {
  background-color: #E76A33;
  border-color: #E76A33;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* NOTE: Sidebar Table */

.wrapper {
    display: flex;
    width: 100%;
}


#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #252525;
    color: #fff;
    transition: all 0.3s;
}
#sidebar h3 {
  line-height: 0;
}
#sidebar form {
  padding: 15px 0;
}
#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding:  40px 20px;
    background: #2c2c2c;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #3f3f3f;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #E76A33;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #E76A33;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #E76A33;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #252525;
}

a.article,
a.article:hover {
    background: #E76A33 !important;
    color: #fff !important;
}

/* NOTE: CONTENT */

#content {
    width: calc(100% - 250px);
    padding: 15px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* NOTE: HOMEPAGE STYLES */
.thumbnail p {
  line-height: 0.3em;
}
.thumbnail h2 {
  text-transform: none;
}
.thumbnail .col-12 {
  margin-bottom: 1em;
}

/* NOTE: IMAGE STYLES */
.img-cover {
  padding: 0;
}
.img-desc {
  margin-top: 2.5em;
}
.img-desc h2 {
  color: #E76A33;
}
.img-desc strong {
  font-size: 1.1em;
}
.img-desc .desc-box {
  background-color: #F5F0F0;
  padding: 1.5em
}
.img-desc ul {
  list-style-type: none;
  padding: 0;
}
.category-title {
  padding-bottom: 0.5em;
}
.breadcrumb {
  background-color: transparent;
}
/* NOTE: ABOUT STYLES  */
.about img {
  margin: 15px 0;
}
.about-section {
  padding: 1.5em 0;
}
/* NOTE: MEDIA QUERIES */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* NOTE: Image Zoom */



.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
/* NOTE: FOOTER */
footer {
  padding: 1.5em;
  text-align: center;
}

.fourofour {
  color: white;
  background-color: black;
  background-image: url('../images/misc/256188.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.lost {
  margin-top: 25%;
}
.list-unstyled li {
  width: 100%;
}
.thumbnail h6 {
  line-height: 1.5em;
  margin-top: 10px;
}
.form-inline input, .form-inline button {
  border-radius: 0;
}
.idk li {
  padding: 2px 10px;
  margin-left: 0 auto;
  margin-right: 0 auto;
  text-align: center;
  font-size: 1.1em
}
