/*
Theme Name: Bellevue College Center of Excellence Theme
Theme URI: http://underscores.me/
Author: Aleksandar Petrovic
Author URI: https://aleksandar.online
Description: Wordpress Theme for the Bellevue College Center of Excellence
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: losela
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
font-family: 'Lato', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

@import url("//fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro&display=swap");

* {
  box-sizing: border-box;
}

.font-h {
  font-family: "Lato", sans-serif;
}

.font-p {
  font-family: "Source Sans Pro", sans-serif;
}

body {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}

/* Custom behaviour in media queries */

@media only screen and (max-width: 782px) {
  .navbar {
    background-color: #1c2331;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar #navigation {
    top: 32px;
  }
}

/* Small devices (landscape phones, 576px and up) 
* *-sm-*
*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint 
* *-md-*
*/
@media (min-width: 768px) {
  .useful-information-sizer {
    height: 75%;
  }

  .ml-md-6 {
    margin-left: 4rem !important;
  }
}

/* Large devices (desktops, 992px and up) 
* *-lg-*
*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) 
* *-lg-*
*/
@media (min-width: 1200px) {
}

.page-header-bg-image {
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Background image doesn’t tile */
  background-repeat: no-repeat;

  /* Background image is fixed in the viewport so that it doesn’t move when
  the content’s height is greater than the image’s height */
  background-attachment: fixed;

  /* This is what makes the background image rescale based
  on the container’s size */
  background-size: cover;

  /* Set a background color that will be displayed
  while the background image is loading */
  background-color: #340670;
}

.useful-information-sizer {
  height: 250px !important;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 250;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: 150;
  line-height: 1.2;
}

.display-505 {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.page-footer {
  background-color: #114a7c;
}

.blue-gradient {
  background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.card-comments img {
  width: 4rem;
}

.card-intro {
  /* margin-top: 67px;*/
}

.card-intro .card-body {
  /* -webkit-border-radius: 0 !important;
  border-radius: 0 !important;*/
}

.navbar-brand img {
  /*height: 20px;*/
}

.pagination .page-item.active .page-link {
  background-color: #263238 !important;
}

.card-avatar img {
  width: 100px;
}

body,
html {
  height: 100%;
}

.page {
  height: 65vh !important;
}

.post {
  height: 25vh !important;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.2);
}

.page-footer,
.top-nav-collapse {
  background-color: #1c2331;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #466393;
  margin: 4px 10px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bg-white {
  background: #fff !important;
}

.color-white {
  color: #fff !important;
}

.header-gradient {
  background: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );
  /*background: linear-gradient(40deg, #45cafc, #303f9f) !important*/
}

.bg-blurr {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}

.bg-blurr:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  filter: blur(10px);
  margin: -20px;
}

.img-round {
  border-radius: 50%;
  width: 300px !important;
  height: 300px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.view img {
  display: initial !important;
}

strong {
  font-weight: bolder !important;
}

.tabbed-page_Active {
  background-color: #212529;
}

.tabbed-page_Active > a {
  color: #fff;
}

.btn-special-color-dark {
  color: #fff !important;
  background-color: #263238 !important;
}

.btn-special-color-dark:hover {
  color: #fff;
  background-color: #5d7a88;
}

.btn-special-color-dark:focus,
.btn-special-color-dark.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-special-color-dark:focus,
.btn-special-color-dark:active,
.btn-special-color-dark.active {
  background-color: #5d7a88;
}

.btn-special-color-dark.dropdown-toggle {
  background-color: #5d7a88 !important;
}

.btn-special-color-dark.dropdown-toggle:hover,
.btn-special-color-dark.dropdown-toggle:focus {
  background-color: #5d7a88 !important;
}

.btn-special-color-dark:not([disabled]):not(.disabled):active,
.btn-special-color-dark:not([disabled]):not(.disabled).active,
.show > .btn-special-color-dark.dropdown-toggle {
  background-color: #263238 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-special-color-dark:not([disabled]):not(.disabled):active:focus,
.btn-special-color-dark:not([disabled]):not(.disabled).active:focus,
.show > .btn-special-color-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

p > a,
.breadcrumb-item > a,
li:not(.selected-tab) > a[role="tab"] {
  color: #0c70d3 !important;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #333;
  color: #fff;
  padding: 10px;
  z-index: 9999;
}

.skip-link:focus {
  top: 0;
}

.skip-link:hover {
  top: 0;
  color: #212529;
}

.skip-link:hover {
  top: 0;
  color: #fff;
}

.outline-focus:focus,
.outline-focus:hover {
  border: 2px solid #000;
  color: #000 !important;
  background-color: #fff !important;
}

.text-primary {
  color: #212529 !important;
}

.email {
  color: #fff !important;
}

.btn-footer-signup:hover,
.btn-footer-signup:focus {
  border: 2px solid #fff!important;
  color: #212529!important;
  background-color: #fff!important;
}

.btn-footer-signup {
  border: 2px solid #fff!important;
  color: #fff!important;
  background-color: #212529!important;
  font-size: 12px!important;
}


p a:focus,
p a:hover,
a[href^="mailto"]:hover,
a[href^="mailto"]:focus,
.email:hover,
.email:focus {
  text-decoration: underline;
}

.bi-linkedin {margin-bottom:8px;}