*{
	padding: 0;
	margin: 0;
}
body
{
	 background-image:url(../images/home.JPG);
	 background-repeat: no-repeat;
	 background-size: cover;
}
main
{
	
	width: 1000px ;
	background: #1a0d00;
	opacity: 0.8 ;
	margin: 0px auto;
}
#nav_list{
    padding: 0;
    line-height: 125px;
    
}
#nav_list ul { 
    list-style: none;
    padding-left: 1.5em;
    position: sticky;
    top: 0;
}
#nav_list ul li { 
    margin-bottom: 10px;
    display: inline;
    margin-left:10px;
}
#nav_list ul li a {
    font-size: 25px;
    display: inline;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    color: #aa8878;
    border-radius: 20px;
    text-decoration: none;
    transition: all .5s ease;

}

p.main{
	text-align: center;
	margin-bottom: 20px;
	color: #835641;
}
.h-left{
	float: left;
}
#btm_contact h3 {
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#btm_contact h4{
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;
}
main img{
	border-radius: 10px;
}
.logo_img{            
    position: relative;
    margin-top: -55px;
} 

header{             
    height: 9%;
    background: #1a0d00;
    opacity: 0.8 ;
    position: relative;
    float: left;
    width: 100%;
}
header #h-left img{
	margin-top:-20px;
}


#nav_list ul li a:hover{
	color: red;
}
#nav_list ul li a:active{  
    color: sandybrown;
}
#nav_list ul li a img{
	height: 40px;
	width: 40px;
	vertical-align: middle;
	border: 0.5px solid black;
    }


.fragment{
      width: 1000px;   
/*    height: 3%;*/
      padding-top: 12px;
      padding-bottom: 20px;
      text-align: center;
   } 
.fragment a{            
    font-size: 20px; 
    color: #d2a679;
    text-transform: uppercase;
}      

section{
    color: #e6cbb3;
    
}

.tab{
    padding-left: 3em;
    padding-right: 3em;
}

.main{
    font-size: 30px;
}

h2{                     
    text-align: center;
    color:  #e6cbb3;
    text-transform: uppercase;
}

h4{          
	color: #aa8878;
}
.min{
    color: #aa8878;
    border-top: 2px dotted #aa8878;
    border-bottom: 2px dotted #aa8878;
}

footer { 
	clear: both;
    /*background:black ;*/
    padding-top: 15px;
    width: 100%;
    padding-bottom: 15px;
}
footer p {
	font-size: 90%;
	text-align: center;
}
footer .social{
	text-align: center;
}
footer .social img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 15px;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #dcbba3;
}
.copy-right {
  
    color: #dcbba3;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 12px;
   
}
.copy-right a{
	color: #dcbba3;
}

.con{
    font-family: cursive;
    font-weight: bold;
}

#divInfo img{
    float: left;
}

#divInfo{

	float: left;
    width: 50%;
 	margin-left: 20px;
 	margin-right: 20px;
 	margin-top: 50px;
 	color: white;
 	text-align: center;
}
#divInfo hr{
	width: 500px;
}
#divInfo h1{
	color: #aa8878;
}
#divInfo label{
    float:left;
    display:block;
    color: #aa8878;
}
#divInfo input{
        display: block;
    height: 30px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eee;
    color: #fff;
    box-shadow: none;
    padding: 0 10px;
}
 #divInfo textarea{
 	display: block;
    margin-bottom: 15px;
    margin: 0;
    width: 70%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #eee;
    resize: none;
    height: 50px;
 }
 #divInfo #mySubmit{
   margin: auto;
    margin-top: 30px;
    background-color: #aa8878;
    width: 100%;
    color: #1a0d00;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
        padding: 7px;
    height: auto;
    border-radius: 3px;
}

#btm_privacy h3{
    padding-left: 20px;
    
}
#btm_privacy{
	padding-bottom: 20px;
}

#btm_privacy h4{
	
	margin: auto;
	font-size: 20px;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 20px;
    color: #aa8878;
}
/*Media quary*/

@media only screen and (max-width: 767px) {
   .top_image_banner{
        height: 300px; 
        object-fit: cover; 
        width: 100% !important;
    }
    .logo_img{ 
        width: 200px; 
        height: 200px; 
        margin: 0;
    }
    main{
        width: 100%;
    }
    header{
        width: 100%;
    }
    #nav_list ul {
     margin-left: 0;
    }
    #nav_list ul li {
        text-align: center;
        width: 100%;
        margin: auto;        
        display: block;
        padding: 10px 0;
        line-height: 35px;
    }
    
    #nav_list ul li a {
        width: 100%;
        padding: 0;
    }
    div{
        width: 100% !important;
        text-align: center; 
        margin-left:auto !important; 
        margin-right:auto !important; 
        /*height: 100% !important;*/
    }
    .main{
        text-align: center;
    }
    
    #input_frm #form_input_text{
        align-self: center;
    }
    
    img{
        margin:auto; 
        width: 90%; 
        object-fit: cover; 
        height: 100%
    }
    #divInfo hr , hr{
		width: 90% !important; 
		margin: auto !important;
	}
	#divInfo #mySubmit{
		width: 90%;
	}
}
