
/* div {
    border: 3px solid turquoise;
} */

/* -----/// Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize ///----- */


  
body{
	margin:0;
	background-color: #FFFEFA;
 }


summary{
	display:list-item;
}


video{
	display:inline-block;
}


[hidden],template{
	display:none;
}


a{
	background-color:transparent;
}


a:active,a:hover{
	outline-width:0;
}


abbr[title]{
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted;
}


b,strong{
	font-weight:bolder;
}


dfn{
	font-style:italic;
}


mark{
	color:#000;
}


small{
	font-size:80%;
}


sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}


sub{
	bottom:-0.25em;
}


sup{
	top:-0.5em
}


figure{
	margin:1em 40px;
}


img{
	border-style:none
}


code,kbd,pre,samp{
	font-family:monospace,monospace;
	font-size:1em
}


hr{
	box-sizing:content-box;
	height:0;
	overflow:visible
}


button,input,select,textarea,optgroup{
	font:inherit;
	margin:0
}


optgroup{ 
	font-weight:bold
}


button,input{
	overflow:visible
}


button,select{
	text-transform:none
}


button,[type=button],[type=reset],[type=submit]{
	-webkit-appearance:button
}


button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{
	border-style:none;
	padding:0
}


button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{
	outline:1px dotted ButtonText
}



legend{
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}


textarea{
	overflow:auto
}


[type=checkbox],[type=radio]{
	padding:0
}


[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
	height:auto
}


[type=search]{
	-webkit-appearance:textfield;
	outline-offset:-2px
}


[type=search]::-webkit-search-decoration{
	-webkit-appearance:none
}


::-webkit-file-upload-button{
	-webkit-appearance:button;
	font:inherit
}



/* -----/// End extract ///----- */


* {
    box-sizing: border-box;
}


article, body, figcaption, figure, header, html, nav, section {
	display: block
}


html{
	overflow-x:hidden
}


html,body {
	height: 100%;
	line-height: 1.2;
	background-color: #FFFEFA;
}

body,h1,h2,h3,h4,h5,h6,p {
	font-family: 'Ubuntu', sans-serif;
}


hgroup {
    z-index: 1;
    margin-top: 6em;
}

h3{
	font-size:2em;
}

h4{
	font-size:1.5em;
}

h5{
	font-size:1.2em;
}

h6{
	font-size:1em;
}

iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}

p {
	font-size:1em;
}


p .bigger {
	font-size: 1.15em;
}


ul {
	padding-left: 5px;
	margin-left: 15px;
}


ul.no-bullets {
	padding-left: 0;
	margin-left: 0;
}

footer {
	padding: 20px 10px 20px 10px;
	width: 100%;

}

#about-wrapper {
	width: 90%;
	height: auto;
	/* animation: fadeIn; 
  	animation-duration: 3s;  */
}

#main-content {
	width: 90%;
	padding: 0 40px;
}

.about-text.animate__animated.animate__fadeIn {
	/* --animate-duration: 1s; */
	--animate-delay: 4s;
  }
 

.main-flex-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 3em;
    padding: 0  1em 2em 1em;
  }
    
.main-flex-item-right {
    padding: 10px;
    margin: 0 1.75em 0 0;
	flex: 45%;
	height: 100%;
	display:block;
}

.main-flex-item-top {
	display: none;
}

.main-flex-item-left {
    margin: 3em 0 0 1.5em;
    padding: 0 10px 0 2em;
    flex: 28%;
  }
  

.show-large {
	display:block;
}

.hamburger {
	display: none!important;
}

.action-buttons {
    width: 100%;
    height: 20%;
    vertical-align:middle;
    margin-top: .5em;
}

.action-buttons a i {
    display: inline-block;
    margin: 10px 0 10px 0;
}

.my-button {
    width: 35%;
    text-decoration:none;
    display: inline-block;
    text-align:center;
	margin: 0 16px 0 0;
	transition-duration: 0.4s;
	overflow: hidden;
}


.my-button-details {
    color:white;
    font-size: 1em;
    font-weight: 400;
    white-space:normal;
    width:100%;
    border:none;
    overflow:hidden;
    text-decoration:none;
    cursor:pointer;
	vertical-align:middle;
	margin: 0;
}

.my-button:hover {
	content: "";
	/* background: #ad4e9d; */
	background-image: linear-gradient(120deg, #5E2955 0%, #f5576c 100%);
	opacity: 0;
	transition: all 0.8s;
	/* #5E2955; #f093fb #f5576c */
  }


.animate-left{
	position:relative;
	animation:animateleft 0.4s
}


.bar{
	width:100%;
	overflow:hidden
}


.bold {
	font-weight: 800;
}


.center .bar{
	display:inline-block;
	width:auto
}


.centered {
    margin: 0 auto;
}


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


.card,.card-2{
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}


.card-4,.hover-shadow:hover{
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}

.back-to-top-box {
	width:auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding:8px 16px;
	border:none;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	white-space: nowrap;
	color:#253345;
	background-color:#FFFEFA;	
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.12),0 2px 10px 0 rgba(0,0,0,0.10);
	z-index:999;
}


.logo-area {
	width: 70%;
	height: 100%;
	margin: 1em 0 0 2.5em;
	padding-bottom: .25em;
}

.my-logo {
	display:block;
	float:left;
	letter-spacing:1px;
	text-decoration: none;
}


.my-logo span:hover {
	color: #fba895;
}


.bar .bar-item{
	padding:10px 12px;
	float:left;
	width:auto;
	border:none;
	display:block;
	outline:0;
}


.bar .dropdown-hover,.bar .dropdown-click{
	position:static;
	float:left
}


.bar .button{
	white-space:normal;
	padding: 16px 16px 10px 16px;
}


.bar-block .bar-item{
	width:100%;
	padding:15px 16px;
	text-align:left;
	border:none;
	white-space:normal;
	float:none;
	outline:0;
}


.bar-block.center .bar-item{
	text-align:center
}

