/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 3rem;
  text-decoration: none;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.logo-font{
  font-family: 'Carter One', cursive !important;
  font-size: 5rem;
}

@media screen and (max-width: 600px) {
  .logo-font{
    font-family: 'Carter One', cursive !important;
    font-size: 2rem;
  }  
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  margin-top: 3rem;
  padding: 1rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

a {
  color: blue;
}

.fa-plus {
    color: #D81B60;
    font-size: 7.5em;
}

.fa-minus {
  color: #00ACC1;
  font-size: 7.5em;
}

.fa-times {
  color: #039BE5;
  font-size: 7.5em;
}

.fa-puzzle-piece {
  color: #C0CA33;
  font-size: 7.5em;
}

.fa-divide {
  color: #FFB300;
  font-size: 7.5em;
}

.fa-calculator {
  color: #F4511E;
  font-size: 7.5em;
}

.bg-dark {
  background-color: #3d0a91 !important;
}


.bg-addition {
  background-color: #880E4F !important;
}

.bg-addition-header {
  background-color: #F8BBD0 !important;
}


.bg-subtraction {
  background-color: #006064 !important;
}

.bg-subtraction-header {
  background-color: #B2EBF2 !important;
}

.bg-multiplication {
  background-color: #01579B !important;
}

.bg-multiplication-header {
  background-color: #B3E5FC !important;
}

.bg-division{
  background-color: #FF6F00 !important;
}

.bg-division-header {
  background-color: #FFECB3!important;
}

.bg-calc{
  background-color: #BF360C !important;
}

.bg-calc-header {
  background-color: #FFCCBC !important;
}

.bg-extra{
  background-color: #827717 !important;
}

.bg-extra-header {
  background-color: #F0F4C3 !important;
}

.bg-fraction{
  background-color: #1B5E20 !important;
}

.bg-fraction-header {
  background-color: #C8E6C9 !important;
}

.bg-decimal{
  background-color: #2c0b0e !important;
}

.bg-decimal-header {
  background-color: #f8d7da !important;
}

.bg-timestables{
  background-color: #004D40 !important;
}

.bg-timestables-header {
  background-color: #B2DFDB !important;
}


img {
  width: 70%;
  /* height: 50%; */
  /* max-width: 50%; */
}

@media screen and (max-width: 600px) {
  img {
    width: 30%;
  }
}

.contact-me-link { text-decoration: none; color: #fff;}

button.btn.solution {
  background-color: #3d0a91;
  border: none;
}

.btn {
  color: #fff;
  border: solid;
  margin: 15px;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

button.btn:hover {
  background-color:#4f16aa;
  color: #fff !important;
  border: none;
  text-decoration: none;
}

button a, a:hover{
  color: #fff;
  text-decoration: none;
}

.puzzle-box-left {
  border: 1px;
  background-color: #3d0a91;
  height: 10%;
  width: 28%;
  padding: 2cm;
  margin: 5px;
  float: left;
}

.puzzle-box-right {
  border: 1px;
  background-color: #3d0a91;
  height: 10%;
  width: 28%;
  padding: 2cm;
  margin: 5px ;
  float: right;
}

.puzzle-color {
  color: white;
}
