/*
Proper Plantings Landscape Management and Design
Graphics by Dreamscape Printing, dreamscapeprinting.com
*/

/* Main Body */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');

html {

}

body {
	font-family: 'Libre Baskerville', serif;
    background: #fff url('images/proper-plantings-bg.jpg') fixed center top no-repeat;
    text-align: center;
}

#container {
    padding-top: 32px;
}

#main {
    background-color: #fff;
    width: 800px;
    padding: 20px;
    margin: 0px auto;
}

#logo {
    text-align: center;
}

#content {
    text-align: center;
}

a:link, a:visited {
    color: #215732;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content h1, #content h3 {
    font-size: 24px;
}

#content h2 {
    font-size: 32px;
}

#phone-box {
    height: 48px;
}

a.phone {
    background: #215732;
    color: #fff;
    padding: 0.5em;
    vertical-align: middle;
    transition: font-size 1s;
}

a.phone:hover {
    text-decoration: none;
    font-size: 34px;
}
