/*#### Defaults ####*/

body {
  line-height: 1;
  margin: 0;
  background-color: #d1dce1;
}

nav,
header,
footer {
  display: block;
}

label {
  font-size: 25px;
  font-weight: 600;
}

p {
  font-size: 20px;
  line-height: 1.2;
}

article p {
  font-size: 15px;
  padding: 20px;
}

.container {
  width: 100%;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

* {
  box-sizing: border-box
}

/*#### Nav bar ####*/

nav {
  width: 100%;
  margin: 0;
  background-color: #d1dce1;
}

nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

ul.topnav li {
  list-style: none;
  float: left;
}

ul.topnav li.topnav-right {
  float: right;
}

ul.topnav li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 16px;
  text-align: center;
  color: gray;
  padding: 5px;
}

ul.topnav li a:hover {
  background-color: #d1dce1;
  color: gray;
}

ul.topnav li.dropdownicon {
  display: none;
}

/*#### Custom ####*/

div.box {
  border-radius: 7px;
  margin: 24px;
  padding: 24px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}

button {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #862d59;
  padding: 1px 40px;
  margin: 5px;
  border-radius: 7px;
}

button.learnmore {
  display: block;
  margin: auto;
}

div.icon {
  width: 100%;
}

div.icon img {
  border-radius: 50%;
}

div.icon2 img {
  display: block;
  margin: auto;
  box-shadow: -2px -2px 4px 2px rgba(0,0,0,1);
}

.section2header {
  text-align: center;
  font-size: 35px;
}

h1.large {
  color: white;
}

input[type="text"] {
  font-size: 16px;
  padding-bottom: 8px;
  width: 300px;
  min-width: 100px;
  border-radius: 5px;
}

.leftside-col {
  margin: 80px;
}

.rightside-col {
  margin: 40px;
}

#section1image {
  background-color: #862d59;
}

footer.footsy {
  background-color: black;
  padding-left: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer.footsy h1 {
  color: #fff;
  font-size: 15px;
}

footer.footsy ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

footer.footsy li {
  color: #fff;
  line-height: 1.2;
  font-size: 10px;
}


/*#### mobile ####*/

@media screen and (max-width: 680px) {
  ul.topnav li:not(:nth-child(1)) {
    display: none;
  }

  ul.topnav li.dropdownicon {
    display: block;
    float: right;
  }

  ul.topnav.responsive li.dropdownicon {
    position: absolute;
    top: 0;
    right: 0;
  }

  ul.topnav.responsive {
    position: relative;
  }

  ul.topnav.responsive li {
    display: inline;
    float: none;
  }

  ul.topnav.responsive li a {
   display: block;
    text-align: left;
  }

  .col-6,
  .col-4,
  .col-7,
  .col-5 {
    width: 100%;
    margin: 0;
  }

#section1image {
  padding-top: 40px;
}

  div.mobilestack {
    width: 50%;
    display: block;
  }

  article p {
    font-size: 15px;
  }

  div.box {
    padding: 5px;
    display: block;
  }

  div.icon2 {
    margin: 5px;
  }

  div.icon2 img {
    width: 100%;
  }

  input[type="text"] {
    width: 250px;
  }

  .leftside-col,
  .rightside-col {
    margin: 20px;
  }

  .rightside-col iframe {
    overflow: hidden;
    width: 100%;
    margin: 0;
  }

  footer.footsy {
    padding-left: 55px;
  }



}
