/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/

html {
    height: 100%;
}
body {
    min-height: 100%;
    background-color: rgba(36, 50, 59,1);
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto Slab', serif;
    text-shadow: 2px 2px #000000;
}

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 0.1em;
}



.features,
.prefooter .container-fluid
{
    padding-top: 2.3em;
    padding-bottom: 3.2em;
}

span.typcn::before, i.typcn::before
{
    font-size: 3em;
}



/*------------------------------------*\
	HEADER
\*------------------------------------*/

header .container-fluid
{
    background: url('img/backnew.jpg') no-repeat fixed;
    background-size: cover;
    padding-top: 36px;
    padding-left: 0px;
    padding-right: 0px;
}
.hamburger
{
    font-size: 2em;
    color: #FFF;
    height: 100%;
    /*padding-top: 10px;*/
}

.hamburger:hover
{
  color: #f42257;
  cursor: pointer;
}


.logo
{
    background: none;
    border: 0;
    min-width: 60px;
    width: 60px ;
}

.menuLogo{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -30px; /* The size of the logo*/

}

.jumbotron
{
    background: none;
    text-align: center;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron small
{
    color: #FFF;
}

.jumbotron h1, p {
    text-shadow: 2px 2px #000000;
}

.jumbotron p
{
    color: #FFFFFF;
    margin-bottom: 5%;
    font-weight: 500;
}

.slogan {
    font-weight: 600!important;
}




footer
{
    background-color: rgba(36, 50, 59, 1);
    padding-top: 0.5em;
    padding-bottom: 1.2em;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p
{
    color: #FFFFFF;
}

.social
{
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
}

@media (min-width: 544px) {
    /*.social   {*/
        /*font-size: 16px;*/
    /*}*/
}
.copyright
{
    padding-top: 25px;
    text-align: center;
}

/*----------------------------------------*\
  New style
\*----------------------------------------*/

.dropdown-menu {
  width: 100%;
}

.features a img
{
    width: 100%;
    height: 100%;
    max-width: 128px;
}

.features a img:hover {
    /*-webkit-transform: scale(0.90);*/
    width: 100%;
    height: 100%;
    filter: brightness(80%);
}

.feature
{
    margin-top: 15px;
}

.label {
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.5),0 0 40px rgba(0,0,0,0.06) inset;*/
    position: absolute;
    left: 50%;
    bottom: 9px;
    padding: 3px 7px;
    border: 1px solid #FFF;
    background: #333333;
    color: #FFF;
    z-index: 15;
    font-size: 16px;
    font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin-left: -72px;
    text-align: center;
    align-content: center;
}

.labelimg {
    border: 1px solid #FFF;
    width: 128px;
}

.btn-xl
 {
    padding: 5px 20px;
    font-size: 24px;
    line-height: 2;
    border-radius: 0;
}
.launchButton {
    display:inline-block;
    height: 100%;
    margin-top: 5px;
    background: #0095D5;
    /*text-shadow: 1px 2px 2px #000;*/
    border-radius: 6px;
    padding: 0 15px;
    border: 0 solid #CCC;
    box-shadow: 0 8px 0 rgba(44,44,44, 1);
    font-weight: 600;
    transition: height .2s ease;
    transform: translate(0,0);
}

#watershedOption{
    padding: 5px;
}
.btn-group{
    margin-right: 10px;
    min-width: 217.5px;
}

.launchButton a{
    font-weight: 100;
    padding: 5px;
    color: #FFF;
    font-family: 'Roboto Slab', serif;
    font-weight: bolder;
    /*line-height: 1;*/
    text-align: center;
    cursor: pointer;
}

.launchButton a:hover{
    color: #FFF;
}


.launchButton:hover {
    box-shadow: 0 6px 0 rgba(44,44,44, 1);
    transform: translate(0,2px);
}


.launchButton:active {
    box-shadow: 0 4px 0 rgba(44,44,44, 1);
    transform: translate(0,4px);
}

.launchButton a:active {
    -webkit-box-shadow:none;
}

#watershedList {
    margin:0;
    padding: 0;
    /*border-width: 0;*/
}

@media (max-width: 975px) {
    .copyright     {
        padding-top: 40px;
        text-align: center;
    }
}

