/** LilyanaLatiff basic stylesheet
background-color: #373737;
color: #999;
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(55,55,55,1) 70%, rgba(71,71,71,1) 95%); **/

html {
	background: rgb(0,0,0);
	height: 100%;
	font-family: "Montserrat", sans-serif;
}

.topcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;

}

div.myheader {
	padding-top: 5px;
	padding-bottom: 5px;
  padding-right: 25px;
  padding-left: 25px;
	height: 60px;
	background-color: transparent;

}

.myright {
	margin: 0px;
	position: relative;
	top: 50%;
  float: right;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.myleft {
	margin: 0px;
	position: relative;
	top: 50%;
  float: left;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

	border: 1px solid red;
}

div.myheaderpg {
  padding-top: 10px;
	padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
	background-color: transparent;

	border: 0px solid grey;
}

div.mypage {
  padding-top: 5px;
	padding-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
	background-color: transparent;

	border: 0px solid blue;
}

div.mybody {
	padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
	background-color: transparent;

	border: 2px solid green;
}

/** div colums**/
/* Create three equal columns that floats next to each other */

* {
  box-sizing: border-box;
}

/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}

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

/* Create four equal columns */
.column {
  flex: 50%;
  padding: 20px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}


.column {
  float: left;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}




/**fonts styles**/

h1 {
	color: #FFF;
	font-family: "Montserrat","Helvetica", "Arial", sans-serif;
	font-size: 40px;
	font-weight: 600;
}

h2 {
	color: #FFF;
	font: 20px  "Montserrat","Helvetica", "Arial", sans-serif;
	font-weight: 600;
}

h3 {
	color: #FFF;
	font: 16px  "Montserrat","Helvetica", "Arial", sans-serif;
	font-weight: 600;
	line-height: 10px;
}

h4 {
	color: #FFF;
	font: 14px  "Montserrat","Helvetica", "Arial", sans-serif;
	font-weight: 500;
	line-height: 10px;
}


.p1 {
	color: #FFF;
	font-family: "Montserrat","Helvetica", "Arial", sans-serif;
	font-size: 16px;
	text-align: justify;
  text-justify: inter-word;
}

/* a href tag style*/
a:link {
  text-decoration: none;
	color: inherit;
}

a:visited {
  text-decoration: none;
	color: inherit;
}

a:hover {
  text-decoration: underline;
	color: inherit;
}

a:active {
  text-decoration: underline;
	color: inherit;
}

/* button styles*/
.mybutton{
	  background-color: #191414;
		border: 1px solid #333333;
		border-color: #999;
		border-radius: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	  padding-right: 20px;
	  padding-left: 20px;
	  color: white;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
		font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	  font-size: 14px;
	  margin: 4px 2px;

}

.mybutton:hover {
	background-color: #1DB954;
	border-color: #1DB954;
}

.mygreenbutton{
	  background-color: #1DB954;
		border: 1px solid #333333;
		border-color: #999;
		border-radius: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	  padding-right: 20px;
	  padding-left: 20px;
	  color: white;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
		font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	  font-size: 14px;
	  margin: 4px 2px;

}

.mygreenbutton:hover {
	background-color: #191414;
	border-color: #1DB954;
}

.minibutton{
	  background-color: #333;
		border: 1px solid #333333;
		border-color: #999;
		border-radius: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	  padding-right: 10px;
	  padding-left: 10px;
	  color: white;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
		font-family: "Montserrat","Helvetica", "Arial", sans-serif;
	  font-size: 12px;
	  margin: 4px 2px;

}

.minibutton:hover {
	background-color: #1DB954;
	border-color: #1DB954;
}

/* Horizontal Rule HR style */
hr.color {
	border: none;
  height: 5px;
 	width: 60px;
	margin-top: 0;
	border-top: 2px solid #1DB954;
  margin-left:25px;
  text-align:left;
}

hr.colorcenter {
	border: none;
  height: 5px;
 	width: 60px;
	margin-top: 0;
	border-top: 2px solid #1DB954;
  text-align:center;
}

hr.grey {
	border: none;
  height: 5px;
	margin-top: 0;
	border-bottom: 2px solid #666;
  margin-left:0px;
  text-align:left;
}