.icon {
	width: 45%; 
	height: auto;
	padding: 0; 
}

.icon-area {
	width: 50%;
}

.top-content {
    width: 100%;
    height: auto;
	padding: 0;

}


.about-home-container {
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.about-text {
	width: 92%;
	color: #fff;
	font-size: 1.3em;
	padding: 20px 5px 20px 5px;
	letter-spacing:1px;
	font-weight: 400;
	line-height: 1.75em;
}

.bar-block .dropdown-hover,.bar-block .dropdown-click{
	width:100%
}


.bar-block .dropdown-hover .dropdown-content,.bar-block .dropdown-click .dropdown-content{
	min-width:100%
}


.bar-block .dropdown-hover .button,.bar-block .dropdown-click .button{
	width:100%;
	text-align:center;
	padding:8px 16px

}

.bar-item:hover{ 
	color: #DB6957;
	text-decoration: none;
}

a.active-page:link {
	color: #DB6957;
}

.black,.hover-black:hover{
	color:#fff!important;
	background-color:#2B2B2B;
}


.btn,.button{
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
}


.clearItems {
	clear: both;
}

.close:hover, .close:focus {
	color: #FFFEFA;
	background-image: linear-gradient(120deg, #5E2955 0%, #f5576c 100%);
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}

.contact-container {
	/* background-color: #FFFEFA; */
    margin: 3em auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
	width: 75%;
    height:100%;
    padding: 30px 0;
}

.contact-descript {
    color: #201c1c;
    font-size: 1.15em;
    letter-spacing: .02em;
    line-height: 1.75em;
	padding: 0;
	margin: 0;
    font-weight: 400;
}


h1.contact-heading {
	width: 100%;
    text-align: left;
    padding: 60px 0 10px 0;
    font-size: 1.8em;
	line-height: 1.8em;
    font-weight: 400;
    color: #444;
}

h1.my-heading {
	width: 100%;
	text-align: left;
	margin: 2em 0 0 0;
    padding: 60px 0 10px 10px;
    font-size: 1.9em;
	line-height: 1.8em;
    font-weight: 400;
    color: #3d3d3d;
}


.footer-container {
	margin: 0 auto;
	padding: 1.5em 0 0 0;
	text-align: center;
}


.main-flex-item-left .home-button {
    border: none;
    outline: 0;
    display: inline-block;
    background-color: #FFFEFA;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

h1.my-name { 
	font-size: 3em;
	/* color:#170D26; */
	color: #2b2a2a;
	font-weight: 500;
}

h2.my-skills {
	font-size:1.7em;
	font-weight: 400;
}


.mobile-img {
	display: none!important;
}

.desktop-img {
	display: block!important;
}


.interests {
	width: 80%;
    margin: 0 auto 20px auto;
	padding: 16px 0 16px 0;
	border-top: 1px solid #5e2955
}

.about-interests {
	padding: 1em 0 0 .25em;
}


.job-description a {
    color: #2C3F58;
}


.footer-items {
	display: inline-block;
	margin: 0 auto;
	padding: 0 30px 10px 30px;
}

.footer-items p {
	width: 100%;
	font-size: 1.15em;
	padding: 0 20px 5px 0;
	letter-spacing: .05em;
}

.footer-socials {
	font-size: 1.5em;
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px 10px 0;
}


.footer-resume-button {
	width: 100%;
	color: white;
	background-color: #F76F55;
	font-size: .98em;
	line-height: 1.45em;
	padding: 5px 8px 5px 8px;
	text-align:center;
	border:none;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	z-index: 1;
}

.footer-resume-button:hover {
	content: "";
	color: white;
	background-image: linear-gradient(120deg, #5E2955 0%, #f5576c 100%);
	opacity: 0;
	transition: all 0.8s;
	z-index: 1;
}

.italic {
	font-style: italic;
}

.left{
	float:left;
}


.main-img {
    width: 100%;
    height: auto;
    margin: 2em auto 0 auto;
}


.main-nav {
	display: none;
}


.no-bullets {
	list-style-type: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin-bottom: 20px;
	font-size: .95em;
	color: #444;
}


.no-bullets li {
	margin-bottom: 0px;
	line-height: 1.6em;
}


.medium {
	font-weight: 600;
}


.padding-bottom {
	padding-bottom: 1em;
}

.padding-16 {
	padding-top:24px;
	padding-bottom:24px;
}


.padding-24{
	padding-top:24px;
	padding-bottom:24px;
}

.padding-24-top {
	padding-top:24px;
}

.padding-24-bottom {
	padding-bottom:24px;
}

.padding-48-top {
	padding-top:48px;
}


.padding-56-top {
	padding-top:56px;
}

.padding-56 {
	padding-top:56px;
	padding-bottom:56px;
}


.padding-24-80 {
	padding:24px 80px;
}


.padding-top-bottom-16{
	padding-top:16px;
	padding-bottom:16px;
}

.padding-24-10-24-24 {
	padding:24px 10px 24px 24px;
}

.padding-bottom-16 {
	padding-bottom: 16px;
}

.padding-bottom-24 {
	padding-bottom: 24px;
}

.padding-left-24  {
	padding-left: 24px;
}


.page-heading {
	font-size: 3em;
	font-weight: 400;
	letter-spacing: .001em;
	width: 90%;
	margin: 0 auto;
	padding: 2em 1em 1em 1em;
}


.regular {
	font-weight: 500;
}

.resume-button {
    border: none;
    outline: 0;
    float: right;
    padding: 4px 12px;
    color: #FFFEFA;
    /* background-color: #f15a24; */
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}


.resume-content {
	float: right;
    width: 75%;
}


.resume-content h2 {
	font-size: 1.1em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: -2px;
    color: #444;
}


.resume-content h2 span {
    font-weight: 500;
}


.resume-content h2.education-title-add {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.75em;
    margin-bottom: -2px;
    color: #444;
    margin-top: 1em;
}


.resume-content h2.job-title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: -2px;
    color: #444;
}


.resume-content h2.job-title span {
    font-size: 1em;
    font-weight: 400;
    /* font-style: italic; */
}


.resume-content h3 {
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.5em;
    color: #444;
}

.resume-content h4.clients {
    font-weight: 500;
	font-size: 1em;
	line-height: 1.65em;
    margin-top: -.75em;
    margin-bottom: 1.5em;
}


.resume-content h4.clients span {
    font-weight: 600;
}


.resume-content p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    color: #444;
}


.resume-content p.job-description {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6;
}


.resume-content p.job-info {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6;
	color: #444;
} 


.resume-content .job-info span.company {
	font-size: 1.1em;
	font-weight: 600;
	color:#444;
}


.resume-content ul.skills li {
    font-size: 1em;
}


.resume-content ul.skills li span {
    font-weight: 600;
}


.resume-content ul li.first-bullet {
    margin-top: .5em;
}


.resume-content ul li {
	font-size: 1em;
	line-height: 1.6em;
}


.right{
	margin: 1em 2em 0 0 ;
	float:right!important;
	color:#2B2B2B;
	font-weight: 500;
	font-size: 1em;
}



.section-margin-top-large {
    padding-top: 100px;
}


.section-margin-top-medium {
    padding-top: 40px;
}


.section-title h2 {
	float: left;
    width: 25%;
    margin: 0 0 0 30px;
	font-weight: 600;
	color: #444;
}


.sidebar{
	display: none;
	height:100%;
	width:200px;
	background-color: #253345;
	position:fixed;
	z-index:1000;
	overflow:auto
}

.skills {
	list-style-type: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin-bottom: 20px;
	font-size: .95em;
	color: #444;
}

.skills li {
	margin-bottom: 0px;
	line-height: 1.6em;
}

.skills span {
	font-weight: 800;
}

.skills-headings {
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
}


.social {
	/* font-size: 1.25em; */
	color: #fff;
	padding-left: 1em;
}


.social:hover {
	color:#F76F55;
}


.socials {
	color:#253345;
    margin: 20px auto;
    position: relative;   
    padding: 0;
    font-size: 1.8em;
}


.socials a:active {
    color: #873600;
}

.socials a:link {
	color: #2B2B2B;
	text-decoration: none;
}

.socials a:visited {
    color: #2B2B2B;
	text-decoration: none;
}


.socials a:hover { 
	color: #A04000;
	text-decoration: none;
}


.social-contact {
	display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 25%;
	margin: 0 0 40px 0;
	padding: 0;
}

.sub-info {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.75em;
	margin-bottom: 2px;
}

.text-line-height {
	line-height:1.75em;
}


.text-transform-upper {
	text-transform: uppercase;
}


.text-transform-lower {
	text-transform: lowercase;
}


.text-transform-capitalize {
	text-transform: capitalize;
}


.thin {
	font-weight: 300;
}


.top,.bottom{
	position:fixed;
	width:100%;
	z-index:2
}


.top{
	top:0;
	background-color:#FFFEFA;
}


.wide{
	letter-spacing:1px;
}


.large{
	font-size:21px;
}


.xxlarge{
	font-size:40px;
}



/* -----///  Colors  ///----- */

.light-grey,.hover-light-grey:hover,.light-gray,.hover-light-gray:hover{
	color:#000!important;
	background-color:#FFFEFA!important
}

.white {
	color: #fff;

}

.dark-blue-grey,.hover-dark-blue-grey:hover {
	color:#FFFEFA!important;
	background-color:#3f3d56;
}

.dark-purple {
	background-color: #321F51;
	color: #FFFEFA;
}
/* .dark-blue-grey,.hover-dark-blue-grey:hover {
	color:#FFFEFA!important;
	background-color:#253345;
} */

.orange,.hover-orange:hover{
	color:#000!important;
	background-color:#F76F55;
}

.magenta {
	color: #fff;
	background-color:#A83964;
}


.dark-purple-blue,.hover-dark-purple-blue:hover{
	color:#fff;
	/* background-color:#3f3d56; */
	background-color:#2f2e41;
}

.purple-gradient {
	color: #fff;
	/* background-image: linear-gradient(120deg, #5E2955 0%, #25173b 20%, #25173b 50%, #5E2955 80%, #25173b 100%); */

	background-image: linear-gradient(120deg, #ce6651 0%, #5E2955 10%, #25173b 20%, #25173b 60%, #421e3c 90%, #25173b 100%);
}

.purple-gradient-about {
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(90,92,106,1) 0%, rgba(32,45,58,1) 81.3% );
}

.footer-color {
	color: #fff;
	background-color: rgb(51, 28, 47);
}

.text-black,.hover-text-black:hover{
	color:#2B2B2B!important
}


.text-dark-green,.hover-text-dark-green:hover{
	color:#5D6357!important
}

.text-magenta,.hover-text-magenta:hover{
	color:#A83964;
}


.text-dark-magenta,.hover-text-dark-magenta:hover{
	color:#5F2756;
}


.text-white,.hover-text-white:hover{
	color:#fff!important
}



/* -----/// Portfolio Styles ///----- */

.bold {
    font-weight: 600;
}


.portfolio-cell {
    margin: 1em auto;
	position: relative;  
}


.portfolio-cell:hover .image {
	opacity: 0.3;
}
 

.portfolio-cell:hover .middle {
	opacity: 1;
}


.image {
    opacity: 1;
    width: auto;
	height: auto;
	/* width: 400px;
    height: 250px; */
    transition: all .2s ease-in-out;
    max-width: 100%;
    display: block;
}


.image:hover {
    transform: scale(1.3); 
    filter: blur(1px);
} 

.slide-img {
	opacity: 1;
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
    max-width: 100%;
	display: block;
	background-color: #FFFEFA;
}

.img-div {
    width: 400px;
    height: 250px;
	overflow: hidden;

}

.img-div:hover {
	background-color: rgb(43,42,60, 0.1);
	box-shadow: 1px 1px 10px 3px rgb(172, 171, 171);
	transition: 1s ease;
}

.img-div:active {
	transition: .5s ease;
	box-shadow: 2px 2px 10px 4px rgb(131, 131, 131);
}

.middle {
    transition: .9s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.come-in {
	transform: translateY(150px);
	animation: come-in 0.8s ease forwards;
  }

.come-in:nth-child(odd) {
	animation-duration: 0.6s;
  }

.already-visible {
	transform: translateY(0);
	animation: none;
  }
  
@keyframes come-in {
	to { transform: translateY(0); }
  }

.portfolio-container {
	margin-top: 4em;
	margin-bottom: 6em;
    justify-content: center;
	position: inherit;
	background-color: #FFFEFA;
}

.portfolio-container a {
    color: #585858;
	text-decoration: none;
}

.portfolio-container a:active {
    color: #A04000;
	text-decoration: none;
}

.portfolio-container a:link {
    color: #585858;
	text-decoration: none;
}

.portfolio-container a:visited {
    color: #585858;
	text-decoration: none;
}

.portfolio-container a:hover{ 
    color: #A04000;
	text-decoration: none;
}

.slide-content p a {
	color: #DB6957;
	text-decoration: none;
}


.port-details {
	margin: .5em 0 0 0;
}


.portfolio-inner-heading {
    width: 100%;
    text-align: left;
    padding: 20px 0 10px 10px;
    font-size: 1.9em;
    line-height: 1.8em;
    font-weight: 500;
    color: #444;
}

.portfolio-main-heading {
    width: 90%;
	color: #2b2a2a;
    text-align: left;
	font-weight: 700;
	margin: 0 auto 0 auto;
	padding: 1em 0 0 .5em;
}

.portfolio-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
	width: 100%;
	margin: 0 auto;
}

.text {
	/* background-color: rgba(42, 28, 65, 0.9); */
	background-color: rgb(51, 28, 47, 0.95);
    color: white;
    font-size: 1.05em;
    font-weight: 300;
    letter-spacing: .05em;
	padding: 18px 18px;
	line-height: 1.5em;

}


.text span.bold {
    font-size: 1.05em;
    font-weight: 600;
	letter-spacing: .05em;
}


/* ---// Modal Styles //--- */
.row > .column {
	padding: 0 8px;
  }
  
.row:after {
content: "";
display: table;
clear: both;
}

/* Create four equal columns that floats next to each other */
.column {
float: left;
width: 25%;
}

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #FFFEFA;
}

/* Modal Content */
.modal-content {
position: relative;
background-color: #FFFEFA;
margin: auto;
padding: 0;
width: 90%;
/* max-width: 1200px; */
}

/* The Close Button */
.close {
color:#2B2B2B;
position: fixed;
top: 80px;
right: 40px;
font-size: 3em;
font-weight: bold;
z-index: 999;
}


/* Hide the slides by default */
.mySlides {
display: none;
}

/* Next & previous buttons */
.prev,
.next, .prev:active, .next:active {
cursor: pointer;
position: fixed;
top: 50%;
width: auto;
padding: 16px;
/* margin-top: -50px; */
color:#321F51;
font-weight: bold;
font-size: 28px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	color: #FFFEFA;
	background-image: linear-gradient(120deg, #5E2955 0%, #f5576c 100%);
	opacity: 1;
	/* color: #F76F55; */
	/* background-color: rgba(50, 31, 81, 0.8); */
}


/* Number text (1/3 etc) */
.numbertext {
	color: #FFFEFA;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	padding: 2px 16px;
	color: white;
}


.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.bullet-indent {
	font-size: 1em;
	margin-left: 1px;
	padding-left: 0;
	padding-bottom: .4em;
	line-height: 1.45em;

}


.main-port-img {
	width:100%;
	height: auto;
}


h3.no-top-space {
	margin: 0;
	padding-top: 0;
}


h3.project-headings {
	margin: .85em 0 0 0;
	padding-top: 0;
}

h4.project-headings {
	margin: .25em 0 0 0;
	padding-top: 0;
}

.slideWrapper {
display: flex;
flex-wrap: wrap;
height: 100%;
width: 100%;
margin: 0 auto 5em auto;
background-color: #FFFEFA;
  }


.slide-content {
	background-color: #FFFEFA;
	align-content: center;
	width: 40%;
	height: auto;
	margin: 0 1.5em 5em .5em;
	padding: 0 1.2em .5em .5em;
}

.slide-img {
	width: auto;
	height: auto;
}


.slide-img-cell {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 0 2em 0 .5em;
}

/* -----/// End Modal Styles ///----- */



/* -----/// Beginning of About Me Styles ///----- */

#about-image {
    width: 100%;
    height: 100%;
}


#biopic {
	margin: 0.5em 1em 0.5em 1em;
    padding: 6px;
	border: 2px solid  #5e2955;
    background-color: #fff;
    text-align: center;
	box-shadow: 5px 5px #321f51;
    width: 35%;
    height: auto; 
}


