* {
    margin: 0;
    padding: 0;
    box-sizing: border-box!important;
}

body {
    font-family: sans-serif!important;
    color: white!important;
    letter-spacing: 0.125rem;
}
ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00c6ff; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.header-with-bottom-gradient {
    border: 0;
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left,#00f260, #0575e6);
}
.less-lh{
    line-height: 50px;
    letter-spacing: 2.25px;
}
/*.img-fit{
    border: 25px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left,#00f260, #0575e6);
}*/
header {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3)!important;
    position: sticky !important;
    top: 0!important;
    z-index: 10 !important;
    background: linear-gradient(to top, #000000, #292929);
        min-height: 10vh!important;
    margin: auto!important;
            flex-wrap: wrap!important;
    -webkit-box-align: center!important;
        -webkit-box-pack: justify!important;
}
nav {
    min-height: 10vh!important;
    margin: auto!important;
    width: 90%!important;
    display: flex;
    align-items: center!important;
    justify-content: space-between!important;
    justify-content: center!important;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -webkit-box-pack: justify;
    
}

nav .logo,
nav ul {
    font-size: 125%;
    flex: 1!important;
    
}
nav ul{
    list-style: none!important;
    display: flex!important;
    justify-content: space-between!important; 
}

nav a {
    color: white;
    text-decoration: none;
}
nav ul li{
    /*width: 50px!important;*/
    align-items: center!important;
    display: flex;
    margin-right: 1.5rem!important;
    /*height: 5px!important;*/
}
nav ul li::before {
    list-style: none;
    content: "";
}
section{
    min-height: 75vh;
    align-items: center;
    padding: 50px;
}
.dropdown-toggle{
    padding: 10px;
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right top, #00c6ff, #0072ff);
}
section h3 {
    font-size: 2.5rem;
    color: white;
    font-family: "Roboto Slab", sans-serif;
}
.thick{
    font-weight: 1000!important;
}
.center{
    padding-left: 10px; 
}
.a-colored{
    color: #00c6ff;
}
.a-colored:hover{
    color: turquoise;
}
nav a:hover{
    color: rgba(255,255,255,0.5)!important;
    text-decoration: none!important;
}
nav li .dropdown-item:hover{
    color: black!important;
    text-decoration: none!important;
    background: rgba(255,255,255,0.5);
    border-radius: 0px;
    padding: 1rem;
}
.button-area a:hover{
    border-radius: 0.25rem;
    text-decoration: none!important;
    color: rgb(255,255,255);
}
.sub-h{
    font-weight: 300;
    font-size: 1.75rem;
    letter-spacing: 3px;
    line-height: 60px;
}
.sub-h-l{
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 3px;
    line-height: 100px;
}
.btm-head{
    text-decoration: italic;
}
.p-head{
    align-content: center;
    border-bottom: solid #00c6ff 2px;
    padding: 2px;
}
.head{
    border-bottom: solid #00c6ff 2px;
    padding: 2px;
    text-transform: uppercase;
}
.content{
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 50px;
}
.home {
    background: url("https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX33459005.jpg");
    padding: 0!important;
    min-height: 40vh;
}
.app {
    background: linear-gradient(to right, #232526, #414345);
    align-self: center;
}
.contact {
    background: linear-gradient(to right, #232526, #414345);
}
.dropdown-menu{
    background: linear-gradient(to right top, #00c6ff, #0072ff)!important;
}
.dropdown-item{
    color: white!important;
}
.bubble {
    position: absolute;
    z-index: -2;
    background: linear-gradient(to right top, #00c6ff, #0072ff);
    transform: scale(1.5);
    transition: all 0.5s ease;
    border-radius: 2rem;
    color: white;
    text-decoration: none;
}
.jumbotron{
    background-color: rgba(0,0,0,0)!important;
}
.nav-item{
    margin: 1.25rem!important;
}
footer {
    min-height: 10vh;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: linear-gradient(to bottom, #000000, #292929);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
footer h1 {
    font-size: 1.5rem;
    font-weight: lighter;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.button-area {
  margin: 10px auto;
  font-size: 1.25rem;
  font-weight: 350;
  letter-spacing: 2px;
}
.set-1 {
    padding: 1em 2.4em;
    margin: 1em;
    color: white;
    text-decoration: none;
    text-align: center;
      border-radius: 2rem;
  border: 2px solid #00faff;
    align-content: center;
}
.set-2 {
    padding: 1em 2.4em;
    margin: 1em;
    color: white;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
      border-radius: 2rem;
  border: 2px solid #00c6ff;
    align-content: center;
}
.set-3 {
    padding: 1em 2.4em;
    margin: 1em;
    color: white;
    text-decoration: none;
    text-align: center;
      border-radius: 2rem;
  border: 2px solid skyblue;
}
@-webkit-keyframes colorchange {
      0% {
        
        color: #00c6ff;
      }
      20% {
        
        color: #00faff;
      }
      50% {
        
        color: #00f260;
      }
      70% {
        
        color: #00f260;
      }
      100% {
        
        color: turquoise;
      }
    }
.img-h-i{
    min-height: 175px!important;
}
.logo{
    height: 100px;
}
@media (max-width: 767px){
  section h3{
    font-size: 24px !important;
  }
  .sub-h-l{
    line-height: 50px !important;
  }
  .head{
    font-size: 36px !important;
  }
  .head-el{
    font-size: 30px !important;
  }
  .header-with-bottom-gradient {
    border: 0px;
    border-bottom: 5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left,#00f260, #0575e6);
  }
  .intro{
    font-size: 1.5rem!important;
  }
      .titles{
        font-size: 14px!important;
        position: relative;
        box-sizing: border-box;
        margin-left: 5%!important;
        margin-right: 5%!important;
        font-family: 'Syne', sans-serif;
    }
    .dot{
        border-radius: 35px;
        border: blue solid 1px;
        background: linear-gradient(to right top, #00c6ff, #0072ff);
        font-size: 35px!important;
        padding: 10px!important;
    }
    .dot-2{
        padding: 7px!important;
        padding-top: 22px!important;
    }
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.single-row input[type="radio"] {
    display: none;
}

.intro {
    display. block;
    font-size: 3rem;
}

.intro .fa {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    -moz-transition: -moz-transform 250ms ease-in-out;
    -o-transition: -o-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    font-size: 2.5rem;
}

.content-3 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 250ms ease-in-out;
    -moz-transition: max-height 250ms ease-in-out;
    -o-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out;
}

.opener:checked+label .content-3 {
    display: block;
    max-height: 500px;
}

.opener:checked+label .intro .fa {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.titles{
    font-size: 24px;
    position: relative;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 2%;
    font-family: 'Syne', sans-serif;
}
.dot{
    border-radius: 50px;
    border: blue solid 1px;
    background: linear-gradient(to right top, #00c6ff, #0072ff);
    font-size: 50px;
    padding: 15px;
}
/* Common */
/*@import url("https://fonts.googleapis.com/css?family=Lato");
.feedback {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.feedback * {
  position: relative;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  outline: none;
}
.hide{
  display: none;
}
.feedback {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}*/
/* Form opened styles */
/*.form.active {
  padding: 24px;
  background: #6c4a27;
  border: 6px solid #cb9a4b;
  box-shadow: 0px 30px 20px -20px rgba(0,0,0,0.3);
  overflow: hidden;
  width: 320px;
  height: 400px;
  -webkit-animation: openForm 1.4s;
  -webkit-animation-timing-function: cubic-bezier(0.9, 0.1, 0.1, 0.9);
  animation: openForm 1.4s;
  animation-timing-function: cubic-bezier(0.9, 0.1, 0.1, 0.9);
}
.form.active * {
  top: 0;
  opacity: 1;
}
.form.active::after,
.form.active::before {
  opacity: 0;
}
.submit {
  top: 0;
  opacity: 1;
  width: 160px;
  padding: 8px!important;
  text-align: center;
  margin: 24px auto 0 auto!important;
  background: #d1db82;
  cursor: pointer;
  text-transform: uppercase;
  color: #3e451b;
  box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px 0px 0px rgba(0,0,0,0.5) inset;
  -webkit-transition: all 1.1s 1s ease;
  transition: all 1.1s 1s ease;
}
input,
textarea {
  top: 0;
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  background: #fefefe;
  margin: 12px 0 0 0;
  font-style: italic;
  border: 2px solid #bbb;
}
input {
  top: 0;
}
input:nth-child(1) {
  -webkit-transition: all 0.5s 1s ease;
  transition: all 0.5s 1s ease;
}
input:nth-child(2) {
  -webkit-transition: all 0.7s 1s ease;
  transition: all 0.7s 1s ease;
}
textarea {
  top: 0;
  opacity: 1;
  max-height: 100px;
  -webkit-transition: all 0.9s 1s ease;
  transition: all 0.9s 1s ease;
}
.form h1 {
  top: 0;
  opacity: 1;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #cb9a4b;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s 1s ease;
  transition: all 0.3s 1s ease;
}*/
/* Form closed styles */
/*.form {
  width: 64px;
  height: 64px;
  background: #6c4a27;
  border: 6px solid #cb9a4b;
  box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3);
  cursor: pointer;
  overflow: hidden;
}
.form * {
  top: -12px;
  opacity: 0;
}
.form::before,
.form::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  opacity: 1;
  left: 10px;
  z-index: 100;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: scale(0.9999, 0.9999);
  transform: scale(0.9999, 0.9999);
}
.form::before {
  top: 15px;
  -webkit-transform: perspective(1000) rotateX(0deg);
          transform: perspective(1000) rotateX(0deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  border-top: 11px solid #fff;
  border-right: 16px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid transparent;
}
.form::after {
  top: 17px;
  border-top: 11px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 11px solid #fff;
  border-left: 16px solid #fff;
}
.form:hover::before {
  -webkit-transform: perspective(1000) rotateX(180deg);
          transform: perspective(1000) rotateX(180deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}*/
/* ok mes */
/*.ok_message {
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: relative;
  width: 64px;
  height: 64px;
  background: #6c4a27;
  z-index: 100;
  -webkit-transform: scale(0, 0) rotate(-90deg);
  transform: scale(0, 0) rotate(-90deg);
  -webkit-transition: all 0.5s 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
  transition: all 0.5s 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
  line-height: 64px;
  text-align: center;
  cursor: pointer;
}
.ok_message span {
  text-transform: uppercase;
  font-size: 16px;
  color: #cb9a4b;
  opacity: 0;
  -webkit-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  -webkit-transition: all 0.6s 0.4s ease;
  transition: all 0.6s 0.4s ease;
}
.ok_message.active {
  width: 320px;
  margin-left: -160px;
  -webkit-transform: scale(1, 1) rotate(0deg);
  transform: scale(1, 1) rotate(0deg);
}
.ok_message.active span {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  left: 0px;
}
@-webkit-keyframes openForm {
  0% {
    width: 64px;
    height: 64px;
  }
  50% {
    width: 320px;
    height: 64px;
  }
  100% {
    width: 320px;
    height: 400px;
  }
}
@keyframes openForm {
  0% {
    width: 64px;
    height: 64px;
  }
  50% {
    width: 320px;
    height: 64px;
  }
  100% {
    width: 320px;
    height: 400px;
  }
}*/
