/*!
Theme Name: MakamiPortfolio
Author: Sudip Regmi
Author URI: http://sudipregmi.com/
Description: Template made for Makami Student Portfolios
Version: 1.5.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: makamiportfolio
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.

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

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4f4f4f;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	color: #292929;
	font-weight: bold
}

.btn {
	font-weight: bold;
	padding: .375rem 1rem;
	height: 2.75rem;
	transition: all 0.4s ease-in-out
}

a {
    color: #038d91;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}

.btn:focus,
.btn.focus {
	box-shadow: none !important
}

.btn-primary {
	color: #fff
}

.form-control {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	height: 2.75rem;
	border-color: #c2c2c2
}

.theme-bg-light {
	background: #fafafa !important
}

.theme-bg-dark {
	background: #223142 !important
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 335px;
	background:#c1c1c1;
	color: #fff;
	z-index: 1500;
}

.header .blog-name {
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff
}

.header .blog-name a {
	color: #fff
}

.header .blog-name a:hover {
	text-decoration: none
}

.header .btn-primary {
	background: rgba(0, 0, 0, 0.3);
	border-color: transparent;
	font-size: 1rem;
	padding-top: 0.5rem
}

.header .btn-primary:hover {
	background: rgba(0, 0, 0, 0.4);
	border-color: transparent
}

.header .navbar {
	padding: 2rem 1rem
}

.header .navbar-toggler:focus {
	outline: none
}

.header .navbar-dark .navbar-toggler {
	border-radius: 2px;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	border: 1px solid rgba(255, 255, 255, 0.8);
	padding: .25rem .6rem
}

.header .navbar-dark .navbar-toggler:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.header .navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256,256,256, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header .nav-item {
	font-weight: bold
}

.header .nav-item.active .nav-link {
	color:black
}

.header .nav-item.active .nav-link:hover {
	text-decoration: none
}

.header .nav-item .nav-link {
	color: rgb(0 0 0 / 80%);
}

.header .nav-item .nav-link:hover {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.6)
}

.nav-top-margin{
    margin-top: 200px;
}
    nav{
        line-height: 1;
    }


.profile-section .profile-image {
	max-width: 200px;
    left: 175px;
    position: absolute;
    top: 50px;
    z-index: 2000;
	border: solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.stickyheader{
	height: 200px;
    position: fixed;
    width: 100%;
    z-index: 1000;
	background-color: #c1c1c1;
}

.admin-bar .stickyheader{
    margin-top: -32px;
}
/* .home .footer, .error404 .footer <- stick copyright only on homepage to bottom*/
.footer{
    position: fixed;
    bottom: 0;
    right: 0;
}

.profile-section .bio {
	font-size: 0.875rem
}

.profile-section .bio a {
	color: #fff;
	text-decoration: underline
}

.profile-section .bio a:hover {
	color: rgba(0, 0, 0, 0.6)
}

.social-list a {
	width: 32px;
	height: 32px;
	padding-top: 5px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	background-color: #fff
}

@media (prefers-reduced-motion: reduce) {
	.social-list a {
		transition: none
	}
}

.social-list a:hover {
	color: #3dba52;
	background-color: rgba(255, 255, 255, 0.8)
}

.main-wrapper {
	margin-left: 280px;
	background: #ffffff
}

.main-wrapper .container {
	max-width: 820px;
	margin-top: 200px;
}

.cta-section .heading {
	font-size: 2rem;
	font-weight: bold
}

.footer a {
	color: #fff
}

.meta {
	color: #8f8f8f;
	font-size: 0.8125rem
}

.meta span {
	display: inline-block
}

.meta span a {
	color: #8f8f8f
}

.meta span a:hover {
	color: #4f4f4f
}

.meta span:after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #8f8f8f;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	position: relative;
	top: -3px
}

.meta span:last-child:after {
	display: none
}

.foot-logo img{
	max-width: 150px;
}
.foot-logo{
	text-align: center;
	margin-top: 100px;
}

.home .foot-logo img{
    max-width: 200px;
}

@media (min-width: 768px) {
	.cta-section .form-inline .form-control {
		width: 360px
	}
}

@media (max-width: 991.98px) {
	.header {
		position: static;
		width: inherit;
		height: auto
	}
	.header .blog-name {
		width: 100%;
		position: absolute;
		left: 0;
		top: 1.2rem
	}
	.header .btn-primary {
		width: 100%
	}
	.header .navbar {
		padding: 1rem
	}
	.main-wrapper {
		margin-left: 0
	}
	.mheading{
		display: block !important;
	}
	.stickyheader{
		display:none;
	}
	.main-wrapper .container{
		margin-top: 0px;
	}
}

body {
	overflow-x: hidden
}