/*!
Theme Name: Arkoyatra
Theme URI: http://Arkoyatra/
Author: Arkoyatra
Author URI: http://Arkoyatra/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arkoyatra
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.

Arkoyatra 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
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/*new code*/

body 
{
	color: #525252 !important;
}
.custom-logo {
    height: 40px;
    width: 300px;
	text-align: center;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    margin-bottom: 20px;
	margin-left: 15px;
margin-right: 15px;
}
footer
{
	text-align: center;
	/*background: #024b8f;*/
	color: #fff;
	padding: 20px;
}
footer a
{
	color: #90d392;
}
footer a:hover
{
	text-decoration: none;
	color : #f4a43c;
}
ul {
    list-style: none;
    display: inline;
	font-size: 18px;
}
ul li
{
	display: inline;
	margin-right: 50px;
	/*font-weight: 700;*/
}
ul li a
{
	text-decoration: none;
	color : #5a5757;
}
ul li a:hover
{
	text-decoration: none;
	color : #f4a43c;
}

.blog-post
{
	/*text-align: justify;*/
}
.blog-post-left
{
	margin-bottom: 10px;
	/*background: #f7f3f33d;*/
	padding: 0 15px 0 0;
}
.blog-post-right
{
	margin-bottom: 15px;
	border-bottom: 1px solid lightgray;
	padding: 15px;
	box-shadow: 3px 3px 7px 1px #888888;
}
.blog-post-single h1 a, .blog-post-right h5 a, .blog-post-left h2 a, .blog-post h2 a
{
	/*color: #525252;*/
	text-decoration: none;
	/*font-weight: 700;*/
	
}
.blog-post-single h1 a:hover
{
	color: #f4a43c;
}
.blog-post-right h5 a:hover
{
	color: #f4a43c;
}
.blog-post-left h2 a:hover
{
	color: #f4a43c;
}
.blog-post h2 a:hover
{ color: #f4a43c; 
}
p
{
	line-height: 32px;
}
@media(max-width: 480px)
{
ul li {
    display: block;
    /*font-weight: 700;*/
	margin-right: 0;
    text-align: right;
    padding-bottom: 5px;
	font-size: 17px;
	}
	ul
	{
		display: block;
	}
	.blog-post-single img 
	{
		width: 100%;
		height: 225px;
	}
	.single-image img
	{
		width: 100%;
		height: 100% !important;
	}
	iframe 
	{
		width: 360px;
		height: 360px
	}
	
}
.card-title {
  width: auto !important;
}
