@charset "UTF-8";
/* CSS Document */


*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.menu-bar{
	background-color: white;
}

.nav-link {
	font-size: 16px;
	margin: 3px;
	color: black!important;
	font-weight: 500;
	
}

.navbar-nav{
	text-align: right;
	margin-right: 20px;
}

.menubar .navbar-toggler{
	padding-right: 20px;
	outline: none!important;
	border: none!important;
}

.navbar .fa {
	color: black!important;
	font-size: 30px;
	
}

.nav-link:hover {
	font-weight: 600;
	border-bottom: 1px solid black;
}

.navbar-brand img {
	width: 90px;
	margin-top: 5px;
	margin-left: 20px;
}

@media only screen and (max-width:1000px){
	.nav-link:hover {
		border-bottom: none!important;
	}
}


.container-fluid {
	animation: transitionIn 0.75s;
}

@keyframes transitionIn {
	from {
		opacity: 0;
		transform: rotateX(-10deg);
		
	}
	
	to {
		opacity: 1;
		transform: rotateX(0);
	}
}


h1 {
font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 40px;
	margin: 40px;
}

h2 {
font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 30px;
	padding: 20px;
}

p {
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
	font-size: 13px;
	padding: 27px;
	
}

figcaption {
  display: block;
	font-size: 12px;
	text-align: center;
}

b {
	font-size: 13px;
}

.myintro .john {
	align-items: center;
	margin-top: 65px;
}

.center {
	align-items: center;
	margin-left: 30px;
	margin-top: 30px;
}

.here {
	align-items: center;
	margin-left: 30px;
}


.bold {
	font-size: 17px;
	font-weight: 600px;	
}

.myintro {
	background-color: #F3F3F3;
}

.container {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 2rem 2rem;
}


.heading span {
	display: block;
}


.container.gallery-container {
    background-color: #fff;
    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;
    }
}


.myawards {
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	background-color: #F3F3F3;
	border: solid 1px white;
}

.award {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 15px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#848484;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