.about-pg-container {
	width: 100%;
    height: auto;
	margin: 1em auto 0 auto;
	padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
	background-color:#FFFEFA;
}

.about-descript {
    color: #201c1c;
    font-size: 1.1em;
    letter-spacing: .02em;
	line-height: 1.75em;
	margin: 0 0 .25em 0;
    padding: 0 0 0 10px;
    font-weight: 400;
}


.bio-left {
    float: right; 
    padding-left: 4px;
} 


.content {
    /* background-color: #FFFEFA; */
    padding: 10px 0 0 10px;
	width: 70%;
	height: auto;
}


figcaption.about-me {
    display: block;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 1em;
    text-align: left;
    font-weight: 700;
    color: #444;
    text-shadow: none;
}

.skills li {
	margin-bottom: 0px;
	line-height: 1.6em;
}

/* -----/// End of About Me Styles ///----- */



/* -----/// Beginning of Media Queries ///----- */

@media (min-width:1300px){
	
	    
	.footer-items p {
		font-size: .99em;
	}

	.show-large {
		display:block;
	}
	
	.hamburger {
		display: none!important;
    }

    
    .main-flex-container {
		padding: 1.5em 1em 1.5em 1em;
		margin-bottom: 1em;
    }

    .main-flex-item-right {
        padding: .5em 10px 0 0;
        margin: 1em 1.5em 0 0;
        flex: 46%;
		height: 100%;
		display: block!important;
	}
	
    .main-flex-item-top {
		display: none!important;
	}

    .main-flex-item-left {
        margin: 11em 0 0 3em;
        padding: 2em 0 0 3em;
        flex: 30%;
    }

    .mobile-img {
        display: none!important;
    }

    .desktop-img {
        display: block!important;
    }


	.main-img {
		width: 97%;
        height: 97%;
        margin: 0;
    }
    
    hgroup {
        margin: 5em 0 0 0;
    }

    h1.my-name { 
        font-size: 2.8em;
		margin: 0 0 .25em 0;
		font-weight: 500;
    }
    
    h2.my-skills {
        font-size: 1.78em;
        margin: 0 0 1em 0;
    }

	.my-button {
        width: 38%;
       padding: 0 4px;
        margin: 0 8px 0 0;
    }

	.slide-img {
		width: 100%;
		height: auto;
		display: block;
		/* padding-left: 1em; */
	}

	.slide-img-cell {
		width: 45%;
		margin: 0 auto;
		padding: 2em 0 1em 1em;
	}

	.slide-content {
		align-content: center;
		width: 40%;
		height: auto;
		margin: 0 auto;
		padding: 1em 1em 1em 1em;
	}
	
}


