@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Rubik&display=swap");

<!--
section#s0.text-images {
    margin: 0;
    padding: 0;
}

div#main.col-12 {
    margin: 0;
    padding: 0;
}
-->
    
.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip; rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
#horizontalnav {
    margin-bottom: 0;
}
    
/***** GENERAL *****/

.cpp-h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    text-align: center;
}

.dropdown-item {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 5em;
	text-align: center;
} 

h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
	font-size: 3.25em;
}

h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}

h4 {
	font-family: 'Montserrat', sans-serif;
}

h5 {
	font-family: 'Montserrat', sans-serif;
}

h6 {
	font-family: 'Montserrat', sans-serif;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	line-height: 2em;
}

li {
    font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 2em;
}