/* Background */
body {
	background: #2a2a2a; 
	color: rgb(255, 255, 255);
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

.bg-image2{
	background-image: url("images/luck2.png");
	background-repeat: no-repeat;
	background-position:100% 70%;
	background-size: 40%;
}
/* Background */





/*Typography*/
h1 {
	font-size: 2.25em;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: black;
}

h2 {
	font-size: 5em;
	font-family: 'Permanent Marker', "Arial Black", "Arial Bold", Gadget, sans-serif;
	color: black;
}

h3 {
	font-size: 2.25em;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

h4 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}

h5 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 1em;
}

p {
	font-family: 'Permanent Marker', "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
	justify-content: center;
}
/*Typography*/








/*misc*/
header, section, footer {
	display: flex;
	justify-content: center;
}

section {
	background-color: rgba(24,24,24,0.7); 
	max-width: 100%;
}

li, dd {
	padding-bottom: .5em;
}

address {
	font-family: 'Permanent Marker', "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 1.5em;
	display: inline;
	justify-content: center;
}

footer {
	margin-bottom: 80px;
}

a:link {
  color: #319177;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #3db595;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ce6e88;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #2e8b57;
  background-color: transparent;
  text-decoration: underline;
}

/*misc*/










/*header*/
* {
	box-sizing: border-box;
}

.intro-container {
	display: flex;
	flex-wrap: wrap;
	font-size: 1em;
	text-align: center;
	;
}

.flex-intro-left {
	background: #2a2a2a;
	padding: 10px;
	flex: 50%;
	text-align: right;
	padding: 100px 10px;
	line-height: .1%;
	min-height: 20vh;
	max-height: 80vh;
}

.flex-intro-left img {
	overflow: visible;
	float: left;
}

.intro-img-right {
	background: #2a2a2a;
	padding: 10px;
	flex: 50%;
}

.intro-img-right img {
	width: 100%;
	height: auto;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
	.intro-img-right, .flex-intro-left {
		flex: 100%;
	}
}
/*Header*/













/*Profile*/
.prof-container {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	justify-content: center;
	margin: 20px 30% 10%; 
	

}

/* Responsive layout - removes margin for small screen */
 @media screen and (max-width: 1000px) {
.prof-container { 
  margin-left: 0 !important;
  margin-right:0 !important;
}}



/*Profile*/












/*Core Competencies*/
.cc-container {
	display: flex;
	flex-flow: row wrap; 
	justify-content: center;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px; 
	margin-bottom: 10%;
}

.cc-container .box { 
	position: relative;
	width: calc(300px - 30px);
	height: calc(450px - 30px);
	background: rgba(49, 145, 119, 0.5);
	float: left;
	margin: 15px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}	

.cc-container .box .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #444;
	transition: 0.5s;
	z-index: 1;
}

.cc-container .box:hover .icon {
	top: 20px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.cc-container .box .icon .img  {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
	color: #333;
}

.cc-container .box .content {
	position: absolute;
	top: 80px;
	height: calc(100% - 100px);
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s
}
.cc-container .box .content h4 {
	justify-content: center;
	text-align: center;
	font-size: 1.3em;
	line-height: 1em;
	font-family: 'Permanent Marker', "Arial Black", "Arial Bold", Gadget, sans-serif;
	color: white
}

/*Core Competencies*/

















/*flex box resume*/

* {
	box-sizing: border-box;
}

.flex-container-resume {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	border-radius: 20px;
	margin: 20px 10% 50px 10%;
}

.sel-ex-left {
	max-height: calc(16px + 85vh);
	overflow: hidden;
	overflow-y: scroll;
	background-color: rgb(34, 34, 34);
	padding: 20px;
	flex: 75%;
}

.sel-ex-left::-webkit-scrollbar {
	display: none;
}

.more-info-right {
	max-height: calc(16px + 85vh);
	overflow: hidden;
	overflow-y: scroll;
	background-color: rgba(68, 68, 68, 50%);
	padding: 20px;
	flex: 25%;
}

.more-info-right::-webkit-scrollbar {
	display: none;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
	.more-info-right, .sel-ex-left {
		flex: 100%;
}}
/*flex box resume*/










