/*
	Dintomte.se bootstrap scss theme
	Author: Jonas Frid
	version: 0.0.1
*/
/* BASE - Base styles, variables, mixins, etc */
/* MODULES - Individual site components */
/* LAYOUTS - Page layouts styles */
/* line 25, C:/xampp/htdocs/Dintomte/scss/main.scss */
body {
  padding-top: 50px;
  background-color: peachpuff;
}

/* line 30, C:/xampp/htdocs/Dintomte/scss/main.scss */
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

/* line 35, C:/xampp/htdocs/Dintomte/scss/main.scss */
#introSection {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background-color: skyblue;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* line 49, C:/xampp/htdocs/Dintomte/scss/main.scss */
#introSection img {
  width: 100%;
}

/* line 53, C:/xampp/htdocs/Dintomte/scss/main.scss */
#introSection #logopic {
  margin-top: 20px;
}

/* line 57, C:/xampp/htdocs/Dintomte/scss/main.scss */
#introSection #rightside {
  float: right;
}

/* line 62, C:/xampp/htdocs/Dintomte/scss/main.scss */
#xmasLetterScetion {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: black;
  background-color: lightgoldenrodyellow;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 1080px;
}

/* line 77, C:/xampp/htdocs/Dintomte/scss/main.scss */
#xmasLetterScetion #kidFormDiv {
  background-color: darkgray;
  display: none;
}

/* line 81, C:/xampp/htdocs/Dintomte/scss/main.scss */
#xmasLetterScetion #adultFormDiv {
  background-color: azure;
  display: none;
}

/* line 87, C:/xampp/htdocs/Dintomte/scss/main.scss */
#rentASantaSection {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: black;
  background-color: cornflowerblue;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 1080px;
}

/* line 110, C:/xampp/htdocs/Dintomte/scss/main.scss */
.modal-body {
  background-image: url("../img/julbrev1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/* line 119, C:/xampp/htdocs/Dintomte/scss/main.scss */
footer {
  background-color: darkorchid;
}

/*# sourceMappingURL=../css/main.map */