/*
Theme Name: Dedzjum.nl
Theme URI: www.forcys.nl
Author: Forcys Coevorden 
Author URI: www.forcys.nl
Version: 1.0

*/
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Lato');

body {
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	background-position:center;
}

/**
* COMPONENTS
* ----------------------------------------
*/
.btn.btn-dedgum {
	background-color: #3b6d7e;
	color: #FFF;
}

/**
* HEADER
* ----------------------------------------
*/
#header {

}

#header .header-titles {

}

/**
* TOPBAR
* ----------------------------------------
*/
#topbar{
	min-height: 100px;
}

#topbar .site-title {
	line-height: 100px;
	font-size: 60px;
}

#topbar .site-title a {
	font-family: 'Lobster', cursive;
	color: #3b6d7e !important;
}

#topbar .site-subtitle{
	line-height: 100px;
	color: #3b6d7e;
	font-size: 30px;
	text-align: right;
	font-style: italic;
}

/*NAVBAR*/
.dedgum-navbar{
	background-color: #3b6d7e;
}

.dedgum-navbar a.nav-link {
	color: #fff !important;
}

/**
* CONTENT
* ----------------------------------------
*/

.page_content, .front-page-content {
	padding-top:25px;
	background-color: #FFF;
	padding-bottom:25px;
}

/**
* SINGLE PAGE
* ----------------------------------------
*/

.single-page > .page-title {
	font-weight: bold;
	color: #3b6d7e;
}

.single-page, .main-single, #main {
	padding-top: 10px;
	min-height: 650px;
}

/**
* SIDEBAR
* ----------------------------------------
*/
#nieuws {
	margin: 25px 0px;
	padding:10px;
	border: 1px solid #eee; 
}

#nieuws h1 {
	font-size: 22px;
	color: #3b6d7e;
}

#nieuws a.all-news {
	color: #3b6d7e;
}

#nieuws .nieuwsitem {
	margin: 10px 0px; 
}

#nieuws .nieuwsitem h3 {
	font-size: 18px;
	margin: 0px;
}

#nieuws .nieuwsitem h3 a {
	color: #3b6d7e !important;
}

#nieuws .nieuwsitem p {
	font-size: 14px;
}

/**
* FOOTER
* ----------------------------------------
*/
#footer {
	background-color: #3b6d7e;
	color: #FFF;
}

#footer .footer-info {

}

#footer .footer-info > a {
	color: #FFF;
	text-decoration: underline;
}

/**
* SINGLE PAGE
* ----------------------------------------
*/
#main-single {
	margin: 20px 0px;
}
#main-single .single-title {
 	color: #3b6d7e;
}

/**
* NEWS PAGE Template
* ----------------------------------------
*/
#news-archive-page {
	min-height: 650px;
	padding-top: 20px;
}

#news-archive-page .card .card-text {
	min-height: 100px;
	font-size:14px;
}

#news-archive-page .card .card-title a{
	font-size:16px;
	color:#3b6d7e;
}
#news-archive-page .card .card-text {
	font-size:14px;
}

/**
* MEDIA QUERIES
* ----------------------------------------
*/

/* MOBILE */

@media only screen and (max-width: 767px) {

}

/* PHONE */
@media only screen and (max-width: 479px) {

}

/* TABLET AND DOWN */
@media only screen and (max-width: 1024px) {
	#header .header-titles .site-title {
		text-align: center;
	}

	#header .header-titles .site-subtitle {
		display: none;
	}
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

/*TABLET LANDSCAPE*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* DESKTOP */
@media only screen and (max-width: 1219px) {

}

