/*

   Legacy Craft
   Author: Mark Tate
   Date: 11/26/2019

   Filename:         btn-styles.css
   Supporting Files: none

*/

#header-btns	{
margin-top: 8px
}

#request-btn	{
	width: 55%;
	height: 50px;
	background-color: #00E6E6;
	border: 2px solid #006A6A;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left; 
}

#request-btn p	{
	color: white;
	font-size: 1.500em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#request-btn p:hover	{
	font-size: 1.500em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#request-btn a	{
	text-decoration: none;
}

#request-btn:hover	{
	border: 2px solid #00E6E6;
}


#info-btn	{
	width: 39%;
	height: 50px;
	background-color: white;
	border: 2px solid #006A6A;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-left: 2%
}

#info-btn p	{
	color: black;
	font-size: 1.500em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#info-btn p:hover	{
	color: white;
	font-size: 1.500em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#info-btn a	{
	text-decoration: none;
}

#info-btn:hover	{
	border: 2px solid #00E6E6;
	background-color: #00E6E6
}

#request-btn-mob-960	{
	width: 55%;
	height: 50px;
	background-color: #00E6E6;
	border: 2px solid #006A6A;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left; 
}

#request-btn-mob-960 p	{
	color: white;
	font-size: 1.250em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#request-btn-mob-960 p:hover	{
	font-size: 1.250em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#request-btn-mob-960 a	{
	text-decoration: none;
}

#request-btn-mob-960:hover	{
	border: 2px solid #00E6E6;
}

#request-btn-mob	{
	width: 55%;
	height: 30px;
	background-color: #00E6E6;
	border: 2px solid #006A6A;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left; 
}

#request-btn-mob p	{
	color: white;
	font-size: 0.750em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#request-btn-mob p:hover	{
	font-size: 0.750em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#request-btn-mob a	{
	text-decoration: none;
}

#request-btn-mob:hover	{
	border: 2px solid #00E6E6;
}


#info-btn-mob-960	{
	width: 39%;
	height: 50px;
	background-color: white;
	border: 2px solid #006A6A;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-left: 2%
}

#info-btn-mob-960 p	{
	color: black;
	font-size: 1.250em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#info-btn-mob-960 p:hover	{
	color: white;
	font-size: 1.250em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#info-btn-mob-960 a	{
	text-decoration: none;
}

#info-btn-mob-960:hover	{
	border: 2px solid #00E6E6;
	background-color: #00E6E6
}

#info-btn-mob	{
	width: 39%;
	height: 30px;
	background-color: white;
	border: 2px solid #006A6A;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-left: 2%
}

#info-btn-mob p	{
	color: black;
	font-size: 0.750em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#info-btn-mob p:hover	{
	color: white;
	font-size: 0.750em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#info-btn-mob a	{
	text-decoration: none;
}

#info-btn-mob:hover	{
	border: 2px solid #00E6E6;
	background-color: #00E6E6
}


#call-btn	{
	width: 25%;
	height: 50px;
	border: 2px solid white;
	margin: 2% 37% 7% 38%;
	float: left;
	text-align: center
}

#call-btn p	{
	color: white;
	font-size: 1.500em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#call-btn p:hover	{
	color: white;
	font-size: 1.500em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#call-btn a	{
	text-decoration: none;
}

#call-btn:hover	{
	border: 2px solid #00E6E6;
}


#call-btn-mob	{
	width: 50%;
	height: 50px;
	border: 2px solid white;
	margin: 2% 25% 7% 25%;
	float: left;
	text-align: center
}

#call-btn-mob p	{
	color: white;
	font-size: 1.500em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#call-btn-mob p:hover	{
	color: white;
	font-size: 1.500em; 
	text-align: center;
	font-family: Calibri, Verdana, Arial;
}

#call-btn-mob a	{
	text-decoration: none;
}

#call-btn-mob:hover	{
	border: 2px solid #00E6E6;
}


#tags a	{
text-decoration: none;
color: white;
}

#tags a:hover	{
color: black
}

#links a	{
text-decoration: none;
color: white;
}

#links a:hover	{
color: black
}

#tags-mob a	{
text-decoration: none;
color: white;
}

#tags-mob a:hover	{
color: black
}

#links-mob a	{
text-decoration: none;
color: white;
}

#links-mob a:hover	{
color: black
}
