/* Basic & Nav */
*{
    margin:0;
    padding:0;
}

body{
	margin:0 auto;
	width:100%;
	position: relative;
	font-family:Calibri, san-serif;
	font-size:2rem !important;
	}

nav{
	height:95px;
	background-color:white;
	position:fixed;
	width:100%;
	z-index:1;
	font-family:'Raleway', sans-serif;
	
	}
nav, li{
	display:inline;
	margin: 0 auto;
	float:left;
	font-size:25px;
	}
.navbar{
	-webkit-box-shadow:0px 1px 1px  rgba(50, 50, 50, 0.2);
 -moz-box-shadow:0px 1px 1px  rgba(50, 50, 50, 0.2);
 box-shadow:0px 2px 2px  rgba(50, 50, 50, 0.2);
margin-bottom:0px!important;
}
.navbar-nav {
		float:right !important;
	}
li{
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
	font-size:25px;
	color:black;
	}
		

#navlogo{
	margin-top:20px;
	margin-left:0px;
	}

.socialicons{
	height:50px;
	z-index:2;
	position: fixed;
    right: 10px;
    width: 230px;
	}

.smallicons{
	margin-left:6px;
	margin-right:6px;
	display:inline-block;
	}
	
nav a {
	color:black;
}

.leftnav{
	position:fixed;
	width:200px;
	background-color: rgba(255,255,255, 0.8);
	padding:10px;
	padding-bottom:30px;
	border-radius: 8px;
	z-index:10;
}

.leftnav li{
	font-size:12px;
	display:block !important;
}

.leftnav li:hover{
	color: #428bca;
	text-decoration: underline;
}

#logo{
	width:60px;
	}
.social{
	width:20px;
	}
.social2{
	width:25px;
	}
.social:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.social2:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#home{
	width: 100%;
    display: inline-block;
    padding-top: 10px;
	padding-bottom: 50px;
    margin: 0;
	}

#hometext p{
	font-family:'Raleway', sans-serif !important;
	font-size:28px;
	font-weight:100;
	}
#home h1 {
	text-transform: initial;
	text-align:left;
	margin-top:7%;
	}

p{
	font-size:2rem;
	}
	
hr{
	display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #40b5e8!important;
	font-size:28px;
  margin: 1em 0;
  padding: 0;
}
	
.ltext{
font-size:20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}	
	
.designer{
	float:left;
	width:50%;
	height:350px;
	display:block;
}

.designer p {
	margin-top:130px;
}

#wellstask {
	margin:0 auto;
	display:block;
	font-size:14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


#wellstask li{
	width:50%;
	display: list-item;
	text-align:left;
	line-height:.7;
	font-size:14px;

}

#visual{
        width: 325px;
        height: 325px;
        background: url("../images/visual_front.png") no-repeat;
		background-size:cover;
        display: inline-block;
  }
  
#visual:hover{
        background: url("../images/visual_back.png") no-repeat;
		background-size:cover;
        display: inline-block;
  }
  
 #ux{
        width: 325px;
        height: 325px;
        background: url("../images/ux_front.png") no-repeat;
		background-size:cover;
        display: inline-block;
  }
  
#ux:hover{
        background: url("../images/ux_back.png") no-repeat;
		background-size:cover;
        display: inline-block;
  }
  
  
 .spacer{
	 padding-top:10px;
 }
  
 /* Text */
  
h1{
	font-size:40px;
	z-index:0;
	line-height:120%!important;
	font-family:'Raleway', sans-serif !important;
	letter-spacing:4px;
	color:#3D3D3D;
	font-weight:400 !important;
	}
h2, h3{
	font-family:'Raleway', sans-serif !important;
	}
h3 {
	font-size:30px !important;
	}
	
.largetext {
font-size:50px !important;
}	

.feature{
	margin-top:180px;
}
		
/* Work content pages */

.workcontent{
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
	margin:0 auto;
	width:100%;
	}
	
