/* Classes */
.index-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../assets/images/IndexBackground.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.aboutus-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../assets/images/caldiero.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.contactus-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../assets/images/contactBackground.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.carronade-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(../assets/images/CarronadeSplash.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.painting-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(../assets/images/collage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.events-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../assets/images/EventsBackground.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.membership-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../assets/images/MembershipBackground.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.carronadecrew-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../assets/images/CarronadeCrew.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-black {
  background-color: #000 !important;
}

body {
    font-family: 'Lora', serif;
    background-color: black;
    color: white;
}

h1, h2, h3 {
    color: goldenrod;
}
h3 {
    font-family: 'Montserrat', sans-serif;
}

a:hover{
    color: white;
}

/* Menu overrides for Bootstrap */
.menu {
    height: 100px;
    background-color: black;
}
.menu-main {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    height: 100px;
    background-color: black;
}
.menu-brand {
    padding-left: 100px;
    padding-right: 100px;
    height: 100px;
    background-color: black;
}
.dropdown-item {
    color: chocolate !important;
    background-color: black;
}
.dropdown-menu {
    background-color:black;
}
#menu-logo {
    height: 60px;
}

/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}




/* Body overrides for FDWC Styling */
.main-background {
    opacity: 0.3; 
    background-color: black;
}
.main-body-top {
    padding-top: 120px;
    padding-bottom: 40px;
    margin: auto;
    background-position: center top;
    background-color: black;
}
.main-body-top-gr {
    padding-top: 120px;
    padding-bottom: 40px;
    margin: auto;
    background-position: center top;
    background-color: rgb(60, 84, 35);
}
.main-body-mid {
    padding-top: 20px;
    padding-bottom: 40px;
    margin: auto;
    background-position: center top;
    background-color: black;

}
.main-body-mid-gr {
    padding-top: 20px;
    padding-bottom: 40px;
    margin: auto;
    background-position: center top;
    background-color: rgb(60, 84, 35);
}
#main-title {
    font-size: 64px;
    color: goldenrod;
    font-family: 'Lora', serif;
}

blockquote {
    color: goldenrod;
}

.something {
    font-family: 'Montserrat', sans-serif;
}

.col-span-3 {
    column-count: 3;
    column-width: 100px;
    
}

/* Button stuff */
.share-me {
    text-align: center;
    align-items: center;
    float: center;
}
.btnz:before {
    display: block;
    text-align: center;
    padding: 10px;
    border: none;
    text-decoration: none;
    font-size: 30px;
    color: white;
    width: 50px;
}
.btnz:hover {
    color: #efefef;
}
.facebook {
    background-color: #3b5998;
}
.gplus {
    background-color: #dd4b39;
}
.twitter {
    background-color: #55acee;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #5cb85c; /* Set a background color */
    border-color: #4cae4c;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 0px; /* Some padding */
 /*   border-radius: 2px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: black;
}
.map {
    width: 90%;
    height: 400px;
}


/* Timeline for Events Page */
.main-timeline{
    width: 80%;
    margin: 20px auto;
    position: relative;
}
.main-timeline:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,0.2);
    margin: 0 0 0 -1px;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.main-timeline .timeline:after{
    content: "";
    display: block;
	clear: both;
}
.main-timeline .timeline-content{
	width: 40%;
	float: left;
	margin: 5px 0 0 0;
	border-radius: 6px;
}
.main-timeline .date{
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #25303b;
	padding: 5px 0; 
	margin: 0 0 0 -36px;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 12px; 
	font-weight: 900;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
	border: 2px solid rgba(255,255,255,0.2);
	box-shadow: 0 0 0 7px #25303b;
}
.main-timeline .date span{
	display: block;
	text-align: center;
}
.main-timeline .day,
.main-timeline .year{
	font-size: 10px;
}
.main-timeline .month{
	font-size: 18px;
}
.main-timeline .title{
	padding: 15px;
	margin: 0;
	font-size: 20px;
    color: white;
	text-transform: uppercase;
	letter-spacing: -1px;
	border-radius: 6px 6px 0 0;
	position: relative;
}
.main-timeline a:link{
    color: navy;
}

.main-timeline .title:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	right: -5px;
	transform: rotate(-45deg);
}
.main-timeline .description{
	padding: 15px;
	margin: 0;
	font-size: 14px;
	color: black;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.main-timeline .timeline:nth-child(2n+2) .timeline-content{
	float: right;
}
.main-timeline .timeline:nth-child(2n+2) .title:after{
	left: -5px;
}
.main-timeline .timeline:nth-child(1) .title,
.main-timeline .timeline:nth-child(1) .title:after,
.main-timeline .timeline:nth-child(5) .title,
.main-timeline .timeline:nth-child(5) .title:after,
.main-timeline .timeline:nth-child(9) .title,
.main-timeline .timeline:nth-child(9) .title:after,
.main-timeline .timeline:nth-child(13) .title,
.main-timeline .timeline:nth-child(13) .title:after{
	background: #9f84c4;
}
.main-timeline .timeline:nth-child(2) .title,
.main-timeline .timeline:nth-child(2) .title:after,
.main-timeline .timeline:nth-child(6) .title,
.main-timeline .timeline:nth-child(6) .title:after,
.main-timeline .timeline:nth-child(10) .title,
.main-timeline .timeline:nth-child(10) .title:after,
.main-timeline .timeline:nth-child(14) .title,
.main-timeline .timeline:nth-child(14) .title:after{
	background: #02a2dd;
}
.main-timeline .timeline:nth-child(3) .title,
.main-timeline .timeline:nth-child(3) .title:after,
.main-timeline .timeline:nth-child(7) .title,
.main-timeline .timeline:nth-child(7) .title:after,
.main-timeline .timeline:nth-child(11) .title,
.main-timeline .timeline:nth-child(11) .title:after,
.main-timeline .timeline:nth-child(15) .title,
.main-timeline .timeline:nth-child(15) .title:after{
	background: #58b25e;
}
.main-timeline .timeline:nth-child(4) .title,
.main-timeline .timeline:nth-child(4) .title:after,
.main-timeline .timeline:nth-child(8) .title,
.main-timeline .timeline:nth-child(8) .title:after,
.main-timeline .timeline:nth-child(12) .title,
.main-timeline .timeline:nth-child(12) .title:after,
.main-timeline .timeline:nth-child(16) .title,
.main-timeline .timeline:nth-child(16) .title:after{
	background: #eab715;
}
@media only screen and (max-width: 990px){
	.main-timeline{ width: 100%; }
}
@media only screen and (max-width: 767px){
	.main-timeline:before,
	.main-timeline .date{
		left: 6%;
	}
	.main-timeline .timeline-content{
		width: 85%;
		float: right;
	}
	.main-timeline .title:after{
		left: -5px;
	}
}
@media only screen and (max-width: 480px){
	.main-timeline:before,
	.main-timeline .date{
		left: 12%;
	}
	.main-timeline .timeline-content{
		width: 75%;
	}
	.main-timeline .date{
		width: 60px;
		height: 60px;
		margin-left: -30px;
	}
	.main-timeline .month{
		font-size: 14px;
	}
}


li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}

/* Gallery Classes */
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: white;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

