*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

img, picture,video,canvas,svg{
    display: block;
    max-width: 100%;
    border-radius: 1rem;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    padding-top: 115px;
    font-family: Arial, Helvetica, sans-serif;
}

button {
    all: unset;
    cursor: pointer;
  }
/* --------------------------- */

.nav-title{
    text-transform: uppercase;
}

iframe{
    margin-right: 3rem;
    margin-left: 3rem;
}
.nav-link {
    color: grey !important;
    
  }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: white !important;
}

.nav-link.active {
color: black !important;
font-weight: bold !important;
text-decoration: underline;
background-color: none !important;
}

.show-document-outline-btn{
    width:2rem;
    height: 2rem;
    background-color: beige;
    position: fixed;
}

/* .document-outline{
    max-width: 12rem;
    position: fixed;
    margin-left: 2rem;
} */


.sketches {
    max-width: 100%;
    min-height: 100%;
    padding: 10px;
    
  }
  
  .sketches-container{
    content: "";
    clear: both;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    
  }
h1{
    margin-bottom: 4rem;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
}

h2{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 900;
    font-family: 'Times New Roman', Times, serif;
    
    font-size: 5rem;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2rem;

}

h5{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
}

h6{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 1.5rem;

}
.sub-part{
    margin-bottom: 2rem;

}
p{
    font-size: 1.2rem;
}
.part{
    margin-bottom: 5rem;
}

ul{
    font-size: 1rem;
}
li{
    margin-bottom: 0.76rem;
}
.document-container{
    width:60%
}
@media only screen and (max-width: 1000px){
    /*Tablets [601px -> 1200px]*/
    .document-container{
        width:70%
    }
    .document-outline{
        display: none;
    }
}
@media only screen and (max-width: 600px){
	/*Big smartphones [426px -> 600px]*/
    .document-container{
        width:81%
    }

}
@media only screen and (max-width: 425px){
	/*Small smartphones [325px -> 425px]*/
    .document-container{
        width:100%
    }
}

