@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("../../fonts/eduVPN/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold"), url("../../fonts/eduVPN/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
 
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Italic"), url("../../fonts/eduVPN/OpenSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
 
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold Italic"), url("../../fonts/eduVPN/OpenSans-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
 
body {
  font-family: "Open Sans", sans-serif;
}
 
nav {
  background-image: url("../../img/eduVPN/eduvpn-fh-logo.png");
  background-size: 334px 50px;
  background-repeat: no-repeat;
  background-position: 50% 1em;
  min-height: calc(50px + 2em);
  padding: 0;
}
 
nav ul {
  padding: calc(50px + 1.5em) 0 0 0;
}
 
header.main h1 {
  background-color: #39659f;
}
 
blockquote {
  border-left: 0.2em solid #39659f;
 
}
 
blockquote:lang(ar-MA) {
  border-right: 0.2em solid #39659f;
}
 
ul.apps {
  list-style: none;
  padding: 0;
  text-align: center;
}
 
ul.apps li {
  display: inline-block;
  padding: 2em;
}
 
ul.apps li a {
  display: block;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  background-position: 50% 0;
  min-height: calc(64px + 2em);
  padding: calc(64px + 0.5em) 0 0 0;
  min-width: 64px;
}
 
ul.apps li a.Windows {
  background-image: url("../../img/eduVPN/app/Windows.png");
}
 
ul.apps li a.macOS {
  background-image: url("../../img/eduVPN/app/macOS.png");
}
 
ul.apps li a.Android {
  background-image: url("../../img/eduVPN/app/Android.png");
}
 
ul.apps li a.iOS {
  background-image: url("../../img/eduVPN/app/iOS.png");
}
 
ul.apps li a.Linux {
  background-image: url("../../img/eduVPN/app/Linux.png");
}
 
p.lead {
  color: #39659f;
}
 
@media screen and (min-width: 800px) {
  nav {
    background-position: 2% 50%;
  }
  nav:lang(ar-MA) {
    background-position: 98% 50%;
  }
  nav ul {
    padding: 0 calc(169px + 2em);
  }
}
 
a, summary {
  color: #39659f;
  font-weight: bold;
  text-decoration: none;
}
nav ul li a {
  padding: 1em 1.5em;
  color: #39659f;
  font-weight: bold;
}
nav ul li.active a {
  color: #39659f;
  font-weight: bold;
  border-bottom: 5px solid #39659f;
}
form.frm button {
  border: 0;
  border-radius: 2em;
  color: #fff;
  background-color: #39659f;
  padding: 0.5em 1.5em;
  font-weight: bold;
  font-size: inherit;
}
