/*General Styling */

html {
  position: relative;
  overflow-x: hidden;
  background-image: url(../images/SNBackground-500x500.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  }

body {
  margin: 0;
  }

h1 {
  font-family: 'Mogra', sans-serif;
  font-size: 2em;
  margin: 0;
  }

h2 {
  font-family: 'Bitter', sans-serif;
  font-size: 1.25em;
  margin: 0;
  }

p {
  font-family: 'Bitter', sans-serif;
  color: rgb(0,0,0);
  font-size: 1em;
  }

label {
  font-family: 'Bitter', sans-serif;
  color: rgb(0,0,0);
  font-size: 1em;
  }

a {
  text-decoration: none;
  color: inherit;
  }

p a {
  text-decoration: none;
  font-weight: bold;
  color: rgb(71,154,69);
  }

button {
  font-family: 'Bitter', sans-serif;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  }

button svg{
  width: 30px;
  padding-right: 10px;
  }

@media (max-width: 1000px) {

  h1 {
    font-size: 2.25em;
    }

  h2 {
    font-size: 1.5em;
    }

  p {
    font-size: 1.25em;
    }

  label {
    font-size: 1.25em;
    }

  button {
    font-size: 1.25em;
    }

  }


/*Header Styling */

  .Header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    min-height: 70px;
    background: #fff;
    z-index: 1;
    margin-bottom: 50px;
    border-bottom: 5px solid rgb(46,48,146);
    text-align: center;
    vertical-align: center;
    -webkit-box-shadow: 0px 10px 34px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 34px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 34px -18px rgba(0,0,0,0.75);
    }

  #Title {
    height: 175px;
    background-image: url(../images/SNLogo-300x150.png);
    background-repeat: no-repeat;
    background-position: center;
    }

  .Nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(46,48,146);
    }

  .Nav li {
    display: inline-block;
    color: rgb(255,255,255);
    font-family: 'Bitter', sans-serif;
    font-size: 1em;
    padding: 14px 16px;
    text-decoration: none;
    }

@media (max-width: 1000px) {

  #Title {
    height: 100px;
    background-image: url(../images/SNLogo-150x75.png);
    }

  .Nav li {
    font-size: 1em;
    padding: 5px 8px;
    }

  }

/*Item Styling*/

.Item {
  position: relative;
  border-radius: 20px;
  margin: 0 20vw 50px 20vw;
  min-width: 300px;
  overflow: auto;
  -webkit-box-shadow: 0px 10px 34px -18px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 34px -18px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 34px -18px rgba(0,0,0,0.75);
  }

.Item img {
  width: 300px;
  height: 300px;
  float: right;
  border-radius: 20px;
  margin: 25px;
  }

.Item .Copy {
  margin: 25px;
  }

.Info {
  background-color: rgb(71,154,69);
  border-radius: 20px;
  margin: 0 20vw 50px 20vw;
  min-width: 300px;
  overflow: auto;
  text-align: center;
  }

@media (max-width: 1000px) {

  .Item {
    margin: auto;
    margin-bottom: 50px;
    width:300px;
    }

  .Item img {
    margin: 0;
    margin-bottom: 25px;
    border-radius: 20px 20px 0 0;
    }

  .Item button {
    background-color: rgb(71,154,69);
    }

  .Info {
    margin: auto;
    margin-bottom: 50px;
    width:300px;
    }

  }

/*About Styling*/

.About {
  border: solid 10px rgb(46,48,146);
  background-color: rgb(255,255,255);
  }

.About h1 {
  color: rgb(46,48,146);
  }

.About h2 {
  color: rgb(46,48,146);
  }

.About button {
  background-color: rgb(71,154,69);
  color: rgb(255,255,255);
  }

/*Upcoming Styling*/

.Upcoming {
  background-color: rgba(243,176,40,0.95);
  }

.Upcoming h1 {
  color: rgb(46,48,146);
  }

.Upcoming h2 {
  color: rgb(46,48,146);
  }

.Upcoming button {
  background-color: rgb(71,154,69);
  color: rgb(255,255,255);
  }

/*Passed Styling*/

.Passed {
  display: none;
  background-color: rgba(243,176,40,0.95);
  }

.Passed h1 {
  color: rgb(46,48,146);
  text-decoration: 3px line-through rgb(71,154,69);
  }

.Passed h2 {
  color: rgb(46,48,146);
  }

.Passed button {
  background-color: rgb(71,154,69);
  color: rgba(255,255,255,0.5);
  pointer-events: none;
  /*display: none;*/
  }

/*News Styling*/

.News {
  background-color: rgba(75,150,255,0.95);
  }

.News h1 {
  color: rgb(46,48,146);
  }

.News h2 {
  color: rgb(46,48,146);
  }

.News button {
  background-color: rgb(46,48,146);
  color: rgba(255,255,255);
  }

/*Section Styling*/

.Section {
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  }

.Section h1 {
  margin-bottom: 0;
  color: rgba(255,255,255);
  text-align: Left;
  padding: 25px;
  text-shadow: 2px 2px 5px rgb(46,48,146);
  }

.Section button {
  margin-bottom: 50px;
  background-color:rgb(46,48,146);
  color: rgb(255,255,255);
  }

/*Banner Styling*/

.Banner {
  background-color: rgba(255,255,255,0.95);
  text-align: center;
  }

/*Form Styling*/

.Form {
  border: solid 10px rgb(46,48,146);
  background-color: rgb(255,255,255);
  }

.Form h1 {
  color: rgb(46,48,146);
  }

.Form h2 {
  color: rgb(46,48,146);
  }

.Form button {
  background-color:rgb(46,48,146);
  color: rgb(255,255,255);
  }

.TextField {
  width: 100%;
  }

.Form textarea {
  max-width: 100%;
  }