@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}

a {
	color: #828282;
	text-decoration: none;
	font-size: 11px;
}

/*The Button */
#myBtn {
	font-size: 16px;
	border: none;
	color:#DDDDDD;
	background: rgba(0,0,0,0.00);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-radius: 0;
	z-index: 4;
}

.button {
    float: right;
	background-color: rgba(255,255,255,0.60);
	border: solid 1px rgba(0,0,0,0.20);
	z-index: 3;
	cursor: pointer;
}

.button:hover {
	background-color: rgba(0,0,0,0.80);
	border: solid 1px rgba(255,255,255,.80);
}


/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
  overflow: auto;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 60%;
  height: 85%;
  overflow: auto;
  box-shadow: 7px 11px 3px 0 rgba(0, 0, 0, .2);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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


.nic_text {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  color: #333;
  font-size: 19px;
  line-height: 29px;
  text-transform: none;
}

.intro_text {
  padding-right: 100px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  color: #333;
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  text-transform: none;
}

/*The Video */
.vid_layer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  align-items: center;
  background-color: #000;
  z-index: -1;
}


@media (max-width: 767px) {
	.text_div {
    margin-right: 60px;
    margin-left: 60px;
  }
	
 .modal-content {
  width: 70%;
	}
}

@media (max-width: 479px) {
	.text_container {
    display: block;
  }
  .text_div {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nic_text {
    font-size: 16px;
    line-height: 24px;
  }
	.modal-content {
  width: 90%;
	}
}
