/*RESET CSS*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: OpenSans, Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	background-color: #fff6c7;
	color: #292929;
}

::-moz-selection { /* Code for Firefox */
	color: #fff6c7;
	background: #6017b2;
}

::selection {
	color: #fff6c7;
	background: #6017b2;
}

@font-face {
	font-family: 'Champagne & Limousines';
	src: url('../font/champagne_and_limousines.eot');
	src: url('../font/champagne_and_limousines.eot?#iefix') format('embedded-opentype'), url('../font/champagne_and_limousines.svg#Champagne & Limousines') format('svg'), url('../font/champagne_and_limousines.woff') format('woff'), url('../font/champagne_and_limousines.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
}

input {
    border: 0;
}

p {
	text-align: left;
	font-size: 14pt;
}

ul, ol {
	text-align: left;
	list-style-type: none;
	padding: none;
}

.header .custom-logo {
   display: block;
   max-width: 100%;
   height: auto;
}

h1 {
	font-family: 'Champagne & Limousines';
	color: #6017b2;
	font-weight: lighter;
	font-size: 50px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left
}

h2 {
	font-family: 'Champagne & Limousines';
	font-size: 30px;
	color: #6017b2;
	font-weight: lighter;
	margin: 0 0 10px 0;
	text-align: left;
}

h3 {
	font-family: 'Champagne & Limousines';
	font-size: 24px;
	color: #6017b2;
	font-weight: lighter;
	margin: 0 0 15px 0;
	text-align: left;
}

h4 {
	font-family: 'Champagne & Limousines';
	font-size: 20px;
	color: #6017b2;
	font-weight: lighter;
	margin: 20px 0 5px 5px;
	clear: left;
}

h5 {
	font-family: 'Champagne & Limousines';
	font-size: 16px;
	color: #6017b2;
	font-weight: lighter;
	margin: 15px 0 5px 5px;
	clear: left;
}

a {
  text-decoration: none;
  font-size: 14pt;
  color: #6017b2;
}

.container {
	min-height: 100%;
	position: relative;
}

a:visited {
  text-decoration: none;
  font-size: 14pt;
}

a:hover {
  text-decoration: none;
  font-size: 14pt;
  color: #ff00de;
}

/* Banner */
.banner {
	background-color: red;
}

/* Menu Toggle */
.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #6017b2;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

/* Menu Toggle Animation */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/* Navigation */
.navbar {
	background-color: #fff6c7;
	padding: 0;
}

.navbar-brand {
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0 0 10px;
}

.navbar ul li {
	display: inline;
	color: #470b8a;
	margin: 0 auto;
}

.navbar ul li a {
	text-decoration: none;
	font-family: 'Champagne & Limousines';
	font-size: 16pt;
	font-weight: bold;
}

.dropdown-menu {
	background-color: #470b8a;
	border: none;
	border-radius: 0;
	text-align: center;
}

.dropdown-menu a {
	color: #fff6c7;
	border: none;
}

.dropdown-menu a:hover {
	color: #e234a9;
}

.dropdown-toggle {
	text-align: center;
}

.navbar ul li a:hover {
	font-family: 'Champagne & Limousines';
	color: #e234a9;
	font-size: 16pt;
	text-decoration: none;
	background: none;
	margin: 0 auto;
	font-weight: bold;
}


/*Home Page Detail*/

.content {
	 margin-top: 90px;
}
.intro {
	margin: 50px auto
}

.intro-h1 {
 font-family: 'Champagne & Limousines';
 font-size: 65px;
 text-align: center;
 line-height: 215px;
 color: #ffffeb;
}

.intro-text {
	height: auto;
	padding: 20px 15px 15px 15px;
}

.intro-info {
	margin: 70px 0 60px 40px;
	font-size: 16px;
	color: #ffffeb;
	font-weight: 400;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.intro-detail {
	border-right: solid 3px #FF4B6B;
}

/* Portfolio Details */
.art-title {
	font-family: 'Champagne & Limousines';
	font-size: 25px;
	font-weight: 800;
	color: #ffffff;
	font-weight: lighter;
	text-transform: none;
	margin: 0 0 10px 0;
	text-align: left;
	text-shadow: -1px 1px 1px #1d1d1d;
	background-color: #6017b2;
	padding-left: 15px;
}

.thumbs{
	margin-bottom: 30px;
}
.art-card {
	border: solid 1px #efefef;
	margin: 0 0 30px 0;
}

.card-body {
	padding: 0 10px 15px 15px;
	background-color: #ffffff;
	height: 100%;
}

.card-details {
	height: 100%;
}

.card-pricing {
	font-family: 'Champagne & Limousines';
	font-size: 14pt;
	font-weight: bold;
	color: #6017b2;
	margin-bottom: 0;
}

.card-specs {
	font-family: 'Champagne & Limousines';
	font-size: 14pt;
	font-weight: 100;
	color: #6017b2;
}

/*..card-body {
	background-color: #fff6c7; border: 1px solid #D3C8B6;
	padding: 10px
}

.card-price {
	font-family: 'Champagne & Limousines';
	font-weight: bold;
	color: #43107c;
	font-size: 16px;
}

.card-size {
	font-family: 'Champagne & Limousines';
	font-weight: bold;
	color: #ff00de;
	font-size: 16px;
}
*/



/*Footer*/
#footer {
	background-color: #43107c;
	position: relative;
	bottom: 0;
	margin: 100px 0 0 0;
	width: 100%;
	font-size: 14px;
	padding: 10px 0 10px 0;
	color: #fff6c7;
	line-height: 16px;
	font-family: Sans-serif, Arial, Helvetica, Verdana;
}

.py-5 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

#footer-links {
  color: #fff1a6;
  font-size: 11pt;
}

