/*
Theme Name: Palva special 3000
Description: Tema för Wordpress byggd speciellt för Palva. Baseras på understrap
Author: Mattias Kallio
Template: understrap
*/
body {
	color: #888;
	background-color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 15px;
}

a {
	color: #535353;
}

h1, h2 {
	margin-top: 30px;
	color: #535353;
}

h1{
	font-family: "Tangerine",sans-serif;
	text-align: center;
	color: #000;
	font-size: 60px;
	text-shadow: 1px 1px 3px #00000047;
}

h1:after{
	background: none repeat scroll 0 0 #f00;
	bottom: -10px;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	margin: 5px auto;
	margin-bottom: 40px;
	width: 75px;
}

h3 {
	color: #464646;
	border-bottom: 1px solid #c8c8c8;
	letter-spacing: 2px !important;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 20px;
}

h4{
	color: #171717;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

.footer-widget:last-child{
	text-align:right;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 17px;
	font-family: "Encode Sans Condensed", sans-serif;
	color: #6f6f6f;
	/* text-transform: uppercase; */
}

@media(max-width:600px){
	.navbar-dark .navbar-brand {
		margin: auto;
	}	
	
	.footer-widget, .footer-widget:last-child{
		text-align: center;
		margin-bottom: 30px;
	}

}

