:root {
	--main-color: #1e73be;
	--main-txt-color: blue;  
	--main-padding: 15px;  
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
html, body {
	/*height: 100%;*/
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
}
body {
	position: relative;
	padding-top: 56px;
	height: calc(100vh - 56px);

}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.white-hr-80 {
	background-color: rgb(255,255,255,80%);
	height: 2px;
}


#hero {
	/*background: #1e73be;*/
	height: calc(100vh - 56px);
	color: #fff;
	z-index: -1;
	position: relative;
	/*background: url(https://paxerastands.com/img/bg-pattern.png),linear-gradient(to left,#7b4397,#dc2430);
	background-position: center;*/
	/*background-attachment: fixed;*/

}
.hero-animated {
	animation: gradient 15s ease infinite;
	background:  linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
}
#hero h1 {
    font-weight: 700;
}
.hero-cta {
	text-align: center;
}
.skill-card {
	padding: 40px;
	border: 6px solid #2D87D7;
}
.skill-card-content {
	
}
.skill-card-image {
	background: #fff;
	width: 100%;
	height: auto;
	padding: 16px;
}
.si-avatar {
	background: #d2d2d2;
	height: 100%;
	width: 100%;

}
.si-text {
	display: grid;
	gap: 16px;

}
.si-header-rounded {
	height: 24px;
	background: #d2d2d2;
	border-radius: 100px;
}
.si-text-rounded {
	height: 12px;
	background: #d2d2d2;
	border-radius: 100px;
}
.si-switch {
	    width: 144px;
    height: 144px;
    border: 2px solid #b9b9b9;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background: rgb(99 99 99 / 53%);
}
.white-text-80 {
	color: 	rgb(255,255,255,80%);
}
#figma {
	background: #fafafa;
	border: 6px solid #000;
	color: #495057;
}
#about-me {
	background: #429BE9;
}
#adobe-xd {
	background: #2E001F;
	border: 6px solid #FF26BE;
}
#photoshop {
	background: #001D34;
	border: 6px solid #2FA3F7;
}
#illustrator {
	background: #310000;
	border: 6px solid #F79500;
}
#websites {
	background: #EFEFEF;
	border: 6px solid #7952B3;
	color: #495057;
}
#bootstrap {
	background: #EFEFEF;
	border: 6px solid #7952B3;
	color: #495057;
}
.adobe-xd-btn {
	border: 4px solid #FF26BE;
	border-radius: 32px;
	padding: .375rem .85rem;
}
.photoshop-btn {
	border: 4px solid #2FA3F7;
	border-radius: 32px;
	padding: .375rem .85rem;
}
.illustrator-btn {
	border: 4px solid #F79500;
	border-radius: 32px;
	padding: .375rem .85rem;
}
.bootstrap-btn {
	border: 4px solid #7952B3;
	border-radius: 32px;
	padding: .375rem .85rem;
	color: #495057;
}
.figma-btn {
	border: 4px solid #000;
	border-radius: 32px;
	padding: .375rem .85rem;
	color: #495057;
}
.netflix-btn {
	border: 4px solid #E64C4C;
	border-radius: 32px;
	padding: .375rem .85rem;
	color: #000;
}
.card-transparent {
	background: none;
	border:none;
}
.card-img-placeholder {
	background: #fff;
    border-radius: .25rem;
}
#hero.hero-netflix {
	background-image: radial-gradient(circle at right, rgba(0, 85, 155, 0.52), #E64C4C), url("images/netflix-header-bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}
#hero.hero-gwd {
	background-image: radial-gradient(circle at right, rgba(0, 0, 0, 0.20), #009ca6), url("images/gwd-header-bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}
#hero.hero-down-2-scale {
	background-image: radial-gradient(circle at right, rgba(0, 0, 0, 0.20), #6c9bd2), url("images/down-2-scale-header-bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}
#hero.hero-patches {
	background-image: radial-gradient(circle at right, rgba(0, 0, 0, 0.20), #8bc541), url("images/patches-header-bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}
#hero.hero-trd {
	background-image: radial-gradient(circle at right, rgba(0, 0, 0, 0.20), #d55d9f), url("images/trd-header-bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}
.artboard-grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
	gap: 16px;
}
.artboard-grid-item {

}
.patches-grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
	gap: 16px;
}
.patches-grid-item {
	display: flex;
	justify-content: center;
	align-items: center;

}

.figma-header {
	background-color: #fafafa!important;
	border: 6px solid #000;
}

.adobe-xd-header {
	background-color: #2E001F!important;
	border: 6px solid #FF26BE;
}

.photoshop-header {
	background-color: #001D34!important;
	border: 6px solid #2FA3F7;
}

.illustrator-header {
	background-color: #310000!important;
	border: 6px solid #F79500;
}
.websites-header {
	background-color: #fff!important;
	border: 6px solid #7952B3;
}

.navbar-light.adobe-xd-header .navbar-nav .nav-link, .navbar-light.adobe-xd-header .navbar-brand, .navbar-light.photoshop-header .navbar-nav .nav-link, .navbar-light.photoshop-header .navbar-brand {
	color: #fff;
}

.navbar-light.websites-header .navbar-nav .nav-link, .navbar-light.websites-header .navbar-brand {
	color: #000;
}

.test {
	animation-name: stretch;
	animation-duration: 1.5s; 
	animation-timing-function: ease-out; 
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
  border-radius: 4%;

}
@keyframes stretch {
	0% {
  	border-radius: 100%;
  }

}
.test-2 {
	animation-name: pull;
	animation-duration: 1.5s; 
	animation-timing-function: ease-out; 
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
  border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
@keyframes pull {
	0% {
  	border-top-left-radius: 82px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 82px;
  }

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }

#output {
	position: fixed;
	height: 400px;
	width: 400px;
	background: #fff;
	overflow-y: scroll;
	right: 0;
}

#output2 {
	position: fixed;
	height: 400px;
	width: 400px;
	background: #fff;
	overflow-y: scroll;
	right: 400px;
}

#output3 {
	position: fixed;
	height: 400px;
	width: 400px;
	background: #fff;
	overflow-y: scroll;
	right: 800px;
}