html, body {
  width: 100%;
  height: 100%;  
  margin: 0px;
  padding: 0px;
  background-color: #fcfcfc;
}
.footer {
  display: block;
  min-height: 10vh;
  width: 100vw;
  background-color: #292929;
  color: white;
}
.header {
  width: 100%;
  position: fixed;
  padding: 10px;
}
.login {
  float: right;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #292929;
}
.section {
  display: flex;
  min-height: 100vh;
  max-width: 100vw;  
  color: #fff;  
}
.section-half {
  display: flex;
  min-height: 50vh;
  max-width: 100vw;  
  color: #fff;  
}
.section-break {
  display: flex;
  min-height: 1vh;
  max-width: 100vw;  
}
.section p, .section-half p {  
  text-align: center;
  display: block;
  font-size: 25px;
  margin: 20px;
}
.section h4, .section-half h4 {
  text-align: center;
  font-size: 2.5vh;
  color: white; 
}
.section hr, .section-half hr {
  margin-top: 0px;  
  background-color: white;
}
.intro {
  width: 100vw;
  text-align: center;
  padding: auto;
  background: url(../images/intro-hands.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro h1 {
  padding-top: 20%;
  padding-left: 20%;
  padding-right: 20%;
  color: white;
  font-size: 5vh;
  font-family: verdana;
}
.intro hr {
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: white;
}
.intro ul {
	list-style: none;
	padding-top: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;  
}

.intro ul li {
		display: inline;
    font-size: 3.5vh;
    padding: 10px;
    text-transform: capitalize;
    color: white;
}

.intro ul li::before {  
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #a40505; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline; /* Needed to add space between the bullet and the text */
  width: 30px; /* Also needed for space (tweak if needed) */
  margin-left: 5px; /* Also needed for space (tweak if needed) */
  margin-right: 5px;
}
.col-content span , .col-content div {
  text-align: left;
  margin: 15px;
}
.col-content span {
  display: flex;
}
.logo {
  background: url(../images/quib-logo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  margin: 0px;
  width: 220px;
  height: 80px;
  z-index: 100;
}
.section-content {  
  justify-content: center;
  padding: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 100%;
}
.awnings {
  background: url(../images/awnings.jpg);
  background-size: 70%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100px;
}
.shopping {
  background: url(../images/shopping.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
  background-attachment: fixed;
}
.outline {
  background: url(../images/outline.png);
  background-size: 30% 30%;
  background-position: left bottom;
  background-repeat: no-repeat;  
}
.blob {
  background: url(../images/blob.png);
  background-size: 50% 50%;
  background-position: right bottom;
  background-repeat: no-repeat;  
}
.screen {
  background: url(../images/comp-screen-new.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
  background-attachment: fixed;
}
.p-20 {
  padding: 20%;
}
.p-10 {
  padding: 10%;
}
.pt-10 {
  padding: 10%;
}
.pt-5 {
  padding: 5%;
}
.m-20 {
  margin: 20%;
}
.mt-10 {
  margin-top: 10%;
}
.circle {  
  border-radius: 50%;
  padding: 10px;
  margin: auto;
}
.white-border {
  border: 2px solid #fff;
}
.black-border {
  border: 2px solid #000;
}
.red-border {
  border: 2px solid #a40505;
}
.background-brand {
  background-color: #a40505; 
}
.background-light-grey {
  background-color: #aaa; 
}
.background-dark-grey {
  background-color: #f5f5f5; 
}
.background-dark {
  background-color: #0e1015; 
}
.background-white {
  background-color: #fcfcfc;
  color: #000 !Important;
}
.color-brand {
  color: #a40505 !Important;     
  font-size: 5.5vh;
}
.color-grey {
  color: #4d4d4d;     
}
.action {    
  background-color: #a40505; 
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #a40505;
  color: #f8f8f8;
  font-size: 2.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.action:hover {
  color: white;
  background-color: #7c0404; 
  text-decoration: none;
}
.content-group {
  display: inline-block;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
}
.card {
  margin: 5px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.15);
  box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.15);  
  padding-top: 10px;
}
.curved {
  min-height: 30px;
  color: #fff;
  background-color: #a40505;      
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;   
  padding: 20px;  
  width: 100%;
  margin: auto;
  margin-top: 0px;
}
.contact {
  background: url(../images/shutterstock_740444881.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50vw;
}
.talkbubble {
  width: 120px;
  height: 80px;
  background: #f9f9f9;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.talkbubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid #f9f9f9;
  border-bottom: 13px solid transparent;
}
.green {
  background-color: green;
  height: 10vh;
}
.hide-border {
  
}
.read-more {
  overflow: hidden;
  max-height: 15vh;  
}
.show-more {
  overflow: visible;
}
.fadeout {
    position: absolute; 
    bottom: 0em;
    width:100%;
    height: 4em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} 
a.more-link {
  display: block;
  color: #a40505 !Important;
  padding-left: 20%;
  padding-bottom: 20px;  
  cursor: pointer;
}
a:not(.more-link) {
  color: #fff !Important;
}
@media screen and (max-width: 600px) {
  .logo {    
    width: 120px;
    height: 60px;
  }
  .hide-border {
    border: 0px;
  }
  .content-group {
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
  }
  .section ul {
    padding-left: 0px;
  }
}

