/*Resets*/
*{
	margin: 0;
	padding: 0;
}

/*Start Basics*/
body {
  	font-family: 'Rubik', sans-serif;  
  	background-color: #353a40;
  	color:#b4ada5;

}

/*body {    background: url('http://www.platehelp.nl/media/W1siZiIsIjIwMTUvMTAvMjcvMTBfNTZfMjBfNTU3X0lNR18xOTAxXzEuanBnIl1d/IMG_1901-1.jpg');
    background-size: cover;
}*/

html {
	font-size: 16px;
}

h1 {
	font-size: 6rem;
}

h2 {
	font-size: 3rem;

}

h3{
	font-size: 1rem;
}

html, body {
    width: 100%;
    height: 100%;
}

.italic{
	font-style: italic;
}
/*End Basics*/

hr.style1 {
	color: 1px solid #535f6b;
}

/*Start Arrows*/
i {
    border: solid #353a40;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*End Arrows*/


/*Start Content as the Wrapper*/
content {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-columns: 100%;
}
/*End Content as the Wrapper*/





.logo{
  	background-color: #272b2f;
	padding: 30px 30px 30px 30px;
	text-align: center;

}
 .logo>img {
  width: 100%;
  height: auto;
  max-width: 576px;
  
}


.tagline{
  	background-color: #272b2f;
	padding: 0 0 20px 0;
	text-align: center;

}
 .tagline>img {
  width: 100%;
  height: auto;
  max-width: 576px;
  
}




.navbar  {
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
  	background-color: #2b2f34;
  	justify-items: end;
}

.lines {
		border: 1px solid #535f6b;

}






/*Start Navigation Bar and Links*/


.navbar li {
	padding: 10px;
}



ul {
	list-style: none;	
	display: inline-flex;
	margin: 10px;
}

a {
	text-decoration: none;
}

a:link {
    color: #b4ada5;
}

a:visited {
    color: #88837d;
}

a:hover {
    color: #fdf3e7;
}

#navigation li a.current{
   color: #f99420;
}
/*End Navigation Bar and Links*/



@media only screen and (min-width: 480px){
  .navbar{
	padding-right: 20px;
}
}
/*

@media only screen and (min-width: 641px){
    .navbar{
	  padding-right: 20px;
  }

}*/



@media only screen and (min-width: 768px){
	.header{
	padding: 40px 80px 40px 80px;
}

}

@media only screen and (min-width: 1024px){
	.para1{
	max-width: 60%; 
	}


}



/*Start Header*/
header{
	background-color: #353a40;
	padding: 40px 40px 10px 40px;
	line-height: 1;
}
/*End Header*/






div.card {
  width:300px; 
  height:550px; 
  display:table-cell; 
  vertical-align:middle; 
  text-align:center;
  color: #fff;
  padding-top: 20px;
  margin: 30px;
}

div.card{
  	opacity: 0.85;
	border-radius: 5px;
    /*background: -webkit-linear-gradient(top left, #84DD63, #009970);
    background: linear-gradient(to bottom right, #84DD63, #009970);*/
  	border-bottom: 2px solid #535f6b;
  	border-right: 2px solid #535f6b;
  	border-top: 2px solid #d9dbde;
  	border-left: 2px solid #d9dbde;
    background: #b4ada5;

    
    }



  
img{
max-width: 260px	
}


.description{
	text-align: left;
	padding: 10px 30px 10px 30px;
	color: #fff;
}

.description .title {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
}

.description .details {
font-weight: 300;
}

.description a {
	text-decoration: none;
	font-size: 20px;
}

.description a:link {
    color: #353a40;
}

.description a:visited {
    color: #828180;
}

.description a:hover {
    color: #ffffff;
}



/*Start Portfolio*/
portfolio{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
	/*background-color: #2e3237; Use this bkgd to see outline during dev*/
	background-color: #353a40;
	justify-items: center;
	padding: 0 20px 0 20px;
}

portfolio{
	margin: 20px;
}



/*End Portfolio*/






/*Start Footer*/

footer-social{
  	background-color: #2b2f34;
	width: 100%;
	padding: 30px 0 10px 0;
	text-align: center;
	font-weight: 300;

}

.social-icons img{
	max-width: 40px;
	margin: 0 5px 0 5px;
}



footer-social li {
   display:inline-block;
   padding: 10px;
}

/*Start Social Portion of Footer*/
footer-social2{
  	background-color: #2b2f34;
	padding: 10px 40px 10px 40px;
	z-index: 3;
}

/*Nested Grid for Social Footer*/
footer-social2  {
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	z-index: 3;
}

.lines {
		border: 1px solid #535f6b;

}
/*End Social Portion Footer*/



/*Start Copyright Portion of Footer*/
footer-copyright{
  	background-color: #272b2f;
	color: #3d4249;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	font-weight: 300;

}

footer-copyright h3{
	font-weight: 500;
	color:#b4ada5;
	line-height: 1.5;

}


footer-copyright p{
	font-size: 12px;
}
/*End Copyright Portion of Footer*/

/*End Footer*/

