*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    
}

a{
    color: inherit;
    text-decoration: inherit;
}

body{
    background-color: white;
}

.bgimage{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../Photos/cushionamandira.png');
    background-size: 100% 110%;
    width: 100%;
    height: 60vh;
}

.title h1{
    color: white;
    text-align: center;
    font-weight: 100;
    margin-top: 130px;
}

.title h2{
 color: transparent;
 font-size: 30px;
}

.title{
    margin-top: 0px;
}
.menu{
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    position: auto;
    margin: 0;
    position: fixed;
}

.menu .sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
}

.leftmenu{
    width: 33%;
    line-height: 100px;
    float: left;
}

.leftmenu h4{
    padding-left: 70px;
    font-weight: 300;
    color: ghostwhite;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}

.rightmenu{
    width: 67%;
    height: 100px;
    float: right;
}

.rightmenu ul{
    margin-left: 200px;
}
.rightmenu ul li {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    color: white;
    font-weight: bold;
    line-height: 100px;
    margin-left: 40px;
    text-transform: uppercase;
}

#active{
    color: orange;
    
}

.rightmenu ul li:hover{
    color: orange;
}

h9{
    text-align: justify;
    font-weight: 200;
    color: gray;
}

hr{
    color: gray;
}

.filler{
    color: black;
    margin-top: 0px;
    background-color: white;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 30px;
}

.filler h2{
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    color: gray;
    
}

.filler h8{
    color: transparent;
}

.gmaps{
    text-align: left;
    width: auto
    margin-bottom: 20px;
    
}


input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: white;
  color: firebrick;
  padding: 12px 20px;
  border: 3px solid firebrick;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
    font-weight: bold;
}

input[type=reset] {
    background-color: white;
  color: firebrick;
  padding: 12px 20px;
  border: 3px solid firebrick;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
    font-weight: bold;
}

.buttons{
    text-align: left;
}

.buttons ul li{
    display: inline-block;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: firebrick;
  color: white;
  transition: 0.6s;
}

input[type=reset]:hover {
    background-color: firebrick;
  color: white;
  transition: 0.6s;
}

/* Add a background color and some padding around the form */
.feedbackform {
  border-radius: 5px;
  background-color: beige;
  padding: 20px;
}

/*footer code for css*/
.wrap container{
    width: 80%;
    margin: 0px, auto;
}

.footer{
    clear: both;
    width: 100%;
    min-height: 300px;
    background-color: darkolivegreen;
    
}

.footer .widgets img:hover{
    filter: grayscale(100%);
    transition: 0.3s;
}

    .footer .widget-footer{
        width: 100%;
        min-height: 240px;
}

.footer .widgets{
    width: 20%;
    min-height: 220px;
    padding: 2.5%;    
    float: left;
    margin-right: 50px;
    margin-left: 45px;

}

.footer .widgets h4{
    color: white;
    font-weight: 400;
    border-bottom: 3px solid rgba(255, 255, 255);
    font-size: 18px;
    text-align: center;
}

.footer .widgets h8{
    color: transparent;
    font-size: 9.5px;
}


.footer .widgets h7{
    color: transparent;
    font-size: 18px;
}

.footer .widgets p strong{
    color: whitesmoke;
    
}

.footer .widgets p{
    color: white;
    opacity: 200%;
    font-size: small;
    margin: 8px 0px;
    text-align: justify;
}

.footer .widgets strong{
    color:darkslategray;
}

.footer .subscribe-text{
    width: 100%;
    border: 1px solid rgba(0,128,0,0.23);
    border-radius: 100px;
    height: 25px;
    color: black;
}

.footer .subscribe-btn{
    border: 3px solid rgb(255,255,255);
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 100px;
    margin-top: 2px;
}

.widgets .subscribe-btn:hover{
    cursor: pointer;
    background-color: white;
    color: firebrick;
    transition: 0.6s;
}

.footer .widgets img{
    margin: 5px;
    margin-left: 57px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.footer .main-footer{
    clear:both;
    width: 100%;
    height: 20px;
    background-color: white;
}

.footer .main-footer p{
    text-align: center;
}

.footer .widgets h3{ 
    color: white; 100%;
    font-weight:  400;
    border-bottom: 3px solid rgba(255,255,255);
    font-size: 27px;
    text-align: center;
}