/*
Theme Name: Compensators
Theme URI: https://www.compensators.org
Author: the David List
Author URI: https://www.compensators.org
Description: This is the Compensators website design
License: Not available for public use
License URI: https://www.compensators.org
Tags: None
Text Domain: compensators

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@media (max-width: 800px) {
    .pt-3_if_mobile {
        padding-top: 3rem !important;
    }

}
@media (max-width: 400px) {
    .custom-logo{
        max-width: 200px;
        height: auto;
    }

}
.max-500{
    max-width: 500px;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}

.open{
    font-family: 'Open Sans', sans-serif;
}

.namun{
    font-family: 'Nanum Gothic', sans-serif;
}

.quicksand{
    font-family: 'Quicksand', sans-serif;
}

.cantarell{
    font-family: 'Cantarell', sans-serif;
}

.rectangle {
    height: 50px;
    width: 100px;
}