@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: #383838;
  background-color: #383838;
}

body p {
  font-family: "Roboto", sans-serif;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

.row{
  margin-top: 2rem;
}

.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 0rem;
}

.logo{
  width: 50%;
  margin-bottom: 3rem;
}

/*otsikoitten muotoiluja*/
h2 {
  font-family: "Righteous", cursive;
  font-weight: 100;

  margin-top: 0rem;
}

h2.headinglight {
  font-size: 3.5rem;
  color: #FCFCFC;
}

h3 {
  font-family: "Righteous", cursive;
  font-weight: 100;
  margin-top: 0rem;
  margin-bottom: 0.7rem;
}

h3.headinglight {
  font-size: 4rem;
  font-weight: 100;
  color: #FCFCFC;
}

.heading-underline {
  width: 5rem;
  height: .05rem;
  background-color: #e67e07;
  margin: 0 auto 2rem;
}

/*navipalkki*/
.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background-color: #383838;
}

.navbar-brand img {
  height: 3rem;
}

.navbar-nav li {
  padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FCFCFC;
  padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #e67e07;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*aloitussivu*/
/*Landing-osion määrityksiä siten että kuva toimii oikein*/
.landing {
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
  filter: brightness(40%);
  z-index: -1;
}

.home-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.home-inner {
  background-color: #000000;
  background-image: url(img/background.png);
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/*Landing-osion loppu*/
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: #FCFCFC;
}


.btn-lg {
  border-width: medium;
  border-radius: 1;
  padding: .6rem 1.3rem;
  color: #FCFCFC;
  background-color: #e67e07;
  border-color: #e67e07;
  text-transform: uppercase;
}


/*about*/
.about {
  background-color: #000000;
  color: #FCFCFC;
  padding: .5rem 0;
}

.about img {
  max-width: 40rem;
  width: 100%;
  margin: 0;
}

blockquote {
  font-size: 1.1rem;
}

blockquote .svg-inline--fa {
  color: #e67e07;
  margin: .5rem;
}



/*yhteys*/

footer{
  background-color: #252525;
  color: #FCFCFC;
  padding: 0.1rem 0;
}

.divider{
  width: 20%;
  height: auto;
  margin-top: 0.5rem;
}

.logofooter{
  height: 4rem;
  width: auto;
}

a.footer{
  font-size: 1rem;
  color: #868889;

}

a.footer:hover{
  font-size: 1rem;
  color: #e67e07;

}

p.footer{
  font-size: 1rem;
  color: #868889;
}

p.copyfooter{
  font-size: 0.8rem;
  color: #414040;
  margin: 0rem;
}

div.col-12{
  padding-bottom: 0;
}

hr.socket {
  width: 50%;
  border-top: 0.05rem solid #e67e07;
}



/*BOOTSTRAPIN FIXEJÄ*/
/*Paddingin lisäys automaattisesti kaikkiin coleihin*/
[class*="col-"] {
  padding: 1rem;
}
/*# sourceMappingURL=main.css.map */