* {
  margin: 0;
  padding: 0;
}
body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
}
h2 {
		font-size: 3rem;
}
p {
		font-size: 1.5rem;
}


.sidenav {
    height:100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
	opacity: 0.7;
    filter: Alpha(opacity=70); /* IE8 and earlier */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
	background: #000;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	background: none;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .projDes{
	font-size: 14px;
	line-height: 26px;
	padding:15px;
   }
}
@media all and (min-width: 500px) {
  .wrapper {
    display: flex;
  }
}
.column {
	height: 100vh;
	width: 50%;
	display: flex;
	align-items: flex-end;
	
}
@media (max-width: 768px) {
    /* For mobile phones: */
    .column {
        width: 100%;
    }
}
.cat1 {
	background: url(../images/me.jpeg) no-repeat top center;
	background-size: cover;
	color: rgba(255,255,255,.7);
	text-align: center;
	justify-content: center;
}
.info {
		margin-bottom: 10%;
}
.email a {
		font-size: 2rem;
		background: #616161;
		border-radius: 5px;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		margin-top: 18px;
}
.email a:hover {
		background: #C67F90;
}
.cat2 {
	background-size: cover;
	color: rgba(0,0,0,.7);
	align-items: flex-start;
}
.infoTwo{
	margin-top: 50px;
	margin-left: 50px;
	margin-right:50px;
	
}
.main__container {
	text-align: none;
}
.blockText{
    text-decoration: underline; 
    text-decoration-style: wavy;
	text-decoration-color: #616161;
	font-weight: bold;
}

.main__tag {
    color: #C67F90;
	margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	
}
.header {
    	background-color: #616161;
		height: 50px;
}


.main_copy {
    line-height: 26px;
}

.block-description{
	font-family: 'Raleway', sans-serif;
}
.blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    
    max-width: 1050px;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
	font-family: 'Raleway', sans-serif;
}
.block {
    min-height:60px;
    height: 60px;
    background-color: #00b2a9;
    color: #fff;
    padding: 30px;
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 15px;
    transition: 0.5s;
	text-align: center;
}
.projDes{
	font-size: 14px;
	line-height: 26px;
	padding:10px;
}
/* Safari 4.0 -8.0 */
@-webkit-keyframes example {
    0%   {background-color: red;}
    25%  {background-color: yellow;}
    50%  {background-color: blue;}
    100% {background-color: green;}
}

/* Standard syntax */
@keyframes example {
    0%   {background-color: red;}
    25%  {background-color: yellow;}
    50%  {background-color: blue;}
    100% {background-color: green;}
}


@keyframes jump {
	0% { right: 0; } 
	50% { right: 50px; } 
	100% { right: 0; }
	}

.arrow-right { 
	 position: relative;
	 margin: 0 auto; 
	 text-align: center; 
	animation: jump 5s infinite;
	-webkit-animation:jump 5s infinite;
	transition:0.3s opacity ease;
	animation-play-state:paused;
     i { content: '\f0a8'; font-family: 'FontAwesome'; font-size: 80px; }
     i:hover { color: #FFAAAA; }

}
.arrow-right:hover{
	opacity:0.6;
	animation-play-state:running;
}
