@charset "utf-8"; /* CSS Document */ /**************** Theme Styles ***********************/ /***** ICON GLYPHS **************/ /* HTML usage note: */ span.icon:before { font-family: 'Glyphicons Halflings'; content: "\f015"; } /* GLOBAL STYLES */ body { font-size:18px; font-weight:100; font-family:'Open Sans', Helvetica, sans-serif; color:#2e2e2e; } .text-yellow { color:#ffaf00; } .text-white { color:#FFF; } .text-light { font-weight:100 !important; font-weight:lighter; } /* TYPOGRAPHY */ /* LAYOUT STYLES */ /*========= Header Section ===================*/ #Header { min-height:92px; padding-top:10px; padding-left:15px; padding-right:15px; } #HeaderRight { padding-top:5px; } #SearchBar { width:227px; height:36px; border-radius:20px; background-color:#eff0ef; text-align:left; padding:8px 20px; color:#9d9c9c; font-family:Arial, Helvetica, sans-serif; font-size:14px; display:inline-block; margin-right:15px; } .btn-lg { padding: 8px 16px; font-size: 12px; line-height: 1.3333333; border-radius: 0px; border: none; } .btn-lg-blue { background-color:#3182c9; color:#FFF; } #Nav { list-style-type:none; margin-top:5px; -webkit-padding-start: 0px; } #Nav li { display: inline; font-weight:100; text-transform:uppercase; font-size:12px; color:#444242; padding-left:20px; } #Nav li a { text-decoration:none; color:#444242; } #Nav li a:active, #Nav li a:hover { color:#000; } /* =================== Banner Section ======================*/ #Banner { height:299px; overflow:hidden; } #BannerImage { min-height:100%; min-width:100%; width:auto; } /* ==================== Content Section ===================== */ #HeadlineRow { background-color:#3082c9; min-height:144px; background-image:url(https://developer.aerohive.com/images/3scale_bluebar-hex.png); background-repeat:no-repeat; background-size:cover; padding-bottom:25px; } .btn-lg-yellow { background-color:#ffaf00; color:#000; vertical-align:baseline; } #GetStarted { margin-top:100px; } /* =============== Content1 Row ========================= */ #ContentRow1 { background-color:#ececec; background-image:url(https://developer.aerohive.com/images/3scale_portalbar-hex-yellow.png); background-position:right; background-repeat:no-repeat; padding:30px 0px; overflow:hidden; } .hex { background-image:url(https://developer.aerohive.com/images/3scale_hex-portal-whitebutton-blank.png); background-repeat:no-repeat; background-position:center; min-height:150px; min-width:190px; margin-left:auto; margin-right:auto; color:#5e93ce; font-size:34px; padding-top:47px; margin-top:10px; margin-bottom:10px; } .hex:hover { background-image:url(https://developer.aerohive.com/images/3scale_hex-portal-bluebutton.png); color:#FFF; cursor:pointer; } /* ================ Yellow Bar Section =============== */ #YellowBar { background-color:#ffaf00; padding:15px 0px 30px; } #IconContainer { padding-top:20px; } #IconContainer p { padding-top:10px; font-size:18px; font-weight:100; } /*================ Footer Section =================== */ #FooterRow { background-color:#3d3d3d; font-size:11px; text-align:right; padding:20px 35px; } .Copyright { color:#b5b4b4; } ul#Social { list-style-type:none; display:inline-block; -webkit-padding-start: 10px; padding-top: 10px; } ul#Social li { display:inline; margin:0px 3px; } /**************** Responsive Styles ***********************/ /*Additional Small Device Styles */ @media screen and (max-width:480px) { } /*Bootstrap XS*/ @media screen and (max-width:768px) { #HeaderRight, #HeaderLeft { text-align:center; } #GetStarted { margin-top: 10px; } #FooterRow { text-align:center; } } /*Bootstrap SM*/ @media screen and (min-width:768px) and (max-width:991px) { #GetStarted { margin-top: 10px; } } /*Bootstrap MD*/ @media screen and (min-width:992px) and (max-width:1199px) { #GetStarted { margin-top: 100px; } } /*Bootstrap LG*/ @media screen and (min-width:1200px) { }