/*
Theme Name: Twenty Seventeen - SpaceWire Conference 2020
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: STAR-Dundee
Author URI: https://www.star-dundee.com
Template: twentyseventeen
Description: SpaceWire Conference 2020 theme based on twentyseventeen.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/

/* Header */

.site-title {
	text-transform: none;
}

.site-branding-text {
	background-color:rgba(52, 51, 153, 0.8);
	border-radius: 20px;
	padding: 20px;
	border: #FFFFFF solid;
}

/* Page content */

.entry-content {
	width: 100% !important;
}

.entry-title {
	font-size: 1.675rem !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

#side-menu {
	list-style: none;
}

/* Main menu links */

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #343399;
}

.main-navigation a:hover {
	color: #343399;
}

/* General links */

a {
	color: #343399;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #343399;
	outline: 0;
}

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #343399;
	-webkit-box-shadow: inset 0 0 0 rgba(52, 51, 153, 0), 0 3px 0 rgba(52, 51, 153, 1);
	box-shadow: inset 0 0 0 rgba(52, 51, 153, 0), 0 3px 0 rgba(52, 51, 153, 1);
}