@media (max-width:1299px) and (min-width:993px){
	.show-large {
		display: block!important;
	}

	.hamburger {
		display: none!important;
	}
   
    .mobile-img {
        display: none!important;
    }

    .desktop-img {
        display: block!important;
    }

	.footer-items p {
		font-size: .98em;
		line-height: 1.45em;
	}

    .main-img {
		width: 100%;
        height: auto;
        margin: 1em 0 0 0;
    }
    
    hgroup {
        margin: 6em 0 0 0;
    }

    h1.my-name { 
        font-size: 2.5em;
        margin: 0 0 .25em 0;
    }
    
    h2.my-skills {
        font-size: 1.7em;
        margin: 0 0 .75em 0;
    }


    .main-flex-item-right {
        padding: 2em 10px 0 0;
        margin: 1em 1.5em 0 0;
        flex: 49%;
		height: 100%;
		display: block;
	}
	
    .main-flex-item-top {
		display: none;
	}

    .main-flex-item-left {
        margin: 7em 0 0 3em;
        padding: 2em 0 0 3em;
        flex: 43%;
    }

    .my-button {
        width: 42%;
       padding: 0 4px;
        margin: 0 10px 0 0;
    }

    .my-button-details {
        font-size: .9em;
        width: 100%;
		margin: .1em 0;
    }

	.show-large {
        display:block;
	}

	.show-medium {
		display: none;
	}

	.show-small {
		display: none;
	}

	.slide-img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.slide-img-cell {
		width: 50%;
		margin: 0 auto;
		padding: 2em 0 1em .5em;
	}
	.slide-content {
		align-content: center;
		width: 45%;
		height: auto;
		margin: 0 auto;
		padding: 2em 2.5em 2em 2.5em;
	}

	.page-heading {
		font-size: 2.7em;
		padding: 1.5em 1em .5em .5em;
	}


}

