/*
Theme Name: Phyto Charter Theme
Theme URI: phytocharter.com
Description: Twenty Twelve Child Theme for Phytocharter 
Author: Andreas Loppnow
Author URI: http://aloppnow.wordpress.com
Template: twentytwelve
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
    font-size: 16px;
}

.home h1{
    text-align: center;
}

ul#menu-nav-menu{
    text-align: center;
}

#content .page{
    margin-bottom: 0px;
}

footer[role="contentinfo"]{
    border-top:none;
    text-align:center;
}

#masthead{
    text-align: center;
}

#masthead img{
    box-shadow: none !important;
}

.entry-content a:visited, 
.comment-content a:visited{
    color:#21759b;
}

#brochure-download{
    background-color:#21759b;
    color:white;
    padding:5px 50px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

@media(max-width:415px){
    #brochure-download{
        padding:5px 25px;
        font-size: 14px;
    }
}