@charset "UTF-8";
/* CSS Document */


// <weight>: Use a value from 300 to 900
// <uniquifier>: Use a unique and descriptive class name

.merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



body {
    background-color:rgba(245,213,213,1.00);
}

h1{color:rgba(167,93,129,1.00);
	font-size: 70px;
	font-family: "Merriweather", serif;
	font-style:normal;
	font-weight:500;
	text-align: center;
}


h2{color:rgba(128,123,123,1.00);
	font-size: 40px;
	font-family:"Merriweather", serif;
	font-style:normal;
	font-weight:300;
	text-align: center;
}




h3{color:rgba(128,123,123,1.00);
	font-size: 25px;
	font-family:"Merriweather", serif;
	font-style:normal;
	font-weight:300;
	text-align: left;
}




h4{color:rgba(167,93,129,1.00);
	font-size: 50px;
	font-family: "Merriweather", serif;
	font-style:normal;
	font-weight:500;
	text-align: left;
}



h5{color:rgba(0,0,0,1.00);
	font-size: 20px;
	font-family: "Merriweather", serif;
	font-style:normal;
	font-weight:500;
	text-align: left;
}




h6{color:rgba(0,0,0,1.00);
	font-size: 20px;
	font-family: "Merriweather", serif;
	font-style:normal;
	font-weight:500;
	text-align: center;
}


h7{color:rgba(128,123,123,1.00);
	font-size: 25px;
	font-family:"Merriweather", serif;
	font-style:normal;
	font-weight:300;
	text-align: center;
}





a:link{color: rgba(128,123,123,1.00);
text-decoration: none;
}
a:visited{color: rgba(128,123,123,1.00);}
a:hover{color:rgba(184,139,166,1.00);}
a:active{color: rgba(254,254,254,1.00);}



#intro_content{width:1180px;
	height: 180px;
	background:rgba(251,244,245,1.00);
	color: rgba(128,123,123,1.00);
	margin:15px auto;
	padding: 10px;
	font-size: 35px;
	text-align: center;
}
	


.intro{width:1200px;
	margin: 10px auto;
}



#Adobe_Dreamweaver{width: 1200px;
height: 1100px;
margin: 25px auto;
background: rgba(251,244,245,1.00);
}







#Adobe_Illustrator{width: 1200px;
height: 3700px;
margin: 25px auto;
background: rgba(251,244,245,1.00);
}





#Adobe_AfterEffetcs{width: 1200px;
height: 700px;
margin: 25px auto;
background: rgba(251,244,245,1.00);
}




#Design_Class{width: 1200px;
height: 2670px;
margin: 25px auto;
background: rgba(251,244,245,1.00);
}




#social_content{width:1180px;
	height: 180px;
	background:rgba(251,244,245,1.00);
	color: rgba(128,123,123,1.00);
	margin:15px auto;
	padding: 10px;
	font-size: 35px;
	text-align: center;
}




.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

