@media (max-width:992px) and (min-width:851px){
	.show-large {
		display: none;
	}

	.hamburger {
		display: block!important;
	}

	.show-small {
        display:block;
	}

       
    .mobile-img {
        display: none!important;
    }

    .desktop-img {
        display: block!important;
    }

	#main-section {
        width: 100%;
		height: auto;
	}


	#about-wrapper {
		padding: 2em 3em;
		width: 87%;
		margin: 0 auto;
	}

	.about-home-container {
		width: 100%;
		height: auto;
	}

	.about-pg-container {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	

	.about-text {
		color: fff;
		font-size: 1.3em;
		padding: 20px 5px 20px 5px;
		letter-spacing:1px;
		font-weight: 400;
		line-height:1.75em;
    }
   
	.action-buttons {
		height: auto;
	}

	.img-container {
		height: 100%;
	}


	.main-flex-container {
		width: 100%;
		height: 100%;
	}

    .main-img {
		width: 95%;
        height: auto;
        margin: 1em 0 0 0;
    }
    
    hgroup {
        margin: 3em 0 0 0;
    }

    h1.my-name { 
        font-size: 2.2em;
        margin: 0 0 .25em 0;
    }
    
    h2.my-skills {
        font-size: 1.5em;
        margin: 0 0 .5em 0;
    }


    .main-flex-item-right {
        padding: 2em 10px 0 0;
        margin: 1em 1.5em 0 0;
        flex: 42%;
		height: 100%;
        display: block;
	}
	
    .main-flex-item-top {
		display: none;
	}

    .main-flex-item-left {
        margin: 7em 0 0 3em;
        padding: 2em 0 0 3em;
        flex: 46%;
    }


    .my-button {
    	width: 41%;
       	padding: 0 3px;
        margin: 0 6px 0 0;
    }

    .my-button-details {
        font-size: .82em;
    }
	
	footer {
		width: 100%;
		margin: 0;
		padding: 0;
		/* border: 1px solid cyan; */
	}

	.footer-container {
		margin: 0 auto;
		text-align: center;
	}

	.footer-items {
		width: 85%;
		margin: 0 auto;
		padding: 0 10px 4px 10px;
	}
	
	.back-to-top-box {
		width:auto;
		position: fixed;
		bottom: 10px;
		right: 10px;
		padding: 5px 8px;
		border:none;
		display:inline-block;
		vertical-align:middle;
		overflow:hidden;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		white-space: nowrap;
		color:#000;
		background-color:#FFFEFA;
		box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 rgba(0,0,0,0.12);
		z-index:999;
    }
    
	.footer-items p {
		width: 95%;
		font-size: .98em;
		line-height: 1.45em;
	}

	.footer-resume-button {
		width: 35%;
		font-size: .98em;
		line-height: 1.45em;
		padding: 5px 8px 5px 8px;
		text-align:center;
		border:none;
		display:inline-block;
		vertical-align:middle;
		overflow:hidden;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		white-space:nowrap;
		margin-bottom: 3.5em;
		z-index:1;
	}

	.footer-socials {
		font-size: 1.5em;
		display: inline-block;
		margin: 0 auto;
		padding: 0 6px 8px 0;
		/* border: 1px solid red; */

	}

	.page-heading {
		font-size: 2.8em;
		font-weight: 400;
		letter-spacing: .0001em;
		width: 90%;
		margin: 0 auto;
		padding: 1em 1em .5em .5em;
	}

	.portfolio-main-heading {
		width: 100%;
		font-size: 1.8em;
		text-align: center;
		font-weight: 700;
		margin: 0 auto;
	}
}

