*{
    margin: 0;
    padding: 0;
}

body{
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Open Sans, sans-serif;
	color: Black;
	line-height: 1.25;
}

#letstalk{
	background-image: url("../images/snowgraphs.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#letstalk h1{
	color: Black;
}

#letstalk p{
    padding: 0px 0px 11px 0px;
    color: Black;
 }

.hide {
    display: none;
}

.myDIV:hover {
    font-weight: bold;
}

.myDIV:hover + .hide {
    display: inline;
}

#letstalk a{
    text-decoration: none;
}

.fa-twitter:hover {
    color: #fefefe;
}

.fa-linkedin-in:hover {
    color: #fefefe;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  width: 380px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: White;
  float: right;
  font-size: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 20px;
  background-color: #ffffff;
  color: White;
}

.modal-body {padding: 2px 16px;
}