@font-face { font-family: Comfortaa; src: url(./fonts/Comfortaa-Regular.ttf); font-weight: normal; } @font-face { font-family: Comfortaa; src: url(./fonts/Comfortaa-Light.ttf); font-weight: lighter; } @font-face { font-family: Comfortaa; src: url(./fonts/Comfortaa-Bold.ttf); font-weight: bold; } #header-bar { height: 10%; width: 100%; background-color: rgb(208, 208, 208); } #header-title { font-size: 25px; } #logo { height: 60px; } #error-code { font-family: Comfortaa; font-size: 200px; color: rgb(208, 208, 208); } #navigation { position: absolute; right: 20px; } #dcimg { width: 300px; } #mainCarousel { height: 500px; background-color: #232323; } .carousel-item { height: 500px; overflow: hidden; vertical-align: middle; } .carousel-img { width: 100%; min-height: 300px; display: inline-block; top: 0%; left: 0%; position: absolute; } .img-vert { display: inline-block; height: 100%; } .error { color: rgb(208, 208, 208); } .big-title { font-family: Comfortaa; font-weight: bold; font-size: 60px; } .l-title { font-family: Comfortaa; font-weight: normal; font-size: 40px; } .m-title { font-family: Comfortaa; font-weight: normal; font-size: 150%; } .nav-sep { position: relative; left: 10px; top: 6px; padding-left: 20px; border-left: 2px solid #232323; height: 30px; } .nav-item { padding: 5px; font-size: 20px; } .nav-item a { color: #232323; text-decoration: none; } .nav-item a:hover { color: rgb(250, 152, 33); text-decoration: none; } .home-content { padding: 20px; width: 100%; max-height: 40px; } .side-img { display: block; position: relative; width: 50%; height: 100%; max-height: 400px; max-width: 400px; } .side-txt { display: block; position: relative; width: 50%; } .text-title { background-color: rgb(208, 208, 208); border-radius: 20px 20px 0px 0px; } .text-content { background-color: rgb(242, 242, 242); border-radius: 0px 0px 20px 20px; } .card-deck { position: relative; padding-top: 20px; } .card { background-color: rgb(208, 208, 208); } .card-header { background-color: rgb(208, 208, 208); } .card-body { background-color: rgb(242, 242, 242); } .rounder { border-radius: 20px !important; } .main { position: relative; top: 10px; } .footer { background-color: rgb(208, 208, 208); position: absolute; height: 70px; width: 100%; bottom: 0px; } .footer-text { position: relative; top: 15px; left: 70px; } .plink { color: rgb(250, 152, 33); } body { background-color: #232323; } @media (max-width: 767px) { .big-title { font-size: 30px; } .side-img { display: none; } .side-txt { position: absolute; top: 10px; left: 50%; transform: translate(-50%, 0%); width: 100%; } #navigation { position: absolute; top: 50px; left: 50%; transform: translate(-50%, 0%); width: 400px } .nav-item { font-size: 19px; } #header-bar { height: 100px; } #header-title { left: 0px; width: 20%; } #logo { position: absolute; left: 50%; transform: translate(-50%, 0%); height: 60px; } .card { align-self: center; width: 80%; } .carousel-img { width: 100%; min-height: 200px; display: inline-block; top: 10px; position: relative; } } .containerCustom { width: 100%; padding-right: 0px; padding-left: 0px; margin-right: 0px; margin-left: 0px; }