@media (max-width: 490px) {
    .copyright     {
        padding-top: 35px;
        text-align: center;
    }
}

.jumbotron .h1 {
    font-size: 70px;
    color: #FFA;
}
.jumbotron .h2 {
    font-size:50px ;
    color: #FFA;
}

@media (max-width: 620px) {
    /*.watershed {*/
       /*font-size: 20px;*/
    /*}*/
    .jumbotron .h1 {
        font-size: 35px;
    }
    .jumbotron .h2 {
        font-size:25px ;
    }
    /*.social{*/
        /*padding-top: 40px;*/
        /*font-size:   8px;*/
    /*}*/
}
.page-title{
    float: left; 
    color: #FF9;
    text-align: left;
    font-size: 30px;
}

.launchButtonRight {
    float: right
}

@media (max-width:  471px) {
    .page-title{
        color: white;text-align: center;
        float:none;
    }
}
.page-main-content {
    background-color: white; 
    z-index: 10; 
    color: black; 
    text-align: left; 
    padding: 40px;
    margin-top: 30px;
    border: 1px solid #000;
    border-radius: 10px;
}

.page-main-content a{
    color: blue;
}
.page-main-content img {
    border: 10px solid #DDD;
}

#contactForm, .contact, .page-main-content{
    min-width: 170px;
}
#contactForm{
    max-width: 500px;
    margin-right: 20px;
}

.google-maps{
    top: 0;
    left: 0;
    width: 100%;
    border-width: 5px;
    border-color: rgba(50, 50, 50, .2);

}
.transparentDark{
    background-color: black;
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0.5;
    visibility: hidden;
    z-index: 2;
}
body{
    position: relative;
    overflow: hidden;
}
@media (max-width: 900px) {
    .iihr-map{
       width: 100% !important;
   }
}

.slideimage{
    text-align: right;
}

.slideimage img{
    width: 800px;
    margin-right: -1px;
}


.slideimage img {
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    box-shadow: -2px 2px 3px #999;
    -moz-box-shadow: -2px 2px 3px #999;
    -webkit-box-shadow: -2px 2px 3px #999;
}


@media (max-width: 1030px) {
    .slideimage img{
        width: 100%;
    }
}

.slideimage::before { content: ""; clear: both; display: block; height: 20px;}

.panel-body{
    padding-right: 0;
}

.image-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.featureHeading{
    line-height: 1.7em;
    font-size: 17px;
    font-family: "Lucida Sans",arial,"Gill Sans MT","trebuchet ms",cambria;
    font-weight: 600;
    color: #333;
    padding: 7px 30px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background: #E7F2F9;
    width: auto;
    float: left;
    margin: 20px 0 20px -1px;
    text-align: center;
    clear: both;
    display: block;
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
}


.navigation{
    float: right;
    margin: 16px 0px;
}
.navigation li {
    display: inline-block;
    font-family: "Glacial Indifference", sans-serif;
}

.navigation li a {
    padding: 5px 9px;
    transition: 0.5s ease all;
    text-decoration: none;
    /*border: 2px solid;*/
    color: #000;
    font-weight: 600;
    border-color: transparent;
}
.navigation li a:hover{
    background: #FFF;
}

.navigation li::before{
    content: "/";
    color: #000;
    display: inline;
    margin: 0px 6px 0px 3px;
    pointer-events: none;
}

.navigation .navigation-first::before{
    content: "";
}

.navigationDiv{
    visibility: visible;
}




.hamburgerDiv{
    display: none;
}

@media (max-width: 623px) {

    .navigationDiv{
        display: none;
    }
    .navigation li a {
        transition: 0s ease all;
    }
    .hamburgerDiv{
        display: block;
    }
}

.form-control{
    border-color: #777777;
    background-color: #eeeeee;
}

blockquote.contact {
border: none;
}

.contactPage{
    text-align: left;
    line-height: 1.7em;
    font-size: 17px;
    font-family: "Lucida Sans",arial,"Gill Sans MT","trebuchet ms",cambria;
    font-weight: 100;
    color: #333
}

blockquote {
    font-size: 17px;
}

.contactPage a {
    color: #933;
}

.contactAddress{
    text-align: center;
}
