/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


/*
font-family: 'Niconne', cursive;
font-family: 'Sonsie One', cursive;
*/

@media(min-width:767px) {
.navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse {
    padding: 0;
}
.intro-section h{
	font-size:1.3em;
}	
	
}/* end of min-width:767*/




body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}
 .navbar-default .navbar-nav > .active{
    color:white;
   background:#5CD5D4;
 }
 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      color: white;
      background:#5CD5D4;
	 text-decoration:underline;
 }

.intro-section {
    height: 100vh;
    padding-top: 170px;
    text-align: center;
	background-image:url(../images/bgFlatIron.png);
	background-repeat:no-repeat;
	background-size:cover;
	}
.intro-section p {
	font-family: 'Niconne', cursive;
	font-size:32px;
	color:black;
	position:relative;
	margin-top:25px;
}
.intro-section h2 {
	font-family: 'Sonsie One', cursive;
	font-size:4em;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;

}
	.about-sos-section {
	position:relative;
    height: 100vh;
    padding-top: 150px;
    text-align: center;
	font-family: 'Niconne', cursive;
	font-size:24px;
	
}
.about-sos-section h1, h2 {
	font-family: 'Asset', cursive;
}
	
.about-artist-section {

    height:100vh;
    padding-top: 150px;
	
    text-align: center;
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;
	font-size:1em;
	background-image:url(../images/bg2.png);
	color:white;
	
}
.about-artist-sectionh1, h1 {
	font-family: 'Sonsie One', cursive;
	font-style: italic;
	}
.about-artist-section p {
	font-family: 'Niconne', cursive;
	font-size:2em;
	}

.product-section {
    height: 100vh;
    padding-top: 150px;
    text-align: center;
	background-image:url(../images/bg4.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;
	color:white;
	font-size:24px;
	font-family: 'Niconne', cursive;
}
.product-section li {
	list-style:none;
	
	}
.product-section h1{
	font-family: 'Sonsie One', cursive;
	font-style: italic;
}

.services-section {
    height: 100vh;
    padding-top: 150px;
    text-align: center;
    background: #fff;
	font-size:24px;
	color:white;
	font-family: 'Niconne', cursive;
	background-image:url(../images/bg5.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;
}

.services-section li {
	list-style:none;
	font-family: 'Niconne', cursive;
	font-size:24px;
	line-height:85%;
	
	}

.gallery-section {
    height: 100vh;
    padding-top: 150px;
    text-align: center;
	
}

.contact-section {
    height: 100vh;
    padding-top: 150px;
    text-align: center;
	font-size: 18px;
	font-family: 'Niconne', cursive;
	background-image:url(../images/trees.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	
}
.contact-section h1 {
	font-family: 'Sonsie One', cursive;
	font-style: italic;
}
.form-control{
	font-size:20px;
	
}








.hinge {
}
