/*
Theme Name: The Boundless Bridge
Theme URI: https://www.theboundlessbridge.com
Description: The Boundless Bridge
Author: Webedelic
Author URI: http://www.webedelic.com
Description: The Boundless Bridge
Version: 1.0
Tags: The Boundless Bridge
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



html, body {
	font-size: 15px;
    font-family: "futura-100", sans-serif;
	color: #4d4d4e;
	height: 100%;
	margin: 0;
  padding: 0;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "futura-100", sans-serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #dbb0b9; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }





.logocenter {
	width: 94%;
	max-width: 550px;
	padding-top:100px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}





.comingsoontext {
	width: 94%;
	max-width: 550px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 24px;
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

}













