@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Dosis:300,400,600|Julius+Sans+One:400|Quattrocento+Sans:400,700|Mrs+Saint+Delafield:400|Cinzel:400);

body {
	margin-top: 104px; 
	font-family: 'Quattrocento Sans', Arial, Helvetica, Trebuchet MS, sans-serif; 
	font-size: 18px; 
	line-height: 26px;
	background: url('../images/jari_bg.png') no-repeat top right fixed #000000;
	color: #cfae78;

}
a {
	color: #fcf0db; 
	font-weight: 400;
	text-decoration: none;
}
a:focus, a:hover {
	color: #cfae78; 
	font-style: bold;
	text-decoration: none;
}
.soita-meille {	
	background-color: #cfae78; 
	padding-top: 20px; 
	padding-bottom: 5px;
}

hr {
	border-top: solid 1px #715e3f;
	margin-top: 36px;
	margin-bottom: 36px;
}
.slogan {
    font-family: Cinzel, 'Mrs Saint Delafield', 'Quattrocento Sans', Arial, Helvetica, Trebuchet MS, sans-serif;
    font-weight: 400;
	color: #cfae78;
	font-size: 90px;
	line-height: 80px;

}


/* OTSIKOT
------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Quattrocento Sans', Arial, Helvetica, Trebuchet MS, sans-serif;
	font-weight: 400;
	color: #cfae78;
	line-height: normal;
}
h1 {
	font-size: 36px;
	font-family: Cinzel, 'Mrs Saint Delafield', 'Quattrocento Sans', Arial, Helvetica, Trebuchet MS, sans-serif;
 
}

h3 {
	font-style: italic;
}

.ingress {
	font-family: 'Quattrocento Sans', Arial, Helvetica, Trebuchet MS, sans-serif;
	color: #cfae78; 
	font-weight: 400; 
	font-size: 26px; 
	line-height: 38px;
	margin-bottom: 30px;
}
.white {
	color: #ffffff;
}
footer {
	background-color: #transparent; 
	color: #715e3f;
	font-size: 16px; 
	line-height: 22px;

}
footer a {
	color: #715e3f;
	text-decoration: none;}


/* ETUSIVU LINKIT
_____________________________________________ */

.link-text {
    color: #ffffff;
    font-family: 'Dosis', Arial, sans-serif;
    font-weight: 400;
	font-size: 36px;
}
.img-link {
    display: block;
    overflow: hidden;
    text-align: center;
}
.img-link .img-content {
    overflow: hidden;
}
.img-link .img-content img {
    transform: scale(1.01);
    transition: all 0.6s ease-in-out 0s;
}
.img-link:hover .img-content img {
    transform: scale(1.09);
}
.img-link:hover .img-content::after {
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 100;
}
.img-link .text-content {
    background-color: #ad0306;
    color: #ffffff;
    left: 15;
    padding: 14px 26px 5px;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s;
}
.img-link:hover .text-content {
    background-color: #f69306;
    color: #ffffff;
    left: 15;
    padding: 14px 26px 5px 36px;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s;
}
.img-link .img-content img {
    max-width: 100%;
    transform: scale(1.01);
    transition: all 0.3s ease-in-out 0s;
}

/* HEADER KUVA
_____________________________________________ */

.divider {
	height: 50px;
}
section {
	height: 360px; 
	padding-top: 100px; 
	padding-bottom: 50px; 
	overflow: auto;
}

/* HEADER/NAVBAR
------------------------------------------------------------------------------------------*/

