@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');


html,body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins','Verdana','sans-serif', 'Arial','Geneva';
  color: #222;
  overflow:auto;
}


.container{
          width : 960px;
          margin : 0 auto;
          background-color : #fff;
          margin-top :20px;
           padding :20px;
              }



.dropdown li a {
    color: #101113;
    }
    
li a:hover {
    background-color : #6c757d;
    font-weight: bold;
    border-radius: 100px;
    }

    h1{
    font-size: 130%;
    font-weight: 500;
    padding: .9rem .20rem .20rem .20rem;
    
  }
  

*{
	box-sizing: border-box;
}

.table{
	width: 100%;
	border-collapse: collapse;
}

.table td,.table th{
  padding:12px 15px;
  border:1px solid #ddd;
  text-align: center;
  font-size:10px;
}

.table th{
	background-color: darkblue;
	color:#ffffff;
}

.table tbody tr:nth-child(even){
	background-color: #f5f5f5;
}

.navbar{
padding: .8rem;
}
.navbar-nav li {
padding-right : 0.5px; 
 margin: 2px 0px 2px 0px; 
}

ul .dropdown li{
   list-style:none;
  position : relative;  
  margin-right: 10px;
  color:brown;
}
ul .dropdown-menu{
   list-style:none;
  position : relative;  
  margin-right: 10px;
  color:red;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .1rem;
    padding-left: .1rem;
     margin-right: 0.1rem;
     margin-left: 0.1rem;
     color: #07751f;
     font-size: 0.9em  !important;
  }

 .Link a{
  	margin-top:  1px;
   
  	color: #1e7e34;
  }
  
   .overViewTable
{
    width: 100%;

}

.overViewTable td
{
     padding: 0px 0px 1px 0px;
    border: 1px solid #E3E3E3;
}


.coffeeTable
{
    width: 750px;
    height: 250px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    moz-border-radius: 10px;
}

.coffeeTable tr th, .coffeeTable tr td
{
    text-align: left;
    padding: 0px 5px 0 5px;
}

.coffeeTable img
{
    padding: 0px 10px 10px 10px;
    height: 150px;
    width: 150px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}



  .carousel-inner img{
    width: 100%;
    height: 100%;
  }
.carousel-caption{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.btn-primary:hover{
  background-color: #21f008; 
  border: 1px solid  #563d7c;
}
.form-group{
    font-size: 45%;
  font-weight: 500; 
}

.jumbotron{
  padding:1rem;
  border-radius: 0px;
    }
    

ul {
      list-style :none;
    }

   h5{
	    
		 width:100%;
		 text-align:Center;
		 color: #b4b4b4;
   }
     h6{
	    
		 width:100%;
		 text-align:Center;
		 color: black;
   }
.padding {
  padding-bottom: 2rem;
  }
.welcome{
  width: 75%;
  margin: 0 auto;
  padding-top: 2 rem;
}
hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.fa-code{
  color: #e54d26;
}
.fa-bold{
  color: #563d26;;
}
.fa-css3{
  color: #2163af;
}
.fa-code, .fa-bold, .fa-css3{
font-size: 4em;
margin: 1rem;
}
.fun {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 0.7em;
  height:7%;
}
.gif {
  max-width: 100%;
}
.social a {
  font-size: 4.5em;
  padding: 3rem;
}
.fa-upload {
  color:#28a745;
  }
.fa-facebook {
  color:#3b5998;
  }
.fa-twitter {
  color:#00aced;
  }
.fa-google-plus-g {
   color:#dd4b39;
  }
.fa-instagram {
  color:#517fa4;
  }
.fa-youtube {
 color:#bb0000;
 }

.fa-facebook:hover,
.fa-twitter :hover ,
.fa-google-plus-g:hover,
.fa-instagram:hover ,
.fa-youtube:hover {
  color: #d5d5d5;
 }
 footer {
   background-color:#3f3f3f; 
   color: #d5d5d5;
   padding-top: 2rem;
   width: 100%;
   margin-bottom: 2px;
   text-align:Center;
 }
 hr.light{
   border-top: 1px solid #d5d5d5;
   width: 75%;
   margin-top: .8rem;
   margin-bottom: 1rem;
    }


  hr.light-100{
    border-top: 1px solid #d5d5d5;
   width: 100%;
   margin-top: .8rem;
   margin-bottom: 1rem;
        }



/*---Media Queries --*/
@media (max-width: 992px) {
    .container{
          width :100%;
          margin : 20px;
          background-color : #fff;
          margin-top :10px;
           padding :20px;
              }

.submit {
         margin:  10px 10px 10px 5px;
         width : 100px;
         padding: 6px;
         border-radius: 5px;
         font-weight: :bold;
         outline : none;
         background : #e9ecef;
         color: #1d2124;
         cursor: pointer;
    
       }
 
  h1{
    font-size: 100%;
    font-weight: 800;
    padding: .9rem .20rem .20rem .20rem;
    
  }




.social a {
  font-size: 4em;
  padding:2rem;
}
.coffeeTable tr td
{
    text-align:left ;
    width: 450px;
}
.coffeeTable
{
    width: 500px;
    height: 150px;
    margin: 5px 5px 5px 5px;
   
}
.coffeeTable img
{
   height: 80px;
    width: 80px;
 }

  

@media (max-width: 768px) {

 /*  .carousel-caption{
    top: 45%;
    }
.carousel-caption h1 {
  font-size: 350%;
  }

.carousel-caption h3 {
  font-size: 140%;
  font-weight: 400;
  padding-bottom: .2rem;
}
.carousel-caption .btn{
font-size: 95%;
padding: 8px 14px;
}    */

.jssk,li{
	 font-size: 90%;
	 font-weight: 10;
     list-style-position: inside;
      margin: 5px 5px 5px 5px;
}

h2{
    font-size: 150%;
    font-weight: 500;
    padding: .9rem .20rem .20rem .20rem;
    
  }
  p {
   font-size: 0.62em  !important;	
  }

 form button,input {
   font-size: 0.72em  !important;
               }

.coffeeTable tr td
{
    text-align:left ;
    width: 300px;
}
.coffeeTable
{
    width: 350px;
    height: 150px;
    margin: 5px 5px 5px 5px;
   
}
 
  
.display-4{
font-size:  250%;
}
.social a {
  font-size: 3.5em;
  padding: 1.2rem;
}  
}
@media (max-width: 576px) {
  /*  .carousel-caption{
     top: 40%;
     }
  .carousel-caption h1 {
    font-size: 200%;
    }
  
  .carousel-caption h3 {
    font-size: 100%;
    }
  .carousel-caption .btn{
  font-size: 70%;
  padding: 4px 8px;
   } 
  .carousel-indicators{
    //display: none;
  }  */
 
  	.table thead{
		display: none;
	}

	.table, .table tbody, .table tr, .table td{
		display: block;
		width: 100%;
	}
	.table tr{
		margin-bottom:1px;
	}
	.table td{
		text-align: right;
		padding-left: 50%;
		text-align: right;
		position: relative;
	}
	.table td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:15px;
		font-size:10px;
	    text-align: left;
	}

form {
	padding-top:12px;
	padding-bottom:12px;
     }
  
  .display-4{
    font-size:  160%;
    }
    .social a {
      font-size: 2em;
      padding: .6rem;
    }

    /*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.2s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url(imgs/bootstrap2.png);
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}


}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








