  /*
    font-family: 'Be Vietnam Pro', sans-serif;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Questrial', sans-serif;
    font-family: 'Quicksand', sans-serif;
    font-family: 'Antic Slab', serif;
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'Bree Serif', serif;
    font-family: 'Grenze Gotisch', cursive;
    font-family: 'Indie Flower', cursive;
    font-family: 'Oxygen', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
*/

body {
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;

    background-color: #FDCC00; 
}



.hero {
  position: fixed;
  z-index: 5;
  opacity: 0.2;
}

.hero-1 {top: 15vh; left: 0;}
.hero-2 {right: 0; bottom: 0;}

.btn-dark {
  background: #571076E5 !important;
}

.btn-dark:hover {
  background: #571076AA !important;
}


.tab-content {
  padding: 5px !important;
}


@media screen and (max-width: 600px) {
    #image01 {display: none}
    #image03 {display: none}
}