/* CSS Document */ .pgbtn2 { margin:5px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; margin-top: 100px; display:flex; align-items: center; } .pgbtn2 img { position:absolute; margin-right: 50px; top:0px; } .icon { position:relative; z-index:3; } .btnHover { position:absolute; left:65px; right: 0px; bottom:0px; top:0px; border-bottom-right-radius: 100px; border-top-right-radius: 100px; z-index:-5; height:100px; } #accountPopup { position:absolute; left:0px; bottom: 0px; right: 0px; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; height: 475px; padding:20px; z-index: 2; } #backgroundContainer { position: absolute; width: 100%; height: 100%; z-index: -10; top: 0px; } #heartBackground{ position: absolute; width: 100%; bottom: 20px; z-index: -8; } #logoHolder{ position: absolute; width: 100%; bottom: 80px; left: 7%; z-index: -8; font-family: Arial, Helvetica, sans-serif; font-size: 16px; } #textHolder{ width: 30%; float: left; position: absolute; left: 22%; top: 50%; font-weight: bold; transform: translateY(-50%); } .descriptionDiv { margin-left: 140px; } a { color: inherit; /* blue colors for links too */ text-decoration: inherit; /* no underline */ } a:hover { color: inherit; /* blue colors for links too */ text-decoration: inherit; /* no underline */ } a:select { color: inherit; /* blue colors for links too */ text-decoration: inherit; /* no underline */ } .carousel-control { background-image:none !important; margin-bottom:45px; margin-top:45px; } .descriptionText { font-size: 20px; } .descriptionLink:before { content: ' '; display: inline-block; vertical-align: middle; height: 100%; } .descriptionHead { font-size: 26px; font-weight: 700; margin-top:5px; } .signin { position: relative; float: right; color: white; z-index: 350; font-size: 24px; font-size: 3vh; margin: 15px; margin: 3vh; font-family: 'Avenir medium'; } .signin:hover { color: white; } .signin:hover, .signin:active, .signin:visited, .signin:focus { color: white; text-decoration: none; } .affix { top: 0px; width: 100%; } .affix-top { position: absolute; width: 100%; right: 0px; left: 0px; bottom: -20px; } .affix-bottom { position: absolute; width: 100%; } .homepageNav { z-index: 999; }