/*---------SIDEBAR----------*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.wrapper{
  display: flex;
  position: relative;
    
}

.wrapper .sidebar{
  width: 200px;
  height: 100%;
  background: #373737;
  padding: 30px 0px;
  position: fixed;
    margin-bottom:100px;
}

.wrapper .sidebar h2{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper .sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid #bdb8d7;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}    

.wrapper .sidebar ul li a{
  color: #B3B3B3;
  display: block;
}

.wrapper .sidebar ul li a .fas{
  width: 25px;
}

.wrapper .sidebar ul li:hover{
  background-color: tan;
}
    
.wrapper .sidebar ul li:hover a{
  color: #fff;
}
 
.wrapper .sidebar .social_media{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  /*margin-bottom: 10px;*/
}

.wrapper .sidebar .social_media a{
  display: block;
  width: 40px;
  background: #757575;
  height: 40px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wrapper .main_content{
  width: 100%;
  margin-left: 200px;
}

.wrapper .main_content .header{
  padding: 20px;
  background: #fff;
  color: #717171;
  border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}

@media (max-height: 500px){
  .social_media{
    display: none !important;
  }
}




/*---------CONTENT----------*/



body {
    font-family: 'Open Sans', sans-serif;
    background-color:grey;
    color:#CDCDCD;
}

h1, h2, h3, h4{
    font-family: 'Montserrat', sans-serif;
    color:whitesmoke;
}

.botomenu, botoactiu, botoinactiu, botoaccio{
    font-family: 'Open Sans', sans-serif;
}

#container{
    max-width: 1200px;
    min-width: 320px;
    background-color: #242424;
    margin: auto;
    

    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.5); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.5);
}


#titol{
    /*border-color: tan;
    border-style: solid;
    border-width: 0px 0px 1px 0px;*/
    padding: 40px;
    padding-bottom: 0px;
    margin-left: 200px;
    
}

#titol2{
    padding-left: 50px;
    margin-left: 200px;
    color: tan;
}

.icon{
    padding-top: 5px;
    
}

#mail{
    padding-top: 9px;
    padding-left: 2px;
    
}

.intro {
    padding: 30px;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap; 
    margin-left: 200px;
}

.vintro{
    
}

#myvideo {
    position: relative;
    margin-left: 200px;
    width: 1000px;
    padding-bottom: 30px;
    padding-top: 30px;
}



.contacte {
    margin-left: 200px;
    padding: 50px;
    background-color: black;
}

.inline{
    display: inline-flex;
}

.icones{
    margin: 5px;
}


#hola{
    font-size: 60px;
    padding: 30px;
    margin: auto;
}

.sobremi {
    text-align: center;
    flex: 300px;
    padding: 30px;
    font-size: 20px;
}

#retrat {
    flex: 1 300px;
    margin: auto;
    padding-left: 70px;
}


#imgretrat{
    border-radius: 100%;
    max-width: 350px;
}

.feinesmargin{
    margin-left: 200px;
}

.feines{
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: #151515;
}

.feina{
    flex: 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;

}

.imgfeina{

    transition-duration:1s;
    width:95%;
    height:95%;
    opacity: .6;
}


.imgfeina:hover{
    width:100%;
    height:100%;
    opacity: 1;
}

a{
    text-decoration: none;
    color:tan;
}




.imgfull{
    width:100%;
    height:100%;
    padding: 20px
}

.opacity{
    opacity: .93;
}

.volver{
    margin:10px ;
    
}

.sbcenter{
    margin: 0px 200px ;
}
/*---------SLIDER----------*/

    .clearfix {
        overflow: auto;
    }
    .container-display {
        position: relative;
        /*indicador*/
        
        margin-left: 200px;
    }
    .boton-slider {
        border-radius: 100%;
        border: 0px;
        background-color: grey;
        width:42px;
        height:42px;
        color:white;
        margin:12px;
        font-size:18px;
        opacity: 0.5;
    }
    .boton-slider:hover {
        width: 35px;
        height: 35px;
        background-color: darkgray;
    }
    .fletxaDreta-slider {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        */
    }
    .fletxaEsquerra-slider {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
    }

    .mySlides {
        display: none;
    }


/*---------MEDIAQUERIES----------*/

@media only screen and (max-width: 600px) {
     body {
         background-color: lightblue;
     }
     .columna {
         column-count: 1;
        }


    .wrapper .sidebar{
      display: none;
    }
    
    .container-display
    {
        margin-left: 0px;
    }
    
    .intro
    {
        margin-left: 0px;
    }
    #titol
    {
        margin-left: 0px;
    }
    #titol2
    {
        margin-left: 0px;
    }
    #myvideo
    {
        margin-left: 40px;
    }
    
    .feinesmargin
    {
        margin-left: 0px;
    }
    .contacte
    {
        margin-left: 0px;
    }
}





/* Style the video: 100% width and height to cover the entire window */
/*
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
*/


/*
#bottomimg{
    box-shadow: 5px 5px 15px 5px;
    width: 100%;
    margin-left: 200px;
    
}
*/



/*
#menu {
    border-color: tan;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    padding: 10px;
    
    display: flex;
    flex-wrap: wrap;  
}

.botomenu {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    border: 1px solid tan;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    padding: 10px;
    
    flex: 1 200px;
}

.botomenu:hover{
    background-color: #35637A;
    color: white;
}



a{
    text-decoration: none;
    color:black;
}

a:hover{
color: white;
}

/*---------COLOR----------*/
/*
.color{
    border: 1px solid tan;
    border-radius: 10px;
    padding: 10px;
    
    display: flex;
    flex-wrap: wrap;
}

.color1 {
    font-size: 30px;
    background-color: burlywood;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    height: 200px;
    
    flex: 1 300px;
}

.color2 {
    font-size: 30px;
    background-color: rosybrown;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    height: 200px;
    color:white;

    flex: 1 300px;
}

/*---------TEXT----------*/
/*
.tipografia{
    border: 1px solid tan;
    border-radius: 10px;
    padding: 10px;

    
    display: block;
    flex-wrap: wrap;
}

.textflex{
    display: flex;
    flex-wrap: wrap;
}

.text{
    flex: 1;
    border:1px solid tan;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    height: 200px;   
}

#opensans{
    font-family: 'Open Sans', sans-serif;
}

.text1{
}

.text2{
    font-family: 'Merriweather', serif;
}

.columna {
    column-count: 2;
}

/*---------BOTONS----------*/
/*
.botonsicones{
    border: 1px solid tan;
    border-radius: 10px;
    padding: 10px;
    
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
}

.botoflex{
    display: flex;
    flex-wrap: wrap;
}

.botoactiu {
    font-family: 'Open Sans', sans-serif;
    background-color: #35637A;
    color: white;
    border: 1px solid tan;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    padding: 10px;
    width: 200px;
    
    flex: 1 200px;
}

.botoactiu:hover{
    background-color: #35637A;
    color: white;
}

.botoinactiu {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    border: 1px solid tan;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    padding: 10px;
    width: 200px;
    
    flex: 1 200px;
}

.botoinactiu:hover{
    background-color: #35637A;
    color: white;
}

.botoaccio {
    font-family: 'Open Sans', sans-serif;
    background-color: lightblue;
    color: white;
    border: 1px solid tan;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    padding: 10px;
    width: 200px;
    
    flex: 1 200px;
}

.botoaccio:hover{
    background-color: #35637A;
    color: white;
}

#footer{
    background-color: gray;
    justify-content: space-around;
    align-items: flex-end;    
}




