:root{
	--mainText:black;
	--secondaryText:#4b5156;
	--mainColor:#eaeaea;
	--secondaryColor:#fff;
	--borderColor:#c1c1c1;
	--themeDotBorder:#24292e;
	--previewBg:rgb(251,249,243,0.8);
	--previewShadow:#f0ead6;
	--btnColor:#000;
}

h1{
	font-size: 56px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 28px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 16px;
}

a{
	text-decoration: none;
	color: #17a2b8;
	font-weight: 600;
	font-size: 20px;
}

ul{
	list-style: none;
}

html, body{
	padding: 0;
	margin: 0;
}

body *{
	transition: 0.3s;
}

h1, h2, h3, h4, h5, h6, strong{
	font-weight: 500;
	color: var(--mainText);
	font-family: 'Russo One', sans-serif;
}

p, li, span, label, input, textarea{
	color: var(--secondaryText);
	font-family: 'Roboto Mono', monospace;
}

i{
	padding-right: 18px;
	font-size: 15px!important;
	color: #666;
}

.s1{
	background-color: var(--mainColor);
	border-bottom:1px solid var(--borderColor);
	overflow: auto;
}

.s2{
	background-color: var(--secondaryColor);
	border-bottom:1px solid var(--borderColor);
	overflow: auto;
}

.main-container{
	width: 1200px;
	margin: 0 auto;
}

.wrapper{
	display: grid;
	text-align: center;
	align-content: center;
	min-height: 10em;

}

.intro-wrapper{
	background-color: var(--secondaryColor);
    border: 1px solid var(--borderColor);
    border-radius: 5px 5px 0 0;

    -webkit-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    	'nav-wrapper nav-wrapper'
    	'left-column right-column'
    ;
}

.dots-wrapper{
	display: flex;
	padding: 10px;
}

#dot-1{
	background-color: #FC6058;
}
#dot-2{
	background-color: #FEC02F;
}
#dot-3{
	background-color: #2ACA3E;
}

.browser-dot{
	background-color: black;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	margin: 5px;
    -webkit-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
}

.nav-wrapper{
	background-color: var(--mainColor);
	border-radius: 5px 5px 0 0;
	grid-area: nav-wrapper;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--borderColor);
}

#profile-pic{
	display: block;
	margin: 0 auto;
	height: 200px;
	width: 200px;
	object-fit: cover;
	border: 2px solid var(--borderColor);
}

.theme-dot{
	background-color: black;
	border: 2px solid var(--themeDotBorder);
	margin: 5px;
	cursor: pointer;
	height: 30px;
	width: 30px;
	border-radius: 50%;
    -webkit-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
}

.theme-dot:hover{
	border-width: 5px;
}

#light-mode{
	background-color: #fff;
}

#blue-mode{
	background-color: #192734;
}

#green-mode{
	background-color: #78866b;
}

#purple-mode{
	background-color: #7E4C74;
}

#theme-wrapper{
	display: flex;
	justify-content: center;
}

#settings-note{
	font-size: 12px;
	font-style: italic;
	text-align: center;
}


.left-column{
	padding-top: 50px;
	padding-bottom: 50px;
	grid-area: left-column;
}

.right-column{
	grid-area: right-column;
	display: grid;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#navigation{
	margin: 0
	padding: 10px;
}

#navigation a{
	color: var(--mainText);
}

#navigation li{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

#navigation li a .fa-instagram{
	font-size: 23px!important;
	padding: 2px;
	line-height: 23px;
	color: #fff;
	border-radius: 10px;
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

#navigation li a .fa-facebook{
	padding: 2px;
	font-size: 25px!important;
	color: #1877f2;
}

#navigation li a .fa-github{
	padding: 2px;
	font-size: 28px!important;
	color: #a6b1b7;
}

#navigation li a .fa-linkedin-square{
	font-size: 25px!important;
	padding: 2px;
	color: #0E76A8;
}

#preview-shadow{
	background-color: var(--previewShadow);
	width: 300px;
	height: 180px;
	padding-left: 30px;
	padding-top: 30px;
}

#preview{
	width: 300px;
	border: 1.5px solid #17a2b8;
	background-color: var(--previewBg);
	padding: 15px;
	position: relative;
}

.corner{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1.5px solid #17a2b8;
	background-color: #fff;
	position: absolute;
}

#corner-tl{
	top: -5px;
	left: -5px;
}

#corner-tr{
	top: -5px;
	right: -5px;
}

#corner-br{
	bottom: -5px;
	right: -5px;
}

#corner-bl{
	bottom: -5px;
	left: -5px;
}

.about-wrapper{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	padding-top: 50px;
	padding-bottom: 50px;
	gap:100px;
}

#skills{
	display: flex;
	justify-content: space-evenly;
	background-color: var(--previewShadow);
}

.social-links{
	display: grid;
	align-content: center;
	text-align: center;
}

#social_img{
	width: 100%;
}

.social-links a .fa-instagram{
	color: #fff;
	border-radius: 8px;
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	padding:2px;
	margin: 2px;
	margin-right: 12px;
	font-size: 20px!important;
}

.social-links a .fa-facebook-square{
	color: #1877f2;
	font-size: 20px!important;
}

.post-wrapper{
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
	gap: 20px;
	padding-bottom: 50px;
	justify-content: center;
}

.post{
	border: 1px solid var(--borderColor);
	-webkit-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
	box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
}

.thumbnail{
	display: block;
	max-width: 100%;
  max-height: 100%;
	object-fit: cover;
}

.post-preview{
	background-color: #fff;
	padding: 15px;
}

.post-title{
	color: #000;
	margin: 0;
}

.post-intro{
	font-size: 14px;
}

#contact-form{
	display: block;
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid var(--borderColor);
	padding: 15px;
	border-radius: 5px;
	background-color: var(--mainColor);
	margin-bottom: 50px;
}

.input-field{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--secondaryColor);
	border-radius: 5px;
	border: 1px solid var(--borderColor);
	font-size: 14px;
}

#contact-form label{
	line-height: 2.7em;
}

#contact-form textarea{
	min-height: 100px;
	font-size: 14px;
}

#submit-btn{
	margin-top: 10px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: var(--btnColor);
	border: none;
}

.s2{
	padding-bottom: 30px;
}

.fa-envelope{
	font-size: 45px!important;
	color: red;
}

footer{
	padding: 15px;
	background: #010101;
	text-align: center;
}

footer p{
	margin: 0px;
}

@media screen and (max-width: 1200px){
	.main-container{
		width: 95%;
	}
}

@media screen and (max-width: 800px){
	.intro-wrapper{
	    grid-template-columns: 1fr;
	    grid-template-areas:
	    	'nav-wrapper'
	    	'left-column'
				'right-column'
	    ;
	}

	.right-column{
		justify-content: center;
	}
}
