//vars @jblue: #3d2fa1; @jred: #c64525; @shadow: rgba(0, 0, 0, 0.3); @dot: 1px; //mixing //maincode .bgjred{ background-color: @jred; } .bgjblue{ background-color: @jblue; } .mmglogo{ display: block; margin: auto; max-width: 100%; padding:4%; height: auto; } #sticky { background: @jblue; text-align: center; width:100%; height:30px; z-index:10000; position: relative; margin:auto; padding:auto; } .logobox{ background-image: url(../../img/bgskyline.jpg); background-size: 100%; background-repeat: no-repeat; background-attachment: fixed; width: 100%; height: auto; z-index:-2; } .navfont{ color:#fff; } #navfont:hover{ background-color: @jred; } #navfont{ background-color: @jred; } .carouselfont{ margin: auto; padding:auto; bottom: 0px; color: #fff; width:100%; height:70px; background-color: @shadow; position: absolute; text-align: center; z-index: 10; } h4.journal { border-bottom-width: @dot; border-bottom-style:solid; border-bottom-color:rgb(161, 161, 161); } .logos{ float:left; padding-left: 50px; } .logo{ display:block; margin:auto; max-width:100%; padding:4%; height:auto; } .footer{ border-top-style: solid; border-top-width: 1px; border-top-color:rgb(161, 161, 161); font-size: 1em; position: relative; text-align: center; top: 25px; padding-bottom: 20px; margin-bottom: 30px; } #carouselimg { height: 300px; padding-top: 35px; padding-bottom: 100px; }