.workcontent h1{
	margin-top:100px;
	text-align:center;
	}
	
.workcontent h2{
	font-weight:600;
	text-align:left;
	line-height:1.5;
	}	
	
	
.workcontent h3{
	font-weight:600;
	text-align:left!important;
	font-size:25px !important;
	}	
	
.workcontent p{ 	
text-align:left;
	}
	
.workcontent img{ 	
Width:100%;
	}
	
.smallimg{
text-align:left !important;
}

.workdivider{ 	
background-color:#40b5e8;
color:#000;
	}	
	

.title{
	font-size:20px;
	}

#work1{
	height:250px;
	background-image:url('../images/thumb_pixelart.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	overflow:hidden;
	}
#work2{
	background-image:url('../images/thumb_tgpf.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:250px;
	}
#work3{
	background-image:url('../images/thumb_vpm.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:250px;
	}
#work4{
	background-image:url('../images/thumb_yoursphere.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:250px;
	}
#work5{
	height:250px;
	background-image:url('../images/thumb_soundshare.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	}
#work6{
	background-image:url('../images/thumb_muindi.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:250px;
	}
#work7{
	background-image:url('../images/thumb_bullfrogbees.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:250px;
	}
#work8{
	background-image:url('../images/thumb_brunchboys.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:250px;
	}
#work9{
	background-image:url('../images/thumb_gg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:250px;
	}
	
.overlay {  background:rgba(0,0,0,.75);
			height:90%;
			width:100%;
			margin-top:10px;
		    text-align:center;
            opacity:0;
            transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
	}
#work1:hover .overlay,
#work2:hover .overlay,
#work3:hover .overlay,
#work4:hover .overlay,
#work5:hover .overlay,
#work6:hover .overlay,
#work7:hover .overlay,
#work8:hover .overlay,
#work9:hover .overlay {
               opacity:1;}

.fullimage{
	width:100%;
	}
.medimage{
	width:80%;
	}
.halfimage{
	width:50%;
	}
.col-md-6 h3{
	margin-top:70px;
	text-align:center;
	}

.col-md-12 h3{
	margin-top:70px;
	text-align:center;
	}
			   
.col-md-6{
	text-align:left;
	padding-bottom:10px;
	}
	
.freelancework{
	padding-top:100px;
	}	

.graybackground{
	background-color:#d5d5d5;
	padding-bottom:0px;
	padding-top:10px;
	margin:0px;
	}
	
.lightgraybackground{
	background-color:#f2f2f2;
	}
	
.blackbackground{
	background-color:#000;
	}
	
.lightbluebackground{
	background-color:#B8EEFF;
}

	
	
video {
   clip-path: inset(1px 1px);
   border-radius:1px; 
   outline: none;
   margin-bottom: -1px;
}

-webkit-box-sizing: unset;
-moz-box-sizing: unset;
box-sizing: unset;
			   
.illustraion{
	background-image:url('../images/illustration.png');
	background-repeat: no-repeat;
    background-position: center;
	width:100%;
	height:100%;
	}
.ui{
	background-image:url('../images/ui.png');
	background-repeat: no-repeat;
    background-position: center;
	width:100%;
	height:100%;
	}
.packaging{
	background-image:url('../images/packaging.png');
	background-repeat: no-repeat;
    background-position: center;
	width:100%;
	height:100%;
	}
.brand{
	background-image:url('../images/brand.png');
	background-repeat: no-repeat;
    background-position: center;
	width:100%;
	height:100%;
	}

.pixelart{
	margin:10px;
	width:60%;
	}
.vpmedia{
	width:100%;
	}
#slides{
	width:200px;
	margin:0 auto;
	}

#back{
	width:60px;
	float:left;
	}
#back:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#next{
	width:60px;
	float:right;
	}
#next:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


#workpagebanner1{
	background-image:url("../images/WellsFargo_homepage.jpg");
	background-size: cover;
	background-position: right;
	}
