/*
 Theme Name:   Strategic Professional Solutions
 Theme URI:    http://JensCom.com
 Description:  Strategic Professional Solutions Theme
 Author:       Jensen Communications
 Author URI:   http://JensCom.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyonechild
*/
@import url("../twentytwentyone/style.css");


#masthead {
	max-width: unset !important;
    padding: 0 !important;
}

.site-logo {
	margin-top: 3rem;
    margin-left: 2rem;
}
.new-header {
	width: 100%;
	display: flex;
    background-color: #13a9b9;
}

.new-header .site-branding {
	margin: 3rem;
    color: white;
}

.new-header h2 {
	margin: 2rem;
    color: white;
    padding-left: 10rem;
}

#site-navigation {
	margin: auto;
    
}
#site-navigation a {
	color: #13a9b9;
    font-size: 20px;
	font-family: Montserrat;
	font-weight: 300;
	letter-spacing: 2px;
    text-decoration: none;
}
#site-navigation a:hover {
	color: #5975d0;
    text-decoration: none;
}

.primary-menu-container .current-menu-item a {
	text-decoration: none;
    color: black !important;
}

#content .wp-block-columns {
	margin: auto;
    width: 60%;
    max-width: unset;
}

footer .site-info {
	border: none !important;
    padding: 0 !important;
    margin: 0;
}

.site-footer {
	padding: 0 ;
    max-width: none;
	padding: 0 5rem;
    background-color:#13a9b9;
}
.powered-by {
	color: white;
}

#content .wp-block-image {
	max-width: unset;
    width: 60%;
}

img{
	margin-right: auto;
    margin-left: auto;
}
#content p {
	max-width: unset;
  	width: 60%;
}

.widget-area {
	margin-top: 0;
}

#content .wp-block-buttons {
	text-align: center;
}

#content .wp-block-buttons a {
	background-color: #13a9b9;
    border-color: #13a9b9;
}