@charset "utf-8";
/* CSS Document */

/*Shard Background Styling */

#shardOne {
	background-image: url("../assets/shards/shard_one.svg");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 0% 25%;
	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% 0%;
	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: 100% 25%;
	width: 100vw;
	height: 100vw;
	position: fixed;
	z-index: -20;
	top: 0;
} */

/*End Background Styling*/

/* Dropdown for Tablets and phones*/
.logo {
	text-align: right;
	padding-bottom: 30px;
	padding-top: 30px;
	}	

/*logo and navbar responsive media queries */
	@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;
}

/* Header Decoration 
.header-decoration{
    padding-top: 0px;
	
}
-------disable----*/

/* Content CSS */
.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;
}
disabled (takes away the margins but makes the layout uneven)*/

/*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;
}

.overlay {
    background-color: #000000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: .5s ease;
    top: 0;
    width: 100%;
}

.cell-container:hover .overlay {
	opacity: .75;
}

/*--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;
}