#workpagebanner2{
	background-image:url("../images/WellsFargo_search.jpg");
	background-size: cover;
	background-position: center;
	}
	
#workpagebanner3{
	background-image:url("../images/WellsFargo_chatbot.jpg");
	background-size: cover;
	background-position: right;
	}	
	
#workpagebanner4{
	background-image:url("../images/MWB_Supportsite.jpg");
	background-size: cover;
	background-position: right;
	}	

#workpagebanner5{
	background-image:url("../images/Adroll_recipe.jpg");
	background-size: cover;
	background-position: right;
	}	
	

	
.workbanners{
	width:100%;
	height:600px !important;
	}

.workbanners p{
	font-size:18px;
	}	

.smallicon {
	width:15px;
	margin-right:10px;
}
	

#homework1{
	background-color:#3db7e8;
}

#homework2{
	background-color:red;
}
	
.worksummery{
	float:left;
	width:60%;
	padding-top:60px;
}

.workpagesummary{
	float:left;
	width:60%;
	padding-top:100px;
}


.worksummeryright{
	float:right;
	width:60%;
	margin-top:100px;
}

.floatright{
	float:right;
}


/* Style the tab */
.tabcontainer{
	margin:0 auto;
	display:block;
}
	
.tab {
  overflow: hidden;
  padding:20px;
  margin:0 auto;
  display:block;
  padding-left:0px;
}

.tab img {
  width:160px;
  float: left;
  margin-left:160px;
}

.tab ul{
	 margin:0px;
}

.tab li{
	 display: inline;
	 margin-top:0px;
}

.tab li:first-child{
	margin-left:0px;
}

.tab a{
	color:black;
}
	
.activelink h4{
	color:#2a6496;
}

.jobdes {
  float: left;
  padding-right:40px;
  margin-right:30px;
  border-right:1px solid #ccc;
  height:112px;
}


/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 33px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	color:#3db7e8;
	text-decoration: underline;
}

/* Create an active/current tablink class */
.tab button.active {
	color:#3db7e8;
}

/* Style the tab content */
.tabcontent {
  border: 1px solid #ccc;
  border-top: none;
  display:block;
  overflow:hidden;
}

.tabcontent h4 {
	margin-bottom:10px;
	font-size:25px;
	font-family:'Raleway', sans-serif !important;
	}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:50px;
}

.fullwidth{
	width:100%;
}
.dropshadow{
	  -webkit-filter: drop-shadow(2px 2px 2px #666666);
   filter: drop-shadow(2px 2px 2px #666666);
}
.graybk{
	background-color:#f2f2f2;
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.whitebk{
	background-color:#ffffff;
	width:100%;
	text-align:center;
}

.tabcontent .col-md-6{
	padding-top:4%;
	padding-right:5%;
}

.tabcontent li{
	font-size:15px;
	margin-left:0px;
	text-align:left;
	margin-top:0px;
	float:none;
	display:block;
}

input {
	height:45px;
	border-radius: 15px;
	border: 2px solid #000000;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	padding:10px;
    text-decoration: none;
    border: 1px solid transparent;
	color:white;
	background-color:#428bca;
	}

#errormessage{
	text-align:center;
	margin-top:10px;
	color:#FF0000;

}

#footersocial {
	text-align:center;
	padding-top:10px;
	}
#footersocial img:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#footersocial img{
	margin-left:10px;
	margin-right:10px;
	height:20px;
	}
	
.fsicons{
	display:inline;
	float:right;
	}
	
.ftext{
	text-align:center;
	font-size:11px;
	float:left;
	margin-top:8px;
}
	
	
.bluebkground{
	background-color:#3db7e8;
}
	
#freelancecontact{
	height:300px;
	}	
.lblue{
	color:#3db7e8 ;
	}
.container{
	width:1920px;
	display:block;
	}	
.lettercontainer{
	width:900px;
	display:block;
	margin:0 auto;
	}
.lettercontainer h3{
	text-align:left;
	}	
