@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

body {
	font-family: 'Roboto', sans-serif;
}

main .cover {
	padding-top: 220px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(../img/main-cover.jpg);
}

.main-btn {
	display: inline-block;
	background: #0289cd;
	color: #fff;
	text-transform: uppercase;
	line-height: 52px;
	padding: 0 43px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.main-btn:hover {
	background: #1f91cb;
	color: #fff;
	text-decoration: none;
}

.main-btn.content-btn {
	background: #2c3d51;
}
.main-btn.content-btn:hover {
	background: #354b64;
}

main h1 {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: bolder;
}

main .section {
	padding: 100px 0;
}

header {
	position: absolute;
	left: 0;
    top: 0;
    width: 100%;
    padding-top: 64px;
	color: #858585;
    font-size: 15px;
    font-weight: lighter;
}

.logo {
	font-size: 40px;
	color: #008acc;
	font-weight: 900;
	position: relative;
    top: -3px;
}

.logo a:hover {
	text-decoration: none;
}

.logo span {
	color: #333333;
}

.icon-circle {
	background: #ffffff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	color: #008acc;
	font-size: 20px;
}

header a {
	color: #008acc;
	text-decoration: none;
}

header a:hover {
	color: #008acc;
	text-decoration: underline;
}

a {
	color: #008acc;
	text-decoration: none;
}

a:hover {
	color: #008acc;
	text-decoration: underline;
}

header .phone-number {
	font-weight: bold;
    color: #2f4052;
}

header .icon-circle {
	position: relative;
    top: -1px;
}

header nav.navbar {
	border-bottom: 1px #d4d9dc solid;
	padding: 0 65px;
}

header nav a {
	font-weight: bold;
    color: #2f4052;
    text-decoration: none;
    text-transform: uppercase;
    padding: 22px 0;
    display: inline-block;
}

header nav a:hover, header nav li.current_page_item a {
	text-decoration: none;
	border-bottom: 2px solid #008acc;
	padding-bottom: 20px;
}

header nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content {
	padding: 150px 0;
	font-weight: 300;
}

section h2 {
	text-transform: uppercase;
}

section h2 span {
	color: #008acc;
}

#content section.content-section-1 p {
	font-weight: 300;
}

footer {
	background: #eff8fd;
}

footer .left {
	padding: 70px 0;
}

.title {
	font-size: 40px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
}

.title span {
	color: #008acc;
}

footer .logo {
	font-size: 20px;
}

.list > div {
	padding: 10px 0;
}

.list div > div:first-child {
	padding-right: 10px;
}

/*.list div > div:last-child {
	line-height: 40px;
}*/

section.dealer-letters {
	background: #eff8fd;
	padding: 55px 0;
}

section.dealer-letters img {
	border: 7px #ffffff solid;
}

section.get-consult {
	background: #2c3d51;
	color: #fffeff;
	font-weight: 300;
	padding: 55px 0;
}

main article h1 {
	padding-bottom: 20px;
}

main article h2 {
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 30px;
}

main article h3 {
    font-size: 19px;
    padding-bottom: 10px;
    padding-top: 30px;
}

/* navbar */

nav .menu-toggler {
	display: none;
	    font-size: 30px;
    color: #333333;
}

@media (max-width: 767.98px) {  

    nav.navbar {
		display: block;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    left: 0;
	    text-align: center;
	    border-bottom: none;
	}
	
	nav .menu-toggler {
		display: block;
	}

	ul.navbar-nav {
		display: none !important;
	}

	nav ul.showed {
		display: block !important;
	    background: #ffffffc9;
	    display: block;
    	width: 100%;
	}


}
