*{
  margin: 0 auto;	
}

#container {
  width: 1100px;
  margin: 0 auto;
}

body {
  font-family: 'Courier New', Courier, monospace;
  font-size: calc(6px + 1vw);
  color: #ffffff;
  background-color: #000000;
}

p {
  text-align: center;
  font-size: 1.25rem;
  max-width: 50%;
  padding-top: 4rem;
  margin-bottom: 7rem;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: bisque;
}

a:visited {
  text-decoration: none;
  color: white;
}

a:hover {
  color: bisque;
}

header {
  width:100%;
  height: auto;
}

.anchor-container {
  margin: auto;
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.anchor {
  text-align: center;
}

.anchor h1 span {
  font-size: 2rem;
  color: white;
  background-color: red;
  border: solid;
  border-color: red;
  border-width: 1vh 3vh;
  border-radius: 1rem;
  padding-top: 2rem;
  font-family: sans-serif;
  font-style: normal;
}

.logo-section    {
  height: 31rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 5rem;
  background-color: rgb(24, 24, 131);
}

.logo-section  .vob-logo  {
  padding: 0;
  height: 100%;
  margin: 0 auto;
}

.street-section {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background-image: url("images/citi_street_1.png");
  background-repeat:no-repeat;
  background-size: auto;
  background-position: bottom;
  background-color: rgb(24, 24, 131);
  margin-bottom: 7rem;
}

.street-section .circle-img {
  height: 62vh;
  margin: 0 auto;
  border: solid;
  border-radius: 50%;
  border-color: rgb(108, 147, 255);
  border-width: .70rem;
  box-shadow: 0 0 1rem #6756fd, 0 0;
}

header nav {
  width: 100%;
  height: 10rem;
  text-align: center;
  height: 6.5rem;
}

header nav img {
  height: 100%;
  width: auto;
  margin-left: 1.5rem;
}

section {
  width: 820px;
  margin: 0 auto;
  margin-top: 100px;
}

.twitter-feed {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

section article{
  margin: 0 auto;
}

article header {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

article header h1 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}

article header h2 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

article figure {
  text-align: center;
  margin: 0 auto;
  height: auto;
  margin-bottom: 100px;
}

article figure img {
  height: 100%;
}

article figure figcaption {
  text-align: center;
  max-width: 50%;
  font-size: 1.5rem;
  font-weight: bold;
}

article figure figcaption h3 {
  padding: 3rem;
}

footer {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 6rem;
  text-align: center;
}

@media screen and (max-width:768px ) {

  #container {
	  width:100%;
  }

  .anchor-container {
    max-width: 100%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    position: fixed;
    z-index: 999;
    overflow: hidden;
  }
  
  .anchor {
    text-align: center;
  }
  
  .anchor h1 span {
    font-size: 1rem;
    color: white;
    background-color: red;
    border: solid;
    border-color: red;
    border-width: 1vh 3vh;
    border-radius: .8rem;
    padding-top: 2rem;
    font-family: sans-serif;
    font-style: normal;
  }

  
  .logo-section    {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 5rem;
    background-color: rgb(24, 24, 131);
  }
  
  .logo-section  .vob-logo  {
    padding: 0;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  
  .street-section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background-image: url("images/citi_street_1.png");
    background-repeat:no-repeat;
    background-size: contain;
    background-position: bottom;
    background-color: rgb(24, 24, 131);
    margin-bottom: 7rem;
  }
  
  .street-section .circle-img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    border: solid;
    border-radius: 50%;
    border-color: rgb(108, 147, 255);
    border-width: .70rem;
    box-shadow: 0 0 1rem #6756fd, 0 0;
  }

  p {
    font-size: 1rem;
    max-width: 95%;
  }

  header nav {
    height: 4rem;
  }

  header nav img {
    margin-left: 1.2rem;
  }

  section {
    width: 100%;
  }

  .twitter-feed {
    height: 50rem;
    margin: 0 auto;
  }

  .twitter-feed a {
    height: 100%;
  }

  article {
    width: 90%;
    height: auto;
  }

  article header {
    text-align: center;
  }
  
  article header h1 {
    font-size: 2rem;
    margin-top: 7.5rem;
    margin-bottom: 2rem;
  }

  article header h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  article figure {
    width: auto;
    height: auto;
    margin-bottom: 2rem;
  }

  article figure img {
    max-width: 100%;
    height: auto;
  }

  article figure figcaption {
    font-size: 1.25rem;
    min-width: 95%;
  }

  article figure {
    padding-bottom: 3rem;
  }

  article figure figcaption h2 {
    font-size: 1.4rem;
  }

  p {
    padding-top: 0;
  }

  footer {
   font-size: 1.2rem;
  }

  footer p {
   font-size: 1.2rem;
  }

}

  @media screen and (max-width: 400px) {

    header nav {
      height: 3.8rem;
    }
  
    header nav img {
      margin-left: .2rem;
    }
    
}
