/* CSS Document */
html, body
{
    height: 100%;
    min-height: 100%;
}

html, body {
    height: 100%;

	margin:auto;
}
img{
  align-self: center;
}
body {
	display: flex;
	flex-direction: column;
  background: #535353;
  justify-content: space-between;
}
.general-link{
  font-weight: bold;
}
.general-link:hover{

}
.general-link:active{

}
.skillHold{
	text-align: center;
	color:white;
}
#wrapper {
    display: flex;
	width: 100%;
	color: #FFF;
	font-family: 'Maven Pro', sans-serif;
	margin: auto;
	justify-content:space-around;

}
.iconBubble{

	border-color: #fff;
	border: solid #fff;
	border-width: 1px;
	border-radius: 5px;
	width: 340px;
  height: 600px;
	display:flex;
	flex-direction: column;
	align-items: center;
  justify-content: space-around;
	padding: 20px;
	margin:30px 0px 30px 0px;
	transition: .5s ease;
}
.icon{
	width:60%;
}
.iconText{
	margin-top: -5px;
	text-align: center;
	transition: .5s ease;
}
.iconLink:active{
	text-decoration: none;
	color: #fff;

}
.iconLink:visited{
	text-decoration: none;
	color: #fff;
}
.iconLink:link{
	text-decoration: none;
	color: #fff;

}
.iconBubble:hover{
	color: black;
	background: #fff;
  border-color: #1C1C1C;

}
.iconText:hover{
	color: #212121;
}
.gradient{
  background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
}

.gallery{
	font-family: 'Maven Pro', sans-serif;
	color: #fff;
	text-align: center;
}
.galSubHead{
	font-weight:lighter;
	letter-spacing: 4px;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	margin-bottom: -20px;
}
.galleryHead{
	font-size: 50px;
	font-family: 'Maven Pro', sans-serif;
}
.row{
	display: flex;
	width: 90%;
	margin: auto;
	flex-wrap: wrap;
	padding-bottom: 40px;

}
.column{
	max-width: 33%;
	flex: 25%;
	padding: 8px 6px;
}
.column img {
  margin-top: 8px;
  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%;
  transform: translate(-50%, -50%);
  -ms-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: 16px;
  padding: 10px 20px 10px 20px;
	border-radius: 5px;
}
.book-video-holder{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.book-video{
  width:80%;
  position: relative;
  overflow: hidden;
  padding-top:56.25%;
}
.book-video-player{
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width: 100%;
  height: 100%;
}
.aboutMe{
	width: 100%;
	padding: 30px 30px 30px 30px;
}
.aboutHold{
	display: flex;
	width: 75%;
	margin: auto;
	align-items: center;
}
.aboutCont{
	float:left;
	width: 90%;
  font-size:1.2em;
	font-family: 'Maven Pro', sans-serif;
}
.aboutHead{
	font-family: 'Maven Pro', sans-serif;

}
.profileHolder{
	float: right;
  width: 100%;
  min-width: 40%;
}
.profile{
  width: 100%;
}

.closer{
	width: 100%;
	background: #001D38;
	padding: 150px 0 150px 0;
	text-align: center;

}

.closerHead{
	font-family: 'Maven Pro', sans-serif;
	color: #fff;

	font-size: 70px;
}

.closerCont{
	font-family: 'Maven Pro', sans-serif;
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
}
.offers{
  width: 100%;
	background: white;
	padding: 150px 0 150px 0;
  display: none;
  justify-content: center;
}
.offers-parent{
  width:80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
.offers-title{
  font-weight:bold;
}
.normal-button {
	background:#73d442;
	display:inline-block;
	color:#ffffff;
	font-family: 'Maven Pro', sans-serif;
	font-size:1.4em;
	font-weight:normal;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:136px;
	text-decoration:none;
	text-align:center;
	transition: .4s ease;
  font-weight: bold;
  border-radius: 5px;
}
.normal-button:hover {
	text-decoration: none;
  color:white;
  background: #5ba834;

}
.normal-button:active {
	position:relative;
	top:1px;
}

.buy-button {
	background:#fcb103;
	display:inline-block;
	color:#ffffff;
	font-family: 'Maven Pro', sans-serif;
	font-size:1.5em;
	font-weight:normal;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:136px;
	text-decoration:none;
	text-align:center;
	transition: .4s ease;
  font-weight: bold;
  border-radius: 5px;
}
.buy-button:hover {
	text-decoration: none;
  color:white;
  background: #d19200;

}
.buy-button:active {
	position:relative;
	top:1px;
}

footer {
	padding: 4px;
	background: #333;
	font-family: 'Maven Pro', sans-serif;
	color: #fff;
  text-align:center;
}
.footIcon{
	width:25px;
}
#iconCred{
	display: inline-block;
	float:right;
}
#footSocial{
	display: inline-block;
	position: relative;


}
.cred:active{
	color: #fff;
	text-decoration: none;
}
.cred:hover{
	color: #8A5EDF;
	text-decoration: none;
}
.cred:visited{
	color: #E9E4FF;
	text-decoration: none;
}
.cred:link{
	color: #E9E4FF;
	text-decoration: none;
}

@media only screen and (max-width: 1000px){
  #wrapper{
    flex-direction: column;
    align-items: center;
  }
  .aboutHead{
    text-align: center;
  }
  .aboutHold{
    flex-flow: column-reverse nowrap;
    width:95%;
    justify-content: center;
    align-items: center;
  }
  .abtContHold{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .aboutMe{
    justify-content: center;
    align-items: center;
  }
  .offers-title{
    text-align: center;
  }
  .closer{
    margin-top:250px;
  }
}
