inner cover{
    text-align: left;
}

.fill-screen{
     background-size: cover; /*    cover full size of div*/
     background-position: center; /* always centered */
    max-height: 100%;
   
    
    
}

.dropdown:hover .dropdown-menu {
/*display: block;*/
}

.container-fluid {
    
    margin-right: -15px;
    margin-left: -15px;
    
    
}


.navbar{
    min-height: 90px;
    margin-bottom: 0px;
}

.navbar-brand{
    padding-top: 10px;
    padding-left: 15px;
}

/*
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
} 
*/

@media (max-width: 400px){
     .navbar-header{ position:relative;}
     .navbar-brand img {
        position: absolute;
          top:10px;
          bottom:0;
          margin-left:auto;
         margin-right: auto;
         vertical-align: middle;
     }
}
@media (min-width: 992px) {
   /* .navbar-collapse {
        width: 700px;
    }*/
}
    
        
/*
.content-filler{
     min-height: 300px;
}
*/
    
/*
@media (min-width: 768px)
.navbar-right {
    margin-top: 15px;
*/

  .navbar-nav {
      margin-top:15px;
  }
    #page1{
        min-height:1024px;
    }  
    
    #page2{
        min-height: 1024px;
/*        background-image:url(../images/background3.jpg);*/
        
        
/*        style="background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25) ), url(../images/background3.jpg)"*/
/*        background-color:darkgrey;*/
      
/*
     background: linear-gradient(45deg, #333 50%,
    #666 50%, 
    #333 75%, 
    #666 75%);
background-size:100%;
*/
/*
        background: repeating-linear-gradient(
        45deg,
        #333 75%,
        #666 25%)
*/
/*
       background-image: url(../images/background2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
*/
    }

    #page3{
       min-height: 1250px;
/*        background-image:url(../images/background3.jpg);*/
        
/*        background-color:darkgrey;*/
/*
        background: linear-gradient(135deg, #333 50%,
    #666 50%, 
    #333 75%, 
    #666 75%);
background-size:100%;
*/
    }

    #page4{
        min-height: 1024px;
/*        background-color:darkgrey;*/
    }
    
    .arrowUp{
        position: fixed;
        bottom: 20px;
        width: 75%;
        left: 50%;
        margin-left: -37.5%;
        font-size: 1.5em;
    }    
    
    .arrowUp a{
        text-decoration: none;
    }

.nav-position{
    margin-right: 50px;
    margin-left: 15px;
}

@media (max-width: 767px){
.nav-position{
    margin-right: 15px;
    margin-left: 15px;
}
}

.page-container{
    padding-top: 70px;
}

#contacts ul{
    list-style: none;
    list-style-type: none;
    display: inline;
}

.contactForm{
    text-align: left;
    padding-top: 20px;
    line-height: 2;
}
fieldset{
    
}
legend{
    font-size: 20px;
    color: azure;
    padding-left: 20px;
}
label.field{
    text-align: right;
    width: 300px;
    float:left;
    font-weight: bold;
}

input.textbox-300 {
    width: 300px;
    float: left;
}

fieldset p {
    clear: both;
    padding: 5px;
}
.submit {
    color:#333;
    margin-left: 80px;
}
input {
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 20px;
}
 .fullform{
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

.fullform input {
    color: #333;
}
.commentfield {
   height:200px;
   float: left;

}

textarea {
    width: 100%;
    height: 100%;
    color: #333;
}

.input {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 20px;
}
@media (max-width: 767px){
    #page3{
        min-height: 1450px;
    }
    .contactForm{
    padding-top: 20px;
    line-height: 2;
}
    label.field{
        text-align: left;
    width: 300px;
    float:left;
    font-weight: bold;
}
    input {
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 20px;
}
    
    .fullform{
        margin-right: auto;
        margin-left: auto;
        width: 80%;
        padding-bottom: 30px;
    }
    legend{
    font-size: 20px;
    color: azure;
    text-align: center;
}
    .submit {
        color:#333;
        margin-left: 20px;
    }
}
.webimages {
    text-align: left;
}
.webimages h2 {
    text-align: center;
}
.webimages ul{
    list-style-type: none;
    list-style: none;
    display: inline;
   
}

.webimages a {
    float:left;
}

.webThumb{
    padding:20px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px){
.center {
    text-align:center;
    }
    
}

.formResult{
    padding-top: 15px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #222;
}
