(10 intermediate revisions by the same user not shown) | |||
Line 60: | Line 60: | ||
padding-bottom: 80px; | padding-bottom: 80px; | ||
} | } | ||
+ | |||
.section_container{ | .section_container{ | ||
− | width: | + | width:60%; |
+ | min-width: 600px; | ||
+ | max-width: 1100px; | ||
min-height:100%; | min-height:100%; | ||
− | |||
position:relative; | position:relative; | ||
− | + | margin:0px auto; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 74: | Line 73: | ||
background-color: rgba(255,255,255,0.2); | background-color: rgba(255,255,255,0.2); | ||
padding:40px 80px; | padding:40px 80px; | ||
− | text-align: | + | text-align: center; |
border-radius:20px; | border-radius:20px; | ||
position:relative; | position:relative; | ||
Line 86: | Line 85: | ||
} | } | ||
− | |||
− | |||
− | |||
section img{ | section img{ | ||
width:100%; | width:100%; | ||
− | |||
} | } | ||
section h1{ | section h1{ | ||
Line 98: | Line 93: | ||
margin-top: -100px; | margin-top: -100px; | ||
text-align: right; | text-align: right; | ||
+ | } | ||
+ | |||
+ | section h2{ | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | font-size: 22pt; | ||
+ | text-align:left; | ||
} | } | ||
section p, section ul{ | section p, section ul{ | ||
Line 108: | Line 109: | ||
section ul{ | section ul{ | ||
list-style-position: inside; | list-style-position: inside; | ||
+ | } | ||
+ | section ol{ | ||
+ | text-align:justify; | ||
+ | } | ||
+ | section a, section a:visited{ | ||
+ | color:#3377A8; | ||
+ | } | ||
+ | section a:hover{ | ||
+ | color:#235172; | ||
+ | } | ||
+ | video{ | ||
+ | width:100%; | ||
+ | max-width: 800px; | ||
+ | } | ||
+ | figure{ | ||
+ | margin-top:50px; | ||
+ | margin-bottom: 50px; | ||
+ | } | ||
+ | figcaption{ | ||
+ | font-family: "Quicksand", sans-serif; | ||
+ | font-size:14pt; | ||
+ | font-weight: 300; | ||
+ | font-style:italic; | ||
} | } | ||
Latest revision as of 20:29, 1 November 2017