body {
  color: white;
  font-family: "Raleway", sans-serif;
  background-color: rgb(0, 8, 53);
}

nav {
	text-align: right;
	line-height: 3em;
	text-transform: uppercase;
}

ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

a {
  padding: 0 10px 0 10px;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FFD700;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FFD700;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #FFD700;
  background-color: transparent;
  text-decoration: underline;
}
img.right-logo {
  float: right;
  width: 50%;
}

img.left-pgtitle{
		  width: 50%;
}
header {
	padding: 5%;
} 

/*Print & Photography Pages */
.container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.container img {
	width: 95%;
	margin: 1.5%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
}

/*Multimedia Page */
video {
	width: 100%;
	margin: 1.5%;
	transition: transform .2s;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
}

/*Resume / CV Page */
.resume {
	width: 100%;
    padding-bottom: 4%;
    color: #111;
    background-color: white;
}

.resume section {
	margin: 5% 10% 5%; 
}

/*Resume Header*/
.flex-head {
	display: flex;
    flex-wrap: wrap;
    background-color: #ffcc66; /*light-gold*/
    padding: 4%;
}

.header-a {
	width: 40%;
}

.header-b {
	width: 60%;
}

.header-b img {
	width: 30px;
	height: 30px;
	padding-right: 5px;
}

.flex-head span {
	display: flex;
	align-items:center;
}


/*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: #ffcc66;
	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-image: url('../indexbg.jpg');
	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
}

/*Contact Form*/
.form {
	width: 100%;
    padding-bottom: 4%;
    color: #111;
    background-color: #ffcc66; /*light-gold*/
    border-radius: 20px;
}

.form h2 {
	padding: 5%;
}

.contact-form {
	margin: 5% 10% 5%; 
}

fieldset, .form div {
	margin-bottom: 1em;
}

fieldset {
	border-style: none;
	line-height: 1em;

}

label, input:not(.radio), input:not(#mail-list){
	width: 100%;
	line-height: 1.5em;
}

input, select{
	font-size: 1em;
}

.inquirytype {
	line-height: 2em;
}

input, textarea {
	border-style: solid;
	border-color: white;
	border-radius: 10px;
	background-color: white;
}

textarea {
	width: 100%;
}

footer {
	margin-top: 3%;
}
