/*
Theme Name: Ayush Bhargava Portfolio
Theme URI:
Description: Custom responsive theme built with Bootstrap v4.2.1
Author: Ayush Bhargava
Author URI: ayushbhargava.com
Version: 1.0
Tags: responsive, bootstrap
*/

@import "../vendor/bootstrap/css/bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Iceberg');

/********************************************************************
tag styles
********************************************************************/
a:link, a:active, a:visited, a:hover
{	text-decoration: underline;
    color: #0E8650;
	font-weight: 500;
}

/********************************************************************
class styles
********************************************************************/

.noDisplay
{   display: none;
}

.max-100
{	max-width: 100%;
}

.noPadding
{	padding: 0;
}

.noMargin
{	margin: 0;
}

.marginAll-10
{	margin: 10px 10px 10px 10px;
}

.marginAll-20
{	margin: 20px 20px 20px 20px;
}

.marginH-15
{	margin: 0px 15px 0px 15px;
}

.marginH-30
{	margin: 0px 30px 0px 30px;
}

.marginBtm-15
{	margin-bottom: 15px;
}

.marginBtm-10
{	margin-bottom: 10px;
}

.topBarMargin
{   margin-top: 60px;
}

.marginTop-50
{   margin-top: 50px;
}

.marginTop-10
{	margin-top: 10px;
}

.marginTop-15
{	margin-top: 15px;
}

.marginLeft-15
{	margin-left: 15px;
}

.paddingAll-5
{   padding: 5px;
}

.paddingAll-10
{   padding: 10px;
}

.paddingLeft-10
{	padding-left: 10px;
}

.paddingLeft-5
{	padding-left: 5px;
}

.paddingLeft-15
{	padding-left: 15px;
}

.paddingBtm-5
{   padding-bottom: 5px;
}

.paddingBtm-15
{   padding-bottom: 15px;
}

.coverH
{	width: 100%;
}

.coverH-90
{	width: 90%;
}

.coverH-50
{   width: 50%;
}

.coverH-0
{   width: 0%;
}

.coverHMax-50
{   max-width: 50%;
}

.coverV
{	height: 100%;
}

.coverV-90
{	height: 90%;
}

.centerH
{	margin-left: auto;
	margin-right: auto;
}

.centerH-text
{	text-align: center;
}

.centerV-text
{	vertical-align: middle;
}

.right-text
{	text-align: right;
}

.redText
{	color: #FD5D4D;
}

.blueText
{	color: #4286f4;
}

.greenText
{	color: #0E8650;
}

.lightGreenText
{	color: rgb(5, 207, 116);
}

.blackText
{	color: #111111;
}

.greyText
{	color: #4d4d4d;
}

.whiteText
{   color: whitesmoke;
}

.bold600
{	font-weight: 600;
}

.bold700
{	font-weight: 700;
}

.italicFont
{   font-style: italic;
}

.smallFont
{	font-size: small;
}

.mediumFont
{	font-size: medium;
}

.tex1_2
{	font-size: 1.2em;
}

.iceText
{   font-family: 'Iceberg', cursive;
}

.height-10
{	 height: 10px;
}

.bgNone
{   background: transparent;
}

.bgTomato
{	background-color: tomato;
}

.bgRed
{	background-color: #FD5D4D;
}

.bgBlue
{	background-color: #4286f4;
}

.bgGreen
{	background-color: #0E8650;
}

.bgBlack
{	background-color: #111111;
}

.bgGrey
{	/*background-color: #2b2a2a;*/
    background-color: #737373;
}

.bgWhite
{   background-color: white;
}

.multiBorder
{   box-shadow: 0 0 0 3px #0E8650, 
    0 0 0 6px white;
}

.bottomGreenBorder
{   border-bottom: 2px solid #0E8650;
}

.leftGreenBorder
{   border-left: 2px solid #0E8650;
}

.leftBlackBorder
{   border-left: 2px solid #111111;
}

.greenBorder
{	border: 2px solid #0E8650;
}

.greenBorder-5
{	border: 5px solid #0E8650;
}

.rounded-7
{	border-radius: 7px;
}

.rounded-10
{	border-radius: 10px;
}

.rounded-15
{	border-radius: 15px;
}

.roundedBtm
{   border-bottom-left-radius: .35em;
    border-bottom-right-radius: .35em;
}

.zIndex-1
{   z-index: 1;
}

.heading3
{   font-family: "Iceberg", cursive;
    font-size: 3em;
    color: #0E8650;
}

.heading1_5
{   font-family: "Iceberg", cursive;
    font-size: 1.5em;
    color: #0E8650;
}

.heading1_5Black
{   font-family: "Iceberg", cursive;
    font-size: 1.5em;
    color: black;
}

.heading1_2
{   font-family: "Iceberg", cursive;
    font-size: 1.2em;
    color: #0E8650;
}

.heading1
{   font-family: "Iceberg", cursive;
    font-size: 1em;
    color: #0E8650;
}

.img-responsive
{   max-width: 100%;
}

.metaLink a::before
{   content: "|";
    margin-right: 3px;
    color: black;
}

.darkShadow
{   box-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
}

