/*---------------------------------*/ /* BASIC */ /*---------------------------------*/ * { box-sizing: border-box; } html { background: url('../images//background.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body { color: black; background: rgba(255, 255, 255, 0.70); -webkit-font-smoothing: antialiased; padding: 0; margin: 0; font-size:100%; line-height:1.5; font-family: "Times New Roman", Times, serif; text-align: left; } a { text-decoration: none; } h1 { font-size: 30px; line-height: 1.8; text-transform: uppercase; font-family: "Oswald", sans-serif; } p { margin-bottom: 20px; } /*---------------------------------*/ /* HEADER */ /*---------------------------------*/ .row { width: 100%; margin: 0 auto; position: relative; padding: 0 2%; } .content { max-width: 940px; width: 100%; margin: 0 auto; padding: 70px 2% 70px; } .stiky-header .row .content {padding: 0;} .dark { /* background:lightgray; */ } .stiky-header { max-height: 70px; position: fixed; z-index: 999; width: 100%; padding-top: 10px; background: none; overflow: hidden; transition: all 0.3s; opacity: 0; padding-bottom: 6px; font-family: "Oswald", sans-serif; background-color: rgba(255, 255, 255, 0.93); opacity: 1; border-bottom: 1px solid silver; font-size: 25px; color: #8f8f8f; text-transform: uppercase; margin-top: 0; line-height: 1; margin-bottom: 10px; } .open-nav { max-height: 400px !important; } .open-nav .mobile-toggle { transform: rotate(-90deg); } .logo { float: left; display: block; } @media only screen and (max-width: 766px) { .logo { float: none; } } nav ul { list-style-type: none; padding-top: 10px; padding-left: 0; margin: 0; text-align: right; } @media only screen and (max-width: 766px) { nav ul { padding-top: 10px; margin-bottom: 22px; float: left; width: 100%; } } nav ul li { display: inline-block; padding-left: 10px; padding-right: 10px; text-transform: uppercase; font-size: 14px; transition: background 1s, color 1s; } @media only screen and (max-width: 766px) { nav ul li { padding: 15px; width: 100%; padding: 7px 0; margin: 0; } } nav ul a { color: black; text-transform: uppercase; border-top: 1px solid transparent; border-bottom: 1px solid transparent; transition: all 500ms linear; } nav ul a.active { border-bottom: 1px solid gray; transition: all 500ms 100ms linear; } .mobile-toggle { display: none; cursor: pointer; font-size: 20px; position: absolute; right: 22px; top: 15px; width: 30px; transition: all 200ms ease-in; } @media only screen and (max-width: 766px) { .mobile-toggle { display: block; } } .mobile-toggle span { width: 30px; height: 4px; margin-bottom: 6px; border-radius: 1000px; background: #8f8f8f; display: block; } .mouse { display: block; margin: 0 auto; width: 26px; height: 46px; background: rgba(255,255,255,0.5); border-radius: 13px; border: 2px solid #ffffff; position: absolute; bottom: 95px; position: absolute; left: 51%; margin-left: -24px; } .mouse span { display: block; margin: 6px auto; width: 2px; height: 2px; border-radius: 4px; background: #ffffff; border: 1px solid transparent; animation-duration: 1s; animation-fill-mode: both; animation-iteration-count: infinite; animation-name: scroll; } .section { max-width: 1000px; width: 100%; margin: 0 auto; padding: 20px 2% 20px; } .row:after { clear: both; } .column-half { float: left; width: 50%; padding: 20px 20px; box-sizing: border-box; } .column-half-forced { float: left; width: 50%; padding: 20px 20px; box-sizing: border-box; } @media only screen and (max-width: 766px) { .row:after { clear: unset; } .column-half { float: unset; width: 100%; padding: 0px 0px; box-sizing: unset; } } .clearfix::after { content: ""; clear: both; display: table; } .navbar { display: block; position: fixed; bottom: 0; width: 100%; z-index: 999; background: none; overflow: hidden; transition: all 0.3s; border-bottom: 1px solid silver; background-color: rgba(255, 255, 255, 0.93); opacity: 1; border-top: 1px solid silver; font-size: 25px; color: #8f8f8f; text-transform: uppercase; } @media only screen and (max-width: 766px) { .navbar { display: none; } } .navbar ul { list-style-type: none; padding-left: 0; margin: 0; text-align: center; } @media only screen and (max-width: 766px) { .navbar ul { padding-top: 10px; margin-bottom: 18px; float: left; width: 100%; } } .navbar ul li { display: inline-block; padding-left: 10px; padding-right: 10px; text-transform: uppercase; font-size: 14px; transition: background 1s, color 1s; } @media only screen and (max-width: 766px) { .navbar ul li { padding: 10px; width: 100%; padding: 5px 0; margin: 0; } } .navbar ul a { color: black; text-transform: uppercase; border-top: 1px solid transparent; border-bottom: 1px solid transparent; transition: all 500ms linear; } .navbar ul a.active { border-bottom: 1px solid gray; transition: all 500ms 100ms linear; } .icon { border-radius: 15px; border: 1px solid gray; }