* {
  margin: 0;
  padding: 0;
}
body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
}
h2 {
		font-size: 3rem;
}
p {
		font-size: 1.5rem;
}

.column {
	height: 100vh;
	width: 50%;
	display: flex;
	align-items: flex-end;
	
}
@media (max-width: 768px) {
    /* For mobile phones: */
    .column {
        width: 100%;
    }
}
.info {
		margin-bottom: 10%;
}
.infoTwo{
	margin-top: 50px;
	margin-left: 50px;
	margin-right:50px;
	
}
.blockText{
    text-decoration: underline; 
    text-decoration-style: wavy;
	text-decoration-color: #616161;
	font-weight: bold;
}

.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;
}
.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;
}
.cat2 {
	background-size: cover;
	color: rgba(0,0,0,.7);
	align-items: flex-start;
}

@media all and (min-width: 500px) {
  .wrapper {
    display: flex;
  }
}
.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;}
}
.header {
    	background-color: #616161;
		height: 50px;
}
.main__container-about {
    animation-delay: 1s;
	text-align: none;
}
.main__container-about img{
	width: 50%;
    height: auto;
}
.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;
	
}
.main_copy {
    line-height: 26px;
}

.block-description{
	font-family: 'Raleway', sans-serif;
}
