/****************************
 *--------FRAME WORK--------*
 ****************************/

section {
    /* background-color: #FFFFFF; */
    width: 100%;
}

.holder {
    max-width: 1260px;
    margin: auto;
}

/****************************
 *--------HEADER--------*
 ****************************/

#topbar {
    background-color: #808080;
    min-height: 110px;
    margin-top: 110px;
}

#topbar .holder {
    background-color: #808080;
    height: 110px;
    color: #fff;
}

#topbar a {
    color: #fff;
    font-weight: 700;
}

.loginname {
    float: right;
    text-align: right;
}

.profileimage {
    border: 2px solid lightgrey;
    margin: 3px;
    float: right;
}

/****************************
 *--------NAVIGATIONS--------*
 ****************************/

#nav {
    margin: 0;
    padding-top: 30px;
    text-align: left;
    width: 100%;
}

.navbar-search {
    padding: 10px;
}

/****************************
 *--------MAIN CONTENT--------*
 ****************************/
#content {
    border: 1px solid #eee;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
    padding: 25px;
}


#logo {
    padding: 8px;
}

#footer {
    text-align: center;
}

#palettebar {
    background: none repeat scroll 0 0 #F7F7F7;

    min-height: 110px;

    padding: 10px;
    z-index: 99999;
}

.navbar-brand {
    padding: 0px !important;
}

.thumbnails {
    padding: 0px;
}

.thumbnail {
    overflow: hidden;
}

.colourname {
    white-space: nowrap;

}

#exporttextresults {
    padding: 15px;
}

#exporttextresults li {
    list-style: none;
    font-size: 2em;
    padding: 5px;
    background-color: #FFFFFF;

}


/************************************
 *--------FUNCTIONAL CLASSES--------*
 ***********************************/
.thumbnail {
    height: 100px;
    padding: 15px !important;
    cursor: pointer;
}

.toppalettecol {
    color: #333;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 20px !important;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.toppalettecol strong {
    display: block;
    font-weight: bold;
    height: 18px;
    overflow: hidden;
}

#color {
    height: 50px;
    text-align: center;
    width: 100px;
}

#colorpicker {
    float: left;
    width: 200px;
}

.span3 {
    width: 24% !important;
}

.clear {
    clear: both;
}

.IroColorPicker {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.colour-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#holder {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: large
}

#col-codes {
    background: white;
    text-align: left;
    padding-top: 5px;
    padding-left: 15px;
    border-radius: 8px;
    box-shadow: #333 2px 4px 3px;
}

#intro{
    background:whitesmoke
}

#col-codes ul {
    padding: 20px;
    margin-bottom: 35px;
}

#col-codes ul li {
    list-style: none;
}
#col-codes ul li i{
    cursor:pointer;
    transition:200ms;
    color:black;
}
#col-codes ul li i:hover{
    cursor:pointer;
    color:#9F2382
}

#palettebar {
    border-radius: 8px;
    box-shadow: #333 2px 4px 3px;
}

.title-tab {
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: #333 2px 4px 3px;
}

html {
    font-family: 'Source Sans Pro', sans-serif !important;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

body {
    background: url("../images/main-background-transparent.png");
    background-size: cover;
}

#addpalbutton {
    background: #9F2382;
    border: none;
    transition: all 200ms;
    padding:0.8em 1em;
}

#resetpalbutton {
    border: none;
    transition: all 200ms;
    padding:0.8em 1em;
}

#holder {
    background: rgba(50, 50, 50, 0.8) !important;
    margin: auto;
    border: 3px solid #9F2382;
    padding: 0;
    border-radius: 2px;
}

#addpalbutton:hover {
    box-shadow: 2px 2px #ddd;
    transform: scale(1.02);
}



.hide-me{
    display:none;
}

#resetpalbutton:hover {
    box-shadow: 2px 2px #ddd;
    transform: scale(1.02);
}



#palettebar {
    /* background:rgba(0,0,0,0.8) !important; */
}

header li {
    font-size: 1.3rem;
}

#content {
    border: none;
}

.export-button{
    background:#9F2382;
}

.export-button2{
    width:15em;
    margin:15px;
    font-size: large;
    background:#9F2382;
    font-weight: bold;
    font-style: italic;
    color:white !important;
}

.export-button2 a{
    color:white;
}

.export-button2 a:hover{
    color:white;
    text-decoration: none;
}

.export-button a{
    color:white !important;
    transition: 200ms;
}

.export-button a:hover{
    text-decoration: none;
}

.remove-colour{
    display:none !important;
    position:absolute;
    top:50%;
    left:50%;
    z-index: 2;
    transform: translate(-50%,-50%);
}

.fade-out-hover{
    transition:100ms;
}

.toppalettecol:hover .fade-out-hover{
    opacity:0.2;
}

.toppalettecol:hover .remove-colour{
    display:block !important;
}

.navbar{
    margin-bottom:0 !important;
}

.jumbotron {
    color: white;
    background-image: url("../images/color-palette.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh;
  }

@media only screen and (min-width: 769px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width:1024px) {
    #holder {
        padding: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .hero-text{
        font-size:0.7em;
    }

    #content {
        margin-bottom: 60px !important;
    }
}


@media only screen and (max-width:768px) {
    #holder {
        padding: 25px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .hero-text{
        font-size:0.7em;
    }

    #content {
        margin-bottom: 60px !important;
    }
}

@media only screen and (max-width:500px) {}