/*------------------General------------------*/
h1{
    font-size: 3em;
    font-weight: 900;
    color: #333333;
}

h2{
    font-size: 2em;
    font-weight: 600;
    color: #333333;
    padding-top: 10px;
}

h4{
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 15px;
}

h5{
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 5px;
}

h6{
    margin-bottom: 5px;
}

body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: .9em;
    font-weight: 300;
}

.container{
    width: 80%;
}

.row{
    margin: 0;
}

.card{
    background-color: #F4F4F4;
}

img{
    border: 1px solid #cccccc;
}

/*-----link-----*/

.link {
    text-decoration: none;
    line-height: 1;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 3px 8px 0px 8px;
    overflow: hidden;
    color: #333;
    vertical-align: center;
    transition: color .3s ease-out;
 }
 
 .link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 2px));
    width: 100%;
    height: 100%;
    background-color:#e01f9a;
    transition: transform .25s ease-out;
 }
 
 .link:hover { 
    color: #fff;
    text-decoration: none; 
 }

 .link:hover::before {
    transform: translateY(0);
    transition: transform .25s ease-out;
 }

 #download-doc{
     padding-bottom: 3px;
 }


/*------------------Home------------------*/
.home-card{
    background-color: #F4F4F4;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    min-width: 270px;
}

.home-card:hover{
    background-color: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .25rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-img{
    width: 80px;
    height: auto;
    border: 0px;
    float: right;
}

.card-link{
    text-decoration: none;
    color: inherit;
}

.card-link:hover{
    text-decoration: none;
    color: inherit;
}

/*------------------Products and Problems - Landing Page------------------*/
.card-img-top{
    width: 150px;
    height: auto;
    border: 0px;
}

.card-img-top-products{
    width: 200px;
    height: auto;
    border: 0px;
}

.card-img-top-problems{
    width: 130px;
    height: auto;
    border: 0px;
}

.card-title{
    font-size: 1.0em;
    font-weight: 400;
}

.card-text{
    font-size: .8em;
    font-weight: 300;
    margin: 0;
}

/*------------------Visual Design------------------*/
.divider{
    border: 0px; 
    width: 200px;
    height: 100% !important;
    padding-top: 25px; 
    padding-bottom: 30px;
}

.view-img{
    cursor: zoom-in;
    padding: 0 15px 15px 0;
}

/*------------------Products and Problems - Details Page------------------*/
/*Intro Header*/
  .intro-wrapper {
    justify-content: center;
    padding: 20px;
    margin-bottom: 30px;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 10px 8px #ccc;
  }

  /*---Progress Gallery---*/
  .carousel-control-next, .carousel-control-prev, .carousel-indicators {
    filter: invert(100%);
    z-index: 1;
}

#scrollbar{
    overflow: hidden;
    height:460px;
}

#scrollbar:hover{
    overflow-y: scroll;
    height:460px;
}


/*------------Postit------------*/

#notes {
    position: absolute;
    z-index: 2;
    width: 180px;
    min-height: 60px;
    margin: 12px 24px;
    padding: 24px 4px 4px 4px;
    background: rgb(255, 255, 223) 4px 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#notes p {
    text-align: center;
    font-family: 'Roboto', cursive;
    font-size: 1em;
    color: #000;
    overflow:hidden;
}

/*------tape-----*/
#notes ::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 60px;
    top: -20px;
    width: 75px;
    height: 25px;
    z-index: 3;
    background-color: rgba(243,245,228,0.3);
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 0 2px #999;
    transform: rotate(16deg);
}

/*------Divider-----*/
.divider-caption{
    text-align: center;
    font-family: 'Roboto', cursive;
    font-size: 0.9em;
    color: #888;
}

.divider-finger{
    border: 0px; 
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

/*------Scroll Up Button-----*/
#BTTbutton {
    display: inline-block;
    background-color: #ebebeb;
    color: #666;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 105px;
    right: 15px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #BTTbutton::after {
    content: "\f102";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
  }
  #BTTbutton:hover {
    cursor: pointer;
    background-color: #e01f9a;
    color:#fff;
  }
  #BTTbutton:active {
    background-color: #e01f9a;
  }
  #BTTbutton.show {
    opacity: 1;
    visibility: visible;
  }

 /*-----footer copyright-----*/
 .footer-text{
    font-family: 'Roboto', sans-serif;
    font-size: small; 
    font-weight: 300;
    color: #666666;
    padding: 10px 15px 0px 15px;
    margin-bottom: 0px;
}

/*-----footer social icons-----*/
.footer-social{
    margin: 0px 40px 0px 15px;
}

.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:20px;
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px;	
}
.icon i {
	font-size:20px;
	position:absolute;
	left:10px;
	top:10px;
}
.icon.social {
	float:left;
	margin:0 5px 0 0;
	cursor:pointer;
	background:#ededed;
	color:#666;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.icon.social:hover {
	background:#e01f9a;
	color:#fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.icon.social.gh, .icon.social.in {
	margin-bottom: 15px;
}

.icon.social.gh i {
	left:11px;
}
.icon.social.in i {
	left:11px;
}

