/*
Theme Name: Twenty Seventeen-Child
Author: the Wordpress team + Andrew
Description: Twenty Seventeen Child Theme
Author Andrew Duffy
Author URI:
Template: 
Version:1.0.0
Text Domain: twentyseventeen-child
*/

#page .entry-title, #page .page-title {
font-weight: bolder;
font-size: 20pt;
color: ghostwhite;
}
#page .entry-title:hover
{
cursor: pointer;
}

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1001;
}
#popup {
    width: 300px;
    height: 300px;
    background: lightgray;
    border: 5px solid #000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: relative;
    top: 150px;
    left: 375px;
}

