/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@font-face {
    font-family: 'museo-slab-bold';
    src: url('/static/fonts/museo_slab_300-webfont.eot');
    src: url('/static/fonts/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/museo_slab_300-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo-slab';
    src: url('/static/fonts/museo_slab_500-webfont.eot');
    src: url('/static/fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/museo_slab_500-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.bold, b {
    font-family: 'museo-slab-bold';
    font-weight: bold;
}

body {
  background-color: #f2f2f2;
    font-family: 'museo-slab',"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top:20px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body{
    min-width:720px; /* for now */
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

table{
    -webkit-user-select: initial;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #97C4AD;
    word-wrap: break-word;
    cursor:pointer;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
.dark{
    color: #736A66 !important;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alert-info a{
    color: #444;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 3px;
	color: #97C4AD;
}

body .popover{
    z-index:2010;
}

label, .museo-slab {
    font-family: "museo-slab","Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700;
}

.btn.disabled .caret{
    display:none;
}

.thumbnail:hover{
    background: #fafafa;
    border-color:#bbb;
}

/* Modals */

.modal{
    margin-top: 60px; /* below nav header */
}

.modal-content{
    border-radius: 7px;
overflow: hidden;
}
.modal-header{
    background: #EEE;
}
.input-group-addon{
    padding-bottom:4px;
}
/* HeaderWrap */
#headerwrap {
	/* background: url(../img/bg01.jpg) no-repeat center top; */

	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nav-hidden #headerwrap{
    padding-top: 0;
    margin-top: -30px;
}

/*landing page - TODO move */
#headerwrap h1 {
margin-top: 60px;
margin-bottom: 0;
color: #BD8E70;
font-size: 76px;
font-weight: 300;
letter-spacing: 1px;
text-shadow: 1px 0px 1px #CCC;
}
#headerwrap h2 {
    margin-top:-6px;
}

#editor_link_btn{
    font-size: 36px;
line-height: 48px;
margin: 10px 78px 33px;
}

#mintchalk_threed{
    margin: -70px 0 30px 0;
}

#contracts{
    margin-left:-20px;
}

#contracts .col-lg-4{
    margin-bottom:10px;
}

.editable{
    cursor:pointer;
}

.github_login{
    display:none;
}

#page_error{
    margin-top: 20px;
}


/* Callouts */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code {
    border-radius: 3px
}

.bs-callout+.bs-callout {
    margin-top: -5px
}

.bs-callout-danger {
    border-left-color: #d9534f
}

.bs-callout-danger h4 {
    color: #d9534f
}

.bs-callout-warning {
    border-left-color: #f0ad4e
}

.bs-callout-warning h4 {
    color: #f0ad4e
}

.bs-callout-info {
    border-left-color: #5bc0de
}

.bs-callout-info h4 {
    color: #5bc0de
}

.editableform textarea {
height: 190px;
}

/* Notifications */
.alert-messages {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 10000000;
    text-align: center;
}
