html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  padding: 0px 100px;
  padding-right: calc(100px - (100vw - 100%));
  background-color: #FFF8F0;
  line-height: 1.4; }

nav {
  padding: 10px 0px; }
  nav ul {
    margin: 0;
    padding: 3px 50px;
    list-style: none;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: "Overpass", Helvetica, sans-serif; }
  nav li {
    display: inline-block;
    font-size: 20px; }
  nav li:first-child {
    margin-right: auto;
    font-size: 17px; }
  nav a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    color: #4062FF;
    transition: background-color 0.5s; }
  nav a:visited {
    color: #4062FF; }
  nav a:after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: #4062FF;
    transition: all .35s ease-in; }
  nav a:hover:after {
    width: 100%; }
  nav li:first-child a:hover:after {
    width: 0%; }

.active:after {
  width: 100%; }

#container {
  min-height: 100%;
  position: relative; }

.content {
  padding: 10px 60px;
  padding-bottom: 40px;
  justify-content: space-between;
  font-family: "Muli", sans-serif; }

footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  text-align: center;
  font-family: "Muli", sans-serif; }

footer p {
  margin: 0;
  padding: 0px 45px; }

/*
 .container{
 	padding: 10px 45px;
 }
*/
.main {
  width: 50%; }

.third {
  width: 30%; }

.clearfix {
  overflow: auto; }

* {
  box-sizing: border-box; }

div {
  font-family: "Muli", sans-serif; }

h2 {
  font-size: 25px; }

.mySlides {
  display: none;
  text-align: center; }

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  height: 550px;
  position: relative;
  margin: auto; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #4062FF; }

/* Caption text */
.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-size: 18px; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.active, .dot:hover {
  background-color: #4062FF; }

p {
  margin: 0; }

/*# sourceMappingURL=home.css.map */
