h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.pageTitle {
    font-size: 42.8px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
    color: rgb( var(--theme-text_dark) );
}


#btflogo {
	width: 20%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 5%;
	min-width: 300px;
}

/* body {
	background-image: url("background.jpg");
} */

#landingPageLinks {
	margin: 0;
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.6;
	border-radius: 25px;
	background-color: black;
}

.linkImage{
	opacity: 1;
}

body
{
    margin: 0;
    padding: 0;
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    color:white;
	/* overflow:hidden; */
	font-weight: bold;
}

.linkImage {
	width: 100px;
	
}

img:hover {
	position:relative;
	top:1px;
}

figure {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 40px;
	margin-right: 40px;
  }

.page-bg {
	background: url('background.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
  
@media only screen and (min-width: 2560px) {
    #landingPageLinks {
        display: inline-block;
        margin-top: 10%;
        text-align: center;
        margin: auto;
        position: absolute;
        left: calc(0.25 * 100vh);
        /* border: 3px solid #73AD21;  */
        padding: 10px;
        margin-left: 25vh;
        margin-right: 30vh;
        background-color: black;
        opacity: 0.6;
        border-radius: 25px;
    }
}    
