@import url('https://fonts.googleapis.com/css?family=Staatliches|Source+Sans+Pro|Yatra+One&display=swap');

* {
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #FAFAFF;
    color: #231f20;
}

h1 {
    font-family: 'Staatliches', sans-serif;
    font-size: 36px;
    font-weight:normal;
    color:#231f20;
}

h2 {
    font-family: 'Staatliches', sans-serif;
    font-size: 28px;
    font-weight:normal;
    margin-bottom:-15px;
    padding-bottom: 0px;
}

h3,h4,h5,h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight:bold;
}

.container {
    display: flex;
    flex-direction: column;
    margin-left: 20%;
    margin-right: 20%;
    background-color: #FAFAFF;
}

.header {
    display: flex;
    align-items: center;
    background-color: #FAFAFF;
    height: 200px;
    width: 100%;
    padding: 10px;
    text-align: left;
}

.projects{
    display:flex;
    flex-wrap: wrap;
}

.projects a{
    flex: 1 0 200px;
    flex-direction: column;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    background-color: #231f20;
    color: #FAFAFF;
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    padding-bottom: 10px;
}

.projects a:visited{
    color: #FAFAFF;
    background-color: #231f20;
}

.projects a:hover{
    background-color: #990000;
    color: #FAFAFF;
}

.projects p{
    font-family: 'Staatliches', sans-serif;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.title {
    color: #231f20;
    font-family: 'Staatliches', sans-serif;
    font-size: 80px;
}
.section {
    display: flex;
    font-size: 40px;
    font-family: 'Staatliches', sans-serif;
    color: #990000;
    width: 100%;
    margin-top: 10px
}

.social a{

}

.col-wrap{
    display: flex;
    flex-direction: row;
    /*height:100vh*/
}

.column {
    padding: 10px;
}

.column.side {
    flex: 0 0 200px;
    text-align: center;
    color: #FAFAFF;
    font-family: 'Staatliches', serif;
    font-size: 36px;
}

.column.side a{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 180px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.column.side > a:link, a:visited {
    background-color: #990000;
    color: #FAFAFF;
}

.column.side > a:hover, a:active {
    background-color: #231f20;
}

.column.main {
    flex:1;
}

.download a {
    float: right;
    display: inline-flex;
    border-radius: 10px;
    background-color: #990000;
    color:#FAFAFF;
    padding-right: 5px;
}

.download a:hover {
    background-color: #231f20;
}

.artifact a {
    text-align: center;
    float: right;
    border-radius: 10px;
    background-color: #990000;
    color:#FAFAFF;
    padding:15px;
    margin-left:20px;
    margin-bottom:20px;
}

.artifact a:hover {
    background-color: #231f20;
}

.credits {
    color:#231f20;
}

.credits a {
    color:#990000;
}

.references {
  padding-left: 22px ;
  text-indent: -22px ;
  color:#231f20;
}

.references a {
  color:#990000;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media (max-width: 600px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/* Virtual Communities Navbar Stuff */
.navbar {
  overflow: hidden;
  background-color: #231f20;
  font-family: 'Staatliches', sans-serif;
}

.navbar a {
  float: left;
  font-size: 20px;
  color: #FAFAFF;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: #FAFAFF;
  padding: 14px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #990000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #231f20;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #FAFAFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #990000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.plo {
  background-color: #990000;
  color:#FAFAFF;
  font-size: 200%;
  font-weight: bold;
  padding: 5px 10px;
}

/*.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  float:right;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;*/
}