@media (max-width:850px) and (min-width:626px){
	.show-large {
		display: none;
	}

	.hamburger {
		display: block!important;
	}

	.show-small {
        display:block;
	}
       
    .mobile-img {
        display: none;
	}
	

	.content {
        padding: 0;
        width: 87%;
        /* height: auto; */
    }
	
    .desktop-img {
        display: block;
    }

    .main-img {
		width: 95%;
        height: auto;
        margin: 1.5em 0 0 0;
	}
	
    .portfolio-main-heading {
		font-size: 2em;
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}

	.footer-resume-button {
		width: 40%;
		font-size: 1em;
		padding: 10px;
		vertical-align:middle;
		margin: 1em 0 3.5em 0;
	}

	.footer-socials {
		font-size: 1.5em;
		display: inline-block;
		margin: 0 auto;
		padding: 0 6px 8px 0;
	}

	.footer-items {
		width: 95%;
	}

    hgroup {
        margin: 2em 0 0 0;
    }

    h1.my-name { 
        font-size: 1.9em;
        margin: 0 0 .25em 0;
    }
    
    h2.my-skills {
        font-size: 1.25em;
        margin: 0 0 .5em 0;
    }

    .main-flex-container {
		margin-top: 3.5em;
		margin-bottom: 1em;
		padding: 1em 0;
		height: 100%;
	  }
	  
    .main-flex-item-left {
		margin: 3em 0 0 2em;
        padding: 2em 0 0 2.5em;
        flex: 45%;
	}
	
	#work {
		margin-top: 3em;
	}

	.portfolio-container {
 		margin: 1em 0;
	}

	.portfolio-wrapper {
		height: 100%;
		width: 100%;
		margin: 0 auto;
	} 

	.portfolio-cell {
		margin: 1.25em auto 1.25em auto;
		width: 85%;
	}

	.sidebar {
		position: fixed;
		top: 0px;
	}

	.slideWrapper {
		height: 100%;
		width: 95%;
		margin: 0 auto 1em auto;

	}

	.slide-img-cell {
		width: 90%;
		margin: 0 auto;
		padding: .5em 0 .5em 0;
	}

	.slide-content {
		align-content: center;
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 1.25em 1.75em 1em 1.75em;
	}	

	.social-contact {
		width: 35%;
	}


	.img-div {
		width: 98%;
		height: auto;
	}



	.image {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

    .my-button {
        width: 58%;
       padding: 0 4px;
        margin: 6px 0;
    }

    .my-button-details {
        font-size: .85em;
	}

	.about-text {
		width: 100%;
		font-size: 1.2em;
		padding: 30px 5px;
		margin: 0;
	}
	#about-wrapper {
		padding: 2em 3em;
		width: 95%;
		margin: 0 auto;
        justify-content: center;
	}

}

