*{
	font-family: Calibri;
}

body, ul, li{
	margin: 0;
	padding: 0;
}

.wrapper{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}

.one{
	background-color: #403C39;
	padding: 5px 0;
}

.phone{
	margin: 0;
	font-size: 18px;
	font-style: italic;
	color: #fffff6;
	opacity: 0.3;
	float: left;
}

.phone-img{
	vertical-align: sub;
	padding-left: 15px;
}


.fb{
	margin: 0;
	font-size: 18px;
	font-style: italic;
	color: #fffff6;
	opacity: 0.3;
	float: right;
}

.fb-img{
	vertical-align: sub;
	padding-right: 15px;
}

.two{
	background-image: url(../images/banner3.jpg);
	background-repeat: no-repeat;
	height: 630px;
	background-position: center;
	background-size: cover;
}

.logo{
	margin: 0;
	padding-top: 15px;
	padding-left: 30px;
	float: left;
}

nav{
	float: right;
	padding-right: 20px;
}

nav li{
	list-style-type: none;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

nav li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #510914;
	font-family: Capitolina;
	font-size: 20px;
	font-weight: bold;
}

nav li a.current{
	border-radius: 3px;
	background-color: #510914;
	color: #fffff6;
	padding: 0.1em 0.3em 0.1em 0.3em;
}

nav a:hover {	
				color: #fffff6;
}

header:after{
	display: block;
	content: "";
	clear: both;
}

.white{
	background-color: #fffff6; overflow: hidden;
}

.floor {
	padding: 30px 50px;
    float: left;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.floor:hover{
	-webkit-filter: grayscale(50%);
}

.floor-btn {
	background-color: #510914;
    color: #fffff6;
	font-size: 16px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
	
}

.floor-btn:hover {
	background-color: #403C39;
}

.white h2{
	font-family: Complex;
	color: #510914;
	text-align: center;
	font-weight: bolder;
}

.white hr {
	padding-right: 10%;
	width: 50%;
	border-style: solid;
	border-width: 1px;
	color: #510914;
}

.white h3{
	font-family: Capitolina;
	font-weight: lighter;
	color: #510914;
	text-align: center;
}

.grey{
	background-color: #403C39; overflow: hidden;
}

.grey h2{
	font-family: Complex;
	color: #fffff6;
	text-align: center;
	font-weight: bolder;
}

.grey h3{
	font-family: Capitolina;
	font-weight: lighter;
	color: #fffff6;
	text-align: center;
}

.grey hr {
	padding-left: 10%;
	width: 50%;
	border-style: solid;
	border-width: 1px;
	color: #fffff6;
}

.gallery-img{
	padding: 30px 50px;
	float: right;
}

.gallery-btn {
	background-color: #510914;
    color: #fffff6;
	font-size: 16px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
	
}

.gallery-btn:hover {
	background-color: #CACFC9;
}

.gallery-img {
	padding: 30px 50px;
    float: right;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.gallery-img:hover{
	-webkit-filter: grayscale(50%);
}

.contact {
	padding: 30px 50px;
    float: left;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.contact:hover{
	-webkit-filter: grayscale(50%);
}

.contact-btn {
	background-color: #510914;
    color: #fffff6;
	font-size: 16px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
	
}

.contact-btn:hover {
	background-color: #403C39;
}

.footer {
	clear: both;
	background-color: #403C39;
	line-height: 50px;
	font-style: italic;
	color: #CACFC9;
	text-indent: 15px;
}

.footer a {
	padding-right: 15px;
	font-style: italic;
	color: #CACFC9;
	float: right;
	text-decoration: none;
}

.footer a:hover {
	color: #fffff6;
	opacity: 0.3;
}

/*Gallery page main content*/
/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 23%;
    padding: 1%;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

