/*!
Theme Name: MC3
Theme URI: http://underscores.me/
Author: Tejas
Author URI: http://underscores.me/
Description: Description
Version: 1.5.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ThoughtSphere
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mc3-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/**
 * Created by Tejas on 23/01/18.
 */
::-moz-selection {
  background: #333333;
  color: #ffffff;
}

::selection {
  background: #333333;
  color: #ffffff;
}

.blue-grad1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39c2d7+0,1e96c4+100 */
  background: rgb(57, 194, 215);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(57, 194, 215, 1) 0%, rgba(30, 150, 196, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(57, 194, 215, 1) 0%, rgba(30, 150, 196, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(57, 194, 215, 1) 0%, rgba(30, 150, 196, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39c2d7', endColorstr='#1e96c4', GradientType=1);
  /* IE6-9 */

}

.bluegreen-grad {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39c2d7+0,82c341+100 */
  background: #39c2d7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #39c2d7 0%, #82c341 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #39c2d7 0%, #82c341 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #39c2d7 0%, #82c341 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39c2d7', endColorstr='#82c341', GradientType=1);
  /* IE6-9 */

}

.greenorange-grad {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#82c341+0,f99d1c+99 */
  background: #82c341;
  /* Old browsers */
  background: -moz-linear-gradient(left, #82c341 0%, #f99d1c 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #82c341 0%, #f99d1c 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #82c341 0%, #f99d1c 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82c341', endColorstr='#f99d1c', GradientType=1);
  /* IE6-9 */

}