﻿html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #fbece8;
    border: 2px solid #8a3924;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 2px 2px rgba(160, 62, 25, .95);
    box-shadow: inset 1px 2px 2px rgba(160, 62, 25,.95 );
}

img#bg {
    width: 100%; 
    height: 100%;
    opacity: 0.075;
}

div#background {
    width: 100%;
    height: 100%;
}

#background {
    position: relative;
    top: -100%;
    z-index: 1;
    width: 100%;
    height: 100%-74px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    opacity: .77;
    border: 2px solid #8a3924;
    border-radius: 6px;
    -webkit-box-shadow: inset 1px 2px 2px rgba(160, 62, 25, .95);
    box-shadow: inset 1px 2px 2px rgba(160, 62, 25,.95 );
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 1px;
    border-radius: 1px;
}

.clock {
    opacity: 0.77;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 3px;
    font-style: italic;
    font-weight: 600;
    -webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, .95);
    box-shadow: inset 1px 2px 2px rgba(0, 0,0,.95 );
}


.picFrame {
    border: 2px solid #8a3924;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 2px 2px rgba(160, 62, 25, .25);
    box-shadow: inset 1px 2px 2px rgba(160, 62, 25,.25 );
}

.slenderFrame {
    border: 1px solid #8a3924;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(160, 62, 25, .25);
    box-shadow: inset 1px 1px 1px rgba(160, 62, 25,.25 );
}

.thickFrame {
    padding: 2px 0px 0px 1px;
    border: 2px solid #8a3924;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 2px 2px rgba(160, 62, 25, .95);
    box-shadow: inset 1px 2px 2px rgba(160, 62, 25,.95 );

}

.innerWell {
    min-height: 20px;
    padding: 8px;
    margin-bottom: 3px;
    border: 0px solid #8a3924;
    border-radius: 1px;
    -webkit-box-shadow: inset 1px 2px 2px rgba(160, 62, 25, .25);
    box-shadow: inset 1px 2px 2px rgba(160, 62, 25,.25 );
}

.outerWell {
    margin: 2px;
    border: 1px solid #8a3924;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 2px 2px rgba(23, 76, 128, .95);
    box-shadow: inset 1px 2px 2px rgba(23, 76, 128, .95 );
}


.Copyright {
    color: X;
    z-index: 3;
}


#footer {
    color: antiquewhite;
    z-index: 3;
}

#footer1 {
    position: relative;
    top: -100%;
    margin-top: -32px; /* negative value of footer height */
    height: 32px;
    background: #bf5f46;
    clear: both;
    z-index: 1;
    border: 1px solid #bd4120;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 2px 2px rgba(160, 62, 25, .95);
    box-shadow: inset 1px 2px 2px rgba(160, 62, 25,.95 );
}


#grabberL
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


/*bootstrapoverides*/

.btn-warning {
  color: #fff;
  background-color: #bf5f46;
  border-color: #8a3924;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #8a3924;
  border-color: #bf5f46;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #bf5f46;
  border-color: #8a3924;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}


.userName {
    color: #8a3924;
    font-style: italic;
    font-weight:bolder;
    font-size: larger;
}


 
.centerStetch {
        background: url(images/keykokomosunII.PNG) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        opacity: 0.7;
}
 

.centerStrecthWithOpacity {
    position: relative;
    overflow: hidden;
}
 
.my-centerStrecthWithOpacity img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.6;
}
