.container-fluid {
	width: 100%;
	height: 70px;
}

 a.navbar-brand,ul a {
	margin-top: 10px;
	font-family: verdana;
	text-decoration:none;
}

ul a {
	font-size:15px;
}

a.nav:hover {
	color: #fff;
}

.jumbotron {
  height: 650px;
 background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../pics/ani7.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 -50px;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  overflow: hidden;
}


.sorry {
	opacity: 0;
  transform: translate(-50px, 0);
}

.for {
	opacity: 0;
  transform: translate(50px, 0);
}

.partyrocking {
	opacity: 0;
  transform: translate(0, 50px);
}

.sorry.lex, .for.ruining, .partyrocking.lmfao {	opacity: 1;
  transform: translate(0,0);
  transition: 1s;
}

.textinbox {
  background-color: rgba(25,25,25, 0.8);
  font-family: Yu Gothic;
  color: #F3E0D3;
  font-size: 60px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
  padding: 30px;
}

.textinbox i {
	font-size: 25px;
}

.creative {
	margin-top: -50px;
	padding-left: 103px;
	padding-right: 73px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: absolute;
	z-index: 10;
	background-color: #F3E0D3;
	font-family: verdana;
	line-height: 20px;
	color: #333;
}

.textinbox i {
	font-size: 25px;
}

.about {
	margin-top: 140px;
	padding-top: 100px;
	padding-bottom: 700px;
	height: 650px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../pics/ani6.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: 0 -50px;
	overflow: hidden;
	color: white;
	line-height: 25px;
	font-size: 15px;
}

.pfp img {
	width: 500px;
}

.art {
	margin-top: -50px;
	padding-left: 104px;
	padding-right: 73px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	z-index: 10;
	background-color: #333;
	color: #eaeaea;
	font-family: gadugi;
}

.port {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url("../pics/ani9.jpg");
	background-attachment: fixed;
	background-size: cover;
	color: #eaeaea;
	font-family: myanmar text;
	overflow: hidden;
	padding-top: 50px;
}

.port a {
	margin-top: 60px;
	margin-bottom: 30px;
	width: 400px;
}

.port .thumbnail {
	opacity: 0;
	transform: translate(0, -40px);
	transition: .5s;
}

.port .thumbnail.ada {
	opacity: 1;
	transform: translate(0, 0);
}

.creative .container {
	opacity: 0;
	transform: translate(0, -40px);
	transition: .5s;
}

.creative .container.ada {
	opacity: 1;
	transform: translate(0, 0);
}

.about .container {
	opacity: 0;
	transform: translate(0, -40px);
	transition: .5s;
}

.about .container.ada {
	opacity: 1;
	transform: translate(0, 0);
}

.art .container {
	opacity: 0;
	transform: translate(0, -40px);
	transition: .5s;
}

.art .container.ada {
	opacity: 1;
	transform: translate(0, 0);
}

.overlay {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position:fixed;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0);
	z-index: 9999;
	padding:100px;
}

.overlay:target {
	width: auto;
	height: auto;
	bottom:0;
	right: 0;
	background:rgba(0, 0, 0,.7);
	text-align:center;
}

.overlay img {
	max-height: 100%;
	box-shadow: 2px 2px 8px rgba(0,0,0,.8);
	opacity: 0;
}

.overlay:target img {
	animation: fade .5s .5s forwards;
}
 
.overlay .close {
	width: 50px;
	position: absolute;
	top: 70px;  
	left: 48%; 
	color: white;
	background-color: #363A59;
	padding:6px;
	opacity: 0;
}

.close:hover {
	color: black;
	background-color: #736582;
}

.overlay:target .close {
	animation: slidedownfade .5s .5s forwards;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slidedownfade {
	0% {
		opacity: 0;
		margin-top: -20px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}

.port h1 {
	padding-top: 70px;
}

.port hr {
	width: 100px;
}

.contacts {
	margin-top: 80px;
	padding-top: 62px;
	padding-bottom: 75px;
	background-color: #F3E0D3;
	text-align:center;
	color: #333;
	border-top: 6px solid #444;
}

h2 {
	padding-bottom: 10px;
}

h3 {
	margin-top: -40px;
}

.form {
	margin-top: 20px;
}

input[type=text] {
	padding:20px;
   background:#999;
   border-radius: 40px;
   box-shadow: 3px 3px 0 3px rgba(157, 154, 141, 0.3);
}

.form textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
   border-radius: 40px;
   box-shadow: 3px 3px 0 3px rgba(157, 154, 141, 0.3);
  background:#999;
}

.button {
  background-color: #111;
  border: none;
  width: 59%;
  border-radius: 10px;
  font-family: gadugi;
  color: white;
  padding: 8px 20px;
  text-align: center;
  font-size: 16px;
}

.button:hover {
  background-color: #323232;
  color: white;
}

footer {
  background-color: #444;
}

footer p {
  padding-top: 20px;
  font-size: 16px;
  font-family: Helvetica;
  color: white;
  text-align:center;
}

footer i {
	color: white;
}

.bodies {margin-left:-7px;height:0.1px;}

.icon-bar.Lorem {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 90;
}

.icon-bar.Lorem a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon a {
	background: #222;
}

.icon a:hover {
  background-color: #555;
}

.facebook {
  background: #736582;
  color: white;
}

.twitter {
  background: #736582;
  color: white;
}

.google {
  background: #736582;
  color: white;
}

/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #333; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #D1B08F; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F4E8DC; 
}