body{
	/*font-family: 'Proxima Nova Rg', sans-serif, arial; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400; 
	line-height: 1.3em;}
a{ color: #4023c9;}



main {
    flex: 1;
    margin-top: 2em;
    margin-bottom: 2em;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
}

.navbar {
    min-height: 80px !important;
}

.navbar a {
    color: #784392 !important;
    font-weight: bold;
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
    font-size: 1em !important;
    border-bottom: 1px solid transparent !important;
}

.navbar a:hover {
    border-bottom: 1px solid #784392 !important;
}

.navbar .site-title {
    margin-left: 0px !important;
}

.navbar .site-title:hover {
    border: 0px !important;
}

.searchbox {
    border: 1px solid #e3e6e9;
}

.searchbox .form-control {
    background: #fff !important;
    border: 0px !important;
    border-radius: 3px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.searchbox .btn {
    background: #fff !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 100% !important;
}


footer {
    background: #f5f4f6 !important;
    padding-top: 2em;
    padding-bottom: 2em;
}

footer #logo {
    margin-bottom: 1em;
}

footer h5 {
    color: #784392 !important;
    font-weight: bold !important;
}

footer a {
    color: #8d8298 !important;
    text-decoration: none !important;
}

footer a:hover {
    color: #784392 !important;
}

.result {
    margin-bottom: 1em !important;
}

.result #title {
    margin-bottom: 0px !important;
    word-break: break-all;
}

.result #title a {
    color: #784392 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    word-break: break-all;
}

.result #link a {
    color: #ca8ddd !important;
    text-decoration: none !important;
    font-weight: bold !important;
    word-break: break-all;
}

.result #link {
    margin-bottom: 0px !important;
}

.result #desc {
    color: #784392 !important;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.card {
    background: #f5f4f6 !important;
    border: 0px !important;
}

.latest-searches a {
    text-decoration: none !important;
    color: #784392 !important;
}

.pagebuttons a {
    color: #784392 !important;
    text-decoration: none;
    font-size: 1.1em;
}

.alert-danger {
    background: #ff0033 !important;
    border-color: #ff0033 !important;
    color: #fff !important;
}

.adselect {
    cursor: pointer !important;
    border: 2px solid transparent !important;
}

.adselect:hover,
.adtoggle:checked ~ .adselected {
    border: 2px solid #784392 !important;
}

#keywords-tab {
    display:none;
}

#keywords-tab:target {
    display: flex;
}

#keywords-tab:target ~ #banners-tab {
    display: none !important;
    background: #000 !important;
}

.dirsearch .form-control {
    border-right: 0px !important;
}

.dirsearch .btn-default {
    border: 1px solid #ced4da;
    border-left: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#recommendations {
    margin-top: 2px !important;
    text-align: left !important;
    border: 1px solid #e3e6e9 !important;
    background: #fff !important;
    position: absolute !important;
    z-index: 100 !important;
    display: none;
    width: 100%;
}

#recommendations div {
    padding: 0.5rem 1rem;
}

#recommendations a {
    color: #784392 !important;
    font-weight: bold !important;
}


.forumpost {
    border: 1px solid #e5e5e5 !important;
    padding: 1em;
    margin-bottom: 1em;
}

.imagehold {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}



@media (min-width: 1200px) {
    .container{
        max-width: 1000px;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1200px;
    }
}

