body { background: url("materializeBackground.png") repeat fixed 100%; background-size: cover; font-family: 'Open Sans',monospace; color: white; overflow-x: hidden; } /*Naivigation Bar Content*/ div.navigationBar nav a { color: white; text-decoration: none; font-size: 14px; } span.logo a:hover { -webkit-transform: scale(1.2); color: greenyellow; text-decoration: none; } /*Navigation Bar Hover*/ div.navigationBar nav ul li a:hover { color: #00e676; } /*Navigation Bar Clicked*/ div.navigationBar nav ul li a:active { color:#00c853; } /*Navigation Bar Line*/ div.line { width:100%; height: 27px; border-bottom: 1px solid white; position: absolute; margin-top: -25px; } ul.sidenav li a { color: white; text-decoration: none; } ul.sidenav li a:hover { color: greenyellow; text-decoration: none; } /*FONT END*/ section.Front-End { background-color: #e0e0e0; font-family: 'Raleway',monospace; margin-top: 500px; width: 100%; height: 440px; color: black; } div.Front-End-inner { padding-top: 20px; text-align: center; } section.Front-End-Stats { background-color: #424242; font-family: 'Raleway',monospace; margin-top: -20px; width: 100%; height: 170px; color: white; } div.Front-End-Stats-inner { padding-top: 1px; text-align: center; } div.Front-End-Stats-inner img { width: 30%; height: 30%; } /*BACK-END*/ .django-parallax { background: url("djangoBackground.jpg") fixed 100%; background-size: cover; color: white; text-align: center; font-family: "Raleway", sans-serif; font-size: 100px; } .django-inner-parallax { padding-top: 10%; padding-bottom: 13%; } section.Back-End { background-color: #e0e0e0; font-family: 'Raleway',monospace; margin-top: -20px; width: 100%; height: 470px; color: black; } div.Back-End-inner { padding-top: 20px; text-align: center; } section.Back-End-Stats { background-color: #424242; font-family: 'Raleway',monospace; margin-top: -20px; width: 100%; height: 170px; color: white; } div.Back-End-Stats-inner { padding-top: 1px; text-align: center; } div.Back-End-Stats-inner img { width: 30%; height: 30%; } /*OTHERS*/ div.row h3 { text-align: center; } div.row { text-align: justify; margin-left: 70px; margin-top: -10px; }