/* CSS Document */

/*Fonts

	Text:
	font-family: 'Exo 2', sans-serif;

	Headers/text:
	font-family: 'Comfortaa', cursive;

	Name/headers:
	font-family: 'Poiret One', cursive;


*/
html{
  width: 70%;
}

html, body {
    min-height: 100vh;
	margin:auto;
	font-family: 'Comfortaa', cursive;
	background: #fff;
	position: relative;
}

body{
  display: flex;
  flex-direction: column;
}

header{
	width: 100%;
	text-align: center;
	font-family: 'Comfortaa', cursive;

}
.link{
	color: #000;
	transition: ease .25s;
	font-weight: bolder;
}
.link:active{
	color: #000;
}
.link:visited{
	color: #000;
}
.link:hover{
	color: #8C8C8C;
}
#nav{
	display: flex;
	justify-content: center;
	list-style-type: none;

}
.indent{
	margin-left: 25px;
}
.headLI{

	padding: 5px 15px;
	text-decoration: none;
	transition: transform .25s;
}
.headLI:hover{
	transform: scale(1.2);
}
.headLink{
	text-decoration: none;
  color: #8c8e8f;
	font-size: 1.25em;
}

.title{
	font-family: 'Poiret One', cursive;
	font-size: 3.5em;
	font-weight: bold;
	margin-bottom: -0px;
	letter-spacing: 4px;
}

