/*   
Theme Name: Uxelle Theme
Theme URI: www.uxelle.co
Description: A Theme for www.audreyjoanne.com
Author: Audrey Joanne
Version: 1.0
*/

body, html {
	height: 100%;
	margin: 0;
    max-width: 100% !important;
    background-color: #fafafa;
font-family: source-sans-pro, sans-serif;

font-weight: 400;

font-style: normal;
font-size:16px;
  }

  .no-js {
    margin-top: 0px !important;
  }
	

.home-about, .home-about h1 {
	
font-family: louvette-display, serif;


font-style: normal;	
	font-size: 18px;
}

  .nav-tabs, .nav-tabs ul {
    border-bottom: 0px !important;
  }
  a {
    color: #000000;
  }

  .dark-background {
    background-color: #030717;
    color: #ffffff;
    height: 100vh;
  }

  .dark-background-scroll {
    background-color: #030717;
    color: #ffffff;
  }

  .dark-background a {
    color: #ffffff !important;
  }
  h1, .menu-show h1 {
    font-size: 34px;
    font-weight: 900;
  }

  h2 {
    font-size: 55px;
    font-weight: 600;
  }

  h6 {
    font-size: 18px;
  }
  .homepage a {
    color: #808080;
  }


.blogtext h3 {
    font-size: 24px;
    font-weight: bold;
}
  a:hover {
    background-color: none;
    color: #030717;
    border-bottom:4px solid #030717;
    text-decoration: none;
  }
  .no-paddings {
    padding-right:0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .homepage{ 
    background-color: #fafafa;
    max-height: 100%;
    color: #030717;
    
  }

.homepage h1 {
  font-size: 36px;
  padding-top: 5%;
  font-weight: 900;
}
  



  


  



  
  .homepage-banner {
   
      color: #000000;
     position: relative;
      
  }




  
  
  .homepage-services {
    color: #ffffff;

  }

  .hr-homepage {
    width:20%;
    background-color: #000000;
    height: 15px;
    margin-left: 5%;

  }

  .homepage-services h2 {
    color: #ffffff;
    font-size: 12px;

  }
  .portfolio {
  }

  .homepage-portfolio {

    background-color:none;
    padding-top:0px;
    color: #1A1A1A;
   
   
  }

  .homepage-portfolio p {
    color: #1A1A1A;
  }

  .homepage-portfolio img, .about-sticky img {
   border: 1px solid #e3e3e3;
  }


  .homepage-portfolio img:hover, .about-sticky img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
  }

  .portfolio-h4 {
    transform: rotate(90deg);

  }

 .container-testimonials h4 {
   font-size: 14px;
   line-height:17px;
 }

 .homepage-testimonials-context h3 {
   font-weight: bold;



 }

 .highlight {
   background-color: #ffff00;
   color: #030717;
   padding: 0 6px 0 6px;
 }

 .yellowline {
border: 1px solid #ffff00;
 }
 


  .homepage-testimonials-context {
background-color: #030717;


  }
.content-banner {
  padding: 100px 20px 100px 0px;

}
  .portfolio-img {
      width: 100%;
      height: 100%;
  }

 

 .portfolio-col:hover .overlay {
  opacity: 1;
}
 .text {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.portfolio-image {
  display: block;
border: 0.5px solid #ffffff;
}

.portfolio-modal-img {
  width: 100% !important;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #030717;
  border: 1px solid #030717;
}

.modal-body {
  padding: 0;
}

.modal-content {
  border: none;
  height: 80vh;
  overflow: auto;
  padding: 0px;
}

.button-cta{
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.button-cta:hover {
	background-color: #000000;
	color: #ffffff;
}
.modal-content h4, .modal-content p {
  color: #000000;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFFFFF; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #030717; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #B3D4F5; 
}

  .centertabs {
    margin: auto;
  }
  .portfolioli, .portfolioli li {
    border-radius: 20px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 5px 20px 5px 20px;
    margin-bottom: 20px;
  }
  

  .portfolioli-active, .portfolio-active a {
    border-radius: 20px;
    border: 1px solid #4091E2;
    background-color: #4091E2;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    margin-bottom: 20px;

  }
  .white-background {
      background-color: #ffffff;
      color: #01024E;
position: relative;

  }

  .client-logo img {
    -webkit-filter: grayscale(110%); /* Safari 6.0 - 9.0 */
    filter: grayscale(200%);
  }

  .p-date {
    
        margin-top: 0;
        font-size: 13px;
        margin-bottom: 0;
        text-decoration: uppercase;
        text-transform: uppercase;
        color: #808080;
    
  }

  .table th {
    background: #ffffff;
    border: 1px solid #030717
  }

  .homepage-blog {
    background-color: #c14444;
    color: #000000;
  padding: 50px;
  }

  .homepage-blog-content {
    background-color: #ffffff;
    padding:20px;
  }

  .homepage-hr {
    width:95%;
    background-color: #000000;
    height: 5px;
  }



.about-sticky {
  background-color: #000000;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;

}



.about-services {
  border-top: 2px solid #FFFFFF;
  border-width:50%;
  padding: 20px;
  margin-right:2%;
}

.about-services h1 {
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;

}

.code-quote {
	background-color: #000000;
	padding: 5%;
	color: #FFA500;
	border-radius: 20px;
	font-family: attribute-mono, sans-serif;

font-weight: 400;

font-style: normal;
}

blockquote {
	border-left: 4px solid #000000;
	font-family: louvette-display, serif;
	padding-left: 5%;


font-style: normal;	
	font-size: 18px;
	
}
.dot, .dot2, .dot3 {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.dot  {
  background-color: #B3D4F5;

}

.dot2 {
  background-color: #76ADE3;
}

.dot3 {
  background-color: #4091E2;
}
.about-profile {
  background-color: #ffffff;
}
.footer-style {
  background-color: #F4F6FF;
  color: #030717;
  max-width: 100%;
  padding-top:20px;
  padding-bottom: 20px;
}

.footer-style h5 {
  font-weight: bold;
}


.btn-link {
  font-weight: 400;
  color: #000000;
  background-color: transparent;
}





.single-portfolio-process {
  background-color: #ffffff;
  color: #000000;
  padding:60px;
  margin: 20px 20px;
}



/*hamburger menu */
.navbar {
  display: none;
}

.menu-show {
  display: inline-block;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
   height:100%;
   position: fixed;
   overflow: hidden;
   background-color: #030717;
   z-index: 99999;
   opacity: 95%;
   color: #ffffff;
   box-sizing: content-box;
}

.menu-show a {
  color: #ffffff;
}
.container-menu {
  display: inline-block;
  cursor: pointer;

  
  position: fixed;
  top:0;
  z-index: 1;
 

}

.cross{
  background:none;
  position:absolute;
  top:0px;
 right:0;
  padding:7px 15px 0px 15px;
  color:#ffffff;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.hamburger{
  background:none;
  position:absolute;
  top:0;
  left:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#ffffff;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
  position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
}

@media (min-width:1281px) { /* hi-res laptops and desktops */ 
  
 
    .homepage p {
      font-size: 36px;
    }
    


    .homepage-testimonials-context p {
      font-size: 24px;
    }

 
	.maintext {
		padding: 0 20% 0 20%;
	}
    h1, .menu-show h1 {
    font-size: 65px;
    font-weight: 900;
  }
  }

  @media (min-width: 576px) {
  .modal-dialog {
      max-width: 80vw;
      margin: 1.75rem auto;
  }

}