.fit {
    max-width: 99%;
    max-height: 99%;
}
  
.searchResult, .contentBlock {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px black;
    box-shadow: 1px 2px 2px 1px #888888;
}

.contentBlock {
    padding: 13px;
}

.searchResultName {
    font-weight: 600;
}

.searchResultTitle {
    font-size: .9rem;
    font-style: italic;
}

 
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}

.canvas {
    background-color: white;
    width: 320px;
    height: 183px;
    position: absolute;
    top: 0;
    left: 0;
}

.phonebookCanvas {
    background-color: white;
    /*width: 320px;*/
    min-height: 223px;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 50px;
}

.toggleInfo {
    display: none;
}



.splash {
    background: url('https://www.cairns.qld.gov.au/__data/assets/image/0018/246240/Untitled-1.jpg');
    overflow: hidden;
}

.navResize {
    width: 100%;
    /*height: 28px;*/
    padding: 0;
    position: fixed;
    top: 186px;
    left: 0;
}

.font-xl {
    font-size: x-large;
}

.font-l {
    font-size: large;
}

.font-xs {
    font-size: x-small;
}

.font-xxs {
    font-size: xx-small;
}

.font-s {
    font-size: small;
}

.font-m {
    font-size: medium;
}

.canvas-scroll {
    scroll-behavior: smooth;
    overflow-y: scroll;
}


h3, h4 {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.text-red {
    color: red;
}

.contentsHeader {
	display: block;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.black {
    color: black;
}

.toggleIcon {
    padding-right: 3px;
}

.contentContainer {
    margin-top: 19px;
}

.contentContainer .row {
    padding-top:5px;
    padding-bottom: 5px;
}


