.circular--portrait 
{
	margin-top: 155px;
  	position: relative;
  	width: 200px;
  	height: 200px;
  	overflow: hidden;
  	border-radius: 50%;
}

.circular--portrait img 
{
  	width: 100%;
  	height: auto;
}

.social-icons 
{
  text-align: center;
}  

.social-icons li 
{
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
}

.social-icons li a 
{
  border-bottom: none;
}

.social-icons li img 
{
  width:70px;
  height:70px;
  margin-right: 20px;
}

.social-icons2
{
  text-align: center;
} 


.social-icons2 li 
{
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
}

.social-icons2 li a 
{
  border-bottom: none;
  color: #ff3366;
  background: rgba(42, 41, 41, 0);

}

.social-icons2 li img 
{
  width:50px;
  height:50px;
  margin-right: 20px;
  filter: invert(100%);
}

input[type=text], select{
  width: 30%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  margin-left: 60px;
  margin-right: 15px;
}

input[type=textarea], textarea {
  width: 86.5%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  margin-left: 60px;
  margin-right: 15px;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.contact1
{
	text-align: center;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}

.stopby
{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #ff3366; 
	margin-top: 20px;
	margin-bottom: -15px; 
}

body{
  font-family: Helvetica, Arial, sans-serif;
}
.container{
  width: 50%;
  margin: 0 auto;
}
@keyframes load{
  from {
    width: 0%
  }
}
@-webkit-keyframes load{
  from {
    width: 0%
  }
}
@-moz-keyframes load{
  from {
    width: 0%
  }
}
@-o-keyframes load{
  from {
    width: 0%
  }
}

.bar{
  background-color: #EEE;
  padding: 2px;
  border-radius: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bar::before{
  content:  attr(data-skill);
  background-color: #f3b0ff;
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-radius: inherit;
  animation: load 2s 0s;
  -webkit-animation: load 2s 0s;
  -moz-animation: load 2s 0s;
  -o-animation: load 2s 0s;
}

.bar.front::before{
  background-color: #013f42;
}
.bar.back::before{
  background-color: #00A1A7;
}

.bar.mid::before{
	background-color: #002142;
}

.bar.learning::before{
  width: calc(20% - 10px);
}
.bar.basic::before{
  width: calc(40% - 10px);
}
.bar.intermediate::before{
  width: calc(60% - 10px);
}
.bar.advanced::before{
  width: calc(80% - 10px);
}
.bar.expert::before{
  width: calc(100% - 10px);
}


.skillbar
{
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.hrt
{

	height: 2px;
	width: 200px;
	background-color: red;
}