@media (max-width: 768px){
    .navbar {
           display:block;
           text-align:center;
    }
}

.navbar-toggler {
	border: none;
	outline: none;
}

.active{
	font-weight: bold;
}

a{
	transition: 0.3s;
	color: black;
}

a:hover{
    color: black;
}

button:focus{
	outline:0;
}

img{
	max-width: 80%;
}

.rounded-corner{
    border-radius: 18px;
}

#about-photo{
    margin-bottom: 9px;
}

.social-links{
  list-style-type: none;
  padding-left: 0;
}

.account-link{
    padding: 3px;
}

.col-paoloabejero{
	position: relative;
}

.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	transition: 0.3s;
}

.overlay:hover{
	opacity: 1;
}

/*.paoloabejero-home{
  margin-top: 18px;
  margin-bottom: 12px;
}*/


.paoloabejero{
	margin-top: 61.8px;
	margin-bottom: 12px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  background-image: none;
}


.carousel-control-next-icon:after
{
  content: '>';
  font-size: 24px;
  font-weight: bold;
  color: grey;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 24px;
  font-weight: bold;
  color: grey;
}

.carousel-indicators li {
    background-color: grey; 
}
.carousel-indicators .active {
    background-color: black;
}

#magic-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: #fe4902;
}

footer{
  padding: 24px;
}

.profile{
  padding-top: 36px;
  padding-bottom: 36px;
}

.content{
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 18px;
  padding-right: 18px;
}

.col-portfolio{
  padding: 3px;
}

.web-portfolio{
    padding: 24px 12px 0px 12px;
}

.portfolio-header{
  padding-bottom: 28px;
}

#skills{
  padding-bottom: 12px
}

.skill{
    padding: 12px;
}

.brand{
    padding: 18px;
}

/*testers
.container{
	background: grey;
}*/

body {
    overflow-x: hidden !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unilab-text{
    color: #440099;
}

#hero-logo{
    padding: 36px;
}

.bdr{
  border-radius: 6px;
  overflow: hidden;
}

#download-button{
    margin: 12px;
}