/*
Theme Name: PACO International Paper
Author: Hannele Parjanen
Version: 1.0
*/


/* GLOBAL STYLES 
================================== */

@import url('bootstrap/css/bootstrap.min.css');
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700|PT+Serif+Caption|PT+Serif:400,700);

::selection { background: #dc7733; color: #fff; text-shadow: none; }
::-moz-selection { background: #dc7733; color: #fff; text-shadow: none; }

body {
	background: #e2dedb;
	color: #85807a;
	font-family: 'PT Serif', 'Times New Roman', serif;
}

h1 {
	color: #1e1d1b;
	font-size: 65px;
	font-family: 'PT Serif Caption', 'Times New Roman', serif;
}
h2, h3, h4, h5, h6 {
	color: #1e1d1b;
	font-family: 'PT Sans Narrow', 'Times New Roman', serif;
	text-transform: uppercase;
	font-weight: 700;
}

a {
	color: #c0662a;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out; 
}
a:hover {
	color: #dc7733;
	text-decoration: none;
}

.btn-primary {
	color: #fff;
	background-color: #c0662a;
	border-color: #c0662a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #dc7733;
	border-color: #dc7733;
}

.text-lg { font-size: 80px; }


/* NAVBAR
================================== */

.logo {  
    background: url(bootstrap/img/logo.png) no-repeat;  
    width: 272px; height: 83px;
    margin: 40px 0;
    float: left;
    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out; 
	}   
.logo:hover { opacity: 0.70; }
.logo a {
    margin: 0px; display: block; text-indent: -9999px; 
    width: 272px; height: 83px;
    cursor: pointer;
	}
.navbar {
	margin-bottom: 0px;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.nav>li>a {
	padding: 70px 15px;
	font-family: 'PT Sans Narrow', 'Times New Roman', serif;
	text-transform: uppercase;
	font-size: 25px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #58534e;
}

.navbar-inverse .navbar-nav>li.current_page_item>a {
	color: #fff;
	background-color: transparent;
}


.btn-group {
	margin:  67px 0 70px 20px;
}


/* CONTENT
================================== */

.cover {
	background: #1e1d1b url(bootstrap/img/bg-cover.jpg) center top;
}
.cover .front-page {
	padding: 80px 0 120px;
}
.cover h1, .cover {
	color: #7b746c;
}
.cover hr {
	margin: 20px 30%;
	border-top: 2px solid #7b746c;
	border-bottom: none;
}

.content {
	background: #f1eeeb;
	padding: 20px 0 40px;
}

footer {
	padding: 30px 0;
}


/* BREAKPOINTS
================================== */

@media (max-width: 1200px) { ... }

@media (max-width: 992px) { ... }

@media (max-width: 768px) {
	.logo {
	background: none;
	width: auto;
	height: auto;
	margin: 20px 0;
	}
	.logo a {
	margin: 0px;
	display: block;
	text-indent: 0;
	width: auto;
	height: auto;
	}
	.navbar-toggle {
	margin-top: 27px;
	}
	.nav>li>a {
	padding: 10px 15px;
	font-size: 18px;
	}
	.navbar-nav.pull-right {
		float: none !important;
	}
	.cover .front-page {
		padding: 80px 20px 120px;
	}
	.cover .front-page h1 {
		font-size: 40px;
	}
	.navbar-brand {
		font-size: 14px;
		text-transform: uppercase;
	}
}