@charset "utf-8";
/* CSS Document */

/*Shard Background Styling */

@media screen and (max-width:825px){
	.shards-background {
		display: none;
	}
}


#shardOne {
	background-image: url("../assets/shards/shard_one.svg");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 0% 10%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -10;
	top: 0;
}

#shardTwo {
	background-image: url("../assets/shards/shard_two.svg");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 0% 45%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -10;
	top: 0;
}

#shardThree {
	background-image: url("../assets/shards/shard_three.svg");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 0% 35%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

#shardFour {
	background-image: url("../assets/shards/shard_four.svg");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 100% 10%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

#shardFive {
	background-image: url("../assets/shards/shard_five.svg");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 10% 30%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -9;
	top: 0;
}

#shardSix {
	background-image: url("../assets/shards/shard_six.svg");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 100% 20%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

#shardSeven {
	background-image: url("../assets/shards/shard_seven.svg");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 80% 25%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

#shardEight{
	background-image: url("../assets/shards/shard_eight.svg");
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 100% 40%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

#shardNine{
	background-image: url("../assets/shards/shard_five.svg");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 85% 25%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

#shardTen{
	background-image: url("../assets/shards/shard_two.svg");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 10% 0%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

#shardEleven{
	background-image: url("../assets/shards/shard_eight.svg");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 5% 85%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

#shardTwelve{
	background-image: url("../assets/shards/shard_two.svg");
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: 100% 100%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
}

/*End Background Styling*/

/* Dropdown for Tablets and phones*/

ul.navbar-nav li.nav-item a {
	text-align: center;
	font-size: 1.5em;
}

/*logo and navbar responsive media queries */

.logo {
	text-align: right;
	padding-bottom: 30px;
	padding-top: 30px;
	}	

	@media screen and (min-width: 992px){
		.logo {
			text-align: center;
		}
	}

/* Navbar style */
.navbar a{
	color:#434345
}

.navbar a:hover, a:active{
    color: #EC008C;
    font-weight: 700;
    text-decoration: none;	
}

.navbar li {
	font-family: nudista-web,sans-serif;
    font-weight: 600;
    font-style: normal;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

/* Content CSS */

.resume-subheadings { /*resume content*/
	font-family: nudista-web, sans-serif;
	font-weight: 600;
	font-size: 14pt;
	color: #EC008C;
}

.resume-content{
	padding: 0px;
}
@media screen and (max-width: 992px){
	.resume-content {
		padding: 20px;
		}
	}

.experience-heading{
	font-family: nudista-web, sans-serif;
	font-weight: 600;
	font-size: 14pt;
	color: #EC008C;
	text-align: left;
	font-weight: 600;
	}
		@media screen and (max-width: 768px){
		.experience-heading {
			text-align: center;
		}
	}

.experience-subheading{
	font-family: nudista-web, sans-serif;
	font-weight: 600;
	font-size: 12pt;
	color: #EC008C;
	text-align: left;
	}
		@media screen and (max-width: 768px){
		.experience-subheading {
			text-align: center;
		}
	}

.experience-list{ /*resume content */
	font-family: nudista-web, sans-serif;
	font-size: 11pt;
	padding-right: 20px;
	padding-left: 0px;
	text-align: left;
}

.skills-heading{
	font-family: nudista-web, sans-serif;
	font-weight: 600;
	font-size: 14pt;
	color: #EC008C;
	text-align: right;
}
		@media screen and (max-width: 768px){
		.skills-heading {
			text-align: center;
		}
	}

.skills-list{
	font-family: nudista-web, sans-serif;
	font-size: 11pt;
	list-style-type: none;
	text-decoration: none;
	text-align: right;
	}
		@media screen and (max-width: 768px){
		.skills-list {
			text-align: center;
		}
	}

.education-heading{
	font-family: nudista-web, sans-serif;
	font-weight: 600;
	font-size: 14pt;
	color: #EC008C;
	text-align: right;
	}
	@media screen and (max-width: 768px){
		.education-heading {
			text-align: center;
		}
	}

.education-list{
    font-family: nudista-web, sans-serif;
    font-size: 11pt;
    list-style-type: none;
	text-align:right;
	}
	@media screen and (max-width: 768px){
		.education-list {
			text-align: center;
		}
	}

.awards-list{
    font-family: nudista-web, sans-serif;
    font-size: 11pt;
	text-decoration: none;
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*resume content ends*/

/*grid content*/
.leftcolumn{
	background: #999;
	visibility: hidden;
}

.rightcolumn {
	background: #333;
	visibility: hidden;
}

.hero-banner {
    background-color: #DA0003;
    padding-top: 100px;
    padding-bottom: 100px;
}

.wrapper {
  position: relative;
  width: 640px;
  margin: 50px auto;
}
/*disabled (takes away the margins but makes the layout uneven)
.row.no-pad {
  margin-right:0;
  margin-left:0;
}*/

/*Removes gutter in the middle of the photogrid*/
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

/*Removes gutter in the middle of the photogrid*/

.image {
	display: block;
	height: auto;
	width: 100%;
}

.portfolio-container {
	padding-right: 0;
	padding-left: 0;
}

.cell-container a { /*cell-container with photo content*/
    background-color: #000000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: .5s ease;
    top: 0;
    width: 100%;
}

/*.cell-container h2.text-block{ 
	font-family: nudista-web, sans-serif;
	position: absolute;
	z-index: 1;
	right: 5%;
	bottom: 5%;
	color: #FFFFFF;
	opacity: 0;
	transition: .5s ease;
}*/

.cell-container h2.text-block:hover{
	opacity: 1;
}


/*--footer--*/
/*Social Media Icons*/
.footer{
	padding-top: 40px;
	padding-bottom: 0px;
	display: flex;
	justify-content: center;
}

.footer a {
    padding: 20px;
    font-size: 30px;
    width: 75px;
    text-decoration: none;
    color: #434345;
}

.fa:hover{
    color: #EC008C;
    text-decoration: none;
}

/*Copyright Footer*/
.copyright-footer {
	padding-bottom: 60px;
	font-family: nudista-web,sans-serif;
}
