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


/*--------------------------------------------------------------
>>> MacLean Web Works:
----------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400,700;
	font-style: normal;
	color: #fff;
	font-size: 1.5vw;
	background-color: #003465;
	line-height: 1.2;
}
h1, h2, h3, h4 {
	font-family: "campus-mn", sans-serif;
  	font-weight: 400;
  	font-style: normal;
    margin: 5px;
    text-align: center;
	letter-spacing: 0.15vw;
}
h1, h2 {
	color: #FFCB18;
}
h1 {
	font-size: 5vw;
}
h2 {
	font-size: 4vw;
}
h3 {
	font-size: 3vw;
}
ul {
	margin-left: 0;
}
a {
	color: #b2d6fe;	
	text-decoration: none;
	transition: color .2s linear;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
}
a:visited {
	color: #b2d6fe;
}
a:hover,
a:focus,
a:active {
    outline: 0;
    color:#fff;
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
	text-decoration: none;
}
a.button {
	font-family: "ltc-caslon-pro", serif;
}
[type="checkbox"],
[type="radio"] {
	border: 0px;
    width: 20px;
    height: 1em;
}
.widget {
	margin: 0;
}
.heading-inline {
	display: inline;
	text-align: center;
}
.site-main {
	padding: 0 5%;
}
#primary img {
	background-image:url(../images/grunge-bgnd-frame.jpg);
    background-size: 100%;
	background-repeat: no-repeat;
}
.entry-header {
    margin: 30px;
}
figcaption.wp-element-caption {
	text-align: center;
}
.entry-footer {
	text-align: center;
}
.site-header {
    width: 100%;
	margin: 0 0 -20px 0;
	padding: 0 5%;
	display: grid;
	grid-template-columns: 15% 65% 25%;
	align-items: center;
}
#logo-container {
	width: 100%;
	margin: 0;
	display: flex;
}
.site-title h1 a {
	font-size: 6vw;
	margin: 0;
	text-align: center;
	color: #ffffff;
}
.site-title p {
	font-size: 1.5vw;
	font-weight: 600;
	padding: 0 10%;
	text-align: center;
	text-transform: uppercase;
}
.site-button {
	margin: 0 0 0 20%;
	color: #000;
	cursor: pointer;
	transition: all .3s ease-in-out;
	border-radius: 10px;
	display: inline!important;
}
.site-button a:hover {
	color: #ffffff!important;
}
.entry-content {
	padding: 0 5%;
}
.hidden-text{
	color: transparent;
}
.no-btm-margin {
    margin-bottom: 0em;
}
/* Home page. */

.home-text {
	padding: 0 5%;
}
.home-text h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2vw;
}
.home-slider {
	width: 45%;
	padding: 20px 0 20px 2%;
	float: right;
	align-items: center!important;
}
.wp-block-themepunch-revslider.revslider {
	border: medium solid #ffcb18
}
.memorium-list {
	margin: 30px 0 0 0;
	padding: 0;
  	column-count: 3;
  	column-gap: 20px;
  	list-style:none;
}
.bwg-title2 {
	color: #fff!important;
}
.bwg_gal_title_0,
.bwg_gal_title_1,
.bwg_gal_title_2 {
	margin: 0 0 20px 0!important;
	color: #fff!important;
	font-family: "campus-mn", sans-serif!important;
	font-weight: 400!important;
	font-size: 3vw!important;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: pointer;
}
.clear-float {
	clear: both;
	border: none;
}
hr.clear-float {
	background-color: transparent;
}
.wp-block-separator{
	clear: both;
}
.site-footer {
    padding: 5px 5%;
	color: #003465;
	background-color: #ffcb18;
}
.site-footer h3 {
	color: #003465;
}
#footer-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
#copyright {
	font-size: 1.5vw;
	text-align: center;
}
#smoothup {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 75px;
	right: 30px;
	text-indent: -9999px;
	display: none;
	background-image: url(../images/top-icon.png);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

/* iPad stlyes */	

		@media only screen and ( max-width: 998px )
{
body,
button,
input,
select,
optgroup,
textarea {
    font-size: 18px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 18px;
}
.alignright {
	width: 50%;
}
.alignleft {
	width: 50%;
}
.entry-content ul, ol {
		margin: 0;
}
.site-header {
	margin: 0;
}
.home-text h3 {
	font-size: 18px;
}
.bwg_gal_title_0,
.bwg_gal_title_1,
.bwg_gal_title_2 {
	font-size: 32px!important;
}
.wpcf7 {
	width: 95%;
	float: none;
}
#copyright {
	font-size: 16px;
}
}
/* iPhone styles */
		
		@media only screen 
    and (max-device-width : 480px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{ 
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1em;
}
.alignleft {
	width: 100%;
	display: block;
	float: none;
}
.alignright {
	width: 100%;
	display: block;
	float: none;
}
.entry-header {
    margin: 0;
}
.site-button {
	margin: 0 0 10px 34px;
	padding: 10px;
}
.site-header {
	display: block;
}
#logo-container {
	width: 40%;
	float: left;
}
.north-campus {
	display: none;
}
.site-title {
	width: 55%;
	margin: 5px 0 0 0;
	float: left;
}
.site-title h1  {
	font-size: 36px;
	margin: 0;
}
.site-title h1 a {
	font-size: 36px;
	margin: 0;
}
.site-title p {
	font-size: 12px;
	margin: 0;
}
.home-slider {
	width: 45%;
	padding: 0 0 0 2%;
	float: right;
	align-items: center!important;
}.home-slider {
	width: 100%;
	padding: 0;
	float: none;
}
.memorium-list {
  	column-count: 1;
}
#footer-nav {
	justify-content: center;
	align-items: flex-start;
	margin-top: 15px;
}
#copyright {
	font-size: 12px;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 100%;
}

}



