body {
  background-image: url(fundo-02.png);
  background-size: cover; /* Modificação aqui */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  background-color: #000;
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
}



.outer{
  
    background-image:
  linear-gradient(#eee .1em, transparent .1em);
  background-size: 100% 1.2em;
    padding-top: 50px;
  }
  nav{
    background-color:#2196F3;
    overflow:hidden;
    font-family:Oxygen;
  }

  #nav-bar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .navbar-brand{
    padding:3px 10px;
  }
 

  .logo {
    width: 55vw;
  }

  .logo img {
    width: 10%;
    height: 10%;
    max-width: 300px;
  }
  




  .logo{
    padding-top:8px;
    padding-right:30px;
    padding-left:30px;
    color:white;
    font-family:Oxygen;
    font-size:30px;
    font-weight:bold;
  }
  
  .content .block{
  
    height:auto;
    overflow:hidden;
  }
  #desc{
    text-align:center;  
    margin:60px 0;
  }
  .description-container{
    margin:0 auto;
    max-width:500px;
    border-left-style:solid;
    border-width:5px;
    border-color:white;
  }
  #description{
    max-width:500px;
    color:white;
    font-size:18px;
    font-family:Oxygen;
    border-radius:10px;
    margin:0 auto;
    padding: 0 20px;
  }
  #personal{
    padding:20px;
  }
  #personal .row .col-md-6{
    margin:10px;
    padding:20px 0;
  }
  #personal .row .col-md-4{
    padding:20px 0;
  }
  #personal .row img{
    margin:0 auto;
    max-width:200px;
    height:auto;
    border-radius:50%;
  }
  
  #portifolio .row img{
    height:auto;
    max-height:150px;
  }
  #portifolio{
    padding:20px 0;
  }
  #portifolio .row .col-md-4{
     margin:10px 0; 
  }
  .img-block{
    background-color:rgba(80, 78, 78, 0.8);
    width:300px;
    margin:0 auto;
    height:15%;
    padding:10px;
    border-radius:10px;
    box-shadow:0px 0px 10px 3px;
    margin-top: 5%;
  }
  
  .Rsc {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Rsc a {
    margin: 0 -15%; /* Adicione margem entre os links */
}

  .titles{
    font-family:Oxygen; 
    font-size:32px;
    color:white;
    padding-bottom:20px;
    text-align:center;
    font-weight:bold;
    margin-top: 5%;
  }
  
  #social .social-buttons{
    margin:50px auto;
    float:center;
    max-width:500px;
  }

  #social .social-buttons .row .col-md-4{
    align-items: center;
    margin:10px auto;
    display:inline-block;
    text-align:center;
  }
  #social .social-buttons .row a{
    width:100px;
    height:100px;
    font-size:60px;
    border-radius:50%;
    background-color:rgba(255,255,255,0.7);
  }
  #social .social-buttons .row a:hover{
    background-color:#FFF
  }
  #footer{
    background-color:#0F0F0F;
    color:white;
    min-height:30px;
    margin:0 auto;
    text-align:center;
    padding-top:5px;
  }
  
  nav .navbar-header button{
    border-style:solid;
    border-color:white;
    margin-right:30px;
  }
  .icon-bar{
    color:white;
    background-color:white;
  }
  
  
  .back-to-top{
    width: 60px;
    height: 60px;
    text-align:center;
    padding-top:8px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #2196F3;
    border-radius: 30px;
    font-size:32px;
    color:white;
  }
  .back-to-top:hover{
    color:white;
    box-shadow:0 0 10px 2px;
  }
  .back-to-top:focus{
    color:white;
  }
  
  #portifolio .row .caption{
    color:black;
    padding-top:8px;
    font-size:18px;
    font-family:Oxygen;
    font-weight:bold;
    align-items: center;
    text-align: center;
  }