@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap'); * { margin: 0px; padding: 0px; box-sizing: border-box; } body { overflow-x: hidden; font-family: 'Lato', sans-serif; color: #505962; } .navbar { text-transform: uppercase; font-weight: 700; font-size: 0.9rem; letter-spacing: .1rem; background-color: rgba(0, 0, 0, 0.6)!important; } .navbar-brand img { height: 2rem; } .navbar-nav li { padding-right: 0.7rem; } .navbar-dark .navbar-nav .nav-link { color: white; padding-top: 0.8rem; } .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover { color: #1ebba3; } #bimg { width: 100%; height: 100%; object-fit: cover; } .home-inner { position: relative; } .section { position: absolute; top: 10px; left: 10px; width: 98.5%; height: 70%; background-color: transparent; } .container { width: 80%; display: flex; margin: auto; padding-top: 100px; } .content-section { float: left; width: 55%; } .image-section { float: right; width: 40%; } .image-section img { width: 100%; height: auto; margin-left: 20px; } .title h1 { text-transform: uppercase; font-weight: bold; color: white; } .content p { font-weight: bold; color: white; }