@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

html {
  font-family: 'PT Sans', sans-serif;
}

body {
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: underline !important;
}

#sidenav-overlay {
  z-index: 996;
}

nav {
  height: 80px;
  line-height: 80px;
  background-color: #fff;
}

nav a.button-collapse {
  line-height: 90px;
  margin: 0;
}

.logo {
  padding-top: 6px;
}

.logo2 {
  padding-top: 6px;
}

nav ul a {
  color: rgba(0,0,0,0.70);
}

.side-nav li>a {
  color: rgba(0,0,0,0.70);
}

nav ul li:hover {
  background: none;
  color: #000;
}

nav ul a:hover {
  background: none;
  color: #000;
}

.login {
  background-color: transparent!important;
  color: #e74c3c!important;
  border: 1px solid #e74c3c;
  box-shadow: none;
  border-radius: 0;
  line-height: 38px!important;
}

.btn-large {
  height: 40px;
  line-height: 40px;
  padding: 0 1.5rem;
}

.dropdown-content li>a {
  color: rgba(0,0,0,0.70);
}

.dropdown-content {
  box-shadow: none;
  -webkit-box-shadow: none;
}

nav ul a.btn-large {
  margin-top: -2px;
  margin-left: 10px;
  margin-right: 0px;
}

.section-top {
  color: #fff;
  padding-top: 10px;
  background-color: #3498db;
  min-height: 650px;
}

.section-top-row {
  height: 600px;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
  font-weight: 400;
}

h3 {
  font-size: 25px;
  font-weight: 400;
}

.btn-windows {
  margin-top: 15px;
  background-color: transparent!important;
  color: #fff!important;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  text-transform: none;
  width: 125px;
  padding: 0 1em;
  margin-right: 5px;
  line-height: 34px;
}

.btn-linux {
  margin-top: 15px;
  background-color: transparent!important;
  color: #fff!important;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  text-transform: none;
  width: 125px;
  padding: 0 1em;
  margin-left: 5px;
  line-height: 34px;
}

.btn-windows:hover {
  background-color: #2196F3!important;
}

.btn-linux:hover {
  background-color: #ff9800!important;
}

.header-alert {
  background-color: #F26F62;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  border-top: 1px solid #C1584E;
  border-bottom: 1px solid #C1584E;
}

.alert-text-desktop {
  font-size: 18px;
}

.alert-text-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .section-top-row {
    text-align: center;
  }

  .btn-copy {
    margin-top: 1px!important;
    background-color: transparent!important;
    color: #fff!important;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 0;
  }

  .big-img {
    display: none;
  }

  .small-img {
    margin-top: 50px;
  }

  .alert-text-desktop {
    display: none;
  }

  .alert-text-mobile {
    display: inline;
  }

}


@media (max-width: 992px) {
  .login {
    line-height: 48px!important;
  }

  .signup {
    line-height: 48px!important;
  }

  .logo {
    display: none;
  }

}



@media (min-width: 992px) {

  .logo2 {
    display: none;
  }

}


@media (min-width: 1200px) {
  .valign-wrapper-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-height {
    height: 300px;
  }

  h1 {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .small-img {
    display: none;
  }

  .login {
    width: 110px;
  }

  .signup {
    width: 110px;
  }

}
