//c9.io moving
nav{
    min-width: 790px;
}
.container-fluid{
    width:100%;
    background-color: white;
}
.container-fluid>.navbar-header>a{
    color: #9B59B6;
    font-family: 'Pacifico', cursive;
    font-size: 24px;
}
.container-fluid>.navbar-header>a:hover{
    color: #7D3C98;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #633974;
}
a{
    color: purple;
    font-family: 'Bellefair', serif;
    font-size: 18px;
}
.nav-pills>li>a:hover{
    background-color: #D7BDE2;
    color: white;
}




.dropdown{
    position: relative;
    display: inline-block;
}
.dropdown:hover .dropdown-content{
    display: block;
}
.dropdown:hover .dropbtn{
    background-color: #D7BDE2;
    color: white;
}
.dropbtn {
    background-color: white;
    color: purple;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.dropdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a{
    color: purple;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover{
    background-color: #EBDEF0
}
#signup{
    width: 30%;
    margin-left: auto;
    
    margin-right: auto;
}
#firstname{
    width:400px;
}
#lastname{
    width:400px;
}
#exampleInputEmail2{
    width:400px;
}
#exampleInputPassword2{
    width:400px;
}



.modal-title{
    font-size: 30px;
    font-family: 'Courgette', cursive;
    color: purple;
}
.modal-body{
    color: purple;
}
.modal-footer>a{
    font-size: 18px;
}
#loginsubmit{
    background-color: purple;
}




body{
    background-color: #D7BDE2;
    min-width: 800px;
    width: auto !important;
    width: 800px;  
    padding-top: 50px;
    padding-bottom: 50px;
}




h1{
    text-align:center;
    font-size: 45px;
    font-family: 'Courgette', cursive;
    color: purple;
}
h2{
    text-align:center;
    font-size: 45px;
    font-family: 'Courgette', cursive;
    color: purple;
}
h3{
    font-size: 30px;
    font-family: 'Courgette', cursive;
    color: purple;
}
p{
    text-align:center;
    font-size: 25px;
    font-family: 'Courgette', cursive;
    color: purple;
}




.item-img{
    width:100%;
}
.img-responsive{
    width:100%;
}
img{
    width:250px;
}




.jumbotron{
    height: 560px;
    background-size: 100% 100%;
    background-color: #D7BDE2;
}
.jumbotron .h1, .jumbotron h1{
    color: purple;
}
#myCarousel{
    width: 80%;
    margin: auto;
    overflow:hidden;
}

#gallery{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#gallery-main{
  width: 100%;
}
#pic1{
    display: block;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    width: 33%;
}
.gallery-thumb{
    display: block;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    width: 33%;
}




#map{
    height: 400px;
    width: 100%;
}
label{
    color: purple;
    font-family: 'Bellefair', serif;
    font-size: 18px;
}




#dog{
    white-space: nowrap;
}
#dog>.row {
	/* column width */
	-moz-column-width: 19em;
	-webkit-column-width: 19em;
	/* space between columns */
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
#dog>.items{
	display: inline-block;
	width: 100%;
}




.btn-primary{
    background-color: #8E44AD;
    border-color: #8E44AD;
}
.btn-primary:hover{
    background-color: #633974;
    border-color: #633974;
}
.col-item{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img{
    margin: 0 auto;
    width: 100%;
}
.col-item .info{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}
.col-item:hover .info{
    background-color: #F5F5DC;
}
.col-item .price{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}
.col-item .price h5{
    line-height: 20px;
    margin: 0;
}
.price-text-color{
    color: #219FD1;
}
.col-item .separator{
    border-top: 1px solid #E1E1E1;
}
.clear-left{
    clear: left;
}
.col-item .separator p{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.col-item .separator p i{
    margin-right: 5px;
}
.col-item .btn-add{
    width: 50%;
    float: left;
}
.col-item .btn-add{
    border-right: 1px solid #E1E1E1;
}
.col-item .btn-details{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls{
    margin-top: 20px;
}
[data-slide="prev"]{
    margin-right: 10px;
}


#cart{
    padding-top: 50px;
}
#cart>.col-xs-9>#list{
    margin-right: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    border-style: solid;
    border-width: thin;
    border-color: #BB8FCE;
    border-radius: 16px;
}
hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid purple;
}
#cart>.col-xs-3>#summary{
    min-width: 250px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    border-style: solid;
    border-width: thin;
    border-color: #BB8FCE;
    border-radius: 16px;
}




.btn-group-lg>.btn, .btn-lg{
    background-color: #8E44AD;
    color: white;
}
.btn-group-lg>.btn, .btn-lg:hover{
    background-color: #7D3C98;
    color: white;
}