.shortpar{
	padding-top:80px;
	padding-bottom:100px;
	margin:0 auto;
	text-align:center;
	}
.heroimage{
	height:auto;
	display:block;
	margin-top:-250px;
}
#myface{
	text-align:center;
	margin:0 auto;
	}
#myface p{
	width:90%;
	margin:0 auto;
	}	
#mytext{
	margin-top:40px;
	}	
#avatar{
	width:60%;
	}
#avatar p{
	text-align:left;
	}
#contacttext{
	text-align:left;
	padding-bottom:50px;
	padding-top:50px;
	width:100%;
	margin:0 auto;
	}
#contacttext> h3{
	text-align:left;
	font-size:40px;
	color:#3db7e8;
	}
#resume{
	text-align:left;
	}
.contactcol{
	width:50%;
	text-align:left;
	margin-bottom:10px;
	font-size:16px;
	float:left;
	}
.invertbtn{
	background-color:white;
	width:90%;
	padding:10px;
	border-radius: 15px;
	text-decoration: none;
	border: 2px solid #428bca;
	display:block;
	}


	
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:700';

$font:'Source Sans Pro', sans-serif;
$primary:#FF0072;
$second:#644cad;
$third:#4426a8;
  
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body{
    height:100%;
    width: 100%;
}

body {
  padding:0px;
  margin:0;
  font-family:$font;
  background: #F5F0FF;
  -webkit-font-smoothing: antialiased;
}

.dark {
  background:#24252A;
}

.flex {
  min-height:50vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

a.bttn {
  color:$primary;
  text-decoration:none;
  -webkit-transition:0.3s all ease;
  transition:0.3s ease all;
  &:hover {
    color:#FFF;
  }
  &:focus {
    color:#FFF;
  }
}

a.bttn-dark {
  color:$second;
  text-decoration:none;
  -webkit-transition:0.3s all ease;
  transition:0.3s ease all;
  &:hover {
    color:#FFF;
  }
  &:focus {
    color:#FFF;
  }
}


.smallbtn a{
	color:black;
	text-decoration:none;
	z-index:2;
}

.smallbtn a:hover{
	color:black;
	text-decoration:none;
}


.smallbtn {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.smallbtn {
    --c: black;
    color: var(--c);
    font-size: 16px;
    border: 0.3em solid var(--c);
    border-radius: 0.5em;
    width: 12em;
    height: 3em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 2em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin-top: 2em;
	background-color:transparent !important;
}

.smallbtn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #40b5e8;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}



.smallbtn:hover span {
    transform: translateY(0) scale(2);
}

.smallbtn span:nth-child(1) {
    --n: 1;
}

.smallbtn span:nth-child(2) {
    --n: 2;
}

.smallbtn span:nth-child(3) {
    --n: 3;
}

.smallbtn span:nth-child(4) {
    --n: 4;
}
	
	
	
	

.bluebtn a{
	color:#40b5e8;
	text-decoration:none;
}

.bluebtn a:hover{
	color:#40b5e8;
	text-decoration:none;
}


.bluebtn {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bluebtn {
    --c: #40b5e8;
    color: var(--c);
    font-size: 16px;
    border: 0.3em solid var(--c);
    border-radius: 0.5em;
    width: 12em;
    height: 3em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 2em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin-top: 2em;
	background-color:transparent !important;
}

.bluebtn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #B8EEFF;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}


.bluebtn:hover span {
    transform: translateY(0) scale(2);
}

.bluebtn span:nth-child(1) {
    --n: 1;
}

.bluebtn span:nth-child(2) {
    --n: 2;
}

.bluebtn span:nth-child(3) {
    --n: 3;
}

.bluebtn span:nth-child(4) {
    --n: 4;
}
	
	
	
	
	

.solidbtn{
	background-color:#1E73BE;
	padding:10px ;
	border-radius: 15px;
	text-decoration: none;
	border: 2px solid #1E73BE;
	display:block;
	color:white;
	width:200px;
	text-align:center;
	font-size:16px;
	float:left;
	}

.solidbtn:hover{
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	color:white;
}

.solidbtn:visited{

	color:white;
}

.emailbtn{
	width:200px;
	text-align:center;
	float:right;
	margin-right:150px;
	font-size:16px;
	padding: 0px;
	}	
	
.emailbtn:hover{
    opacity: .8;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	color:white;
}

.contactlinks{
width:100%
margin:0 auto;
}

.contactlinks2{

padding-top:20px;
width:450px;
margin:0 auto;
}

.pright{
margin-right:50px;
}

	
.whiteborder{
	padding:50px;
	}
.skillschart h3{
	margin-top:10px;
	font-size:15px !important;
	text-align:center;
	color:#3db7e8 !important;
}
.infotitle{
	text-align:left!important;
	}
	
.skillschart li{
	display:block;
	text-align:left;
	font-size:15px;
	line-height:1;
	margin-left:0;
}

.skills{
	width:24%;
	display:block;
	float:left;
	margin-bottom:20px;
	margin-right:1%;
	}
.skillstext{
	width:49%;
	display:block;
	float:left;
	margin-bottom:20px;
	margin-right:1%;
	}
.skillstext ul li{
	float:none;
	list-style-type: circle;
	}
.skillname{
	float:left;
	width:40%;
	text-align:center;
	margin-right:3%;
}

.left{
	margin-left:-40px;
	}	

.skillname img{
	width:45%;
	margin-right:2%;
}




.skilldetail li{
	margin-top:0px;
	display: block;
	 float: left;
    clear: left;
	margin-left:0px;
}
	
.clearboth{
	clear:both;
}

.usecases{
	margin-top:60px;
}	

.messagenames li{
	color: #428bca;
    text-decoration: none;
	margin-left: 0px;
    margin-right: 40px;
	font-size:20px;
}

.messagenames li:hover{
    text-decoration: underline;
}

#message{
	    height: 450px;
		background-color:#f2f2f2;
	}
	
#messagetext{
	    height: 250px;
    margin-top: 145px;
}

.password{
	text-align:center;
	margin-top:200px;
	margin-bottom:200px;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  position: relative;
}

/* Hide the mobile navigation menu */
.topnav {
  display: none;
 
}



/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 14px 8%;
  text-decoration: none;
  font-size: 17px;
  display: block;
  font-family: 'Raleway', sans-serif;
}

