$font-monospace: 'Source Code Pro', sans-serif;
$font-sans:'Source Code Pro',monospace;
$font-awesome: 'Font Awesome 5 Free';

$base-duration: 250ms;

// Colors
$primary: #f1c40f;
$accent: #46627f;
$white: whitesmoke;

$max-width: 1200px;
// Breakpoints
$sm: 20rem;
$med: 48rem;
$lg: 64rem;
body
{
  margin:0px;

}
.navbar
{
  background-color: #333;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
}
.navbar a
{
  float: left;
  color:#f2f2f2;
  text-align: center;
  padding:14px 16px;
  text-decoration: none;
  font-size: 17px;
}
h1
{
  font-size: 40px;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;

}
.navbar a:hover
{
  background-color: #ddd;
  color:black;
}
.navbar a.active
{
  background-color: #4CAF50;
  color:white;
}
/* .Sec1 figure
{
  float: right;
  width:30%;
  max-height:55px;
  vertical-align: middle;
  padding:2px;
  border-style: none;
  border: 0;


}
.Sec1 figcaption
{
   text-align:center;
  color:dark-gray;
  padding: 2px 2px;
  }*/
  .column
  {
    float:left;
    width:25%;
    margin-top:20px;
    margin-left: 60px;
    padding:5px;
    text-align: center;
  }
  .row
  {
    justify-content: center;
  }
  .row::after
  {
    content="";
    clear:both;
    display:table;

  }
  .heading
  {
    /* float:left;
    width:25%; */
    margin-top:10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 0px;
  }
  .try
  {
    margin-left: 0px;
    padding: 2px 2px;
    background-color: #000033;
    color:white;
    text-align: justify;
    text-indent: 20px;
    margin-bottom: 40px;


  }

  .Proj p
  {
    font-size: 20px;
    margin-left: 20px;
    font-style: oblique;

  }
  .Implement
  {
    margin-left: 0px;
    padding: 4px 4px;
    background-color: #000033;
    color:white;
    text-align: justify;
    text-indent: 20px;
    margin-top: 10px;


  }

  .Courses p
  {
    font-size: 15px;
    margin-left: 20px;
    font-style: oblique;

  }
  .column p
  {
    font-size: 15px;
    color: gray;
  }

  /* Courses card */
  .pill-image
  {
    background-size:100%;
    height:96px;
     width:96px;
     vertical-align:middle;

  }
  .Courses *
  {
    box-sizing: border-box;

  }
  .column1
  {
    margin-left: 25px;
    float:left;
    /* width:25%; */
    padding: 0 20px;
  }
  .Implement
  {
    text-align: center;
  }
  .row1
  {
    margin:40px -5px;
    justify-content: center;
  }
  .row1::after
  {
    content:"";
    display:table;
    clear:both;
  }
  .card
  {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding:16px;
    text-align:center;
    background-color:#dfe0df;
    opacity: 1;
    border-spacing: 20px 20px;
    width:150px;
    height:200px;
  }
  .title
  {
    margin-top: 10px;
  }
.container
{
  display:inline-block;
}

.okay{
  text-align: center;
  /* margin: auto;}
} */
}
a {
	text-decoration: none;
}

figure {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 200px;
	height: 300px;
	padding: 20px 20px;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;

	background-image: url('https://silversoftworks.com/wp-content/uploads/2017/05/istock-518310332.jpg');
	/* background-position: left; */
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	&:before,
	&:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		//font-family: $font-awesome;
	}
	&:before {
		content: '';
		background-color: rgba(black,0.1);
		z-index: 0;
	}
	&:after {
		content: '';
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);;
		overflow: hidden;
	}
	&:hover {
		background-size: 175%;
		&:after {
			content: '♣︎';
			background-color: rgba($primary,0.9);
			color: white;
			font-size: 60px;
			z-index: 2;
		}

		figcaption {
			transform: translateY(-110%);
		}


	figcaption {
		color: white;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);;
		z-index: 1;
		h4 {
			margin: 0 0 5px;
			font-family: $font-monospace;
			font-size: 15px;
			line-height: 1.35;
			text-shadow: 1px 1px rgba(black,0.7);
			> span {
				background-color: rgba($primary,0.8);
			}
		}
		p {
			margin: 0;
			line-height: 1;
      font-size: 10px;
		}
	}
}
.column2
{
  /* float:left;
  /* width:25%; */
  padding:0 10px;
  /* display:inline-block; */
}
.Proj *
{
  box-sizing: border-box;
}
.row2
{
  margin: 0 -5px;

}
.row2:after {
  content: "";
  display: inline-flex;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
    display: flex;
    /* display: inline-block; */
    margin-bottom: 20px;
  }
}
figure{
  padding-top: 35px;
letter-spacing: 2px;
line-height: 1.5;
padding:0 25px;width:250px;text-align:center;
margin-bottom: 30px;
}
.Proj p
{
  line-height: 1;
  font-size: 8px;


}
.title{
  color:black;
  font-size:20px;
}
.Courses a
{
   vertical-align: text-bottom;
   align-self: center;
   margin-top: 40px;
   align-content: center;
   height: 20px;
}
.Proj
{
  margin-bottom: 50px;
}
