/*
 Theme Name:   Strandgaarden
 Theme URI:    http://gfstrandgaarden.dk/strandgaarden
 Description:  Tema for Grundejerforeningen Strandgaarden
 Author:       Henrik Isen
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 
*/
.page-title1 {display: none;}


body.has-header-image .site-title, body.has-header-video .site-title, body.has-header-image .site-title a, body.has-header-video .site-title a {
    color: #fff;
}

.entry-meta {
       font-weight: 300;
    letter-spacing: 0.1818em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}

.site-header {
	background-color: #1c768f;
	}

a, .entry-title a {
		color: #1c768f;
text-decoration: none
}

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}


title a{ color: #222}
header-image .site-title a, body.has-header-video .site-title a {
    color: ddd;
}

h1, h2, h3, h3, h4, h4 {color: #888}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
	font-size:1.5rem;
	font-size: 24px;
	font-weight: 200;
    letter-spacing: 0em;
    text-transform: none;
}

h2.widget-title {
    font-weight: 300;
	color: #666;
    font-size: 18px;
    margin-bottom: 1rem;
    text-transform: none;
    letter-spacing: 0;
}
h3 {
     margin: 0;
    padding: 0 }

button, input[type="button"], input[type="submit"] {
    background-color: #666;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

#wpmem_reg legend, #wpmem_login legend {
    font-size: 24px;
    line-height: 1;
   font-weight:200;
    margin-bottom: 10px;
    width: 100%;
}

.post-navigation, .comment-metadata  {
	font-weight: 300}


@media screen and (min-width: 48em)
{
	
.has-sidebar:not(.error404) #primary {
	width: 65%;
	}
.has-sidebar #secondary {
    padding-top: 0;
    width: 29%;
	
	}
	
.single-post .entry-title, .page .entry-title {
    font-size: 32px;
    font-size: 2rem;
	
}
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
     font-size: 32px;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 0;
    text-transform: none;
}
.page-title {display: none;}
	
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header	{
    margin-bottom: 0.25em;
	}
	
	
	
	
}