@charset "UTF-8";

/*
Theme Name: MAYCAM Adults Only
Theme URI: http://www.maycam.com/
Description: MAYCAM Adults Only
Version: 3.0
Author: May Ling Su
Author URI: http://www.maylingsu.com/
*/

body {
	background-color: #99CCFF;
	background-image: url("BlueBlinds.jpg");
	text-align: center;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#container {
    text-align: center;
	background-color: #000;
	}

#header {
	text-align: center;
	padding: 0;
	}

.responsive {
  max-width: 100%;
  height: auto;
}

/* Top Navigation */
.topnav {
  background-color: #000;
  overflow: hidden;
  font-family: Verdana, Arial, Helvetica, sans serif;
  display: flex;
  justify-content: center;
  width: 100%
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #ccc;
  padding: 14px 16px;
  text-decoration: none;
  justify-content: center;
}

.topnav a:hover {
  background-color: #333;
  color: fff;
}

/* Use a media query to add a breakpoint at 980px: */
#container
@media screen and (max-width: 980px) {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
@media (min-width: 980px) {
#container {
	margin-left: 100px;
	margin-right: 100px;
  }
  }

#text {
	color: #000;
	background-color: #fff;
	padding: 20px;
	margin: 0;
	border: solid #000000 thick;
 	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans serif;
}

#text a {
	color: #0000FF;
	text-decoration: underline;
	}

h1 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.1em;
}

#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans serif;
	text-align: center;
	width: 100%;
	font-size: 12px;
	padding-bottom: 20px;
	}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}