#wrapper{
	width: 80%;
	display: flex;
  flex-direction: column;
	justify-content: center;
  align-items: center;
	margin: auto;
	margin-top: -45px;
	padding-top: 40px;
	padding-bottom: 40px;
  flex: 1 0 auto;
}
.cover{
	width: 97%;
}
.coverImg{
	width: 100%;
}
.content{
	width: 100%;
  margin-top:-60px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery{

	font-family: 'Maven Pro', sans-serif;
	color: #fff;
	text-align: center;
}
.galSubHead{
	font-weight:lighter;
	letter-spacing: 4px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: -20px;
}
.galleryHead{
	font-size: 50px;
	font-family: 'Maven Pro', sans-serif;
}
.row{
	display: flex;
	width: 100%;
	margin: auto;
	flex-wrap: wrap;
	padding-top: 40px;

}
.column{
	max-width: 33%;
	flex: 25%;
	padding: 30px 20px;
}
.column img {
  margin-top: 30px;
  vertical-align: middle;
  width: 100%;
}
.container {
  position: relative;
}

.image {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #1F1F1F;
  color: white;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  font-style: italic;
}

.aboutMe{
	width: 90%;
	color: #fff;
	background:#001C38;
	padding: 15px 0px 15px 0px;
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 20px;
  margin:auto;
}

.profileHolder{
  width:400%;
}

.profile{
	width: 100%;
}
.aboutHold{
	display: flex;
	width: 80%;
	margin: auto;
	justify-content: space-between;
	align-items: center;

}
.aboutCont{
	float:left;
	width: 90%;

}
.abtContHold{
	padding-right: 10px;
}
.aboutHead{
	font-size: 2em;
	font-family: 'Poiret One', cursive;

}
.classname {
	background:#001C38;
	display:inline-block;
	color: #fff;
	font-family: 'Comfortaa', cursive;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	padding:10px;
	text-decoration:none;
	text-align:center;
	transition: .4s ease;
	border-radius: 5px;
	border:1px;
	border-color: #fff;
	border-style: solid;

}
.classname:hover {
	background-color:#fff;
	color: #000000;
	border-color: #001C38;

}
.classname:active {
	position:relative;
	top:1px;
}

.aboutMore{
	text-align: center;
}
footer {
  margin: auto;
	background: #333;
	font-family: 'Comfortaa', cursive;
	color: #fff;
	width: 90%;
  margin: auto;
	padding: 10px 0px;
  bottom: 0;
  flex-shrink: 0;
}
.footHold{
	margin: auto;
	width: 100%;
	align-content: center;
	flex-direction: column;
	text-align: center;
}
.footIcon{
	width:25px;
	padding: 0px 5px 0px 5px;
}
.copyright{
	font-size: 14px;
}


/*  CONTACT SPECIFIC */

.CONT_content{
	width: 70%;
}
.CONT_info{
	text-align: center;
	padding-bottom: 15px;
	font-size: 1.3em;
	line-height: 35px;
	font-weight: bold;
}
.CONT_butHold{
	display: flex;
	justify-content: space-around;
  padding-top: 30px;
}
.CONT_button{
	width: 100px;
	height: 60px;
	background: #8a979e;
	border-radius: 50px;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
	text-align: center;
	padding: 20px 0px 20px 0px;
	font-size: 1em;
	transition: .5s ease;
	text-decoration: none;
	color: #fff;
}
.CONT_button:hover{
	background: #292625;
}

.CONT_photo{
  text-align: center;
  width: 80%;
  margin:auto;
}

.CONT_img{
  width:100%;
}

/* GALLERY SPECIFIC*/
.series{
	padding:100px 0px 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.GAL_link, .GAL_link:active, .GAL_link:visited{
	text-decoration: none;
	color: #000;
}
.GAL_button{
	text-align: center;
	padding: 5px;
	border:solid #bababa 2px;
	border-radius: 50px;
	transition: .5s ease;
	margin-bottom: 20px;
  padding: 5px 10px;
  color: #3b3b3b;
}

.GAL_buttH
{
  font-family: 'Comfortaa', cursive;
  font-size: 1.1em;
  text-decoration:none;
  font-weight: normal;
}

.GAL_button:hover{
	background: #141414;
	color: white;
	border: solid #F5EFDD 2px;
}
.GAL_image{
	width: 180px;
	height: 250px;
	border-radius: 50px;

}
/*SEEN AND UNSEEN*/

.SEEN_title{
	font-family: 'Poiret One', cursive;

	margin-left: 198px;
}
.SEEN_title2{
	font-family: 'Poiret One', cursive;
	margin-left: 270px;
}
.SEEN_title3{
	font-family: 'Poiret One', cursive;
	margin-left: 198px;
}
.SEEN_title4{
	font-family: 'Poiret One', cursive;
	margin-left: 270px;
}
.SEEN_info{
	width: 50%;
	margin: auto;
	float:left;
	text-align: center;
	padding-left:65px;
	padding-top:50px;
	line-height: 2em;
	font-size: 1.3em;
	margin-left:129px;
}

.SEEN_descrip2{
	font-size: 0.83em;
	line-height: 38px;
	margin-top: -25px;
	text-align: left;

}
.SEEN_descrip{
	text-align: left;
}
.SEEN_infoHold{
	width:60%;
	color: #000;
	padding: 5px 0px 5px 0px;
	line-height: 25px;
	margin:auto;
	float:left;



}
.SEEN_infoBigHold{
	width:98%;
}
.SEEN_infoBigHold2{
	width:95%;
}
.SEEN_infoHold2{
	width:70%;
	color: #000;
	padding: 5px 0px 5px 0px;
	line-height: 25px;
	margin:auto;
	float:left;

	margin-left:-10%;
}
.SEEN_infoPic{
	width: 25%;
	padding-right: 50px;
	float:right;
}.SEEN_infoPic2{
	width: 25%;
	padding-right: 50px;
	float:right;
	margin-right: 108px;
}
.SEEN_pic{
	width:100%;

}
.SEEN_pic2{
	width: 90%;

}
.SEEN_pic3{
	width: 68%;
	padding-left:40px;
}
.SEEN_buttonJump:active:visited{
	text-decoration: none;
	color: #000;
}
.SEEN_buttonJump{
	float:right;
	margin-top: 50px;
	margin-right: 100px;
	margin-right: 100px;
	border: #000 solid 1px;
	padding:10px;
	border-radius: 5px;
	transition: .5s ease;
	text-decoration: none;
	color: #000;
}
.SEEN_buttonJump:hover{
	background: #141414;
	color: white;
	border: solid #F5EFDD 2px;
}
.SEEN_backHold{
	width: 100%;
	display: flex;
	justify-content: center;
}
.SEEN_buttonJump2:active:visited{
	text-decoration: none;
	color: #000;
}

.SEEN_buttonJump2{

	border: #000 solid 1px;
	padding:10px;
	margin-bottom: 50px;
	border-radius: 5px;
	transition: .5s ease;
	text-decoration: none;
	color: #000;
}
.SEEN_buttonJump2:hover{
	background: #141414;
	color: white;
	border: solid #F5EFDD 2px;
}
/*ABOUT ME SPECIFIC*/
.ABT_aboutMe{
	width: 100%;
	color: black;
	padding: 30px 0px 30px 0px;
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	background: #fff;
	margin-bottom: -70px;
	text-align:justify;
}
.ABT_exp{
	padding-bottom: 50px;
}
.ABT_expLI{
	list-style-type: circle;

}
.ABT_infoHold{
	width: 77%;
	margin: auto;
	line-height: 25px;
	font-size: 15px;
}

.ABT_artHold{

	padding: 20px 0px;
	width:100%;

}
.ABT_stateHold{
	display: flex;
	width: 80%;
	margin: auto;

}
.ABT_artedu{
	padding-left: 30px;
}
.ABT_artState{
	line-height: 25px;
}
