/* TODO - DELETE THIS AFTER */

/* Defiantz Style Sheet Changes Via Testing Style.css Override */

/*
.navbar {
  border-color: #ff0000;
  background-color: rgba(34, 34, 34, 0.65);
}
*/
/*
.navbar {
	border-bottom: 1px solid rgba(255, 0, 0) !important;
	background-color: rgba(34, 34, 34, 0.65) !important;
}
*/
/*
body{
	/*background-image: url("images/07.png") !important;*/
/*	background-color: #1c1c1c !important;
	background-image: none !important;
	/*background-image:linear-gradient(90deg,#33b7e2,#5e62b0,#dc307c)*/
/*}*/

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #1c1c1c; /* change this to change the background color of a colored section */
  border-color: #ff0000 -mez-use-text-color -mez-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-left: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
}

.section2 {
  background-attachment: fixed;
  background-color: rbg(47, 25, 61);
  background-image: url("images/06.png");
  background-repeat: repeat repeat;
  padding-bottom:10px;
  padding-top:10px;
  border-color: #ff0000 -mez-use-text-color -mez-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-left: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
}

.section1 {
  background-attachment: fixed;
  background-color: rbg(47, 25, 61);
  background-image: url("images/07.png");
  background-repeat: repeat repeat;
  /*padding: 50px 0;	*/
  padding-bottom: 10px;
  padding-top:10px;
  border-color: #ff0000 -mez-use-text-color -mez-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-left: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
}

.img-home-portfolio, .img-customer, .portfolio-item {
    margin-bottom: 30px;
}



body {
  padding-top: 56px;
}

body.layout-home {
  padding-top: 0px;
}

body.layout-singlelogin {
  padding-top: 0px;
}



/* featurebox defaults */
#e107bootstrapcarousel .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#e107fullpagecarousel .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #272B30;
  color: white;
}


ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529;
}


/* fix for comment avatar */

.rounded-circle img.rounded {
    border-radius: 50%!important;
}

@media (min-width: 768px) {
    .offset1 {
        margin-left: 8.33333%;
    }
}

/*

.list-group-item.active a {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
*/

/* fix for caret bootstrap user nav */
.profile-photo-small {
  display: inline;
}

/* fix for fixed-top on login page - to save custom header */
.layout-singlelogin .fixed-top {
  position: initial;
}

/* fix for too small core login box width */

#login-template {
    max-width: 95%;
}

@media (min-width: 768px) { 
  #login-template {
      max-width: 800px;
      margin-right: auto;
      margin-left: auto;
  }
}

/* fix for too big margin */
#login-template .login-page-footer {
    margin-bottom: initial;  
}



#carousel-hero.carousel {
  position: relative;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

/* CUSTOM Responsive Styles */