@font-face { font-family: 'OpenSans'; src: url('https://simcom.net/fonts/OpenSans-Light.ttf') format('truetype'), url('https://simcom.net/fonts/OpenSans-Light.woff2') format('woff2'); } .buttonpopupfont { font-family: 'OpenSans', sans-serif; font-weight: 100; font-size: 1.1em; } #sesnum { width: 100px; border-radius: 10px; height: 24px; color: white; background: #999; width: 100px; text-align: center; margin-right:0; } h6 { margin: 0px; transition: 1s ease-in-out; } h5 { margin: 0px; transition: 1s ease-in-out; font-size: .8em; letter-spacing: .2em; text-shadow: 0px 0px 2px #aaaaaa; } body { background-image: url("https://simcom.net/images/simcom_splash.jpg"); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; height: 100%; } html { height: 100%; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; /* <-- Apparently some margin are still there even though it's hidden */ } input[type=number] { -moz-appearance:textfield; /* Firefox */ } .session_button{ display:inline-block; height:24px; padding:0.1em 0.2em; border:0.1em solid #FFFFFF; margin:0 0.3em 0.3em 0; border-radius:10px; box-sizing: border-box; text-decoration:none; font-family:'Roboto',sans-serif; font-weight:300; color:#FFFFFF; text-align:center; transition: all 0.2s; } .session_button:hover{ color:#000000; background-color:#FFFFFF; } .scroll { height: 26px; width: 300px; overflow: hidden; position: relative; } .scroll h3 { white-space: nowrap; font-size: 1em; color: white; position: absolute; width: 100%; height: 100%; margin: 0; line-height: 24px; /* Starting position */ -moz-transform:translateX(100%); -webkit-transform:translateX(100%); transform:translateX(100%); /* Apply animation to this element */ -moz-animation: scroll 30s linear infinite; -webkit-animation: scroll 30s linear infinite; animation: scroll 30s linear infinite; } #header { display: inline-block; position: fixed; left: 0; top: 0; height: 26px; padding: 0px; width: 100%; background-color: black; color: white; font-size: 1em; z-index: 100; } #footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: black; color: white; text-align: center; font-size: 1em; } #zohoarea { display: inline-block; position: absolute; top: 0; right: 0%; width: 250px; } #zohoarea li { display: inline; float: right; } #iparea { background: #000; justify-content: left; } #phonearea { margin: 0; width: 700px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #offCanvas { background-color: black; color: white; font-size: 1.2em; text-align: center; } #offCanvas a:link { color: white; } /* BUTTON STUFF HERE */ .button_container { margin: 0px; width: 100%; position: absolute; top: 60%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } .simcom_button { width: 180px; height: 60px; cursor: pointer; background: rgba(0,0,0,.8); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border: 1px solid #aaaaaa; outline: 0px; transition: 1s ease-in-out; margin: 20px; color: white; text-shadow: 0px 0px 6px #000000; } .simcom_button svg { display: inline-block; position: inline; left: 0; top: 0; fill: none; stroke: #fff; stroke-dasharray: 150 480; stroke-dashoffset: 150; transition: 1s ease-in-out; } .simcom_button:hover { transition: 500ms ease-in-out; background: rgba(0,0,0,.3); text-shadow: 0px 0px 6px #ffffff; } .simcom_button:hover svg { transition: 600ms ease-in-out; stroke-dashoffset: -480; } .simcom_button:hover span { transition: 500ms ease-in-out; letter-spacing: .3em; font-size: 1.0em; color: white; } .simcom_button span { display: inline-block; font-family: "Lato", sans-serif; font-smooth: always 2em; font-weight: 100; font-size: 1.0em; letter-spacing: .5em; align: center; transition: 1s ease-in-out; transform: translate(0px,-40px) ; } .simcom_button img { vertical-align: middle; transform: translateY(-12px); } .phoneicon { position: relative; top: 30px; display: none; } .reveal { position: fixed; transition: 1s ease-in-out; background: rgba(0,0,0,.6); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); color: white; border-radius: 10px; width: 90%; top: 30px; height: 80%; } .reveal h1 { font-family: "Leto", sans-serif; font-size: 1.3em; top: 30px; } .lead { font-family: "Quicksand", sans-serif; font-size: 1.3em; top: 30px; margin-bottom: -5px; } #highlight { color: gold; } #animateservices { top: 35px; height: 80%; } #animatecontacts { position: fixed; color: black; background: rgba(255,255,255,.7); white-space: pre-line; line-height: 1em; max-width: 300px; top: 35px; } .contact_us:link,.contact_us:visited { color: #FF0; text-decoration: underline; transition: .5s ease-in-out; } .contact_us:hover,.contact_us:active { color: #F33; transition: .5s ease-in-out; text-decoration: none; } /* Move it (define the animation) */ @-moz-keyframes scroll { 0% { -moz-transform: translateX(100%); } 100% { -moz-transform: translateX(-200%); } } @-webkit-keyframes scroll { 0% { -webkit-transform: translateX(100%); } 100% { -webkit-transform: translateX(-200%); } } @keyframes scroll { 0% { -moz-transform: translateX(100%); /* Firefox bug fix */ -webkit-transform: translateX(100%); /* Firefox bug fix */ transform: translateX(100%); } 100% { -moz-transform: translateX(-200%); /* Firefox bug fix */ -webkit-transform: translateX(-200%); /* Firefox bug fix */ transform: translateX(-200%); } } @media all and (max-width:1080px){ session_button{ display:block; } @media only screen and (max-width: 1050px) { h5 { margin: 0px; font-size: .7em; letter-spacing: 0em; text-shadow: 0px 0px 2px #aaaaaa; transition: 1s ease-in-out; } h6 { transition: 1s ease-in-out; font-size: 0.85em; } #phonearea { transform: translate(-35%, -50%); } } @media only screen and (max-width: 800px) { .phoneicon { display: inherit; } h5 { display: none; } } @media only screen and (max-width: 500px) { body { background-image: url("https://simcom.net/images/simcom_portrait_splash.jpg"); background-attachment: fixed; } .simcom_button { margin: 5px; } .button_container { top: 20%; } } @media only screen and (max-width: 374px) { h6 { transition: 1s ease-in-out; font-size: 0.8em; } } @media only screen and (max-width: 330px) { h6 { transition: 1s ease-in-out; font-size: 0.65em; } }