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

/*---*/
html {
	 min-height:100%;
	 scroll-behavior: smooth;
}
body {
    font-family: "Rubik", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
 /*   display: flex;*/
    justify-content: center;
	 height:100%;
}

header {
    background-color: #f04e13;
    padding: 10px;
    color: white;
 /*   position: fixed;*/
    top: 0;
    left: 0;
 /*   height: 100%;*/
    width: 160px;
 /*   display: flex;
    flex-direction: column;
    align-items: center;*/
    z-index: 1000;
}

.logo img {
	width:100%;
    max-width: 400px;
}
.bannerimg {
	margin:12px 0px;
height:220px;
background:grey;
width: calc(100% + 35px);
    margin-left: -25px;
border-bottom: 2px solid #f04e13;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



.menu-toggle {
    font-size: 24px;
    cursor: pointer;
    display: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #f04e13;
}

.orangebtn {
	background-color: #f04e13;
	border-color:#f04e13;
	color:white;
}



a {
	color:#f04e13;
}

a:hover {
	color:#f04e13;
}

nav#nav ul li a:hover {
	color:#cccccc;
}

nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

nav ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

nav ul li {
    width: 100%;
}

nav ul li a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 15px;
    font-weight: bold;
}

.container {
	width:100%;
	max-width:1190px;
	min-width: 260px;
	margin:auto;
}

.main-container {
	position:relative;
  /*  margin-left: 250px;
    max-width: 1280px;*/
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
}

.main-content {
    flex: 1;
}

.content {
    padding-top: 20px;
	/*min-height: 400px;*/
	
	
	background-image: url('./img/bgcarcontent.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 500px;
	
}

footer {
    padding: 10px 20px;
    background-color: #eeeeee;
    color: black;
    text-align: center;
    box-sizing: border-box;
	
	overflow: hidden;
	/* background-image: url('./img/bgcar.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;*/
}
@media (min-width: 769px) {
	header {
		display: inline-block;
        height: 100vh;
		min-height: 100%;
        position: absolute;
	}
	
	.bannerimg {
	        width: calc(100% + 75px);
        margin-left: 0px;
	}
	
	.main-content {
		/*display: inline-block;*/

	}
	.content {	
		        display: inline-block;
        width: calc(100% - 265px);
        margin-left: 170px;
		  height: calc(100vh - 134px);  
	}
	footer {
		display: inline-block;
		
		width: calc(100% - 265px);
        margin-left: 260px;
	}
}

  .sub-menu {
    display: none;
    list-style-type: none;
    padding-left: 20px;
  }
  
  .highlighted {
    background-color: #f04e13;
	padding: 5px 8px;
	color:white;
  }


@media (max-width: 768px) {
    .menu-toggle {
       display: inline-block;
        text-align: right;
        width: 100%;
    }

    header {
        position: absolute;
        top: 0;
       /* left: -230px;*/
        transition: left 0.3s ease;
		    height: 100vh;
			background: #f04e13;
			min-height: 100%;
			
			
		width: 240px;
        left: -215px;
			
			
    }

    header.open {
        left: -15px;
    }

    .main-container {
        margin-left: 0;
        padding: 10px 10px 10px 50px;
        max-width: 100%;
    }
	.content {
		/* height: calc(100vh - 110px);*/
	}
}


.with-chevron[aria-expanded='true'] i {
  display: block;
  transform: rotate(180deg) !important;
}

img.icopdf {
    float: left;
    padding-right: 3px;
    margin: 0px;
    margin-top: 3px;
    width: 15px;
}
