@charset "UTF-8";

.navbar {
	margin-top: 20px;
	margin-bottom: 20px;
}
    .navbar-brand {
	color: #787878 !important;
	font-size: 16px;
	font-weight: 300;
}
        
   .navbar-brand:hover {
	color: #000000 !important;
}     

        
        
        .dropdown {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: 300;
}
.dropdown-toggle:focus {
	outline: none;
}
    .dropdown-menu {
	border: none;
	border-radius: 0px;
	padding-left: 1280px;
	padding-bottom: 100vh;
	padding-right: 25px;
	margin-right: -15px;
	background-color: rgba(255,255,255,0.95);
}
        .dropdown-item:hover {
	background-color: rgba(69,69,69,0.00) !important;
	color: #000000 !important;
                
        }
     


        
.dropdown-item{
	text-align: right;
	padding-right: 0px;
	color: #787878;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.dropdown-divider {
	border-color: #A0A0A0;
}
        

.container {
	max-width: 1470px;
	width: 100%;
}   
        
    .gallery {
	max-width: 1470px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
} 
.gallery p {
	color: #696969;
	text-align: left;
	line-height: 24px;
}
h1 {
	color: #787878;
	font-weight: 300;
	font-size: 14px;
	border-top: thin solid #E3E3E3;
	padding-top: 30px;
	padding-bottom: 30px;
	font-style: normal;
}
h5 {
	color: #787878;
	font-size: 12px;
	margin-top: -20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: 300;
}
h2 {
	color: #787878;
	font-weight: 300;
	font-size: 16px;
	padding-top: 50px;
	padding-bottom: 20px;
	font-style: normal;
}
p {
	text-transform: none;
	letter-spacing: normal;
	color: #888888;
}
.footer h6 {
	font-size: small;
	border-top: thin solid #E3E3E3;
	padding-top: 50px;
	font-weight: 300;
}
         @media (max-width: 1469.98px) {
  .gallery {
    padding-left: 15px;
      padding-right: 15px;
  }
}
        
        
    img {
	margin-bottom: 30px;
	/* [disabled]-webkit-box-shadow: 4px 4px 14px rgba(32,32,32,0.3); */
	/* [disabled]box-shadow: 4px 4px 14px rgba(32,32,32,0.3); */
}
h6 {
	margin-bottom: 30px;
	color: #787878;
	font-size: 12px;
	text-transform: none;
	font-weight: 300;
}
.footer {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 100px;
}
        body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.1em;
	background-color: rgba(237,236,233,0.20);
	font-weight: 300;
        }
a:link {
	color: #787878;
}
a:visited {
	color: #787878;
}
a:active {
	color: #787878;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
