@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@charset "UTF-8";
/* CSS Document */
body{margin:0; margin-bottom: 0; background-color: #ffffff;}

/* Tables */
.header100
{
	width: 100%;
	height: 250px;
	background-color:#363636;
}
.header
{
	width: 1200px;
	height: 250px;
	background-color:none;
	background-image:url(images/header-bg.png);
}
.nav100
{
	width: 100%;
	height: 60px;
	background-color:#262626;
}
.nav
{
	width: 1200px;
	height: 60px;
	background-color:#262626;
}
.autopark-index
{
	width: 1200px;
	height: auto;
	background-color:none;
}
.autopark-index
{
	width: 1200px;
	height: auto;
	background-color:none;
}
.bottom100
{
	width: 100%;
	height: 180px;
	background-color:none;
	border-top: 1px solid #B3B3B3;
}
.bottom
{
	width: 1200px;
	height: 180px;
	background-color:none;
}

/* Fonts */
span.logotype-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 32pt;
	line-height: 34pt;
	font-weight: bold;
	color: #ffffff;
}
span.logotype-small-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 14pt;
	line-height: 22pt;
	font-weight: normal;
	color: #ffffff;
}
span.header-phone-small-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 16pt;
	line-height: 22pt;
	font-weight: normal;
	color: #ffffff;
}
span.header-phone-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 28pt;
	line-height: 32pt;
	font-weight: bold;
	color: #ffffff;
}
span.nav-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 18pt;
	line-height: 22pt;
	font-weight: normal;
	color:#BABABA;
}
span.title-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 28pt;
	line-height: 38pt;
	font-weight: bold;
	color:#000000;
}
span.article-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 18pt;
	line-height: 28pt;
	font-weight: normal;
	color:#565656;
}
span.article-small-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: normal;
	color:#565656;
}
span.bottom-font
{
	font-family: 'Roboto', sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: normal;
	color:#BEBEBE;
}

/* Links */
a.header-phone-link:link{color: #ffffff; text-decoration:none;}
a.header-phone-link:visited{color: #ffffff; text-decoration:none;}
a.header-phone-link:hover{color: #BABABA; text-decoration:none;}
a.header-phone-link:active{color: #BABABA; text-decoration:none;}

a.nav-link:link{color: #BABABA; text-decoration:none;}
a.nav-link:visited{color: #BABABA; text-decoration:none;}
a.nav-link:hover{color: #ffffff; text-decoration:none;}
a.nav-link:active{color: #ffffff; text-decoration:none;}

a.bottom-link:link{color: #BEBEBE; text-decoration:underline;}
a.bottom-link:visited{color: #BEBEBE; text-decoration:underline;}
a.bottom-link:hover{color:#9F9F9F; text-decoration:none;}
a.bottom-link:active{color:#9F9F9F; text-decoration:none;}

