*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    
}

a{
    color: inherit;
    text-decoration: inherit;
}


.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;
}

.menu{
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    position: fixed;
    margin: 0;
    z-index: 99;
}

.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: bold;
    color: ghostwhite;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.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;
}

.title h1{
    color: white;
    text-align: center;
    font-weight: 400;
    margin-top: 140px;
}

.title h2{
 color: transparent;
 font-size: 30px;
}

.filler{
    color: transparent;
    margin-top: 0px;
}

#push{
    height: 100px;
    margin-bottom: 700px;
}

.wrap container{
    width: 80%;
    margin: 0px, auto;
}

.footer{
    clear: both;
    width: 100%;
    min-height: 300px;
    background-color: darkolivegreen;
    
}
    .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: 10px;
}

.subscribe-btn:hover{
    cursor: pointer;
    background-color: white;
    color: firebrick;
    transition: 0.6s;
}

.footer .widgets img{
    margin: 5px;
    margin-left: 60px;
    margin-top: 10px;
    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 .widgets img:hover{
    filter: grayscale(100%);
    transition: 0.3s;
}

.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;
}

/*gallery*/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/*gallery*/
.gallery{
    margin-top: 30px;
    margin: 10px 50px;
}

.gallery img{
    transition: 1s;
    padding: 17px;
    height: 250;
    width: 250;
    box-shadow: 40%;

}

.gallery img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
    
}

h5{
    font-size: 35px;
    text-align: center;
    font-weight: 400; 
    margin-top: 20px
}

.content{
    background-color: beige;
}

body{
    background-color: beige;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 20px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 3px solid rgba(178,34,34,1); /* Remove borders */
  outline: ; /* Remove outline */
  background-color: white; /* Set a background color */
  color: firebrick; /* Text color */
  font-weight: 600;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: firebrick;
  border: 3px solid rgba(255,255,255);
  color: white;
}

.internal ul li{
    display: inline-block;
    list-style: none;
    padding: 7px;
    text-transform: uppercase;
    background-color: white;
    color: firebrick;
    font-weight: 600;
    margin-left: 3px;
    border-radius: 8px;
    border: 3px solid firebrick;
    margin-bottom: 30px;
}

.internal ul li:hover{
    background-color: firebrick;
    color: white;
    transition: 0.6s;
}
.internal ul{
    text-align: center;
    margin-bottom: 30px;
}

.internal{
    background-color: white;
}

body{
    background-color: white;
}