#footer a {
  text-decoration: none;
  font-size: 11pt;
  color: #fff1a6;
}

#footer a:hover {
  text-decoration: none;
  font-size: 11pt;
  color: #e234a9;
}

#footer a:visited {
  text-decoration: none;
  font-size: 11pt;
  color: #f600ff;
}
.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

/*CONTACT FORM CSS*/
#name, #email, #subject, #contact_message {
	background-color: #f7eebd;
	font-family: "Helvetica Neue", Arial, Helvetica, sanserif;
	font-size: 14pt;
	color: #a19c6d;
	padding: 20px 0 20px 20px;
	margin: 0 0 15px 0;
	height: 35px;
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
}

#form{
	padding: 15px 0 15px 0;
	max-width: 700px;
	min-width: 320px;
}

.form-container {
	justify-content: center;
}

#contact_message {
	min-height: 250px;
	max-height: 300px;
}

.submit {
	min-width: 150px;
	padding: 8px 0 8px 0;
	font-family: 'Champagne & Limousines';
	float: right;
	border-radius: 40px;
	margin: 15px 0 0 0;
	background-color: #43107c;
	color: #fff6c7;
	font-size: 18px;
	font-weight: bold;
}

.submit:hover {
	min-width: 150px;
	padding: 8px 0 8px 0;
	font-family: 'Champagne & Limousines';
	float: right;
	border-radius: 40px;
	margin: 15px 0 0 0;
	background-color: #e234a9;
	color: #43107c;
	font-size: 18px;
	font-weight: bold;
}

.button {
	min-width: 150px;
	padding: 10px 10px 10px 10px;
	font-family: 'Champagne & Limousines';
	float: left;
	border-radius: 40px;
	margin: 0;
	background-color: #43107c;
	color: #fff6c7;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.button:hover {
	min-width: 150px;
	padding: 10px 10px 10px 10px;
	font-family: 'Champagne & Limousines';
	float: left;
	border-radius: 40px;
	margin: 0 10px 10px 0;
	background-color: #e234a9;
	color: #fff6c7;
	font-size: 16px;
	font-weight: bold;
}

textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, sanserif;
	font-size: 14pt;
	color: #857856;
	padding: 20px;
	margin: 0 0 10px 0;
	border: 0;
}

#thankyou {
	color: #7023ab;
	font-family: 'Champagne & Limousines';
	font-size: 30px;
	margin: 70px 0 70px 0;
	min-width: 320px;
	text-align: center;
	line-height: 100%;

}

/*MEDIA QUERIES*/
/*Xtra Small devices (landscape phones, 320px and up)*/
@media (max-width: 320px) {
	#footer {
		position: absolute;
		bottom: 0;
	}
	.container {
		min-height: 100%;
		position: relative;
	}
}

@media (min-width: 320px) {
	#footer {
		position: relative;
		bottom: 0;
	}
}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {

	.navbar-brand {
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0 0 15px;
	}
	.col-sm-3 {
		padding-left: 0;
		padding-right: 0;
	}

	.col-sm-12 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer {
		/*margin-top: 40vh;*/
		bottom: 0;
	}

}

@media (min-width: 576px) {
	#footer {
		margin-top: 30vh;
		position: relative;
		bottom: 0;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint*/
@media (min-width: 768px) {
	#footer {
		margin-top: 30vh;
		position: relative;
		bottom: 0;
	}
}

/* Large devices (desktops, 992px and UP
) */
@media (min-width: 992px) {
	#footer {
		margin-top: 30vh;
		position: relative;
	}
}

@media (min-width: 1024px) {
	#footer {
		margin-top: 50vh;
		position: relative;
		bottom: 0;
	}
}


@media (min-width: 1366px) {
	#footer {
		margin-top: 40vh;
		position: relative;
		bottom: 0;
	}
}
