/*
Artisan Network CSS Style
    myArtStyle.css
*/

/* Add a black background color to the top navigation */
.nav  {
    background-color: #ccccff;
    float: left;
    display: block;
    color: #0000f0;
    text-align: left;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 16px;
}

.dropdown-menu li a {
    color: #0000f0; 
    background-color: #ccccff; 
    padding: 0px 0px;
}
/* Add padding to containers */
.container {
    padding: 16px;
}
 /* Bordered form */
form {
    border: 3px solid #f1f1f1;
    padding: 20px 20px;
    width: auto ;
}

/*  paragraphs  */
p {
    font: arial !important;   
    font-size:  16px; 
    color: blue; 
}

.container h2 {
    font: 20px arial !important;
    color: #0000A0  ;
    border-bottom: 1px solid #ccccff ;
}
.container h3 {
    font: 16px arial !important;
    color: #0000A0  ;
}
label  {
    font: 14px arial !important;
    color: grey ;
}

input, form-control  {
    font: bold 14px arial !important;
    color: blue !important ;
}
#artFName, #artLName, #inputAddress, #inputAdd2,
    #inputEmail, #inputHandle, #inputCity, #inputState, #inputZip {
    font:  bold 14px arial !important;
    color: blue !important;
}
.btn {
    width: auto ;
    border: none; /* Remove borders */
    padding: 14px 28px; /* Add some padding */
    cursor: pointer; /* Add a pointer cursor on mouse-over */
    background-color: #aaaaff ;
    font: bold 16px arial !important;
    color: black ;
}
/* Extra style for the cancel button (red) */
.cancelbtn {
    background-color: #f44336;
}
figcaption{
    color: blue ;
}
ul li {
   text-decoration: none;
    color: blue;
}
/****************************/