.hidden.menu {
  display: none;
}

.masthead.segment {
  min-height: 700px;
  padding: 1em 0em;
}

.masthead.no_frontend.segment {
  min-height: 100px;
  padding: 1em 0em;
}

.masthead .logo.item img {
  margin-right: 1em;
}

.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}

.masthead h1.ui.header {
  margin-top: 3em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}

.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

.ui.vertical.stripe {
  padding: 8em 0em;
}

.ui.vertical.stripe h2 {
  font-size: 2.5em;
}

.ui.vertical.stripe h3 {
  margin-top: 1em;
  font-size: 2em;
}

.ui.vertical.stripe h4 {
  font-size: 1.5em;
}

.ui.vertical.stripe .button+h3, .ui.vertical.stripe p+h3  {
  margin-top: 1em;
}

.ui.vertical.stripe .floated.image {
  clear: both;
}

.ui.vertical.stripe p, .ui.vertical.stripe ul {
  font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}

.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
  display: none;
}

.ui.secondary.inverted.pointing.menu.clean {
  border: none !important;
}

.mobile {
  display: none !important;
}

#FollowingMenu {
  opacity: 0.85;
}

#ForUsersSection .row  {
  background-image: url('/images/cloud_of_packages.svg');
  background-position: right;
  background-repeat: no-repeat;
}

#ForPackagesSection .row  {
  background-image: url('/images/packagers.svg');
  background-position: left;
  background-repeat: no-repeat;
}

#FOSSection .row  {
  background-image: url('/images/fork.svg');
  background-position: right;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
  .ui.fixed.menu {
    display: none !important;
  }
  .secondary.pointing.menu .item, .secondary.pointing.menu .menu {
    display: none;
  }
  #MainMenu .non_mobile {
    display: none;
  }
  .secondary.pointing.menu .toc.item {
    display: block;
  }
  .masthead.segment {
    min-height: 350px;
  }
  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 1.5em;
  }
  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }

  #GuidesTabs {
    display: none;
  }

  .mobile {
    display: block !important;
  }

  #ForUsersSection .row, #ForPackagesSection .row, #FOSSection .row {
    background-image: none;
  }
}

#Glide .glide__bullets {
  position: initial;
}


#Masthead {
  background: linear-gradient(280deg, #173f4f, #00a489, #6da741);
  background-size: 300% 300%;
  -webkit-animation: slide_background_gradient 80s ease infinite;
  -moz-animation: slide_background_gradient 80s ease infinite;
  -o-animation: slide_background_gradient 80s ease infinite;
  animation: slide_background_gradient 80s ease infinite;
}

@-webkit-keyframes slide_background_gradient {
   0%{background-position:0% 51%}
   50%{background-position:100% 50%}
   100%{background-position:0% 51%}
}
@-moz-keyframes slide_background_gradient {
   0%{background-position:0% 51%}
   50%{background-position:100% 50%}
   100%{background-position:0% 51%}
}
@-o-keyframes slide_background_gradient {
   0%{background-position:0% 51%}
   50%{background-position:100% 50%}
   100%{background-position:0% 51%}
}
@keyframes slide_background_gradient {
   0%{background-position:0% 51%}
   50%{background-position:100% 50%}
   100%{background-position:0% 51%}
}

#CustomersSection {
  background: linear-gradient(65deg, #4c6baa, #000);
  color: white;
}

#CustomersSection a{
  color: #6cdfed;
}

#CustomersSection a:hover{
  color: #dea023;
}

.bold {
  font-weight: bold;
}

.full_width {
  width: 100%;
}

.code {
  margin-bottom: 0;
  font-family: monospace,monospace;
  font-size: 1em !important;
}

.post-title { color: black; }
.post-title:hover { color: #4183c4; }

.ui.segment p.post-description {
  margin-top: 1em;
  font-size: 1.1em;
}

.ui.ribbon.development {
  background-color: #4183c4;
  color: #fff;
  border-color: #1f5f9e;
}
.ui.ribbon.development:hover {
  background-color: #1f5f9e;
  color: #fff;
  border-color: #1f5f9e;
}

.ui.ribbon.deployments {
  background-color: #DB2828;
  color: #fff;
  border-color: #B21E1E;
}
.ui.ribbon.deployments:hover {
  background-color: #B21E1E;
  color: #fff;
  border-color: #B21E1E;
}

.ui.ribbon.events {
  background-color: #F2711C;
  color: #fff;
  border-color: #CF590C;
}
.ui.ribbon.events:hover {
  background-color: #CF590C;
  color: #fff;
  border-color: #CF590C;
}

.ui.ribbon.in.the.press {
  background-color: #00B5AD;
  color: #fff;
  border-color: #00827C;
}
.ui.ribbon.in.the.press:hover {
  background-color: #00827C;
  color: #fff;
  border-color: #00827C;
}

.ui.ribbon.project {
  background-color: #1B1C1D;
  color: #fff;
  border-color: #777676;
}
.ui.ribbon.project:hover {
  background-color: #777676;
  color: #fff;
  border-color: #777676;
}

.ui.ribbon.releases {
  background-color: #E03997;
  color: #fff;
  border-color: #991D63;
}
.ui.ribbon.releases:hover {
  background-color: #991D63;
  color: #fff;
  border-color: #991D63;
}

.ui.ribbon.documentation {
  background-color: #A333C8;
  color: #fff;
  border-color: #620A80;
}
.ui.ribbon.documentation:hover {
  background-color: #620A80;
  color: #fff;
  border-color: #620A80;
}

.ui .post-content {
  padding: 30px;
}
.ui .post-content pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 10px;
}
.ui.post-item img {
  max-width: 100%;
}

.clearfix { clear: both; }

.team_description {
    font-size: 0.8em;
    text-align: justify;
    padding: 1.5em;
}

.opensuse_logo {
  fill: white;
}

.opensuse_logo:hover {
  fill: #73BA25;
}

.lazy_show, .diagram .circle, .diagram .image {
  visibility: hidden;
}

.diagram {
  text-align: center;
}

.diagram .circle {
  border: 0.22em solid black;
  display: inline-block;
  border-radius: 50%;
  padding: 3em;
  margin: 1.5em;
}

.diagram .circle.primary {
  border-color: #22c28a;
}

.diagram .circle.secondary {
  border-color: #25aec5;
}

.diagram .circle.tertiary {
  border-color: #6d25c5;
}

.diagram .circle.quaternary {
  border-color: #c5259c;
}

.recognition {
  color: #89898A;
}

.post_dates {
  margin-bottom: 3em;
}

#SideMenu .logo {
  margin: 1em;
  height: 3.5em;
}

#SideMenu .item {
  font-size: 1.5rem;
}

.share-icon{
  margin-bottom: 40px;
}

.license {
  color: #818182 !important;
}

.ui.text.container > .license {
  font-size: 0.8em !important;
}

.license-image {
  vertical-align: text-top;
}

.highlight {
  background-color: #f6f8fa;
}

.center {
  margin: 0 auto;
  display: block;
}

.pagination > em, a {
  margin-left: 2px;
  margin-right: 2px;
}
