@charset "UTF-8";
/* Basic styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dt,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
#page {
  height: 100%;
}
body > #page {
  height: auto;
  min-height: 100%;
  position: relative;
}
h1 {
  font-size: 2.75em;
  margin-bottom: 0.3em;
  font-family: "Montserrat", sans-serif;
  /*text-shadow: 1px 1px #ccc;*/
  color: #4f4f4f;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-family: "Montserrat", sans-serif;
  /*text-shadow: 1px 1px #ccc;*/
  color: #4f4f4f;
}
#content {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
a {
  text-decoration: underline;
  color: #4f4f4f;
}
a:hover {
  text-decoration: underline;
  color: #9c9c9c;
}
a:visited {
  text-decoration: none;
  color: #4f4f4f;
}
a:active {
  text-decoration: none;
  color: #4f4f4f;
}

/* Navigation */

#header {
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  height: 50px;
  position: relative;
}

#menu {
  width: 100%; /*36.603221083455%;  /* 500/1366 */
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 50px;
  background-color: #fff;
  padding-top: 10px;
  z-index: 9999;
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
}

#navigation-container {
  text-align: center;
}

ul.navigation {
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 1.2em;
  margin: 0 auto;
}
.navigation li {
  margin-left: 2.196193265007%; /* 30/1366 */
  color: #9c9c9c;
  display: inline;
  text-align: center;
}

.navigation li:first-child {
  margin-left: 0%;
}

.navigation a {
  text-decoration: none;
  color: #9c9c9c;
}
.navigation a:hover {
  text-decoration: none;
  color: #9c9c9c;
}
.navigation a:visited {
  text-decoration: none;
  color: #9c9c9c;
}
.navigation a:active {
  text-decoration: none;
  color: #9c9c9c;
}

/* Images */

#firstimg {
  background: url(images/blomst1.JPG) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  height: 650px;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}

#secondimg {
  background: url(images/blomst2.JPG) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  height: 600px;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.70);
  opacity: 0.7;
}

div#firstimg.summer {
  background-image: url(images/blomst1.JPG);
  height: 600px;
}
div#firstimg.winter {
  background-image: url(images/winter1.jpg);
  height: 600px;
}
div#firstimg.spring {
  background-image: url(images/blomst1.JPG);
  height: 600px;
}
div#firstimg.fall {
  background-image: url(images/blomst1.JPG);
  height: 600px;
}
div#secondimg.summer {
  background-image: url(images/blomst2.JPG);
  height: 600px;
}
div#secondimg.winter {
  background-image: url(images/winter2.JPG);
  height: 600px;
}
div#secondimg.spring {
  background-image: url(images/blomst2.JPG);
  height: 600px;
}
div#secondimg.fall {
  background-image: url(images/blomst2.JPG);
  height: 600px;
}

#thirdimg {
  background: url(images/os2.jpg) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  height: 800px;
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  -ms-filter: "alpha(opacity=95)";
  filter: alpha(opacity=95);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.95);
  opacity: 0.95;
}

#intro,
#presentation,
#work,
#contact,
#autisme {
  width: 69.546120058565%; /* 950/1366 */
  margin: 40px auto;
  line-height: 1.4;
  font-size: 1.2em;
  overflow: hidden;
}

.line {
  height: 1px;
  background-color: #ccc;
  width: 100%;
}

/*Images*/
.imgLeft {
  float: left;
  width: 40%;
  margin: 15px 2.5% 20px 0;
  /*-moz-box-shadow: 0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;*/
}

.imgRight {
  float: right;
  width: 50%;
  margin: 15px 0 20px 2.5%;
  /*-moz-box-shadow: 0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;*/
}

/************************************************************/
/**** Tablet and small screens style ************************/

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2em;
  }
  #header {
    padding-top: 15px;
    height: 35px;
  }
  #menu {
    height: 45px;
  }
  .fixed {
    padding-top: 0px !important;
  }
  #firstimg,
  #secondimg {
    height: 400px;
  }
  #thirdimg {
    background-image: url(images/os2_small.jpg);
  }
  #thirdimg {
    height: 430px;
  }
  #intro,
  #presentation,
  #work,
  #contact,
  #autisme {
    margin: 10px auto;
    width: 90%;
  }
  .imgLeft {
    width: 45%;
  }
  div#firstimg.summer {
    background-image: url(images/blomst1_small.JPG);
    height: 400px;
  }
  div#firstimg.winter {
    background-image: url(images/winter1_small.JPG);
    height: 400px;
  }
  div#firstimg.spring {
    background-image: url(images/blomst1_small.JPG);
    height: 400px;
  }
  div#firstimg.fall {
    background-image: url(images/blomst1_small.JPG);
    height: 400px;
  }
  div#secondimg.summer {
    background-image: url(images/blomst2_small.JPG);
    height: 400px;
  }
  div#secondimg.winter {
    background-image: url(images/winter2_small.JPG);
    height: 400px;
  }
  div#secondimg.spring {
    background-image: url(images/blomst2_small.JPG);
    height: 400px;
  }
  div#secondimg.fall {
    background-image: url(images/blomst2_small.JPG);
    height: 400px;
  }
}

/************************************************************/
/**** Phone style  ******************************************/

@media screen and (max-width: 568px) {
  #firstimg,
  #secondimg {
    height: 250px;
  }
  #thirdimg {
    height: 330px;
  }
  .imgLeft {
    width: 100%;
  }
  .imgRight {
    width: 100%;
  }
}

/************************************************************/
/**** Big screen style  *************************************/
@media screen and (min-width: 1600px) {
  #secondimg {
    background-image: url(images/blomst2_large.JPG);
    height: 950px;
  }
  #thirdimg {
    background-image: url(images/os2_large.jpg);
    height: 950px;
  }
  .imgLeft {
    width: 30%;
  }
  .imgRight {
    width: 40%;
  }
  div#firstimg.summer {
    background-image: url(images/blomst1_large.JPG);
    height: 950px;
  }
  div#firstimg.winter {
    background-image: url(images/winter1_large.JPG);
    height: 950px;
  }
  div#firstimg.spring {
    background-image: url(images/blomst1_large.JPG);
    height: 950px;
  }
  div#firstimg.fall {
    background-image: url(images/blomst1_large.JPG);
    height: 950px;
  }
  div#secondimg.summer {
    background-image: url(images/blomst2_large.JPG);
    height: 950px;
  }
  div#secondimg.winter {
    background-image: url(images/winter2_large.JPG);
    height: 950px;
  }
  div#secondimg.spring {
    background-image: url(images/blomst2_large.JPG);
    height: 950px;
  }
  div#secondimg.fall {
    background-image: url(images/blomst2_large.JPG);
    height: 950px;
  }
}
