﻿/* 	
Peak Training custom styles
bootstrap v4.4.1
bootswatch darkly theme
April 6, 2020
**********************
*/
@import url('https://fonts.googleapis.com/css?family=Cedarville+Cursive');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/* navbar */
#peak-brand {
	font-family: 'Poiret One', cursive;
	letter-spacing: 0.1em;
}
/* dropdown navigation */
/*	core and titles */
#main {
	padding-top:70px;
}
#peak-title {
	font-family: 'Poiret One', cursive;
	letter-spacing: 0.4em;
	text-align:center;
	color: #ff1280;
	font-weight: 700;
	width: 100%;
	padding:20px 0 0 15px;
	position:relative;
}
#peak-subtitle {
	font-family: 'Poiret One', cursive;
	font-style: normal;
	color: white;
	letter-spacing: 0.4em;
	font-weight: 700;
}
.local-font {
	font-family: 'Cedarville Cursive', cursive;
}
@media (max-width: 480px) {
	#peak-title {
	font-size: 40px;
	letter-spacing: 0.2em;
	}
	#peak-subtitle {
	font-size: 28px;
	letter-spacing: 0.2em;
	}
}
/* home page */
#cover-pic {
	min-height: 433px;
	background:url('../img/pics/bannerphoto_2019.jpg') no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	padding: 0;
}

/* photos and publications gallery.php */
@media only screen and (min-width: 576px) {
	#photo-gallery.card-columns {
		column-count: 2;
	}
}
@media only screen and (min-width: 992px) {
	#photo-gallery.card-columns {
		column-count: 4;
	}
}
/* scroll to top */
.scrollToTop{
	padding:10px; 
	text-decoration: none;
	position:fixed;
	right:5px;
	bottom: 10px;
	display:none;
	opacity: 0.6;
	filter:Alpha(opacity=60)
}
.scrollToTop:hover{
	text-decoration:none;
}
@media (max-width: 767px) {
	.scrollToTop img {
		width: 48px; height: auto;
	}
}
