#whimsylogo
{
  max-width: 1000px;
}

html{
  scroll-behavior: smooth;
}

body
{
  font-family: "Open Sans", Arial;
  font-size: 18px;
  color:black;

}

#loader
{
  background-color: #0F0C0F;
  color:#2e3192;
}

.ui.logo.image
{
  height: 64px;
  width: 64px;
}
.ui.horizontal.divider
{
  color:#2e3192;
}

.ui.header .icon:only-child
{
  margin-right: 0;
}

.ui.header
{
  font-family: "Saira", Arial;
  font-weight:  700;
  font-size: 18px;
  font-variant: small-caps;
}

.ui.inverted.header
{
  color:#7779c5;
}

#content{
  background-color: #26262b;
}

.ui.inverted.segment
{
 padding-top:5em;
 background-color: #26262b;
}

.column
{
  max-width: 1000px;
}

.hidden.menu
{
  display: none;
}

.fixed.menu > a
{
  font-family: "Saira", Arial;
  font-weight: 600;
  font-size: 18pt;
  font-weight: bold;
  font-variant:small-caps;
}

.sidebar.menu > a
{
  font-family: "Saira", Arial;
  font-size: 18pt;
  font-weight: 600;
  font-weight: bold;
  font-variant:small-caps;
}

.ui.inverted.menu
{
  background-color: #484a90;
}

.ui.inverted.menu .item
{
  color:#bfbebe;
  padding: .5em .8em;
}

.ui.inverted.menu .item.top.right
{
  background-color:#7779c5;
}

.fixed.menu .toc.item
{
  display: none;
}

.ui.fixed.menu
{
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #2e3192;
}

.masthead.segment {
  min-height: 512px;
  padding: 1em 0em;
}

.ui.inverted.masthead.segment {
  background-color: #1a1a1f;
}

.masthead img {
  margin-top: 3em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}

.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
  font-variant: small-caps;
  color: #bfbebe;
}

.masthead h2 .icon {
  color:#2e3192;
}

.ui.vertical.stripe {
  padding-top: 8em;
}
.ui.vertical.stripe:last-child {
  padding-bottom: 4em;
}
.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  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;
}

h1.ui.header
{
  font-size: 3.5rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Saira", Arial;
  font-weight: 600;
  color:white;
}

.ui.social.image {
  display:      block;
}

.ui.social.image img:last-child{display:none}
.ui.social.image:hover img:first-child{display:none}
.ui.social.image:hover img:last-child{display:block}

.ui.game.card
{
  background-color: #6a6b90;
  box-shadow: 0 1px 3px 0 #6e6f90, 0 0 0 1px #cccdf1;
  -webkit-box-shadow: 0 1px 3px 0 #6e6f90, 0 0 0 1px #cccdf1;
}

.ui.game.card .extra.content
{
  color:white;
}

.ui.job.card
{
  background-color: #3c3c42;
  box-shadow: 0 1px 3px 0 #2f2f2f, 0 0 0 1px #5f5f5f;
  -webkit-box-shadow: 0 1px 3px 0 #2f2f2f, 0 0 0 1px #5f5f5f;
}

.ui.job.card>.content>.header
{
  color:white;
}

.ui.job.card>.content>.meta
{
  color:#b0b2f7;
  font-weight:  bold;
}

.ui.job.card>.content>.description
{
  color:#bfbebe;
}

.ui.inverted.footer.segment
{
  background-color: #1a1a1f;
  min-height: 200px;
  color:grey;
  padding-top: 3em;
  padding-bottom: 3em;
}

.ui.footer.text
{
  color: #bfbebe;
}

.ui.inverted.segment#stickyContent{
  padding-right: 310px;
  padding-top: 0 !important;
  width: 100%;
}

.ui.right.rail{
  margin-left: -320px;
}

#twitterWidget{
  background-color: #3c3c42;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #2f2f2f, 0 0 0 1px #5f5f5f;
  -webkit-box-shadow: 0 1px 3px 0 #2f2f2f, 0 0 0 1px #5f5f5f;
}


.inverted.basic.darkPurple.button:hover{
  box-shadow: 0 0 0 2px #878bff inset!important;
  color: #878bff !important;
}

.darkPurple.solid.button{
  background-color: #38396b !important;
  color: #bfbebe;
}
.darkPurple.solid.button:hover{
  background-color: #2f3067 !important;
  color: #adadad;
}

.inverted.basic.solid.darkPurple.button{
  background-color: #45466f !important;
}
.inverted.basic.solid.darkPurple.button:hover{
  box-shadow: 0 0 0 2px #fff inset!important;
  color: white !important;
}

.inverted.darkPurple.button{
  box-shadow: 0 0 0 2px #878bff inset!important;
  -webkit-box-shadow: 0 0 0 2px #878bff inset!important;
  color: #878bff;
}
.inverted.darkPurple.button:hover{
  color: white;
  background-color: #878bff;
  box-shadow: 0 0 0 2px #878bff inset!important;
  -webkit-box-shadow: 0 0 0 2px #878bff inset!important;
}

.ui.segment.imgSegment{
  background-color: #6a6b90;
  padding: .5em .5em;
  box-shadow: 0 1px 3px 0 #6e6f90, 0 0 0 1px #cccdf1;
  -webkit-box-shadow: 0 1px 3px 0 #6e6f90, 0 0 0 1px #cccdf1;
}

#jobs .row:nth-child(2){
  padding-top: 3em;
}

.ui.text.container{
  font-family: "Open Sans", Arial;
}

.ui.card{
  text-align: justify;
}

@media only screen and (max-width: 1200px)
{
  #twitterWidget{
    display: none;
  }
  .ui.inverted.segment#stickyContent{
    padding-right: 0;
  }
}

@media only screen and (max-width: 1000px)
{
  #whimsylogo
  {
    width: 640px;
    height: 200px;
  }

  .ui.segment
  {
    padding-top:4em;
  }
}

@media only screen and (max-width: 767px)
{
  .ui.stackable.cards .card:first-child
  {
    margin-top: 2em!important;
  }

  .ui.stackable.cards>.card
  {
    padding: 1em!important;
  }

  #whimsylogo
  {
    width: 320px;
    height: 100px;
  }

  .ui.segment
  {
    padding-top:3em;
  }


}

@media only screen and (max-width: 700px)
{
  .fixed.menu .top.item,
  .fixed.menu .menu {
    display: none;
  }

  .fixed.menu .toc.item {
    display: flex;
  }
}

@media only screen and (max-width: 360px)
{
  #whimsylogo
  {
    width: 160px;
    height: 50px;
  }

  .ui.segment
  {
    padding-top:2em;
  }

  .ui.job.card span{
    display: block;
    float: none !important;
    margin: .5em;
  }
  .ui.job.card .extra.content{
    text-align: center;
  }
}
