/* General Styling */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Poppins, quicksand, sans-serif, Arial; line-height: 1.4; color: #fff; overflow-x: hidden; } ul { padding-left: 20px; } h5 { margin-top: 5rem; margin-bottom: 3rem; font-size: 1.8rem; text-align: center; } /* utility */ .container { max-width: 1100px; margin: auto; } .text-primary { color: #f4d529; } .text-secondary { color: #B98D1B } .note { text-align: center; font-size: 0.9rem; } /* navbar */ #navbar { display: flex; justify-content: space-between; background: #252A37; color: #fff; padding: 1.5rem 8rem; position: sticky; top: 0; z-index: 1; border-bottom: 3px solid #ffffff; } #navbar ul { display: flex; align-items: left; list-style: none; } #navbar h2 a{ color: #fff; text-decoration: none; } #navbar li a { text-decoration: none; color: #fff; padding: 1rem; font-size: 1.3rem; margin: 0 0.5rem; border-radius: 5px; transition: background-color 0.3s; } #navbar li a:hover { background-color: #B98D1B; } /* Showcase Area */ #showcase { background: url(../img/office.jpg) no-repeat center center/cover; height: 91.0vh; } .showcase-content { display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; position: absolute; top: 81px; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.6); color: #fff; } .showcase-content h1 { font-size: 4rem; margin-bottom: 2rem; } .showcase-content .btn, .project-idea-content .btn { font-size: 1.5rem; padding: 1rem 10rem; transition: color 0.3s, background 0.3s; } .showcase-content .btn:hover, .jobs-content .btn:hover, .project-idea-content .btn:hover { background: #B98D1B; color: #fff; } .btn { color: #B98D1B; text-decoration: none; display: inline-block; padding: 1rem 2rem; border: 1px solid #B98D1B; border-radius: 10px; font-weight: bold; } /* Section: About- Team profile */ /* about taylor */ #about-taylor { padding: 5rem 0; background-color: #101319; } #about-taylor h2 { text-align: center; font-size: 3rem; margin-bottom: 3rem; } #about-taylor h3 { font-size: 2rem; margin-bottom: 1rem; } #about-taylor h4, #about-emmet h4, #about-saajid h4, #about-sam h4 { font-size: 1.6rem; margin-bottom: 1rem; } #about-taylor p.lead { margin-bottom: 1rem; } #about-taylor .about-content-taylor { display: flex; } #about-taylor .about-text-taylor, #about-taylor .about-taylor{ flex: 1; } #about-taylor .about-text-taylor { text-align: justify; } #about-taylor .about-taylor img{ display: block; margin-left: 50px; width: 375px; border-radius: 60%; margin-top: 60px; border: 3px solid #fff; } /* Section: About- Emmet and sam */ #about-emmet, #about-sam { padding: 5rem 0; background-color: #fff; color: #101319; weight: 200; } #about-emmet h2, #about-sam h2 { text-align: center; font-size: 3rem; margin-bottom: 3rem; } #about-emmet h3, #about-sam h3 { font-size: 2rem; margin-bottom: 1rem; } #about-emmet p.lead, #about-sam p.lead { margin-bottom: 1rem; } #about-emmet .about-content-emmet, #about-sam .about-content-sam { display: flex; } #about-emmet .about-text-emmet, #about-emmet .about-emmet, #about-sam .about-text-sam, #about-sam .about-sam { flex: 1; } #about-emmet .about-text-emmet, #about-sam .about-text-sam { text-align: justify; } #about-emmet .about-emmet img, #about-sam .about-sam img { display: block; margin-left: 50px; width: 375px; border-radius: 60%; margin-top: 60px; border: 4px solid #101319; } /* about Saajid */ #about-saajid { padding: 5rem 0; background-color: #101319; } #about-saajid h2 { text-align: center; font-size: 3rem; margin-bottom: 3rem; } #about-saajid h3 { font-size: 2rem; margin-bottom: 1rem; } #about-saajid p.lead { margin-bottom: 1rem; } #about-saajid .about-content-saajid { display: flex; } #about-saajid .about-text-saajid, #about-saajid .about-saajid{ flex: 1; } #about-saajid .about-text-saajid { text-align: justify; } #about-saajid .about-saajid img{ display: block; margin-left: 50px; width: 375px; border-radius: 60%; margin-top: 60px; border: 3px solid #fff; } /* jobs header */ #jobs { background: url(../img/office.jpg) no-repeat center center/cover; height: 95vh; } #jobs .jobs-content { display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; top: 81px; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.6); height: 95.0vh; color: #fff; } .jobs-content .btn { font-size: 1.5rem; transition: color 0.3s, background 0.3s; width: 200px; text-align: center; } .jobs-content h1 { font-size: 4rem; margin-bottom: 1.5rem; } /* jobs-taylor and jobs-Saajid */ #job-taylor, #job-saajid { padding: 2rem 0; background-color: #101319; } #job-taylor h1, #job-saajid h1, #job-discussion h1 { text-align: center; font-size: 3rem; padding: 1.5rem 0; } #job-taylor h2, #job-saajid h2, #job-discussion h2 { margin-top: 1.7rem; margin-bottom: 1.1rem; } #job-taylor h3, #job-saajid h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 0.5rem; margin-top: 0.5rem; } /* Jobs-Emmet */ #job-emmet, #job-sam { padding: 2rem 0; color: #101319; } #job-emmet h1, #job-sam h1 { text-align: center; font-size: 3rem; padding: 1.5rem 0; } #job-emmet h2, #job-sam h2 { margin-top: 1.7rem; margin-bottom: 0.7rem; } #job-emmet h3, #job-sam h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 0.5rem; margin-top: 0.5rem; } #job-emmet h5, #job-sam h5 { color: #101319 } #job-emmet-content, #job-sam-content { background-color: #cecece; } /* Job Discussion Styling */ #job-discussion { background-color: #101319; } table { border-spacing: 50px; } th { text-align: left; } #jobs { background: url(../img/office.jpg) no-repeat center center/cover; height: 95vh; } /* tools header */ #tools { background: url(../img/office.jpg) no-repeat center center/cover; height: 95vh; } #tools .tools-content { display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; top: 81px; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.6); height: 95.0vh; color: #fff; } .tools-content h1 { font-size: 4rem; margin-bottom: 1.5rem; } #tools-discussion { background-color: #101319; } #tools-discussion h2 { font-size: 1.2rem; text-align: center; padding-top: 3rem; padding-bottom: 1.5rem; font-weight: normal; } #tools-discussion h3 { font-size: 1.1rem; font-weight: 550; padding-bottom: 0; margin-bottom: 0.3rem; } #tools-discussion li { padding-bottom: 1rem; } /* Project Idea Showcase */ #project-idea { background: url(../img/office.jpg) no-repeat center center/cover; height: 95vh; } #project-idea .project-idea-content { display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; top: 81px; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.6); height: 95.0vh; color: #fff; } .project-idea-content h1 { font-size: 4rem; margin-bottom: 1.5rem; } /* CSS Used specifically for Project Idea */ #project-showcase { background: url(../img/parkd.png) no-repeat center center/cover; height: 90.7vh; } .project-showcase-content { display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; position: absolute; top: 81px; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.9); height: 91vh; color: #fff; } .project-showcase-content h1 { font-size: 4rem; margin-bottom: 2rem; } .project-showcase-content h2 { font-size: 2.5rem; padding: 3rem; color: #f4d529; } .light { padding: 2rem 0; color: #101319; font-weight: 500; } .light h1 { font-size: 4rem; text-align: center; padding-bottom: 5rem; } .light h2 { font-size: 3rem; text-align: center; padding-bottom: 3rem; } .dark { padding: 2rem 0; color: #ffffff; } .dark h2 { font-size: 3rem; text-align: center; padding-bottom: 3rem; } .dark h3 { font-size: 1.5rem; text-align: left; padding-top: 2rem; padding-bottom: 1.2rem; } .light h3 { font-size: 1.5rem; text-align: left; padding-top: 2rem; padding-bottom: 1.2rem; } #introduction, #overview #aim, #timeframe, #tools, #roles, #tools-technologies, #skills-jobs1, #skills-jobs3, #skills-jobs5, #taylor-reflection, #saajid-reflection, #group-reflection { background-color: #ffffff; min-height: 50vh; } #motivation, #landscape, #plans-progress, #scope-limits, #testing, #risks, #skills-jobs2, #skills-jobs4, #emmet-reflection, #sam-reflection{ background-color: #101319; min-height: 50vh; } .flow img, .pie-chart img, .certificate img, img { display: block; margin-left: auto; margin-right: auto; border: 3px solid #fff; } .calendar-timeline img { display: block; margin-left: auto; margin-right: auto; border: 3px solid #fff; height: 450px; width: 800px; } iframe { margin-left: auto; margin-right: auto; display: block; text-align: center; } .roles-image p { text-align: center; } .product-goals img { height: 75%; width: 75%; } .functions-objectives img { height: 62%; width: 62%; }