/*
Theme Name: TextBook Cyclotron Theme
Theme URI: https://wordpress.com/themes/textbook/
Template: textbook
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: TextBook is a theme for colleges, schools and organizations focused on education.
Tags: accessibility-ready,blog,custom-colors,custom-header,custom-menu,education,featured-images,full-width-template,news,one-column,right-sidebar,rtl-language-support,sticky-post,theme-options,threaded-comments,three-columns,translation-ready,two-columns
Version: 1.1.6.1609112950
Updated: 2020-12-27 17:49:10

*/


/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: #0015b5;
  overflow: hidden;
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /*border: 2px solid #96d647;*/
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  width: 33%;
  color: #96d647;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 14px;

}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #5232a8;
  color: #000;
}

