
p {
font-family: "proxima-nova",sans-serif;
color: #FFF;
font-size: 12px;
line-height: 17px;
text-decoration: none;
}

.media-links {
  list-style: none;
}

.media-links li {
  margin-bottom: 5px
}


.modal-header h1, h2, h3, h4, h5 {
margin-top: 15px;
font-family: "proxima-nova",sans-serif;
color: #FFF;
text-decoration: none;
}

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 9999; /* Sit on top */
padding-top: 50px; /* 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: #000;
margin: auto;
padding: 0;
/* border: 1px solid #888; */
/* width: 80%; */
/* max-width: 400px; */
max-width: 1200px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-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;
margin-top: 15px;
margin-bottom: 15px;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: rgb(126, 125, 125);
text-decoration: none;
cursor: pointer;
}

.modal-header {
padding: 2px 16px;
background-color: #000;
color: white;
}

.modal-body {padding: 2px 16px;}
.modal-body img {width: 100%;}

.modal-footer {
padding: 15px 16px;
background-color: #000;
color: white;
}


/* fix scroll on mobile for about section */
@media screen and (max-width: 900px) {

/* for only the about section scroll option */
/* #page2 {
    position: fixed;
    height: auto;
    margin-top: 194px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
} */


#page2 {
  position: relative;
  height: auto;
  top: 5px;
  overflow-y: scroll;
  overflow-x: hidden;
  Margin-top: 0px;
}


#page {
    position: relative;
    margin: 0;
    width: 100%;
    text-align: left;
    top: 0%;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
}


}
