/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––
- General Content
- Typography
- Header & Navigation
- Images & Media
- Footer
- Media Queries
–––––––––––––––––––––––––––––––––––––––––––––– */

/* General Content
–––––––––––––––––––––––––––––––––––––––––––––– */
canvas{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.main{padding-top:3%;}
.row{
    
    padding: 2% 0;}
.blue{background-color: #77abff;}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––– */
body{
	font-family: 'Abel',sans-serif;
	font-size: 1.5em;
	background-color: #fff;
	/*background-color: #2c2c2c;*/
}
h2{
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	margin: 0.67em;
}
h2.bio{color:#ffffff;}
p.bio{color: #fff;}

/* Header & Navigation
–––––––––––––––––––––––––––––––––––––––––––––– */
 ul.top{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #77abff;
}

 li.top{
	width: 300px;
	height: 70px;
	margin: 10px;	
	float: left;
	position: relative
}


 li a.top{
	
	text-align: center;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
	/*float: center;
    display: block;
    color: white;
    
    */
	text-decoration: none;
	color: white;
	position: absolute;
   
    margin-right: -50%;
    
}
 .activetext
{
	color: #77abff !important;
}
li a p.top
{
	text-align: center;
	margin: 0;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	color: white;
}
/*shows active page*/

.grey
{
	font-size: 1.3em;
	text-align: center;
	float: center;
	background-color: #2c2c2c;
	color: #fff;
}

.active
{
	
	background-color: white;
}
/* Change the link color to #111 (black) on hover */
.top li a:hover {
    background-color: #111;
}
header.main_nav{
	padding: 1% 0;
	display: block;
}
.logo{
	margin: 5% auto;
	text-align: center;
}
.whitelink
{
    color: #ffffff;
}
.whitelink:hover
{
    color: #ffffff;
}
.whitelink:visited
{
    color: #ffffff;
}

.logo a{
	
	font-size: 3em;
	color: #77abff;
	text-decoration: none;
	
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}

/* Images & Media
–––––––––––––––––––––––––––––––––––––––––––––– */
img{max-width: 100%;}
img.avatar{
	border-radius: 400px;
	border: 5px solid #fff;
}
/*img:hover{opacity:0.8;}*/

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */
ul.social{
	display: block;
	margin: 5% 0;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 3em;
	display: inline;
	padding: 0 2%;
}
ul.social li a{
	color: #666;
}
ul.social li.mail a:hover{color: rgb(122, 122, 122)}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
ul.social li.linkedin a:hover{color: rgb(0, 123,182);}

.desc
{
   font-family: 'PT Sans', sans-serif;
   font-size: .4em; 
    
}

p.copyright{
	text-align: center;
	color: #666;
	font-size: 1em;
}
.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.stamp
{
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}
  .card {
	display: inline-block;
	width: 32%;
	height: 18%;
  }
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1250px) {
	
	li.top{
		width: 100%;
		height: 70px;
		margin: 0;	
		float: left;
		position: relative
	}
	
}
/* Larger than mobile */
@media (max-width: 479px) {
	.logo a{font-size: 2em;}
	.main{padding-top:15%;}
	.portfolio img{margin-bottom: 10%;}
	img.avatar{margin-top: 15%;}
	h2.bio{font-size: 2.5em;}
	p.bio{font-size: 1.25em;color: #3f7f7c;}
	ul.social li a{font-size: .75em;}
}