|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- * {
- box-sizing: border-box; }
-
- body {
- margin: .5em; }
-
- nav * {
- list-style: none;
- padding: 0;
- margin: 0; }
-
- html {
- height: 100vh; }
-
- html {
- -webkit-text-size-adjust: 100%; }
-
- html {
- color: #777;
- background: #fff; }
-
- a {
- color: #777; }
-
- a.content_element_box .hover {
- display: none; }
- a.content_element_box:hover .hover {
- display: inline; }
- a.content_element_box:hover .standard {
- display: none; }
- a.content_element_box div.content_element_box {
- display: inline-block;
- position: relative;
- height: 200px;
- margin: 1em; }
- a.content_element_box div.content_element_box .image {
- height: 100%; }
- a.content_element_box div.content_element_box img {
- height: 100%;
- width: auto; }
- a.content_element_box div.content_element_box .caption {
- position: absolute;
- width: 100%;
- bottom: 0;
- right: 0;
- background: rgba(255, 255, 255, 0.8); }
-
- .content_elment_box_body {
- display: none; }
-
- .content_element_devided {
- display: grid;
- grid-template-columns: 50% 50%; }
-
- .featherlight .featherlight-content {
- background: none;
- overflow: visible; }
- .featherlight .featherlight-content .featherlight-close-icon {
- color: #fff;
- background: none;
- top: -10px;
- right: -10px;
- font-size: 1.5em; }
- @media only screen and (max-width: 450px) {
- .featherlight .featherlight-content iframe {
- width: 100%;
- height: 100%; } }
-
- @media only screen and (max-width: 450px) {
- #main-nav {
- display: none; } }
-
- #mobile-nav {
- display: none; }
- @media only screen and (max-width: 450px) {
- #mobile-nav {
- display: block; }
- #mobile-nav a.menu-toggle {
- display: block; } }
- #mobile-nav .the_list {
- display: none; }
- #mobile-nav.open .the_list {
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 99;
- background: rgba(255, 255, 255, 0.9);
- height: 100%;
- width: 100%;
- overflow: scroll; }
- #mobile-nav a.menu-toggle {
- position: fixed;
- top: 0;
- right: 0;
- width: 50px;
- height: 50px;
- z-index: 100;
- cursor: pointer;
- background: rgba(255, 255, 255, 0.9);
- background-image: url("menu-icon.png");
- background-position: top;
- background-size: 100%; }
- #mobile-nav.open a.menu-toggle {
- background-position: bottom; }
-
- html, body {
- height: 100%;
- margin: 0;
- padding: 0; }
-
- /*# sourceMappingURL=style.css.map */
|