<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../sass/bootstrap-custom.min.css");

.introtext{
    font-size: 1.2rem;
}

#tinymce .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	text-decoration: none;
}

html,body {	font-size: 14px; }

img{
    max-width: 100%;
}

h2{
    font-weight: 600;
}
/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
	html,body {	font-size: 15px; }
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
	html,body {	font-size: 16px; }
}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
	html,body {	font-size: 17px; }
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
	html,body {	font-size: 18px; }
    .introtext { font-size: 1.1rem }
}

/** HD devices (extra large desktops, 1540px and up) **/
@media (min-width: 1540px) {
}</pre></body></html>