/*
Theme Name: Bellevue College Center of Excellence Theme
Theme URI: -
Author: Aleksandar Petrovic
Author URI: https://aleksandar.online
Description: Wordpress Theme for the Bellevue College Center of Excellence
Version: 2.0.7
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
*/

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

header.site-header {
  /* header styles if any */
}

main.site-main {
  flex: 1 0 auto;
}

footer.site-footer {
  flex-shrink: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 8px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.skip-link:focus {
  top: 0;
  z-index: 99999999;
}