/*
font-family: 'Lora', serif;
font-family: 'Merriweather', serif;
*/


.title {
	text-align: center;
	margin: 0;
}

.title p{
	margin:0;
}
#mj {
	font-size: 48px;
	font-family: 'Lora', serif;
}



#contact{
	font-size: 16px;
	font-family: 'Merriweather', serif;
}

.section_title{
	font-family:Lora;
	font-size:32px;
	margin:0px;
}

.work{
	font-family: Lora;
	font-size:20px;
	margin: 15px 0 0px 0;
	font-style: italic;
}

.work_position{
	font-style: italic;
}

.ed_work{
	font-size: 16px;
	font-family: 'Merriweather', serif;
}


#top{
	margin: 0px;
}

#bottom{
	margin: 0 0 0 0;
}

li {
	font-size: 16px;
	font-family: 'Merriweather', serif;
}

html{
	width:65%;
	margin-left: auto;
	margin-right: auto
}

.container {
  display: flex;
  width: 100%;
}

.skill_section{
	flex: 1
	border: 1px solid;
	width:30%;
}


.content {
	font-size: 16px;
	font-family: 'Merriweather', serif;
	margin: 0;
}

.small-text{
	font-size: 14px;
}

@media (max-width: 600px) { /*breakpoint*/
  .container {
    flex-direction: column;
  }
}





