/*!
Theme Name: Prof. Marc Bloching
Theme URI: http://underscores.me/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Development for Prof. Marc Bloching
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: prof-marc-bloching
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.

Prof. Marc Bloching 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 Css added by Shahrukh Mansuri ***/

.navbar-nav>.nav-item.last-btn {
    margin-right: 0px !important;
    margin-left: 30px;
}
 
.navbar-nav>.nav-item.last-btn>a {
    color: #DD8555 !important;
    font-size: 19px;
    width: auto;
    padding: 0px 28px !important;
}
 
.navbar-nav>.nav-item.last-btn:hover>a {
    color: #fff !important;
}
 .footer {
    padding: 30px 0px 30px 0px;
}
 
.footer .logo {
    text-align: left !important;
}
 
.footer .logo a:hover {
    color: #444;
    text-decoration: none;
}
 
.footer .logo a {
    color: #444;
    font-size: 32px;
    font-weight: 700;
    text-decoration-line: underline;
}


.footer p.social {
    position: relative;
    padding-left: 20px;
}
 
.footer p.social img {
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0px;
}
 
.footer p.social:nth-child(3) img {
    margin-left: 0px;
    height: 15px;
}
 
.footer p.social:last-child img {
    margin-left: -2px;
}
 
.footer p.social:nth-child(3) img {
    top: 2px;
}

.footer h3 {
    text-transform: inherit;
}
/**/
@media only screen and (max-width:767px) {
.banner {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
 
.banner .h1 {
    font-size: 52px;
    margin-bottom: 15px;
}
 
.banner p.big {
    font-size: 17px;
}
 
.banner .btn-default {
    margin-top: 10px;
}
 
.banner .row>.col-12 {
    position: relative;
    z-index: 2;
}
 
.footer .logo {
    text-align: center !important;
}
 
}
 
@media only screen and (min-width:768px) and (max-width:991px) {
.header {
    padding: 20px 0px;
}
 
.banner .row>.col-12 {
    position: relative;
    z-index: 2;
}
 
.banner .h1 {
    font-size: 49px;
    margin-bottom: 22px;
}
 
.banner p.big {
    font-size: 22px;
}
 
.banner .btn-default {
    margin-top: 16px;
}
 
.footer .logo a {
    font-size: 22px;
}
 
}
 
@media only screen and (min-width:992px) and (max-width:1199px) {
.header {
    padding: 10px 0px;
}
 
.banner .h1 {
    font-size: 67px;
    margin-bottom: 23px;
}
 
.banner p.big {
    font-size: 25px;
}
 
.banner .btn-default {
    margin-top: 20px;
}
 
.banner .kicker {
    margin-top: 50px;
}
 
.footer .logo a {
    font-size: 28px;
}
 
 
}
 
@media only screen and (min-width:1200px) and (max-width:1399px) {
.header {
    padding: 10px 0px;
}
 
.banner .h1 {
    font-size: 66px;
    margin-bottom: 35px;
}
 
.banner p.big {
    font-size: 23px;
}
 
.banner .btn-default {
    margin-top: 23px;
}
 
}
 
/*** Banner height css ***/
@media (min-height: 601px) and (max-height: 900px) {
.header {
    padding: 10px 0px;
}
 
.banner .h1 {
    font-size: 66px;
    margin-bottom: 35px;
}
 
.banner p.big {
    font-size: 23px;
}
 
.banner .btn-default {
    margin-top: 23px;
}
 
}
 
@media (min-height: 901px) and (max-height: 1200px) {
.banner .h1 {
    font-size: 102px;
}
 
.banner .btn-default {
    margin-top: 41px;
}
 
}
