.offCan {
	width: 100%;
	height: 700px;
	text-align: center;
    background-color: #353c40;
	-webkit-transition: all .3s ease;
    -mox-transition: all .3s ease;
    transition: all .3s ease;
}

.text {
	padding-top: 20px;
	color: #a4cdac;
}

.toggle {
}

.toggle:hover {
}


/*	Nav bar
===================================== */

.showWork, .showWork1, .showWork2, .showWork3, .showWork4, .showWork5, .showWork6 {
	position: absolute;
	height: 1200px;
	width: 100%;
	background-color: #ededed;
	overflow: hidden;
    color: #353c40;
    border: solid 15px #353c40;
    padding: 30px 5%;
    margin-top: 0px;
    
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

	-webkit-transition: all .3s ease;
    -mox-transition: all .3s ease;
    transition: all .3s ease;
}

.showWork2 {padding-right: 6%;}

.showWork1 {background-color:;}

.showWork3 {
    padding: 100px 5%;
}

.showWork h1, .showWork1 h1, .showWork2 h1, .showWork3 h1, .showWork4 h1, .showWork5 h1, .showWork6 h1 {
    font-weight: 300;
    font-size: 2em;
    margin-top: 50px;
    padding-right: 60px;
    /* text-shadow: 1px 1px 20px rgba(0, 0, 0, .5); */
}

.showWork h2 {
	padding: 20px 0px;
	color: #f6f6f6;
	text-align: center;
}
.portText {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 600;
    color: #353c40;
    margin-right: 8%;
    margin-bottom: 50px;
    z-index: 1;
}

@media screen and (max-width: 55em) {

.showWork, .showWork1, .showWork2, .showWork3, .showWork4, .showWork5, .showWork6 {
    height: 1500px;
}    
        
}

@media screen and (max-width: 32.5em) {
    
    .showWork, .showWork1, .showWork2, .showWork3, .showWork4, .showWork5, .showWork6 {
        padding-top: 85px;
    }
    
}