.containers{ padding:17px; } .row{ margin-right: 0px; margin-left: 0px; } hr{ height: 1px; background-image: linear-gradient(to right, rgba(12, 169, 0, 0.5) 60%, rgba(255,255,255,0) 0%); background-position: bottom; background-size: 6px 1px; background-repeat: repeat-x; border: none; margin-left:0; } .imagebox{ width:100%; } body p{ font-size: 0.8rem; font-weight: 400; color: #27888b; font-family: Courier, "Courier New", monospace, Courier, Icons /*!System*/; font-style: normal; line-height: 1.3; } a{ border-bottom: 1px solid rgba(12, 169, 0, 0.35); text-decoration: none; color: #0ca900; } a:hover{ text-decoration: none; color: #0ca900; background: #99AAF4; } .projecttitle a{ font-size: 0.9rem; font-weight: 400; font-style: normal; line-height: 1.3; font-family: Courier, "Courier New", monospace, Courier, Icons /*!System*/; color: #0ca900; padding-bottom: 0em; padding-top: none; text-decoration: none; border-bottom: 1px solid rgba(12, 169, 0, 0.35); } @media (min-device-width: 768px) { .sidenav { height: 100%; /* Full-height: remove this if you want "auto" height */ width: 200px; /* 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 */ right: 0; background-color: transparent; overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 20px; text-align: left; } } .sidenav>p{ font-size:0.7rem; } .overlay { position: absolute; top: 0; bottom: 0; left:0; right: 0; width:100%; opacity:0; transition: .5s ease; background-color:#fff; } .overlaybox:hover .overlay { opacity: 0.4; } .pageheading{ font-size:1rem; } .pageheading a:hover { background-color: #99AAF4 !important; }