@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
	
	font-family: 'Roboto', sans-serif;

	font-weight: 300;
	background-color: #fdfdfd;		
	color: #000;
	margin: 0px;
	padding: 0px;

	}
strong { 
		font-family: 'Roboto', sans-serif;
		font-size: 12px; 
		font-weight: bold;
	color:#cf95b5;
		 
		
}
span{
	font-family: 'Roboto', sans-serif;
		font-size: 14px; 
		font-weight: bold;
	color:#000;
}
p{
font-family: 'Roboto', sans-serif;
		font-size: 12px; 
		font-weight:normal;
	color:#000;	
}
table{
	border:none;
}
table tr td{
	padding: 5px;
}

.top{
	width:100%;
	border-top: #cf95b5 solid 21px;
	
	margin: 0 0 0;
}
.top h3{
	font-size:40px;
	color:#cf95b5;
}
/*.menu ul li{
	list-style:none;
	float:left;
	padding:20px;
	text-decoration:none;
	
}
.menu li{
	font-size: 18px;
    color: black;
	font-family: 'Roboto', sans-serif;


}
.menu li a{
	color:	#000;
	
}*/
.menu{
	width: 100%;
	float:left;
}
.menu .navbar-default{
	background: none;
	border: none;
	margin-bottom: 0px;
	border-radius: 0px; 
	min-height: auto;
}
.menu .nav.navbar-nav li{
    padding:20px;
}
.menu .nav.navbar-nav li a{
	color:	#000;
	font-size: 18px;
    display: block;
	font-family: 'Roboto', sans-serif;
}


.menu .nav.navbar-nav li.active a, 
.menu .nav.navbar-nav li a:hover, 
.menu .nav.navbar-nav li a:focus{color:#cf95b5; background-color:inherit; text-decoration:none;}

.bg{
	width:100%;
	height:auto;
	padding-left: 10px;
	background-size:cover;
}
.footer{
	background:#cf95b5;
	
	height: 50px;
}

.fl_left{
	float:left;
	color:#fff;
}
.about_text p{
	text-align: justify;
}
.contact{
	text-align: left;
	
    padding-top: 60px;

}
.gallery img{
	border:5px solid #cf95b5;
}
.gallery p{
	font-family: 'Roboto', sans-serif;
		font-size: 12px; 
		font-weight:bold;
	color:#cf95b5;	
	
}


.container.gallery-container {
    
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}
.card p{
	font-family: 'Roboto', sans-serif;
		font-size: 12px; 
		font-weight:bold;
	color:#cf95b5;	
	text-align: left;
	
}
.text{
    color:#cf95b5;
  /*  padding-top:240px;*/
    font-size:12px;
    font-weight: normal;
    	font-family: 'Roboto', sans-serif;
    	    position: absolute;
    bottom: 16px;
    right: -106px;
}

.sub_hdr{
	padding-left: 10px;
}
#layout {
    width: 1000px;
    margin: 0 auto;
    background: #fdfdfc;
}
#gallery-wrap {
    float: left;
    width: 976px;
    margin: 20px 0 0 22px;
}
ul.gallery li {
    list-style: none;
    float: left;
    margin: 40px 20px 0 0;
}
ul.gallery li p {
    color: #b4393c;
    font-size: 10px;
}
ul.gallery li img {
    border: #b4393c solid 3px;
}
ul.gallery li p {
    color: #b4393c;
    font-size: 10px;
}