.iframeContainer
{	position: relative;
	overflow: hidden;
    padding-top: 56.25%;
}

.iframe-fluid
{	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.grecaptcha-badge
{	visibility: hidden;
}

.whiteLink a:link, .whiteLink a:active, .whiteLink a:visited, .whiteLink a:hover
{	text-decoration: none;
    color: whitesmoke;
}

.blackLink a:link, .blackLink a:active, .blackLink a:visited, .blackLink a:hover
{	text-decoration: none;
    color: #111111;
}

.contactForm
{	max-width: 780px;
	margin-top: 10px;
}

.contactForm .form-group label
{	font-weight: 600;
}

.contactForm .form-control
{	border: 1px solid #d2d6dc;
}

.contactForm .form-control:focus
{	border-color: #222;
	box-shadow: none;
}

.contactForm .btn
{	min-width: 170px;
}

.contactFormStatus
{	margin-top: 12px;
	margin-bottom: 0;
	font-size: .95rem;
	color: #444;
}

.contactFormHelp
{	margin-top: 8px;
	font-size: .9rem;
	color: #6c757d;
}

.contactHp
{	display: none !important;
}

.metaImg
{   background-color: rgba(245, 245, 245, .4);
    float: left;
    margin: 5px;
    border-radius: 40px;
}

.metaImg img
{   max-height: 50px;
    padding: 2px;
    margin: 8px;
}

.legend
{	width: 50px;
	height: 20px;
	margin-right: 10px;
}

.tick text
{	font-size: 1rem !important;
}

.docTabs
{	padding: 5px;
	border-radius: 8px;
}

/********************************************************************
id styles
********************************************************************/
#homeMain
{	min-height: 100%;
}

#homeTable
{   position: relative;
    //top: 50%;
    left: 50%;
    //transform: translate(-50%, -50%);
    //-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

#homeTable td
{	width: 50%;
}

#homeName
{   font-size: 2.5rem;
    padding-bottom: 30px;
}

#logoImage
{   transition: transform 0.1s;
    width: 25%;
	max-width: 220px;
}

#homeVR
{   font-size: 120px;
    line-height: 60px;
}

#homeDescriptors
{   font-size: 28px;
    line-height: 28px;
}

#homeMenu a:link, #homeMenu a:hover, #homeMenu a:active, #homeMenu a:visited
{   color: #111111;
    font-size: 2em;
    padding: 20px;
	text-decoration: none;
}

#menu
{   height: 60px;
}

#menuBar
{   text-align: center;
    margin-top: 5px;
}

#menuBar a:link, #menuBar a:hover, #menuBar a:active, #menuBar a:visited
{   color: #0E8650;
    font-size: 1.2rem;
	text-decoration: none;
}

#menuBarTable td
{	width: 20%;
}

#menuBar ul
{   padding: 0;
    margin: 0;
    position: relative;
}

#menuBar li
{   display: inline;
    margin: 0px 30px 0px 30px;
}

#menuBarLogo
{   height: 50px;
    margin: 0 40px 0 40px;
}

#mobileMenuBar
{   
}

#mobileMenuLogo
{   margin: 5px 0 0 5px;
}

#menuButton
{   display: none;
	position: fixed;
    z-index: 1032;
    top: 0;
    right: 0;
    margin: 12px 10px 0 0;
}

#bar1, #bar2, #bar3
{   width: 37px;
    height: 4px;
    background-color: #0E8650;
    margin: 6px 0;
    transition: 0.4s;
    position: relative;
}

.change #bar1
{   -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
    background-color: #111111;
}
  
.change #bar2
{   opacity: 0;
}
  
.change #bar3
{   -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
    background-color: #111111;
}

#hiddenMenu
{   position: fixed;
	z-index: 1031;
    top: 0;
    right: 0;
    transition: all .4s;
}

#hiddenMenu a:link, #hiddenMenu a:hover, #hiddenMenu a:active, #hiddenMenu a:visited
{   color: #111111;
    font-size: 2rem;
    padding: 20px;
	text-decoration: none;
}

#hiddenMenuLogo
{   display: none;
	position: absolute;
    top: 0;
    left: 0;
	padding: 0 !important;
}

#hiddenMenuLogo img
{	height: 70px;
    margin: 10px 0 0 10px;
}

#metaData
{   margin-left: 5px;
}

#metaData a:link, #metaData a:visited, #metaData a:hover, #metaData a:active
{   font-size: 1.1em;
	text-decoration: none;
}

#logo img
{	height: 55px;
    width: auto;
    margin-left: 3px;
}

#badge
{	font-size: .7rem;
	color: grey;
}

/********************************************************************
size based styles
********************************************************************/
/*small screens
*/
@media screen and (max-width: 576px)
{   
}

/*small - medium screens breakpoint
*/
@media screen and (max-width: 800px)
{   #homeMenu
	{	display: none;
	}
    
    #logoImage
    {   width: 30%;
    }

	#menuBar
    {   display: none;
    }
    
    #menuButton
    {   display: block;
    }

    #mobileMenuBar
    {   display: block;
    }
    
    #menuBarLogo
    {   margin: 0;
    }
	
	#hiddenMenuLogo
	{	display: block;
	}
}
