/* import from google fonts */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Gugi&family=Lato&family=Roboto&family=Sofia&display=swap');

:root {
    --light-gray: #2b3032a1;
    --primary-color: #6cc551;
    --border-color: #4b3b40;
    --text-color: #2a2d34;
    --roboto: "Roboto", sans-serif;
    --gugi: "Gugi", cursive;
    --sofia: "Sofia", curisve;
}

.primary-color {
    color: var(--primamry-color);
}

.bg-primary-color {
    color: var(--primamry-color) !important;
}

.text-color {
    color: var(--text-color);
}

.font-roboto {
    font-family: var(--roboto);
}

.lightgreen {
    color: lightgreen;
}

/* header */
header {
    background-color: var(--primary-color);
    font-family: var(--roboto);
}

header .site-title{
    font-family: var(--gugi);
}
.container .dropdown-toggle, .container .dropdown-item {
    font-size: 0.7em;
}

.header-links a {
    font-size: 0.9em;
    text-decoration: none;
    color: white;
}

/* Navigation */
.navbar-nav {
    padding: 0.8em 0em;
}

.navbar-nav .nav-link{
    font-size: 0.9em;
    color: var(--light-gray) !important;
}

.navbar-nav .nav-item .nav-link {
    padding: 0 1.3em;
}

.navbar-nav .basket-icon {
    margin-right: 6.5rem !important;
}

/* Carousel */
.carousel-inner img {
    width: 70%;
    height: 500px;
}

/* Side Nav Panel */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

/*
    ADDITIONAL DEMO STYLE, NOT IMPORTANT TO MAKE THINGS WORK BUT TO MAKE IT A BIT NICER :)
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: lightgray;
    /*color: #fff;*/
    color: black;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: lightgray;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: var(--primary-color);
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: var(--primary-color);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: var(--primary-color);
}

#tile1 {
  position: absolute;
  top: 200px;
  margin-left: 290px;
}

#tile2 {
  position: absolute;
  top: 200px;
  margin-left: 520px;
}

#tile3 {
  position: absolute;
  top: 200px;
  margin-left: 750px;
}

#tile4 {
  position: absolute;
  top: 200px;
  margin-left: 980px;
}

#tile5 {
  position: absolute;
  top: 200px;
  margin-left: 1210px;
}
