<style>
 .navbar {

}

.navbar-brand {

}

.navbar-toggle {

}

.title-text{
    padding-left: 25%;
    padding-right: 25%;
    background-color: 
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
#screenshots {

}
#screenshots img {
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	margin: 1em;
    max-width: 125px;
	
}#screenshots2 img {
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	margin: 1em;
    max-width: 300px;
	
}
}#screenshotsPC img {
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	margin: 1em;
    max-width: 400px;
	
}
#icon-containerSocials {
	width: 60px;
	height: 60px;
}
#icon-containerSocials img {
	width: 100%;
	border-radius: 100px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
#icon-containerProfile {
	width: 200px;
	height: 200px;
}
#icon-containerProfile img{
    
	width: 100%;
	border-radius: 100px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

#icon-container {
	width: 80px;
	height: 80px;
}

#icon-container img {
	width: 100%;
	border-radius: 19px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
#border{ 
    border: 3px solid transparent;
    -webkit-border-image: url(img/vidBorder.png) 5 round; /* Safari 3.1-5 */
    -o-border-image: url(img/vidBorder.png) 5 round; /* Opera 11-12.1 */
    border-image: url(img/vidBorder.png) 5 round;
}
#borderTHIC{ 
    border: 3px solid transparent;
    -webkit-border-image: url(img/vidBorderThick.png) 11 round; /* Safari 3.1-5 */
    -o-border-image: url(img/vidBorderThick.png) 11 round; /* Opera 11-12.1 */
    border-image: url(img/vidBorderThick.png) 11 round;
}
</style>