stylesheet.css stylesheet.css

/*
font-family: 'Rubik Mono One', sans-serif;
font-family: 'Titillium Web', sans-serif; 300 400 900
font-family: 'Fjalla One', sans-serif;
*/
.contentwrap{
  height: 100%;
}
html, body {
  /*background-color: #e1e1e0;*/
  height: 100%;
  position: relative;
  box-sizing: border-box;
  box-sizing: content-box;
}

h2, a {
  font-family: 'Fjalla One', sans-serif;
  color: #691C16;
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  font-family: 'Fjalla One', sans-serif;
  color: #691C16;
  font-weight: 900;
  text-transform: uppercase;
}

p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 20px;
}
a{
  color:#333;
}
a:hover{
  color:#691C16;
}
.text-fx-1 {
  color: #691C16;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  border-bottom: 4px solid #691C16;
  padding-bottom: 30px;
}

.text-fx-2 {
  color: #691C16;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
}

.text-fx-3 {
  color: #691C16;
  font-family: 'Titillium Web', sans-serif;
  font-size: 23px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .text-fx-2 {
    border-bottom: 4px solid #691C16;
    padding-bottom: 30px;
  }
}

.contentwrap {
  z-index: 99999999999999999999;
  background-color: #ffffff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.PAD-fourty {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 880px) {
  .PAD-fourty {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sectiontitle {
  background-color: #333;
  /*
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    */
}

.sectiontitle h2 {
  color: #fff;
  font-size: 60px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 100;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.jumbotron {
  //background: rgb(56, 199, 190);
  background: #711414; //rgb(255, 183, 5);
}

.jumbotron .container img {
  width: 100%;
}

.logo {
  padding: 4%;
  margin: 0 auto;
}
.logo_min{
  padding: 4%;
  margin: 0 auto;
  max-width:200px;
  text-align: center;
}
.logo_min h4{
  font-size: 10px;
}
.navbar-brand img {
  height: 100%;
}

.navbar {
  margin-bottom: 0px;
}

.logo-sample {
  background-color: #333;
}

.branding-text {
  background-color: #eeeeee;
  background-image: url(logos/setup-assets/banner.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 880px) {
  .branding-text {
    background-size: 100%;
  }
}

.site-samples {
  background-color: #691C16;
  /*
    background-image: url(logos/setup-assets/banner.png);
    background-size: 100%;
    background-blend-mode:color-burn;
    */
  padding: 80px 0;
}

.logo-sample img {
  width: 10%;
  float: left;
  opacity: .08;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.logo-sample img:hover {
  opacity: 1;
}

.navbar-default .navbar-nav>li>a {
  color: #691C16;
  text-transform: uppercase;
  font-weight: 400px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
}

.navbar {
  border-radius: 0px;
}

.navbar-default {
  background-color: #f8f8f8;
  border: none;
}

.btn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  background: none;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}

.footer {
  min-height: 300px;
  background-color: #eeeeee;
  background-position: right;
}

.inner-drop-top {
  -webkit-box-shadow: inset 0px 7px 19px -11px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: inset 0px 7px 19px -11px rgba(0, 0, 0, 0.58);
  box-shadow: inset 0px 7px 19px -11px rgba(0, 0, 0, 0.58);
}

.inner-drop-bottom {
  -webkit-box-shadow: inset 0px -8px 19px -11px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: inset 0px -8px 19px -11px rgba(0, 0, 0, 0.58);
  box-shadow: inset 0px -8px 19px -11px rgba(0, 0, 0, 0.58);
}

.outer-drop-botom {
  -webkit-box-shadow: 0px 11px 13px -15px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 11px 13px -15px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 11px 13px -15px rgba(0, 0, 0, 0.58);
}

#folders li {
  background-color: #222;
  border: solid 2px #222;
  max-width: 250px;
  margin: 5px 0px;
  list-style: none;
}
.new{
  background-color: darkRed;
  color:white;
  padding:10px;
  height:100%;
  float: left;
  margin-right: 10px;
}
#folders li a {
  color: white;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 20px;
}

#folders li a::after {
  content: ">";
  float: right;
}

#folders li:hover {
  border: solid 2px darkRed;
  background-color: white;
  cursor: pointer;
}

#folders li:hover a {
  color: darkRed;
  text-decoration: none;
}

.asm_footer{
  width:100%;
  padding:40px;
  background-color:#333;
  position:absolute; 
  bottom:0px;
}
