﻿body {
    padding-bottom: 40px;
}

section {
    padding: 60px 0 0 0;
}

p, ol, ul {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
}


.navbar {
    font-size: 15px;
    font-weight: 300;
    height: 50px;
}

.navbar-inverse {
    background-color: #2dc3e8;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #2390ab;
}
.navbar-brand > img {
    height: 40px;
    margin-top: 5px;
    margin-left: 15px;
}

.release-info {
    padding: 15px;
    float: right;
    line-height: 25px;
    border: 1px solid #eee;
    background-color: #fefefe;
    display: inline-block;
}

.colors-palette {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .colors-palette > li {
        background-clip: padding-box;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 120px;
        list-style: none;
        margin: 8px;
        -moz-background-clip: padding;
        -moz-border-radius: 50%;
        overflow: hidden;
        position: relative;
        transition-duration: .2s;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 50%;
        width: 120px;
    }

        .colors-palette > li .color-name {
            text-align: center;
            position: absolute;
            top: 40px;
            left: 0;
            right: 0;
            color: #fff;
            height: 120px;
            width: 120px;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            text-transform: uppercase;
        }

            .colors-palette > li .color-name > .color {
                height: 20px;
            }

             .colors-palette > li .color-name > .color.skin {
                height: 40px;
                line-height:40px;
            }

                .colors-palette > li .color-name > .color:first-child {
                    background-color: rgba(255,255,255,.1);
                }

                .colors-palette > li .color-name > .color:not(:last-child):not(:first-child) {
                    border-bottom: 1px solid #ccc;
                }

        .colors-palette > li .color-main {
            -webkit-border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 2px;
            -moz-background-clip: padding;
            border-radius: 2px;
            background-clip: padding-box;
            height: 120px;
            width: 120px;
        }


pre {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}


.page-header {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding: 0;
    height: 45px;
    background: transparent;
}

    .page-header .header-text {
        position: relative;
        display: inline-block;
        margin: 0;
        padding-bottom: 9px;
        font-weight: 300;
    }

        .page-header .header-text:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -1px;
            left: 0;
            height: 1px;
            background-color: #666;
        }
