
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300");
@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Fjalla+One&family=Staatliches&display=swap');
body{
    font-family: 'Roboto', sans-serif;
    background-color: #fefefe;
    background-image: url("https://transparenttextures.com/patterns/scribble-light.png");
    padding-top: 60px;
    padding-bottom: 30px;
    
}


/* --------------------------- NAVBAR ---------------------------------*/
.bgimg {
    background-image: url('/w3images/forestbridge.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
  }

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
  }
  
  .bottomleft {
    position: absolute;
    margin-bottom: 70%;
    left: 16px;
  }
  
  .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

.navbar {
    border:none;
    border-radius:0;
    margin:0px;
    background: #f1fdff;
    box-shadow: 0px 7px 21px -12px rgba(0, 0, 0, 0.8);
}

hr {
  margin: auto;
  width: 40%;
}

.myTopButton{
    color: #4d5878;
    padding-right: 20px;
    font-size:22px;
    cursor:pointer;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
}

.myTopButton:hover{
    color: rgb(109, 136, 187)
  
}

/*----------------------------COMING SOON--------------------------------*/

 

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 


.wh_tile_title a{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    font-weight: bold;
}


.wh_tile {
   margin-top: 35px;
   height: 350px;
   width:300px;
   border-radius: .5em;
   background: #F5F7F8;
   box-shadow: 0 0.8rem 1rem rgba(98, 84, 84, 0.815);
}

.wh_tile:hover {
    box-shadow: 0 1.5rem 2rem 0.8rem rgba(0, 0, 0, 0.6);
}

.wh_topic_content,.wh_content_area {
    color: #787A91;
    line-height: 2.2em;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}



.wh_indexterms_link a{
   color:#edf1f4;
}

.wh_search_button{
   color: #edf1f4;
   background-color: #689197;
}

.wh_search_input{
   display: block;
   padding: 5.4em;
   margin: 0;
   background: url('img/bub5.png') repeat;
   background-size:auto ;
   box-shadow: 0px 7px 21px -12px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px){
   .wh_search_input{
   padding: .8em;
   margin: 0;
   background: url('img/bub5.png') repeat;
   background-size:auto ;
   box-shadow: 0px 7px 21px -12px rgba(0, 0, 0, 0.3);
   }
}
 
 .wh_publication_title > a{
     font-size: 1.5em;
}

.wh_tile_shortdesc{
    text-align: center;
}
.wh_tile_title{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size:1.1rem;
    text-decoration: none;
}

.wh_tile_shortdesc{
    text-align: center;
    box-shadow: 0px 7px 21px -12px rgba(0, 0, 0, 0.3);
}

.myButton {
	box-shadow: 0px 10px 14px -7px #4d5878;
	background:linear-gradient(to bottom, #9fa7b1 8%, #27374D 100%);
	background-color:#7892c2;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding: 4px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #101011;
    margin-top: 3rem;  
    margin-left: 18rem;
}

.myButton:hover {
	background:linear-gradient(to bottom, #27374D 5%, #9fa7b1 100%);
	background-color:#ffffff;
    box-shadow: 0 0.8rem 1rem rgba(98, 84, 84, 0.815);
    color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}

@media only screen and (max-width: 767px) {
    .wh_tile > div{
        height: auto;
    }
}









