@charset "UTF-8";
/* CSS Document */
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
}

.button {
  	background-color: #ddc488; /* Brown */
  	border: none;
  	color: white;
  	padding: 15px 32px;
  	text-align: center;
	font-family: kandal;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 22px;
  	margin: 4px 2px;
  	cursor: pointer;
}
.button {
	width: 25%;
}
.button:focus {
	outline: none;
}
.button:link,.button:visited {
    background-color: #ddc488;
}
.button:hover,.button:active {
    background-color: #d7b86f;
	}

.gallery {
	}
.gallery img {

	transition: 1s;
	}
.gallery img:hover {
	transform: scale(1.1);
	}

.yellowtext {
    color: #d4b24a;
}

.center {
  	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
}


body {
	margin: 0;
	padding: 0;
	font-family: Kandal;
	}
.text {
	margin-left: 200px;
	margin-right: 200px;
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 30px;
	}

h1 {
	text-align: center;
	font-family: Kandal book;
	margin-top: 50px;
	margin-bottom: 50px;
	}
.logobar {
	margin-bottom: 0px;
	}

#navbar ul{
	list-style: none;
	background-color: #ddc488;
	text-align: center;
	padding: 0;
	margin: 0;
	}
#navbar li{
	display: inline-block;
	}
#navbar {
  	overflow: hidden;
  	background-color: #ddc488;
	width: 100%;
}

#navbar a {
	align-items: center;
  	display: inline-block;
  	color: #ffffff;
  	text-align: center;
  	padding: 14px;
  	text-decoration: none;
  	font-size: 17px;
}

#navbar a:hover {
  	background-color: #cdb477;
  	color: #ffffff;
	transition: 0.4s;
}

#navbar a.active {
  background-color: #d4b24a;
  color: white;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


/* Three image containers */
.row {
	width: 100%;
	 
}
.row::after {
	font-family: kandal;
  	content: "";
  	clear: both;
  	display: table;
}
.column {
  	float: left;
  	width: 29%;
  	padding: 20px;
}


/* Two column containers */


.column1 {
	font-family: kandal;
  	float: left;
  	width: 45%;
  	padding: 20px;
	line-height: 30px;
}

.row1::after {
	font-family: kandal;
  	content: "";
  	clear: both;
  	display: table;
}




.wrapper {
    text-align: center;
}


.myLogo {
	display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 30px;
	margin-bottom: 0;
        }

.user {
   white-space: nowrap;
   display: inline;
   float: right;
   margin-top: 50px;
   margin-right: 30px;
   font-size: large;
        }

 

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        width: 50%;
    }	
.text {
	margin-left: 5px;
}	

}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
 .column {
    width: 100%;
	margin: 0px;
   }
.myLogo {
	margin-bottom: 0px;
	float: right;
	margin-right: 60px;
        }
.user {
   margin-top: 0px;
	white-space: nowrap;
   display: inline;
   float: right;
   margin-right: 75px;
   font-size: large;
	text-align: center;
	
        }

#navbar a {
  float: none;
  display: block;

}
.button
	{
  	width: 70%;
}	
.column1 {
  	width: 100%;
	margin-left: 0px;
}	
.menuimg {
	margin-top: 10px;
}	
.text {
	margin-left: 2px;
	margin-right: 2px;
}	
 *	{
box-sizing: border-box;
}

}