/* Style the hamburger menu */
.topnav a.icon {
  padding:30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #f2f2f2;
  color: #428bca;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}


/* Mobile */

@media screen and (max-width: 1660px) {	
	#workbanner3 .worksummery{
		width:50%;
	}
	.workpagesummary{
	width:50%;
}
}
@media screen and (max-width: 1290px) {	
	#avatar{
	width:75%;
	}
	
	#myface{
	width:100%;
	margin: 15px auto;
	}
	.skills{
		width:45%;
		}
	.left{
		margin-left:0px;
		}
	.tab{
		padding:30px;
	}
	.tab img {
    margin-left: 70px;
	}
	.tab button{
	padding: 10px 16px;
	}
	#workbanner3 .worksummery{
		width:40%;
	}
	#workbanner3 .workpagesummary{
		width:40%;
	}
	 .tabcontent #workpagebanner3{
	background-position: 70% 100%;
	}	
	
}

@media screen and (max-width: 1100px) {
	#workbanner3 .worksummery{
		width:35%;
	}
	#workbanner3 .workpagesummary{
		width:35%;
	}
	.leftnav{
		display:none;
	}
	.workpagesummary{
	width:50%;
}
}

@media screen and (max-width: 1000px) {

	.medimage{
	width:80%;
	}	
	.halfimage{
	width:80%;
	}
	
	#myface {
	margin-left:0%;
	margin-right:0%;
	float:left;
	}
	#contacttext {
	margin-left:0%;
	margin-right:0%;
	float:left;
	}
	#myface{
	width:100%;
	margin: 15px auto;
	}
	.left{
		margin-left:0px;
		}
	.skillschart h3{
	font-size:20px !important;
	}
	.tab button{
	padding: 5px 12px;
	}
	.socialicons{
	display:none;
	}
	#workbanner3{
	background-position: left;
	}	
	
	#workpagebanner1, #workpagebanner3, #workpagebanner5{
	background-position: left;
	}	
	#workbanner3 .worksummery{
		width:100%;
	}#workbanner3 .workpagesummary{
		width:100%;
	}
	.workpagesummary{
	width:90%;
}
 .tabcontent #workpagebanner3{
	background-position: left;
	}
}



