html {
	height: 100%;
}

body {
	height: 100%
	margin: 0;
	background: #333;
	background-image: linear-gradient(to bottom right, #444, #333, #333, #444);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	font-family: calibri;
}

a {
	text-decoration: none !important;
}

.navbar-transparent {
	background: transparent;
	border-color: transparent;
	color: #fff;
	margin-top: 30px;
	margin-left: 5%;
	margin-right: 5%;
}

.navbar-default .navbar-nav li a, .navbar-default .navbar-brand, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-brand:focus {
	color: #ccc;
	font-size: 25px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover {
  text-shadow: 0px 0px 8px #000;
  transform: translateY(6px);
  transition-duration: 0.5s;
  color: #fff;
  background: transparent;
}

.content {
	color: #fff;
}

.about-me-content {
	color: #fff;
	font-size: 20px;
	text-align: justify;
}

.bitmoji-profile {
	width: 200px;
	border: 3px solid black;
	border-radius: 50%;
	background-color: #777;
	margin-top: 12%;
	margin-left: 41%;
}

.portrait {
	width: 200px;
	border: 3px solid black;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

.heading {
	text-align: center;
}

.title {
	margin-top: -5px;
	margin-left: 6.5%;
}

.btn-separator {
	font-size: 30px;
	color: rgba(255,255,255,0.4);
}

.social-icons a{
	font-size: 30px;
	color: rgba(255,255,255,0.8);
	margin: 0 7px;
}

.social-icons a:hover {
	color: rgba(255,255,255,1);
}

.about-me-title {
	text-align: center;
}

.about-hr {
	width: 20%;
}

.portfolio-image {
	
}

.portfolio-image .fifthteenth {
	width: 200px;
}

.portfolio-image .watch {
	width: 198px;
	border: 7px solid #aaa;
	border-radius: 50%;
}

.portfolio-image .mlq {
	width: 175px;
	height: 200px;
}

.portfolio-image .threeh {
	width: 175px;
	height: 200px;
	margin-bottom: -20px;
	margin-top: 20px;
}

.portfolio-image .threehoops{
	font-size: 77.5px;
	color: #fff;
}

.lang-used {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
	font-size: 20px;
}

.portfolio-desc {
	text-align: justify;
}

.row2 {
	margin-top: 50px;
}

.footer {
	margin-top: 100px;
}

.footerText {
	text-align: center;
	color: #777;
}

.footer hr {
	opacity: 0.5;
	width: 75%
}

.brand-img {
	width: 250px;
}