/* SCSS wintheday.johnnyreck.com */
/* John RECK: main.css Stylesheet: IN CSS. SCrewed up. [wintheday.johnnyreck.com] */

/* Controls the color and fonts */
body {
  font-family: Futura, sans-serif, serif;
  background-color: #000; /* Used if the image is unavailable */
  /* background-repeat: repeat-y; Repeats image vertically */
  background-position: center;
}

/* Heads, Subheads and fonts */
/* Controls the h1 header tag */
h1 {
  font-family: Futura, sans-serif, serif;
  font-weight: 900;
	font-size: 100px;
  line-height: 78px;
  color: #5f717D;
}

/* Controls the h2 header tag */
h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #5f717d;
}

/* Controls the h3 header tag */
h3 {
  font-size: 26px;
  line-height: 22px;
  color: #5f717d;
}

/* Controls the h4 header tag */
h4 {
  font-size: 18px;
  line-height: 32px;
  color: #b3ada3;
}

/* Controls the h5 header tag */
h5 {
  font-size: 18px;
  line-height: 32px;
  color: #5f717d;
}

/* Controls the h5 header tag */
h6 {
  font-size: 14px;
  line-height: 22px;
  color: #5f717d;
}


/* Controls the paragraph tag */
p {
  font-size: 20px;
  line-height: 38px;
  color: #b3ada3;
}

/* All Button Classes */
/* Removes all the underlines in the file */
/* Button actions */

a {
  text-decoration: none;
}

a:link {
  font-size:16px;
}

a:visited {
  font-size:16px;
  color:#5f717d;
}

a:hover {
  font-size:16px;
  color:#dad4c8;
}

a:active {
  font-size:16px;
  color:#5f717d;
}

button {
  background-color:#5f717d; 
  color: #dad4c8;
}

/* i=social media class icons [FB, LinkedIn, Instagram, Twitter */
i {
  color:#5f717d;
}
i:hover {
  color:#dad4c8;
}

/* ———————————————————————Set a specific color for each brand */
/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Facebook */
.fa-facebook {
  background: #000;
  color: #b3ada3;
}

/* LinkedIn */
.fa-linkedin {
  background: #000;
  color: #b3ada3;
}


/* Twitter */
.fa-twitter {
  background: #000;
  color: #b3ada3;
}

/* ———————————————————————Set a specific color for each brand */

/* Navmenu
.navmenu{
  color: #dad4c8;
} */

/* Navbar-nav */
.navbar-nav{
  color: #5f717d;
} 


/* MAP */
#map {
    width: 100%;
    height: 100%;
    border: 10px;
}



/* Media Screen wraps. 
Change font/box size when resizing here */

/* Class news-input [300 breakpoint] */
/* ------------------------------ */
@media screen and (max-width: 300px){
.news-input{
    margin: 15px;
    }
}


/* Class news-input [768 breakpoint] */
/* ------------------------------ */
@media(min-width: 768px) {
.news-input {
    width: 50%;
    }
}

h1{
    font-size: 65px;
    line-height: 78px;
    margin-top: 20px;
}


/* Class news-input [1025 breakpoint] */
/* ------------------------------ */
@media screen and (min-width: 1025px) {
li{
    width:100%;
    }
}

h1{
    font-size: 65px;
    line-height: 78px;
    margin-top: 20px;
}