-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
99 lines (82 loc) · 4.66 KB
/
style.css
File metadata and controls
99 lines (82 loc) · 4.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
/* Header and Navigation */
.nav-top{height: 60px; background: #0a3057; display: flex; flex-direction: row; flex-wrap: no-wrap; align-items: center;}
.nav-top .nav-brand{padding: 8px 0; display: inline-block; color: white; text-decoration: none; font-size: 20px; line-height: 20px;}
#main_nav .nav-items{display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-end; list-style: none; margin:0; padding: 0;}
#main_nav .nav-items .nav-link{padding: 8px 16px; color: white; cursor: pointer; text-decoration: none;}
#main_nav .nav-items .nav-item:last-child .nav-link{padding-right: 0;}
.banner{position: relative; width: 100vw; height: 18vw; min-height: 300px; max-height: 600px; display: flex; flex-direction: row; flex-wrap: no-wrap; align-items: center; justify-content: center;}
.banner:before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("img/blackboard.jpg"); background-size: cover; background-position: center; z-index: 0;}
.banner:after{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 1;}
.banner .banner-content{position: relative; z-index: 2;}
.banner .banner-content h1{font-size: 48px; color: white; font-weight: bold;}
.banner .banner-content p{text-align: center; color: white; font-size: 20px;}
/* *** HOME PAGE *** */
/* Overview */
.problem-card, .solution-card, .audience-card{border: none; box-shadow: 0 2px 10px #555; padding: 15px;}
.card-title .problem{color: #ff6962;}
.card-title .solution{color: #5fa777;}
.problem-card .card-text, .solution-card .card-text, .audience-card .card-text{font-size: 18px; line-height: 28px;}
/* Tools and Tech */
.tools-technologies{list-style: none; margin: 0; margin-top: 20px; padding: 0; column-count: 2;}
.tools-technologies li{display: inline-block; margin: auto; text-align: center; min-width: 180px; margin-bottom: 25px;}
.tools-technologies li strong{font-size: 20px;}
.tools-technologies .tt-img{width: 120px; height: 120px; margin: 0 auto 8px; padding: 0; display: block;}
/* Team photos */
#meet_the_team .card{height: calc(100% - 30px); margin-bottom: 30px; border: none;}
#meet_the_team .card img{margin-top: 15px; border-radius: 50%;}
/* Rules and Covenants */
.card.rules-card{background: #0a3057; padding: 15px;}
.card.rules-card *{color: white;}
.team-rules li{margin-bottom: 8px;}
/* Schedule */
.schedule-wrapper{
background: #dcebfb;
padding: 15px;
border-radius: 4px;
display: block;
margin: auto;
width: 100%;
box-shadow: 0 2px 7px #aaa;
}
/* General Typography */
*:not(i){font-family: 'Nunito Sans', sans-serif;}
h2{font-size: 36px; line-height: 42px; font-weight: bold;}
header,section{margin-bottom: 60px;}
/* *** END HOME PAGE *** */
/* *** CONTEXTUAL INQUIRY *** */
.card.questions-card{background: #0a3057; padding: 15px;}
.card.questions-card *{color: white;}
.ci-questions li{margin-bottom: 8px;}
#ci-intro p, #interview-summary p{font-size: 18px; line-height: 22px;}
/* *** END CONTEXTUAL INQUIRY *** */
/* *** PERSONAS *** */
.persona-heading{margin-bottom: 40px;}
.persona{border: 1px solid #DFDFDF; box-shadow: 0px 4px 10px #555; padding: 60px 15px;}
.persona .imgCol .persona-pic{max-width: 240px; width: 100%; height: auto; display: block; margin: auto;}
.persona .persona-title{font-weight: bold;}
.persona .persona-subtitle{font-style: italic;}
.persona h4{color: #1170D2;}
.persona .infoCol p{margin-bottom: 30px;}
/* .persona.primary h3{color: #EEF0F7;} */
/* .persona.alternate h3{color: #FCFAF5;} */
/* .persona.anti h3{color: #FCF0EE;} */
/* *** END PERSONAS *** */
/* *** BEGIN HIFI *** */
#hifi h4{font-weight: bold;}
.bold-ol{counter-reset: item; list-style-position: outside;}
.bold-ol li {display: block; padding-top: 8px;}
.bold-ol li:before {content: counter(item) ". "; counter-increment: item; font-weight: bold; margin-left: -20px;}
#anchor_nav p{margin-bottom: 0; font-weight: bold;}
#anchor_nav .anchor-inner{background: #eef0f7; padding: 15px;}
#anchor_nav nav ul{list-style: none; padding: 0; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
#hifi header, #anchor_nav{margin-bottom: 30px;}
#transcript_toggle{background: #0a3057; color: white; padding: 5px 10px; margin: 10px 0; border: 1px solid #0a3057; transition: all 300ms ease;}
#transcript_toggle:hover, #transcript_toggle:focus{background: transparent; color: #0a3057;}
#transcript_dropdown{padding: 15px; background: #dcebfb;}
@media(max-width: 991px){
#anchor_nav nav ul{justify-content: start;}
#anchor_nav nav ul li{width: 50%; padding-top: 5px; padding-bottom: 5px;}
}
@media(max-width: 359px){
#anchor_nav nav ul li{width: 100%;}
}