﻿.logobar {
	background-image: linear-gradient(to right, white , #262626);
}

.tittle-font {
	font-family: Playfair Display, Arial, serif;
}

.font-size-18 {
	 font-size: 18px;
}

.font-size-24 {
	 font-size: 24px;
}

.font-size-36 {
	 font-size: 36px;
}

#center-row h3 {
	font-family: Playfair Display, Arial, serif;
	font-size: 24px;
}

#center-row p {
	font-family: Playfair Display, Arial, serif;
	font-size: 18px;
}

#center-row img {
	height: 50px;
}

.photo-col h3 {
	font-family: Playfair Display, Arial, serif;
	font-size: 18px;
	margin-top: 10px;
}

.row-spacer {
	margin-top: 80px;
}

.row-spacer-small {
	margin-top: 40px;
}

.row-pad-top {
	padding-top: 40px;
}

.logo-big {
	display: block;
}

.logo-small {
	display: none;
}

.no-padding {
	padding: 0;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    background-color: green !important;
    color: white !important;
}

.resize-me {
  border: none;
  margin: 0 auto;
}
.resize-me:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media (max-width: 768px) {

.logo-big {
	display: none;
}

.logo-small {
	display: block;
	width: 40px;
}

.row-spacer-mobile {
	margin-top: 40px;
}

}

