/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******* Universal Styles ******/

html {
    font-family: 'Averia Serif Libre', cursive;
	font-family: 'Josefin Sans', sans-serif;
}

h1 {
	color: #000000;
	font-family: averia serif libre;
	font-size: 60px;
	font-weight: 800;
	margin: 20px 0; 
}

h2 {
	color: #000000;
	font-family: averia serif libre;
	font-size: 35px;
	margin: 20px 0;
}

h3 {
	color: #000000;
	font-family: averia serif libre;
	font-size: 20px;
}

h4 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

h5 {
	color: #000000;
	font-size: 16px;
}

p {
	color: #000000;
	font-family: josefin sans;
	font-size: 40px;
	font-weight: 300;
	line-height: 70px;
}

button {
    background: #95C8F5;
    padding: 15px;
	border: none;
	border-radius: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

/********** Top Header *********/ 


.navbar-expand-lg {
	background-color: #95C8F5;
}
a.navbar-person {
	text-decoration: none;
}

a.nav-link {
	padding-right: 20px;
}

#navbarNav li {
	padding-inline: 30px;
	padding-right: 20px;
}

/** Navigation **/

#topHeader {
	position: relative;
}

#main {
	position: absolute;
	left: 45%;
	top: 30px;
}

#main ul li {
	display: inline-block;
	margin: 0 20px;
}

#main nav ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}


.nav-link img {
	display: none;
}



/********* Hero Banner ********/

header {
	width: 100%;
	padding: 20px;
	background-color: #D7ECF5;
}

.col-sm-8 h1 {
	padding-top: 140px;
	
}
.heroSpacing {
	padding: 50px 100px;
}

.col-sm-4 {
	border-radius: 25px;
}

.heroPic img {
	width:auto;
	padding: 20px 30px;
	border-radius: 15px;
}

#heroLeft h3 img {
	vertical-align: middle;
	margin-right: 5px;
}

#heroLeft, #heroRight {
	width: 45%;
	float: left;
}

#heroLeft {
	margin: 120px 60px 0 60px; 
}

#heroRight img {
	width: 60%;
	float: right;
	margin-right: 120px;
}

.col-sm-2 p {
	color: #000000;
	font-family: josefin sans;
	font-size: 40px;
	font-weight: 300;
	position: relative;
}

.col-sm-2 p {
	padding-bottom: 90px;
}

/***** Featured Skills *****/

#featuredSkills {
	background-color: #D7ECF5;
}

.col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
	width: auto;
}

#skillsOne {
	padding: 20px;
}

#skillsTwo {
	padding: 20px;
}

#skillsOne, #skillsTwo {
	font-weight:300;
	-webkit-box-flex: 50%;
	    -ms-flex: 50%;
	        flex: 50%;
	margin: 0 40px;
}

#skillsOne li, #skillsTwo li {
	margin: 10px 0;
}

.featureHome {
	background-color: #D7ECF5;
	width: 45%;
	padding: 30px;
	border-radius: 20px 0 0 20px;
	float: left;
	height: 100%;
	max-height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.featureImage {
	width: 45%;
	float: left;
}

.featureImage img {
	border-radius: 0 20px 20px 0;
	height: 100%;
	width: 100%;
}

.featureButton {
	margin-top: 20px;
}

.col-sm-6 ol {
	font-family: josefin sans;
	font-size: 80px;
	font-weight: 200;
}
/**** Footer *****/

footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 50px;
	background-color:#95C8F5;
}

.footerList img {
	width: 30px;
	text-align: right;
	
}

.footerList li {
	display: inline-block;
	margin: 20px;
}

#footerCenter1 ul li a {
	color: #000000;
	font-size: 12px;
	font-weight: 500;
}



/****** Menu Page/About Me Section *****/ 

#intro h2 {
	text-align: center;
	font-size: 60px;
	padding-top: 30px;
}

#intro h4 {
	text-align: center;
	font-weight: 400;
	font-size: 45px;
}

#menuSection {
	background-color: #D7ECF5;
}

#menuSection img {
	width: 30%;
	padding-top: 35px;
}

#menuSection p {
	font-size: 16px;
	padding-top: 40px;
	line-height: 30px;
}

#menuSection button {
	width: 50%;
	margin: 20px 10px;

}

#menuSection h2, #menuSection h5 {
	text-align: center;
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 150px;
}

.column {
	-webkit-box-flex: 33.33%;
	    -ms-flex: 33.33%;
	        flex: 33.33%;
	text-align: center;
}

.column img {
	width: 70%;
}

.column button {
	margin-top: 15px;
}

nav.navbar.navbar-expand-lg {
	-webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
	        box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}


a.nav-link {
	color: #000000;
	font-weight: 700;
}

.nav-link:hover {
	color: #000000;
	text-decoration: underline;
}

.col-sm img {
	max-width: 50%;
}

.col-sm button {
	text-decoration: none;
}
/********Photography Page********/

#photoIntro h2 {
	text-align: center;
	font-size: 60px;
	padding-top: 30px;
}

#digitalSection {
	background-color: #D7ECF5;
}

#digitalSection p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 30px;
}

#menuSection img {
	width: 100%;
}

#menuSection h2, #menuSection h5 {
	text-align: center;
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 150px;
}

