/*-------------------------------------
 * customize material design icon sizes 
 *-------------------------------------
 */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

#col-lg {
    margin: 0px
}

.para {
    font-size: 20px;
}

#loginbutton a {
    margin-left: 49%;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    /* margin-right: 2%; */
    border: 4px solid black;
    border-radius: 12px;
    /* padding: 5px; */
    font-weight: bold;
    width: 380px;
    height: 50px;

}

/* side nav bar */
/* < !-- Side navigation --><div class="sidenav"><a href="#">About</a><a href="#">Services</a><a href="#">Clients</a><a href="#">Contact</a></div>< !-- Page content --><div class="main">... </div> */

/* The sidebar menu */
.sidenav {
    height: 100%;
    /* Full-height: remove this if you want "auto" height */
    /* width: 160px; */
    /* Set the width of the sidebar */
    /* position: fixed; */
    /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1;
    /* Stay on top */
    /* top: 0; */
    /* Stay at the top */
    /* left: 0; */
    /* overflow-x: hidden; */
    /* Disable horizontal scroll */
    /* padding-top: 20px; */
}

/* The navigation menu links */
.sidenav a {
    /* padding: 6px 8px 6px 16px; */
    padding: 6px 6px 6px 6px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    text-align: center;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    /* background-color: rgb(195, 200, 217); */
    color: #8256D0;
}

/* Style page content */
.main {
    margin-left: 160px;
    /* Same as the width of the sidebar */
    padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 700px) {
    /* .sidenav {
        padding-top: 15px;
    } */
/* 
    .sidenav a {
        font-size: 18px;
    } */

    .navbar {
        display: none;
    }
}