html, body {
  height: 100%;
}

body {
    background-image: url(/images/ZT-Background.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
}

.btn-primary {
    background-color: #114986;
    border-color: #114986;
}

#definition, #definition_mobile {
    display: none;
    padding-top: 10px;
}

.fa-angle-up {
    display: none; 
}

.btn-share {
    padding: 3px 5px;
}

.navbar-brand {
    padding-top: 0px;
    margin-top: -50px;
}

.navbar-brand > img {
    width: 100px;
    height:  auto;
}

.fulladsection {
    background-color: #CAFFDA !important;
}
.fill {
/*
    min-height: calc(100vh - 200px);
    height: calc(100vh - 200px);
*/
}

.navbarinnerdiv {
    height: 150px;
}

.fullscreen {
    width: 100%;
    max-width: 100%;
}

.fullwidth {
    margin: 0px;
}

.usebghome {
    padding-top: 50px;
}

@font-face {
  font-family: "Ombra";
  src: url('/BNModernOmbra.otf');
  font-weight: normal;
  font-style: normal;
}

.homepagesaying {
    font-size: 3.5em;
    text-align: center;
    color: #193576 !important;
    font-family: 'Ombra';
}

.homepagesayingmobile {
    font-size: 2em;
}

.home-search-wrapper {
    width: 100%;
    display:inline-block;
    position: relative;
}

.home-search-wrapper > input {
    width: 100%;
    background-color: #24C858 !important;
    color: white !important;
}

.home-search-wrapper > input::focus {
    width: 100%;
    background-color: #24C858;
    color: white;
}

.nav-serach-wrapper {
    margin-top: 30px;
}

.nav-search-wrapper > input {
    width: 100%;
    background-color: #24C858;
    color: white;
    margin-top: 35px;
}

.nav-search-wrapper > input::focus {
    width: 100%;
    background-color: #24C858;
    color: white;
}

.nav-search-wrapper > input {
    background-color: #24C858;
    color: white;
    margin-bottom: 1rem!important;
    width: 500px;
}

.navdosubmit::after {
    font-family: 'FontAwesome';
    content: '\f061';
    right: -465px;
    top: -62px;
    font-size: 30px;
    cursor: pointer;
    color: white;
    position: relative;
}


.dosubmit::after {
    font-family: 'FontAwesome';
    content: '\f061';
    position: absolute;
    right: 6px;
    top: 0px;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

.thefooter {
    text-align: center;
    margin-top: 20px;
}


.nav_serach {
    width: 400px !important;
}

.navbar {
    height: 150px;
    padding: 20px;
    background-color:rgba(235, 247, 224, 0.75);
}

.main-content {
    padding: 20px 50px;
    background-color: #F0F1F6;
}

.main-content-mobile {
    padding: 20px 25px;
}

.footer-center {
    padding: 10px 0px;
    background-color: #F0F1F6;
}

.left-column {
    margin-top: 40px;
    padding-right: 20px;
}

.left-column > div {
    float: right;
}

.right-column {
    margin-top: 40px;
    padding-left: 20px;
}

.right-column > div {
    float: left;
}

.synonym-part {
    float: right;
    margin-top: 5px;
}



.synonymWord {
    color:  #25D46F;
}

.theSynonym {
    font-size: 50px;
    color:  #25D46F;
    text-decoration: none;
}

a {
    color:  #25D46F;
    text-decoration: none;
}

a:hover {
   text-decoration: none; 
   color:  #25D46F;
}

.synonym-top {
    margin-bottom: 20px;
}

.synonym-details {
    margin-top: 50px;
}

.synonym-card {
    background-color: white !important;
    padding: 10px 20px;
}

.leftAdSpace {
    width: 160px; 
    height: 600px; 
    background: #428bca; 
    color: #fff; 
    line-height: 600px; 
    text-align: center;
}

.rightAdSpace {
    width: 300px; 
    height: 250px; 
    background: #428bca; 
    color: #fff; 
    line-height: 250px; 
    text-align: center;
}

.secondRightAd {
    margin-top: 20px;
}

.leftAdSpace, .rightAdSpace, .secondRightAd {
    display: none !important;
}

.synonym-word {
    color: #0B423D;
    font-size: 1.3em;
}

.synonym-dot {
    color: #49D568;
    font-size: 0.8em;
    top: -2px;
    position: relative;
    padding-right: 10px;
}

.navbar-toggler {
    margin-top:  -50px;
}


.mobileOnly {
    display: none;
}


.desktopOnly {
    display:  block;
}

@media screen and (max-width: 640px) {
    .mobileOnly {
        display: block !important;
    }


    .desktopOnly {
        display:  none !important;
    }
}



