
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fustat:wght@200..800&display=swap');

HTML,BODY {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        background: #FFF;
	overflow-x: hidden;
	/*overflow-y: hidden;*/
}

.bx-copy,.bxs-copy-alt,.bx-copy-alt,.bx-check { font-size: 44px; position:relative;top:2px;}
.bx-copy:hover { cursor: pointer; }

.logo {
	font-family: Barlow;
	font-family: 'Barlow Semi Condensed';
	font-family: 'Barlow Condensed';
	font-weight: bold;
	font-size: 54px;
	color: #444;
	color: #CC0000;
	position: relative;
	text-align: center;
	text-shadow: #FFF 0px 0px 1px;
}

INPUT {
	font-family: 'Barlow Semi Condensed';
	font-weight: normal;
	font-size: 18px;
	color: #CCC;
	display: inline;
	/*
	text-shadow: none;
	border: 1px solid #999;
	*/
	text-align: center;
	height:40px;
}


INPUT.mysubmit {
	font-family: 'Barlow';
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	background: #333;
	display: inline;
	text-shadow: none;
	border: 2px solid #333;
	position: relative;
	cursor: hand;
}

INPUT.mysubmit:hover {
	color: #FFF;
	background: #CC0000;
	border: 2px solid #CC0000;
}

.tagline {
	font-family: 'Barlow';
	font-size: 10px;
	font-weight: 400;
	color: #000;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	opacity:1;
}

#smessage {
	font-family: 'Barlow Semi Condensed';
	font-weight: 400;
	font-size: 22px;
	color: #CC0000;
}


TABLE {
/*
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
*/
}


TD {
        font-family: Century Gothic;
        font-size: 18px;
        font-weight: bold;
        color: #333;
}

H1 {
        font-family: Century Gothic;
        font-size: 28px;
        font-weight: bold;
        color: #333;
}

H2 {
        font-family: Century Gothic;
        font-size: 18px;
        font-weight: bold;
        color: #333;
}

H3 {
        font-family: Century Gothic;
        font-size: 14px;
        font-weight: bold;
        color: #333;
}
.container {
	/*
	width: 875px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -75px;
	text-align: center;
	*/
	position: relative;
	top: -10%;
	background: #FFF;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100vh;
}

.shorturl {
	font-family: 'Barlow Semi Condensed';
	font-weight: 400;
	font-size: 18px;
	color: #333;
	display: inline;
	text-shadow: none;
/*	visibility: hidden; */
	padding-left: 20px;
	padding-right: 20px;
}

#rillrurl { text-decoration: none; position:relative;}

.label {
	font-family: 'Barlow Semi Condensed';
	font-weight: 400;
	font-size: 18px;
	color: #CC0000;
	display: inline;
	text-shadow: none;
}
