/* line 1, D:/Temp/github/swipeslider/style.scss */
/** {
  box-sizing: border-box;
  font-family: sans-serif; }*/

/* line 6, D:/Temp/github/swipeslider/style.scss */
/*html, body {
  height: 100%; }*/

/* line 10, D:/Temp/github/swipeslider/style.scss */
/*body {
  margin: 0 auto;
  background-color: #383843;
  max-width: 640px;
  color: #fff8eb; }*/

/* line 16, D:/Temp/github/swipeslider/style.scss */
/*h1, h2, h3, h4, h5, h6 {
  text-align: center;
  color: #fff9f0;
  text-shadow: 1px 2px 5px black; }*/

/* line 21, D:/Temp/github/swipeslider/style.scss */
/*h1 {
  font-size: 50px; }*/

/* line 25, D:/Temp/github/swipeslider/style.scss */
/*h2 {
  margin-top: 80px; }*/

.container{
    margin: 0 auto;
    max-width: 100%;
}

/* line 30, D:/Temp/github/swipeslider/style.scss */
a:link {
    color: #1369c0; }

/* line 33, D:/Temp/github/swipeslider/style.scss */
a:hover {
    color: #aaa3fc; }

/* line 36, D:/Temp/github/swipeslider/style.scss */
a:active {
    color: #9289ff; }

/* line 39, D:/Temp/github/swipeslider/style.scss */
a:visited {
    color: #1369c0; }


.defaultLogo{
    width: 100%;
    height: 100%;
    background-color: #409eff;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
