@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,500,600,900');

/*GENERAL STYLES*/
html {
	overflow-y: scroll;
}

*:not(.icon) {
	font-family: 'Montserrat', sans-serif;
}

*::selection {
	background: #098ffc;
}

*::-moz-selection {
	background: #098ffc;
}

.sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0;
	margin-top: -3px;
	z-index: 9999;
}

.container {
	max-width: 1080px;
	margin: 0 auto;
}

.container2 {
	max-width: 1080px;
}

.lrgText {
	font-size: 20px;
	font-weight: 300;
}

.black {
	font-weight: 600;
}

.blueBtn, .blueBtn:focus, .blueBtn:active {
	background: #098ffc;
	outline: none;
	font-weight: 400;
	color: white;
	border: 3px solid #0a80e1;
	font-size: 16px;
}

.blueBtn:hover {
	background: #0a80e1;
	color: white;
}

.bar {
	background: #28ac00;
	font-weight: 600;
	color: white;
}

.topBump {
	margin-top: 10%;
}

a {
	color: #098ffc;
}

a:hover, a:visited, a:focus, a:active{
	color: #0a80e1;
	text-decoration: none;
}

.fWidth {
	width: 100% !important;
}

.italic {
	font-style: italic;
}

.clearBtn {
	background: none;
	border: 2px solid rgba(255,255,255,0.8);
	color: white;
	outline: none;
	font-weight: 300;
	margin-top: 50px;
}

.clearBtn:hover, .clearBtn:visited, .clearBtn:focus, .clearBtn:active {
	background: rgba(255,255,255,0.4);
	color: white;
}

.ds {
	-webkit-box-shadow: 2px 10px 21px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 10px 21px -15px rgba(0,0,0,0.75);
	box-shadow: 2px 10px 21px -15px rgba(0,0,0,0.75);
}

.tds {
	-webkit-box-shadow: 0px -26px 54px -27px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px -26px 54px -27px rgba(0,0,0,0.7);
	box-shadow: 0px -26px 54px -27px rgba(0,0,0,0.7);
}

.dds {
	-webkit-box-shadow: inset -2px -33px 37px -28px rgba(0,0,0,0.5);
	-moz-box-shadow: inset -2px -33px 37px -28px rgba(0,0,0,0.5);
	box-shadow: inset -2px -33px 37px -28px rgba(0,0,0,0.5);
}

.itds {
	-webkit-box-shadow: inset -2px 40px 37px -28px rgba(0,0,0,0.5);
	-moz-box-shadow: inset -2px 40px 37px -28px rgba(0,0,0,0.5);
	box-shadow: inset -2px 40px 37px -28px rgba(0,0,0,0.5);
}

/*HEADER AREA*/
header {
	background: #2d2d2d;
	z-index: 9999;
}

.saying {
	font-weight: 500;
	color: white;
	padding-top: 13px;
}

.logo {
	max-height: 45.56px;
	max-width: 224.33px;
}

.dropdown {
	margin-top: 3px;
}

.dropdown ul {
	width: 300%;
	margin-left: -100px;
}

.dropdown button::after {
	display: none;
}

.dropdown button {
	outline: none;
	width: 50px;
	height: 40px;
}

/*CONTENT AREA*/
body {
	position: relative;
	/*background: #f8f7f7;*/
	background: #2D2D2D;
}

.projectImg {
	border: 5px solid #2D2D2D;
	border-radius: 3px;
}

.slide {
	display: inline-block;
	height: 100% !important;
}

#slide1 {
	background: url('../img/nbg1.png') no-repeat;
	height: 100vh !important;
	display: block;
	color: white;
	background-size: 100% 100%;
}

#slide1 h1 {
	font-weight: 300 !important;
	font-size: 80px;
	padding-top: 30px;
}

#intro {
	height: 100vh;
}

#intro p {
	padding-top: 3%;
	font-weight: 200 !important;
	/*font-size: 16px;*/
	font-size: 2em;
}

.education>div, .project>div {
	background: white;
	border-radius: 5px;
}

.education h3, .project h3 {
	color: #007eff;
}

.education i {
	color: #8A8A8A;
}

#slide2, #slide4 {
	background: url('../img/1.png') no-repeat;
	background-size: cover;
}

#slide2 img {
	max-width: 250px;
}

#slide3 {
	background: url('../img/nbg2.png') no-repeat;
	background-size: 100% 100%;
	color: white;
}

.skill {
	color: white;
	margin: auto;
}

.shopify img {
	max-width: 56.66px;
}

.shopify h3 {
	margin-top: -10px;
}

.project img {
	border-radius: 5px;
}

.bluegraphite {
	max-width: 160px;
}

#slide5 {
	background: url('../img/nbg3.png') no-repeat;
	background-size: 100% 100%;
	color: white;
}

#quickSocials {
	margin-top: -30px;
}

/*FOOTER AREA*/
footer {
	background: #2D2D2D;
	color: white;
}