@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

*{
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body{
	font-family: 'Rubik', sans-serif;  
	width: 100%;
	height:100%;
}

html {
	font-size: 16px;
}

h1 {
	font-size: 6rem;
}

h2 {
	font-size: 3rem;

}

h3 {
	font-size: 2rem;
	font-weight: 500;

}

.italic{
	font-style: italic;
}

body{
	background-color: #353a40;
  	color:#b4ada5;
}



wrapper {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr  auto auto;
    grid-template-columns: 100%;
}



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

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




.secondary-nav {
	padding: 60px 0 20px 0;
	  width: 100%;
	text-align: center;
	font-weight: 300;
}

.secondary-nav .title{
	font-weight: 500;
	}

.header {
	background-color: #353a40;
}


.content {
  background-color: #b4ada5;
  

}


.left-column {
	display: grid;
	justify-items: center;
	/*padding: 20px 0 0 20px;*/
}
    
.left-column p{
  	padding-bottom: 40px;
}


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

.left-column a:link {
    color: #353a40;
}

.left-column a:visited {
    color: #828180;
}

.left-column a:hover {
    color: #ffffff;
}





    
/*.content .left-column>img {
  width: 50%;
  height: auto;
  padding-top: 20px;
}*/

.media{ 
  padding-top: 20px;
}

.media>img{ 
  width: 300px;
}



.right-column {
  color: #fff;

}


.right-column p{
	font-weight: 300;
}


	
hr.style1 { border-top: 1px solid #000;}





@media only screen and (min-width: 641px){
  .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    width: 90%;
    margin: 40px auto 0 auto;
    max-width: 980px;  
  }
  
  .navbar{
	  padding-right: 20px;
  }
    .media{ 
  padding-left: 20px;}
  


}
/*760px*/

@media only screen and (min-width: 1025px){
  .content {
    grid-template-columns: 2fr 1fr;
    width: 80%;*//*Decide whether to use this*/
	padding: 20px;
	

}
  .media>img{ 
  width: 600px;
}
}

/*1000px*/



/*Start Navigation Bar and Links*/

.navbar{
  	background-color: #2b2f34;
  	text-align: end;
}


.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*/





/*Start Right-Column Project Description Styles and Links*/
.right-column{
	text-align: left;
	padding: 40px 30px 40px 20px;
}

.right-column .title {
	padding-top: 20px;    
	font-size: 20px;
	font-weight: 500;
}

.right-column ul {
	display: inline-block;
	margin-left: 20px;
	font-weight: 300;
	list-style-type: circle; 

}

.right-column li{
	margin: 10px 0 0 0;
}

.right-column .details {
font-weight: 300;
}

.right-column a {
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;

}

.right-column a:link {
    color: #353a40;
}

.right-column a:visited {
    color: #828180;
}

.right-column a:hover {
    color: #ffffff;
}
/*End Right-Column Project Description Styles and Links*/


.no-bullets ul{
	list-style: none;
	
}

.boldtext{
	font-weight: 500;
	font-size: 24px;
}



.button {
	background-color: #353a40;
    border: 2px solid #b4ada5;
    border-radius: 12px;
    padding: 20px;
    font-weight: 500;
}




/*Start Footer*/

/*Start Social Portion of Footer*/
footer-social{
  	background-color: #2b2f34;
	width: 100%;
	padding: 30px 0 10px 0;
	text-align: center;
	font-weight: 300;
	margin: 40px 0 0 0;

}

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

footer-social li {
   display:inline-block;
   padding: 10px;
}
/*End Social Portion of 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;
	font-size: 1rem;
	line-height: 1.5;
}




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


/*End Footer*/


















/*ribbon*/

.coming-soon{
	background-color: #a50037;
	text-align: center;
	height: 40px;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	width: 100%;
}

.max-image-size{
	max-width: 300px;
}