@media screen and (max-width: 950px) {
	.workbanners{
		height:520px !important;
	}
	#workbanner1{
	background-position: left;
	}
	#workbanner2{
	background-position: right;
	}
	#workpagebanner2{
	background-position: right;
	}
	.worksummery{
		width:96%;
		padding-top:70px;
		padding-left:20px;
	}
	.workpagesummary{
		width:96%;
		padding-top:70px;
		padding-left:20px;
	}
	.worksummeryright{
		width:96%;
		padding-left:20px;
	}	
	.container{
		width:100%;
	}
	.lettercontainer{
		width:100%;
	}
	.center{
	width:100%;
	}
	.emailbtn{
	float: none;
	margin:20px auto;
	}
	 .tabcontent #workpagebanner3{
	background-position: left;
	}	
		.tab li:first-child{
	margin-left:20px;
}
.spacer{
	display:none;
}
}


@media screen and (max-width: 800px) {
	#avatar{
	width:65%;
	}
	#contacttext{
	margin-top:-50px;
	margin-left:0%;
	margin-right:0%;
	}
	
	.graybk img{
		width:100%;
	}
	.whitebk img{
		width:100%;
	}
	.tab button{
	clear:both;
	margin:0 auto;
	padding: 8px 0px;
	}
	.jobdes{
		border-style:none;
		margin-right:0px;
		margin-top:10px;
	}
	.tab img{
		margin-left:0px;
	}
	.worksummeryright{
		float:left;
	}
	#workbanner2{
	background-position: right;
	}	

	#workpagebanner2{
	background-position: right;
	}	
	.skillstext{
		width:100%;
	}
	.topnav {
	display: inline-block;
	}
	.navbar{
		display:none;
	}
	.workcontent img{
		width:100%;
	}
	.feature {
    margin-top: 0px;
}
.workcontent h1{
	margin-top:0px;
}
.skillspacer{
	margin-top:50px;
}
}

@media screen and (max-width: 700px) {

	.medimage{
	width:100%;
	}	
	.halfimage{
	width:100%;
	}
	
	.whiteborder{
	padding:0px;
	}
	#visual{
		width:300px;
		height:300px;
	}
	#ux{
		width:300px;
		height:300px;
	}
	#home{
		margin-top:20px;
	}
	#hometext{
		width:90%;
	}
	#message{
		height:700px;
	}
	#messagetext{
		margin-top:200px;
	}
	nav{
	height:160px;
	}
.solidbtn{
	width:100%;
	margin-bottom:20px;
}
.solidbtn:last-child{
	margin-bottom:100px;
}


}

@media screen and (max-width: 500px) {
	nav{
	height:150px;
	}
	#visual{
		width:200px;
		height:200px;
	}
	#ux{
		width:200px;
		height:200px;
	}
	.skills{
		width:100%;
		}
	.freelancework{
	padding-top:150px;
	}
	nav a{
	font-size:20px;
	}
	nav li{
		margin-right:10px;
	}#message{
		height:800px;
	}
	#hometext{
		width:90%;
	}

.col-md-4{
	padding-top:20px;
}

.fsicons{
	display:none;
}

.contactlinks2{
	width:100%;
}

.bluebtn{
	width:100%;
}

}