@media (max-width:625px) and (min-width:426px) {
    
    figcaption.about-me {
        padding-left: 4px;
    }


    .hamburger {
		display: block!important;
	}

	.close {
		color: #585858;
		position: fixed;
		top: 85px;
		right: 40px;
		font-size: 3em;
		font-weight: bold;
		z-index: 999;
	}
		
    .mobile-img {
        display: block!important;
	}
	
    .desktop-img {
        display: none!important;
	} 
	
	.main-flex-container {
		margin: 0;
		padding: 1em 0;
		height: 100%;
	}
	  
	.content {
        padding: 0;
        width: 87%;
        height: auto;
	}
	
	div.main-flex-item-right {
		display: none;
    }

    div.main-flex-item-top {
		flex: 100%;
		display: block;
		margin: 3em auto 0 auto;
	}
	
	.main-flex-item-left {
        flex: 100%;
		margin: 0 auto;
		display: block;
		padding: 0 1em 0 3em;
	}

	.main-flex-item-left p {
		margin: 1em 0;
	}

	hgroup {
        margin: 1em 0 0 0;
	}
	
	#about-wrapper {
		padding: 2em 3em;
		width: 95%;
		margin: 0 auto;
        justify-content: center;
	}

	.about-text {
		margin: 0;
	}

	.social-contact {
		width: 45%;
	}
	
	.main-img {
        width: 90%;
        height: auto;
		margin: 2em auto 0 auto;
		padding: 0 1em 2em 0;
	}
	
	.portfolio-main-heading {
		font-size: 2.2em;
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}

	#main-section {
		width: 100%;
		height: auto;
	}

	
	.img-div {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.image {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	.img-container {
		margin: 4em 0 2em 0;
		width: 100%;
		height: auto;
	
	}


	.no-bullets {
		list-style-type: none;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		margin-bottom: 20px;
		font-size: .95em;
		color: #444;
	}
	
	
	.no-bullets li {
		margin-bottom: 0px;
		line-height: 1.6em;
	}

	.page-heading {
		font-size: 2em;
		font-weight: 400;
		letter-spacing: .0001em;
		width: 90%;
		margin: 0 auto;
		padding: 1em .5em .5em .5em;
	}
/* 
	.sidebar {
		position: fixed;
		top: 0px;
	} */

	.skills {
		padding-left: 2.5em;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
	}
	
	.slideWrapper {
		height: 100%;
		width: 95%;
		margin: 0 auto 1em auto;

	}

	.slide-img-cell {
		width: 90%;
		margin: 0 auto;
		padding: .5em 0 .5em 0;
	}

	.slide-content {
		align-content: center;
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 1.25em 1.75em 1em 1.75em;
	}	
	.img-div {
		width: 98%;
		height: auto;
	}

	.image {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	.img-container {
		margin: 4em 0 2em 0;
		width: 100%;
		height: auto;
	
	}

	h1.my-name{
		font-size: 1.8em;
		margin: 2px 0 8px 0;
	}

	h2.my-skills {
		font-size: 1.4em;
		margin: 5px 0 5px 0;
	}

	.my-button {
        width: 40%;
       padding: 0 5px 0 0;
        margin: 6px 16px 6px 0;
    }

    .my-button-details {
        font-size: .85em;
	}

	.portfolio-cell {
		margin: 1.25em 0 1.25em 0;
		width: 100%;
	}

}

@media (max-width: 425px) and (min-width: 376px) {
 
    .my-button {
        width: 50%;
       padding: 4px 6px;
        margin: 5px 0;
	}
	
    .my-button-details {
        font-size: .95em;
	} 
	  
	.action-buttons a i {
        display: none;
	}
	
	.content {
        padding: 0;
        width: 90%;
        height: 100%;
	}
	
    .resume-content {
        width: 100%;
    }

 

    
    .section-title, .content {
		clear: both;
	}
	
	.main-flex-container {
		height: 100%;
	}

	div.main-flex-item-right {
		display: none;
    }

    div.main-flex-item-top {
		display: block;
	}

    .main-flex-item-top, .main-flex-item-left {
        flex: 100%;
		margin: 0 auto;
		display: block;
	}


    .mobile-img {
        display: block!important;
    }
    .desktop-img {
        display: none!important;
	}
	
	.hamburger {
		display: block!important;
	}

	.close {
		color: #585858;
		position: fixed;
		top: 85px;
		right: 25px;
		font-size: 2.3em;
		font-weight: bold;
		z-index: 999;
    }
        
    .main-img {
        width: 95%;
        height: auto;
        margin: 1.5em 0 0 0;
    }
    

    hgroup {
		height: auto;
		margin: 1.5em 0 0 0;
	}


	h1.my-name {
		font-size: 2em;
		margin: 0 0 8px 0;
	}

	h2.my-skills {
		font-size: 1.8em;
		margin: 7px 0 4px 0;
		height: 1.7em;
	}

	#main-section {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.contact-container {
		min-width: 350px;
		margin: 2.5em auto 0 auto;
		height: 85%;
		padding-top: 20px;
	}


	.about-text {
		font-size: 1em;
		padding: 10px 3px 3px 3px;
		line-height:1.5em;
		width: 90%;
		margin: 0;
	}

	#about-wrapper {
		padding: 2em 3em;
		width: 90%;
		margin: 0 auto;
	}

	footer {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.footer-container {
		margin: 0 auto;
		text-align: center;
	}

	.footer-items {
		width: 85%;
		margin: 0 auto;
		padding: 0 10px 4px 10px;

	}

	.back-to-top-box {
		width:auto;
		position: fixed;
		bottom: 10px;
		right: 10px;
		padding: 5px 8px;
		border:none;
		display:inline-block;
		vertical-align:middle;
		overflow:hidden;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		white-space: nowrap;
		color:#000;
		background-color:#FFFEFA;	
		z-index: 999;
	}

	.footer-items p {
		width: 95%;
		font-size: .98em;
		line-height: 1.45em;
	}

	.footer-resume-button {
		width: 59%;
		font-size: .98em;
		line-height: 1.45em;
		padding: 8px 8px 8px 8px;
		text-align:center;
		border:none;
		display:inline-block;
		vertical-align:middle;
		overflow:hidden;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		white-space:nowrap;
		margin: .5em 0 3.5em 0;
	}

	.footer-socials {
		font-size: 1.5em;
		display: inline-block;
		margin: 0 auto;
		padding: 0 6px 8px 0;
	}

	.img-container {
		margin: 4em 0 0 0;
		width: 100%;
		height: 100%;
    }
    
	.img-div {
		width: 100%;
		height: auto;
		margin: .5em 0 .5em 0;
    }
    
	.image {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	.portfolio-wrapper {
		height: 95%;
		width: 95%;
		margin: 0 auto;
	}



	.icon {
		width: 35%; 
		height: auto;
		padding: 0; 
		margin: 0;
	}
		
	.logo-text {
		margin: 0
	}

	span.logo-text {
		font-size: 1.1em;
		font-weight: 400;
	} 

	.top,.bottom{
		width:100%;
		margin: 0;
	}

	.bar .button {
		padding: 5px 16px 10px 16px;
	}

	.main-content {
		width: 97%;
		height: 250px;
		background-color: #FFFEFA;
		margin-top: .5em;
		margin-right: 0;
	}

	.no-bullets {
		list-style-type: disc;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-bottom: 20px;
		padding-left: 5px;
		margin-left: 15px;
		font-size: .95em;
		color: #444;
		line-height: 1.75em;
	}

	.no-bullets li {
		margin-left: 15px;
	}

	.portfolio-cell {
		margin: .2em auto;
	}

	.portfolio-container {
		margin-top: 2.5em;
		margin-bottom: .5em;
	
	}

	.page-heading {
		font-size: 1.5em;
		font-weight: 400;
		letter-spacing: .0001em;
		width: 95%;
		margin: 0 auto;
		padding: 1em .25em .25em .25em;
	}
	.padding-top-bottom-16 {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.sidebar {
		position: fixed;
		top: 0px;
	}

	.skills {
		padding-left: 2.5em;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

	.slide-img-cell {
		width: 90vw!important;
		margin: 0!important;
		padding: 1.5em 0 .5em 0;
	}
	
	.slide-img {
		width: 90vw!important;
		margin: 0!important;
	}

	.slide-content {
		align-content: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 1.25em 1.75em 1em 1.75em;
	}

	.social-contact {
		width: 70%;
	}

	

}

@media (max-width: 375px) {
	.hamburger {
		display: block!important;
	}

	#biopic {
		margin: 0.5em 1em 0.5em 1em;
		padding: 6px;
		border: 1px solid  #5e2955;
		background-color: #fff;
		box-shadow: 2px 2px #321f51;
		width: 50%;
		height: auto; 
	}	

	.close {
		color: #585858;
		position: fixed;
		top: 85px;
		right: 25px;
		font-size: 2.3em;
		font-weight: bold;
		z-index: 999;
	}

	.content {
		width: 85%;
		padding: 0 .5em 0 .5em;
	}

	.section-title, .content {
		clear: both;
	}

	.skills {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
	}
	
	div.main-flex-item-right {
		display: none;
    }

	figcaption.about-me {
		padding: 0 1px 0 1px;
		font-size: .9em;
	}
	
    .main-flex-item-top, .main-flex-item-left {
        flex: 100%;
		margin: 0 auto;
		display: block;
	}

	.main-flex-item-left {
		height: auto;
	}

    .mobile-img {
        display: block!important;
	}
	
    .desktop-img {
        display: none!important;
	}

    .my-button {
        width: 55%;
       padding: 4px 6px;
        margin: 5px 0;
	}
	
    .my-button-details {
        font-size: .9em;
    }   

    .action-buttons a i {
        display: none;
    }

	#main-section {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.about-text {
		font-size: 1em;
		padding: 10px 3px 3px 3px;
		line-height:1.5em;
		width: 90%;
		margin: 0;
	}

	#about-wrapper {
		padding: 2em 2em 2em 2.5em;
		width: 100%;
		margin: 0 auto;
	}

	footer {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.footer-container {
		margin: 0 auto;
		text-align: center;
	}

	.footer-items {
		width: 85%;
		margin: 0 auto;
		padding: 0 10px 4px 10px;
	}

	.back-to-top-box {
		width:auto;
		position: fixed;
		bottom: 10px;
		right: 10px;
		padding: 5px 8px;
		border:none;
		display:inline-block;
		vertical-align:middle;
		overflow:hidden;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		white-space: nowrap;
		color:#000;
		background-color:#FFFEFA;	
		z-index: 999;
		/* border: 1px solid plum; */
	}

	.footer-items p {
		width: 95%;
		font-size: .98em;
		line-height: 1.45em;
		margin: 1.5em auto 1em auto;
		padding: 0;
	}

	.footer-resume-button {
		width: 63%;
		font-size: .93em;
		line-height: 1.45em;
		padding: 5px 5px 5px 5px;
		margin: 1em 0 5em 0;
		z-index: 1;
	}

	.footer-socials {
		font-size: 1.5em;
		display: inline-block;
		margin: 0 auto 0 auto;
		padding: 0 6px 8px 0;
	}

	.img-container {
		margin: 3.5em 0 0 0;
		width: 100%;
		height: 100%;
	}
	.img-div {
		width: 100%;
		height: auto;
		margin: .5em 0 .5em 0;
	}
	.image {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.portfolio-wrapper {
		height: 95%;
		width: 95%;
		margin: 0 auto;
	}


	.icon {
		width: 32%; 
		height: auto;
		padding: 0; 
		margin: 0;
	}

	.right{
		margin: .75em 1.75em 0 0;
		font-size: 1em;
	}

	.top,.bottom{
		width:100%;
		margin: 0;
	}


	.bar .button {
		padding: 4px 16px 10px 16px;

	}

	.main-flex-container {
		height: 100%;
	}

	.main-content {
		width: 97%;
		height: 220px;
		margin-top: 1em;
		margin-right: 0;
	}

	.no-bullets {
		list-style-type: disc;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-bottom: 20px;
		padding-left: 5px;
		margin-left: 15px;
		font-size: .95em;
		color: #444;
		line-height: 1.75em;
	}

	.portfolio-main-heading {
		font-size: 2em;
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}

	.no-bullets li {
		margin-left: 15px;
	}

	.portfolio-cell {
		margin: .2em auto;
	}

	.portfolio-container {
		margin-top: 2.5em;
		margin-bottom: .5em;
	}

	.page-heading {
		font-size: 1.5em;
		font-weight: 400;
		letter-spacing: .0001em;
		width: 95%;
		margin: 0 auto;
		padding: 1em .25em .25em .25em;
	}

	.padding-top-bottom-16 {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.sidebar {
		position: fixed;
		top: 0px;
	}
	
	.slide-img-cell {
		width: 90vw!important;
		margin: 0!important;
		padding: 1.5em 0 .5em 0;
	}
	
	.slide-img {
		width: 90vw!important;
		margin: 0!important;
	}

	.slide-content {
		align-content: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 1.25em 1.75em 1em 1.75em;
	}


    hgroup {
		height: auto;
		margin: 1.5em 0 0 0;
	}


	h1.my-name {
		font-size: 1.7em;
		margin: 0 0 8px 0;
	}

	h2.my-skills {
		font-size: 1.4em;
		margin: 7px 0 4px 0;
		height: 1.7em;
	}

	.action-buttons i {
		display: none;
	}

	.social-contact {
		width: 100%;
		padding: 0 1em 0 0;
	}

}
/* -----/// End of Media Queries ///----- */
