@import url('https://fonts.googleapis.com/css?family=Montserrat:700');

body {
   margin: 0;
   padding: 0;
   font-family: 'Montserrat', sans-serif;
    background: #0c0c0c;
 }

 .fixedbar{
  position: fixed;
  width: 100%;
 background: #0c0c0c;
  color: #cccccc;
  z-index: 1;
  height: 2%;
}

p{
   margin-top: 2;
      margin-bottom: 2;
      font-size: 12px;
      margin-right: 2%;
      text-align: right;
          background: #0c0c0c;
}

h1{
     font-size: 10px;
    color: #cccccc;
        font-family: 'Montserrat', sans-serif;
          text-align: center;
}


.captionbar {

  font-size: 10px;
  padding-left: 5%; 
background-color: #0c0c0c;
padding-top: 11%;
padding-bottom: 2%;

     font-family: 'Montserrat', sans-serif;
  color: #cccccc;
}

img{
  padding-bottom: 2%;
}

.captionbarfirst {

  font-size: 10px;
  padding-left: 5%; 
background-color: #0c0c0c;
padding-top: 2%;
padding-bottom: 2%;

     font-family: 'Montserrat', sans-serif;
  color: #cccccc;
}




.row {
  display: flex;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 33.33%;

  padding-left: 5%;
  padding-right: 2%;
}

.column2 {
  flex: 33.33%;


  padding-right: 5%;
}







img{
  padding-bottom: 3%;
}


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

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

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

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