.column {
	-webkit-box-flex: 33.33%;
	    -ms-flex: 33.33%;
	        flex: 33.33%;
	text-align: center;
}

.column img {
	width: 70%;
}

.column button {
	margin-top: 15px;
}


nav.navbar.navbar-expand-lg {
	-webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
	        box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}

a.nav-link {
	color: #000000;
	font-weight: 700;
}

.nav-link:hover {
	color: #000000;
	text-decoration: underline;
}

/* Three image containers */
.column {
	float: left;
	width: 33.33%;
	padding: 5px;
  }
  
  /* Clear floats after image containers */
  .row::after {
	content: "";
	clear: both;
	display: table;
  }

  .columnShark {
	float: left;
	width: 50%;
	padding: 5px;
  }

  .columnClass {
	float: left;
	width: 50%;
	padding: 5px;
  }

  #myImg {
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
  }

  #myImg:hover {
	opacity:0.6;
  }

/******Art and Design Page*********/
#digitalIntro h2 {
	text-align: center;
	font-size: 60px;
	padding-top: 30px;
}

#digitalSection {
	background-color: #D7ECF5;
}



#digitalSection p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 30px;
}

#menuSection img {
	width: 100%;
}

#menuSection h2, #menuSection h5 {
	text-align: center;
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 150px;
}

.column {
	-webkit-box-flex: 33.33%;
	    -ms-flex: 33.33%;
	        flex: 33.33%;
	text-align: center;
}

.column img {
	width: 70%;
}

.column button {
	margin-top: 15px;
}


nav.navbar.navbar-expand-lg {
	-webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
	        box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}

a.nav-link {
	color: #000000;
	font-weight: 700;
}

.nav-link:hover {
	color: #000000;
	text-decoration: underline;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
	float: left;
	width: 33.33%;
	padding: 5px;
  }
  
  /* Clear floats after image containers */
  .row::after {
	content: "";
	clear: both;
	display: table;
  }

  .columnShark {
	float: left;
	width: 50%;
	padding: 5px;
  }

  .columnClass {
	float: left;
	width: 50%;
	padding: 5px;
  }

  .center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
  }

  #myImg {
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
  }

  #myImg:hover {
	opacity:0.6;
  }

/**********Video Projects Page**********/

#videoProjIntro h2 {
	text-align: center;
	font-size: 60px;
	padding-top: 30px;
}


#videoSection {
	background-color: #D7ECF5;
}

#videoSection img {
	width: 70%;
	padding-top: 60px;
}

#videoSection p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 30px;
}

#videoSection h2, #menuSection h5 {
	text-align: center;
}

.heading p {
	text-align: center;
	font-size:100px;
	font-weight:800;
}

.col-sm p {
	text-align: center;
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 150px;
}

.row p {
	text-align: center;
}

.row img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		border-radius: 25px;
}



/***For all column images**/

/* The Modal for images */

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
 @-webkit-keyframes zoom {
	from {
	-webkit-transform: scale(0);
	        transform: scale(0)
 }
 to {
	-webkit-transform: scale(1);
	        transform: scale(1)
 }
}
  
 @keyframes zoom {
	from {
	-webkit-transform: scale(0);
	        transform: scale(0)
 }
 to {
	-webkit-transform: scale(1);
	        transform: scale(1)
 }
}
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 60px;
	font-weight: lighter;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
    


/********* Mobile Responsive Media Queries *******/

@media only screen and (max-width: 600px) {

header {
	text-align: center;
}

.col-sm-2 p {
	color: #000000;
	font-family: josefin sans;
	padding-top: 60px;
	font-size: 40px;
	font-weight: 300;
	line-height: 70px;
}

header h1 {
	font-size: 30px;
	padding-bottom: 70px;
	margin-top: 0px;
}

.heroSpacing {
	padding: 30px;
}

	a.navbar-person {
		position: absolute;
		left: 0;
		right: 0;
		top: 15px;
		text-align: center;
		margin: 0 auto;
		width: 70px;
		text-decoration:none;
	}

	.nav-link img {
		display: inline-block;
		margin-right: 10px;
		vertical-align: bottom;
		padding-left: 5px;
	}

	.navbar {
		--bs-navbar-padding-y: 0.9rem;
	}

	.navbar button {
		background: none;
		border: none;
	}

.containerNavMobile {
	display: inline-block;
	cursor: pointer; /** Changes the cursor styling **/
}

.bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background-color: #000000;
	margin: 5px 0;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: translate(0, 3px) rotate(-45deg);
	    -ms-transform: translate(0, 3px) rotate(-45deg);
	        transform: translate(0, 3px) rotate(-45deg);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: translate(0, -13px) rotate(45deg);
	    -ms-transform: translate(0, -13px) rotate(45deg);
	        transform: translate(0, -13px) rotate(45deg);
}

.container {
	padding: 0 80px;
}

#footerCenter1 {
	text-align: center;
}

/** Digital Art media query section for mobile **/
.row {
	width:100%;
}

 /* 100% Image Width on Smaller Screens */
	.modal-content {
	  width: 100%;
	}

/** About Me Media query for mobile **/

#menuSection button {
	width: 100%;
	margin: 20px 10px;
	padding-top:20px;
}

.container text-center column img {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	
}


} /** This is the end of the mobile media query **/