@charset "utf-8";
/* CSS Document */

/*Shard Background Styling */

@media screen and (max-width:825px){
	.shards-background {
		display: none;
	}
}

/* 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;
}

/* 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;
}*/

/*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;
}

/* Contacts Box */

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */  
	border: 1px solid #ccc; /* Gray border */
	border-radius: 4px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

.container[action] input[placeholder]{ /*changes font for placeholder*/
	font-family: nudista-web,sans-serif;
}

/* Style the submit button with a specific background color etc */

#submission {
	text-align: center;
}
input[type=submit] {
	font-family: nudista-web, sans-serif;
	background-color: #434345;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
 	background-color: #EC008C;
}

/*--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;
}
