/*!
Theme Name: aspenindolms
Theme URI: https://aspenmedical.com
Author: James Coate
Author URI: https://aspenmedical.com
Description: The aspenindolms theme has been developed for the Aspen Medical International Training Academy.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aspenindolms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aspenindolms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* Background colours  */
.bg-primary {
	background-color: #009DF9 !important;
}

/* Header Styles */
.ms-n5 {
	margin-left: -40px;
}

.navbar-brand .logo {
	max-width: 250px;
}

.home-banner {
	margin-top: 8rem;
}

/* Main Styles */
main>.container {
	padding: 60px 15px 0;
}

/* Site Footer */
.site-footer {
	background-color: #2F3E55;
}

/* Button Styles */
.btn-primary {
	background-color: #009FD9;
	border-color: #009FD9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #2F3E55;
	border-color: #2F3E55;
}

.cqu-logo {
	max-height: 75px;
	width: auto;
}