/*
Name: John Zhuang
Date: 04.09.17
Section: CSE 154 AP

This is the index.css file for my Creative Project #2.
*/
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon');



body {
	background-color: lime;
	text-align: center;
}

/* p { */
	/* border: 5px ridge blue; */
	/* border-radius: 20px; */
	/* padding: 2px; */
/* } */

header {
	color: black;
	font-family: Impact;
	font-size: 30px;
	margin-bottom: 5px;
}

img	{
	height: 200px;
	margin: 2px;
}

.box {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.name {
	text-align: center;
	font-family: 'Do Hyeon', sans-serif;
	font-size: 30pt;
	margin-top: 10px;
}
.box2 {
	width: 50%;
	display: flex;
	flex-basis: 50%;
	text-align: center;
}

#intro {
	font-size: 20pt;
	font-family: font-family: 'Black Han Sans', sans-serif;
}
	
.emphasis{
	font-size: 20pt;
	font-family: 'Poppins', sans-serif;
	color: red;
}

#emphasis2 {
	font-size: 30pt;
	margin-bottom: 10px;
}

}
#left {
	flex-basis: 40%;
}

#right {
	flex-basis: 60%;
}

.columnA {
    padding: 2em;
    margin: 2em;
    border: 4px;
    border-color: red;
    border-style: dashed;
}

.columnB {
    padding: 2em;
    border: 4px;
	margin-left: auto;
    margin-right: auto;
    border-color: blue;
    border-style: dashed;
}

.slogan {
	font-size: 20pt;
	font-family: 'Do Hyeon', sans-serif;;
}

footer {
	text-align: center; 
	font-size: 30px;
}

strong {
	font-family: 'Patua One', cursive;
	color: black;
	text-transform: uppercase;
}


