@font-face {
    font-family: 'Open Sans Condensed', sans-serif;
    /*src: url('fonts/NewYorker.ttf');*/
}

html, * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h4, h5, h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1.6;
    font-weight: lighter;
}

h4{
  font-size: 12px;
  color: red;
}

h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;

}

h2 {
    font-weight: 200;
    text-transform: uppercase;
}


#small-text {
    font-size: 15px;
}

.title {
    font-size: 30px;
    line-height: 1;
}

.latest {
    text-transform:
}

.author {
  font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.topics-headline {
    font-size: 35px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
}

.site-name {
    font-size: 20px;
}

.page-title {
    font-size: 40px;
}


p {
    line-height: 1.6;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
}

li {
  font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 1.6px;
    font-size: 16px;
    font-weight: lighter;
}

.instructions{
  text-align: justify;
}

.chain{
  position:relative;
  top: -300px;
  width: 100%;
}

.rainbow{
width: 100%;
}

h6 {
    color:red;
    line-height: 2;
    font-size: 12px;
}

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

body{
  align-items: center;
  /*background-color: skyblue;*/
}

h4,
h5,
h6,
.page-title {
    text-transform: uppercase;
    text-align: center;
}

.intro{
  text-align: center;
  width: 100%;
}

.site-name {
    text-align: center;
    padding:10px 0;
    border-bottom: 1px solid gray;
}

.everyday-boston{
  align-content: center;
  padding-left: 40%;
  padding-right: 40%;
  /*position: relative;
  top: 400px;*/
}

.top-image{
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.paper{
  width: 100%;
  position:relative;
  top:-700px;

}

.navigation{
  background-color: skyblue;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  right: 0;
  top: -1px;
  text-align: center;
  padding: 10px;
  z-index: 10;

}

/*.menu {
    text-align: center;
    padding: 10px;
    background-color: white;

}*/

.navigation-list-item {
    display: inline;
    padding-right: 8px
}

.main-content {
    margin: 0 auto;
    width: 800px;
}

.mainpage-headerimage img{
  text-align: center;
}

.main-content img{
    width:100%;
}

.intro{
  /*padding-top: 200px;*/

}

.home-intro{
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.image-intro{
  position: relative;
  top: -400px;
}

img {
    margin-bottom: 20px;
}

h4, h3, p {
    margin-bottom: 10px;
}

hr {
    margin: 40px 0;

}

.clear-this-one {
    clear: both;
}

.culture-container {
    padding-bottom: 10px;
    padding-top: 10px;
}

.topics-headline {
    text-align: center;
    padding: 5px 0;
}

.goings-on {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

.goings-on-container {
    text-align: left;
}

.goings-on-1,
.goings-on-2,
.goings-on-3 {
    float: left;
    width: 33.33%;
    height: 460px;
}

.goings-on-1,
.goings-on-2 {
    padding-right: 10px;
    border-right: solid;
    border-width: 2px;
    border-color: lightgrey;
}

.goings-on-2,
.goings-on-3 {
    padding-left: 10px;
}

a:hover {
    font-weight: bold;
}

.home-img img:hover{
  box-shadow: 20px;
}

.introtext{
  text-align: center;
padding-left: 15%;
padding-right: 15%;
padding-top: 25px;


}

h2:hover{
  font-weight: bold;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    /*background-color: #4CAF50;*/
    color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    /*background-color: #45a049;*/
    text-align: center;
}

form {
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    padding: 20px;
}

.dropbtn {
    /*background-color: #4CAF50;*/
    color: black;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline;
    /*padding-right: 8px*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left:0;
    text-align: left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: lighter;
    font-family: 'Open Sans Condensed', sans-serif;

}

.dropdown a:hover {background-color: pink}

.show {display:block;}

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  top: -50px
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 300px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev{
  left:0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.rotate{
  rotation-point: 50% 50%;
  rotation: 90deg;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    /*font-family: Arial;*/
    background-image: url("Images/brickwall.png");
    size: auto;
}

.header {
    text-align: center;
    /*padding: 32px;*/
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
}

.column img {
    margin-top: 12px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
