/*
 Theme Name:   Arthur Strategies
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     wp-bootstrap-4
 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:  wp-bootstrap-4-child
*/

.news h2{
	font-size: 20.8px;
}
.navbar-nav{
	margin-left: auto;
	margin-right: auto
}
a.btnEntry {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent; 

          padding: 0.5rem 2.5rem;
          font-size: 1.8rem;
          line-height: 1.5;
          border-radius: 1.8rem;
    text-decoration: none;
    color: #171c36!important;
  background-color: white;
  border-color: #171c36; }
  
      
}
@media(min-width: 900px) {

        a.btnEntry {
          padding: 0.5rem 2.5rem;
          font-size: 1.8rem;
          line-height: 1.5;
          border-radius: 1.8rem;
        }
    }
@media(max-width: 900px) {

        a.btnEntry {
          padding: 0.35rem 1.5rem;
          font-size: 0.8rem;
          line-height: 1.5;
          border-radius: 1.0rem;
        }
    }
a.btnEntry:hover {
    text-decoration: none;    
    color: #fff!important;
    background-color: #171c36;
    border-color: #171c36; 
}
.leftLogo{
    background-color: #c0c8da;
}

.rightLogo{
    background-color: #f2f4f8;
}
.cleanBody{
    background-image: none!important;
}

.newsBlock h2 {
  font-size: 1.3rem; }

.newsBlock a {
  font-size: 1rem; }

.newsBlock1 h2, .newsBlock1 a {
  color: #E5AF56 !important; }

.newsBlock1 {
  color: #E5AF56;
  border: 2px solid #E5AF56;
  border-radius: 20px;
  background-color: white; }

.newsBlock2 h2, .newsBlock2 a {
  color: #7A95CA !important; }

.newsBlock2 {
  color: #7A95CA;
  border: 2px solid #7A95CA;
  border-radius: 20px;
  background-color: white; }

.newsBlock3 h2, .newsBlock3 a {
  color: #427772 !important; }

.newsBlock3 {
  color: #427772;
  border: 2px solid #427772;
  border-radius: 20px;
  background-color: white; }