/*
 Theme Name:   GO
 Description:  GO theme
 Author:       ServeLink
 Author URI:   https://servelink.com
 Template:     bootswatch
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  GO
*/

body, h3 {
	color: #000 !important;
}
.custom-header, .custom-header iframe, .custom-header img, .custom-header video {
    width: 100% !important;
    height: auto !important;
	max-height: 165px;
	max-width: 1170px;
    padding: 10px 10px 0 0;
}
.custom-header iframe {
	text-align: center;
}
.navbar {
    background-image: linear-gradient(#615ef5, #33c 50%, #33c) !important;
    background-color: #33c;
}
a.navbar-brand.site-title {
	color: #ddd;
}
.navbar-brand, .navbar-brand:hover {
	-webkit-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	transition: color ease-in-out .2s;
}
a.navbar-brand.site-title:hover {
	color: #fff;
}
ul li {
    line-height: 1.9em;
}
.footer.row {
	width: 100%;
}
footer.container {
	font-weight: bold;
	background-color: #f5f5f5;	   
	border-top: 3px solid #ccc;
}
footer.container h5 {
	font-weight: bold;
	padding-right: 8px;
}
footer.container hr {
	display: none;
}
footer.container ul li 	{
	list-style: none;
}
footer.container form 	{
	padding-right: 15px;
}