.title{
    width:100%;
    text-align: center;
    background-color: green;
    padding-top: 50px;
    min-width: 800px;
}
.logo{
    display: inline-block;
}
.title-text{
    display: inline-block;
    color: white;
    font-size: 1.5em;
}
.phone a{
    font-size: 1.5em;
}
.topnav{
    text-align: center;
    font-size: 1.5em;
    background-color: black;
    color: lime;
    padding: 10px 0 10px 0px;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
}
.topnav a{
    margin-right: 50px;
    }
    .topnav a:active{
        background-color: lightgreen;
        color:lime;
    }
    .topnav a:visited{
        color:lime;
    }
    .topnav a:hover{
        background-color: darkgreen;
    }