nav {
	color: #cfae78;
	font-weight: 400;
}
.navbar-default {
	background-color: #000000;
	font-family: 'Quattrocento Sans', Arial, Helvetica, Trebuchet MS, sans-serif;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000000;
}
.navbar-default .navbar-nav > li > a {
	color: #cfae78; 
	text-decoration: none; 
	font-weight: 400;
	font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #000000;
	color: #cfae78;

}
.navbar-default .navbar-nav > .active > a {
	background-color: #000000;
	color: #cfae78;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #000000;
	color: #cfae78;

}
.navbar-default .navbar-toggle {
	border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default .navbar-toggle {
	border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: transparent;
}
.navbar-toggle {
	background-color: transparent; 
	border: none; 
	padding: 7px 7px;
	margin-top: 20px; 
	margin-left: 5px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #cfae78; 
	width: 30px; 
	height: 3px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #000000;
    color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #cfae78;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0px; 
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #000000;

}
.dropdown-menu {
	background-color: #000000; 
	border: 0px solid rgba(0, 0, 0, 0.15); 
	border-radius: 4px; 
	box-shadow: none; 
	padding: 0px 0px; 
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05); 
	font-size: 16px;
}
.dropdown-menu > li > a {
	padding: 6px 10px; 
	font-weight: 400; 
	color: #0f2305; 
	text-decoration: none;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* BUTTON
------------------------------------------------------------------------------------------*/
.btn-primary {
	background-color: #0f2305; 
	font-size: 16px; 
	color: #ffffff; 
	border-color: #0f2305; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 5px; 
	padding-bottom: 7px; 
	border-radius: 5px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #ad0306; 
	border-color: #ad0306; 
	color: #ffffff; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info normaali
------------------------------------------------------------------------------------------*/
.btn-default {
	background-color: #b4a868; 
	font-size: 16px; 
	color: #ffffff; 
	border-color: #d9cf99; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 5px; 
	padding-bottom: 7px; 
	border-radius: 5px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-default:hover, .btn-default:focus {
	background-color: #ad0306; 
	border-color: #ad0306; 
	color: #ffffff; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info normaali nega
------------------------------------------------------------------------------------------*/
.btn-success { 
	background-color: #ffffff; 
	font-size: 16px; 
	color: #0f2305; 
	border-color: #0f2305; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 17px; 
	padding-bottom: 17px; 
	border-radius: 5px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-success:hover, .btn-success:focus {
	background-color: #0f2305; 
	border-color: #0f2305; 
	color: #ffffff; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info iso nega painike
------------------------------------------------------------------------------------------*/
.btn-info { 
	background-color: #ffffff; 
	font-size: 28px; 
	color: #0f2305; 
	border-color: #0f2305; 
	padding-left: 23px; 
	padding-right: 23px; 
	border-radius: 5px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-info:hover, .btn-info:focus {
	background-color: #0f2305; 
	border-color: #0f2305; 
	color: #ffffff; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}
.btn {
	font-family: 'Noto Sans', Verdana, Helvetica, Trebuchet MS, sans-serif; 
	font-weight: 400; 
	text-align: center; 
	border: 0px solid transparent;
}

/* @MEDIA
------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {

.navbar-brand {
	padding: 10px 5px 5px 15px; 
	width: 230px; 
	margin-top: 0px;
}
body {
	margin-top: 104px; 
	background: url('../images/jari3_bg.png') no-repeat top center fixed #000000;
}
.textbox {	
	width: 80%;
	margin-left: 0;
}


.margin-bottom {
	margin-bottom: 20px;
}

h1 { 
	font-size: 28px;
	line-height: 36px;
	padding-top: 10px;

}
h2 { 
	font-size: 24px;
}
h3 { 
	font-size: 21px;
}
h4 { 
	font-size: 18px;
}


.link-margin-bottom {
	margin-bottom: 15px;
}
.text-box-text {
	font-size: 25px;
}
.link-text {
	font-size: 27px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0f2305;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #d9cf99;
}
.navbar .navbar-nav {
	margin-top: 10px;
	text-align: right;
	padding-right: 5px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 21px;
}
.slogan {
	font-size: 28px;
	line-height: 38px;
	padding-top: 15px;
	padding-bottom: 10px;
}

}
/* 768
------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
.navbar-brand {
	padding: 15px 15px; 
	width: 250px; 
	margin-top: 0px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 20px;
}
.navbar-default .navbar-nav > .active > a {
	border-bottom: solid 1px #cfae78;
}
body {
	margin-top: 104px; 
	background: url('../images/jari2_bg.png') no-repeat top right fixed #000000;
}


.textbox {	
	width: 500px;
	margin-left: 0;
}

h1 {
	font-size: 34px;
	line-height: 42px;
	padding-top: 10px;
}
h2 {
	font-size: 26px;
	line-height: 30px;
}
h3 {
	font-size: 21px; 
	line-height: 24px; 
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}

.link-margin-bottom {
	margin-bottom: 30px;
}
.link-text {
	font-size: 27px;
}
.slogan {
	font-size: 40px;
	line-height: 48px;
	padding-top: 50px;
	padding-bottom: 10px;
}
}

/* 992
------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
.navbar-brand {
	padding: 25px 15px; 
	width: 300px; 
	margin-top: 0px;
}
.navbar .navbar-nav {
	margin-top: 10px;
}
.navbar-default .navbar-nav > .active > a {
	border-bottom: solid 1px #cfae78;
}
body {
	margin-top: 104px; 
	background: url('../images/jari2_bg.png') no-repeat top right fixed #000000;
}


.textbox {	
	width: 500px;
	margin-left: 0;
}

h1 {
	font-size: 34px;
	line-height: 42px;
	padding-top: 10px;
}
h2 {
	font-size: 26px;
	line-height: 30px;
}
h3 {
	font-size: 21px;
	line-height: 24px;  
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}


.navbar-default .navbar-nav > li > a {
	font-size: 20px;
	padding-left: 13px;
	padding-right: 13px;
}
.link-text {
	font-size: 35px;
}
.slogan {
	font-size: 47px;
	line-height: 55px;
	padding-top: 60px;
	padding-bottom: 10px;
}
}
/* 1200
------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
.navbar-brand {
	padding: 25px 15px; 
	width: 300px; 
	margin-top: 0px;
}
body {
	margin-top: 104px; 
	background: url('../images/jari_bg.png') no-repeat top right fixed #000000;
}

.link-text {
	font-size: 40px;
}
.navbar .navbar-nav {
	margin-top: 10px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;

}
.navbar-default .navbar-nav > .active > a {
	border-bottom: solid 1px #cfae78;
}

.textbox {	
	width: 700px;
	margin-left: 0;
}

h1 {
	font-size: 36px;
	line-height: 46px;
	padding-top: 10px;
}
h2 {
	font-size: 26px;
	line-height: 30px;
}
h3 {
	font-size: 21px; 
	line-height: 24px; 
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}

.slogan {
	font-size: 50px;
	line-height: 60px;
	padding-top: 70px;
	padding-bottom: 10px;
}
}




