.wrapper {

   background-color: rgb(145, 109, 60);
   margin: 0%;
   min-height: 100%;  
  
}

body{
    margin: 0%;
    height: 100%;
    background-color: rgb(145, 109, 60);
}

#idxtbl table td {
  width: 25%;
  padding-left: 50px;

}

#welcometext{
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 3%;
    padding-top: 1%;
}
#aboutranges{
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 3%;
    padding-top: 1%;
}

#aboutunf {
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 5%;
}

#aboutscaff {
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 5%;
}

.scaftab{
    padding-left: 85px;
}
.head {
    text-align: center;
}

.para {
    text-align: center;
}

.picfont{
    text-align: center;
    padding-right: 100px;
}

.rangename{
   
    padding-right: 190px;
}
#idxtbl{

}

/* NAVBAR ----------------------------------------------------------------------------------------------------------------*/
#navbar {
    width: 100%;
    color: rgb(255, 215, 162);
    background-color: rgb(65, 45,20);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    color: rgb(255, 215, 162);
    background-color: rgb(65, 45,20);
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: 260px;
    margin: 0%;
    background-color: rgb(65, 45,20);    
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(255, 215, 162);
}/*----------------------------------------------------------------------------------------------------------*/

.title {
    font-family: 'Kumar One Outline', cursive;
    font-size: 100px;
    text-align: center;
    color: rgb(255, 215, 162);
    height: 150px;
} 

#column {
    float: left;
    width: 25%;   
    background-color: rgb(145, 109, 60);  
    margin: 0%; 
}
#column2{
float: left;
width: 50%;
position: relative;
}

.Maincontent{
background-color: rgb(145, 109, 60);  
margin: 0%; 
height: 100%;
}
#row{
height: auto;   
}
#row2{
height: auto;
position: relative;
}


.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/* form css ----------------------------------------------------------------------------------------------------------------------*/
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=submit] {
    background-color: #402D14;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: rgb(145,109,60);
}
.conty {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
/*----------------------image fade overlay---------------------------------------------------------*/
.container {
    position: relative;
    width: 25%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 150px;
  left: 100px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: rgb(145,109,60);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  float: left;
}

 

