/*!
 * FileMaker WebDirect Custom Homepage by Harlow Technologies Inc.
 * http://www.harlowtech.com/
 *
 * Copyright (c) 2016-2020 Harlow Technologies Inc.
 * Released under the MIT license
 * https://github.com/bharlow/fm-webdirect-custom/blob/master/LICENSE.txt
 *
 * FileMaker is a trademark of FileMaker, Inc., registered in the U.S.and other countries. FileMaker WebDirect is a trademark of FileMaker, Inc.
 * Bower: Browser Detection (https://github.com/lancedikson/bowser) is licensed under the MIT license.
 *
 * Date: 2020-07-11 10:00 PST
 * Version: 2.6
 */

/* Base Styles */
body { 
	font-family: sans-serif;
    background: rgb(3, 3, 3);
    color: #fff;
}
td {
	text-align:center;
}
a.button {
	display:block;
	margin: 0 auto;
	width: 130px;
	padding: 10px 0;
	line-height: 1;
	background: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
a.button:hover{
	background: #8f8f8f;
}

/* Browser Check */
#browserInvalid,
#browserValid { 
	display:none; 
}
.browserInvalid p { text-align:center; }
.browserInvalid div { text-align: left; margin: 0px auto; display: inline-block; }
.browserInvalid div ul { text-align:left; }

a { color: unset; }
a:hover { color: unset; text-decoration: none; }
.bg-custom { background-color: #030303!important; }
.main-container { min-height: 100%; min-height: 100vh; display: flex; align-items: center; }
.cursor-pointer { cursor: pointer; }
.button-container { display: block; text-align: center; background-color: #121212; border: 1px solid #1f1f1f; border-radius: 20px; }
.button-container .img-container { background-color: #0f0f0f; padding: 30px 0; border-top-left-radius: 22px; border-top-right-radius: 22px; }
.button-container img { width: 150px; height: 150px; }
.button-container .title { font-weight: bold; margin: 0; padding: 30px 0; }