/******************************************************************************
*   General
******************************************************************************/

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

p {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 16px;
}

.divfullscrn {
    height: 100%;
	overflow-y: auto;
}

#divtop {
    background-image: url(../files/background/background2.jpg);
    background-size: cover;
    background-position: center;
}

#divbottom {
    background-image: url(../files/background/designbig.jpg);
    background-size: cover;
    background-position: center;
}

.row-full-height {
	height: calc(100% - 2em);
}

.column-3, .column-3-pad {
	float: left;
	width: calc(100% / 3);
	box-sizing: border-box;
}

.column-3-pad {
	padding: 1em;
	height: 100%;
}

.column1 {
    text-align: left;
}

.column2 {
    text-align: center;
}

.column3 {
    text-align: right;
}

.columnleft {
    float: left;
    width: 50%;
    text-align: center;
}

.columnright {
    float: right;
    width: 50%;
    text-align: center;
}

/* Clear floats after the columns */
/*
.row:after {
    content: "";
    display: table;
    clear: both;
}
*/

.sociallinks {
	padding-left: 1em;
	box-sizing: border-box;
}

.sociallinks a {
	display: inline-block;
    opacity: 80%;
    width: 3.5%;
    height: 3.5%;
    min-width: 15px;
    min-height: 15px;
    background-color: ghostwhite;
    border-radius: 33%;
	line-height: 0;
	padding: 0;
}
.sociallinks a:hover,
.sociallinks a:focus {
	opacity: 1;
	transform: scale(1.3) translateY(15%);
	z-index: 1000000;
}

.socialmedialogo {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#weblinktop {
    background-color: rgba(150,150,150,0.5);
    overflow: hidden;
    padding: 1%;
    padding-left: 5%;
    margin-right: 40%;
    border-top-right-radius: 15px;
    margin-bottom: 1%;
}

.locallinks:link {
    color: lightpink;
}

.locallinks:visited {
    color: lightpink;
}

.locallinks:hover {
    font-weight: bold;
}

#weblinkbottom {
    background-color: rgba(150,150,150,0.5);
    overflow: hidden;
    padding: 5%;
    border-bottom-right-radius: 35px;
    margin-right: 40%;
}

.weblinklogo {
    padding: 5%;
    background-color: floralwhite;
    border-radius: 20%;
    opacity: 80%;
	box-sizing: border-box;
}

.weblinklogo:hover {
    opacity: 100%;
}

#scrollbutton {
    position: fixed;
    bottom: 0;
    left: 0;
	height: 2em;
	padding: 0.3em;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
#scrollbutton img {
	height: 1em;
}

#weblinkright {
    background-color: rgba(150,150,150,0.5);
	border-radius: 0.7em 0 0 0.7em;
	padding: 0.8% 0.2% 0.8% 0.2%;
    display: inline-block;
	margin-top: 2em;
}

.weblinks a {
	display: block;
	width: 3em;
	height: 3em;
	margin: 0.7em;
}

.weblinksleft a {
	display: block;
	width: 4em;
	height: 4em;
	margin: 0.7em;
}

.weblinks .weblinklogo {
	width: 100%;
}

#quotebubble {
    background: rgba(255,255,255,0.8);
    padding: 1vh;
    padding-right: 2vh;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 105%;
}

#scrollarrow {
    opacity: 0.6;
}

.twitter-timeline {
	 overflow: scroll;
	 height: 100%;
}

/******************************************************************************
*   DuckDuckGo Search form
******************************************************************************/

.search-form {
	width: 100%;
	text-align: left;
}

.search-engine-logo-label {
	display: inline-block;
	height: 5em;
	width: 5em;
	padding: 0.7em;
	box-sizing: border-box;
}

.search-engine-logo-label img {
	vertical-align: middle;
	height: 100%;
}

.input-group {
	height: 2.5em;
	width: calc(100% - 5em);
	display: inline-block;
	border-radius: 0.5em;
	overflow: hidden;
	vertical-align: middle;
}

.search-input,
.search-button {
	height: 100%;
	border: none;
	padding: 0.3em;
	margin: 0;
	vertical-align: middle;
	font-size: 100%;
	box-sizing: border-box;
}

.search-input {
	width: calc(100% - 3em);
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-family: 'Ubuntu Condensed', sans-serif;
	background-color: rgba(255,255,255,0.7);
	color: black;
}

.search-input:focus {
	background-color: rgba(255,255,255,1);
}
.search-button:focus, .search-button:hover {
	background-color: rgba(200,200,200,1);
}

.search-button img {
	height: 100%;
}

.search-button {
	width: 3em;
	padding: 0.5em;
	background-color: rgba(200,200,200,0.7);
	cursor: pointer;
}

