/*
 Theme Name:   Rika Theme
 Theme URI:    https://financefriends.rikasaini.com/rika-theme
 Description:  Rika Child Theme based on Understrap
 Author:       Rika Saini
 Author URI:   https://financefriends.rikasaini.com
 Template:     understrap
 Version:      1.0.0
 Text Domain:  rika-theme
*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .container{
    padding-left: 0;
    padding-right: 0;
  }
  .blue-gradient-bg{
  	padding: 1em;
  }
  .top-heading{
    font-size: 50px;
  }
  h2.title{
    font-size: 45px;
  }
  .teampeople {
    margin-right: 0;
    margin-left: 0;
  }
  #btn-in{
    font-size: 12px;
  }
  h4.teamname{
    font-size: 30px;
  }
  .custom-rss-feed {
    grid-template-columns: 1fr;
  }
  .teamcheck{
    font-size: 14px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container{
    padding-left: 0;
    padding-right: 0;
  }
  .blue-gradient-bg{
  	padding: 1em;
  }
  .top-heading{
    font-size: 50px;
  }
  h2.title{
    font-size: 45px;
  }
  .teampeople {
    margin-right: 0;
    margin-left: 0;
  }
  #btn-in{
    font-size: 12px;
  }
  h4.teamname{
    font-size: 30px;
  }
  .custom-rss-feed {
    grid-template-columns: 1fr;
  }
  .teamcheck{
    font-size: 14px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .blue-gradient-bg{
  	padding: 2em;
  }
  .top-heading{
    font-size: 60px;
  }
  h2.title{
    font-size: 48px;
  }
  .teampeople {
    margin-right: 0;
    margin-left: 0;
  }
  #btn-in{
    font-size: 12px;
  }
  h4.teamname{
    font-size: 34px;
  }
  .custom-rss-feed {
    grid-template-columns: repeat(2, 1fr);
  }
  .teamcheck{
    font-size: 16px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .blue-gradient-bg{
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .top-heading{
    font-size: 60px;
  }
  h2.title{
    font-size: 48px;
  }
  .teampeople {
    margin-right: -4em;
    margin-left: -4em;
  }
  #btn-in{
    font-size: 12px;
  }
  h4.teamname{
    font-size: 36px;
  }
  .custom-rss-feed {
    grid-template-columns: repeat(3, 1fr);
  }
  .teamcheck{
    font-size: 16px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .blue-gradient-bg{
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .top-heading{
    font-size: 60px;
  }
  h2.title{
    font-size: 48px;
  }
  .teampeople {
    margin-right: -4em;
    margin-left: -4em;
  }
  #btn-in{
    font-size: 12px;
  }
  h4.teamname{
    font-size: 36px;
  }
  .custom-rss-feed {
    grid-template-columns: repeat(3, 1fr);
  }
  .teamcheck{
    font-size: 16px;
  }
}
