/* final.css*/
/* YUMMY javascript css button stuff */

*{box-sizing: border-box;}
html {
    font-family: courier;
    text-align: center;
    background-color: antiquewhite;
}
footer {
    background-color: #777;
    padding: 10px;
    text-align: center;
    color: white;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: fixed;
    font-size: 12px; /* these 2 lines added specifically*/
    height: 55px;

}
p {
    font-family: monaco;
    text-align: center;
    text-shadow: 0px 3px 3px gray;
}
p#footer {
    font-family: monaco;
    text-align: center;
    text-shadow: 0px 3px 3px black;
}
p#main {
    font-family: monaco;
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 3px 3px gray;  /* or  #999*/
}
p#aboutmep {
    font-family: monaco;
    text-align: center;
    text-shadow: 0px 3px 3px gray;
}
p#guesses {
    font-family: courier;
    text-align: center;
}
p#floor {
    text-align: center;
    /*float: ;*/
}
p#pScore, #res {
    font-family: courier;
    text-align: center;
}
h1 {
    font-family: courier;
}
h1#center {
    text-align: center;
}
h3 {
    text-align: center;
}
h3#contact {
    text-align: left; /* or justify*/
    padding-left: 15px;
}
h3#about {
    text-align: left; /* or justify*/
    padding-left: 15px;
    padding-right: 1px; /* to help push to right */
}
h3#colleague {
    text-align: left; /* or justify*/
    padding-left: 15px;
    padding-right: 1px; /* to help push to right */
}
h4 {
    text-align: center;
}
div.wrapper {
    /*text-align: center;
    display: inline-block; */
    font-family: monaco;
    width: 80%;
    height:auto; /* 800px */
    position: relative;
    margin: 0px auto; /* center a webpage */
    padding: 0.2em; 
    margin-bottom: 5%;
}
div.wrappersignup {
    text-align: center;
    background-color: #b5c5a0;
    display: inline-block; 
    font-family: monaco;
    width: 90%;
    height:auto;
    position: relative;
    margin: 0px auto; /* center a webpage */
    padding: 0.2em; 
}
div#wrapperaboutme {
    text-align: center;
    display: inline-block;
    font-family: monaco;
    width: 80%;
    height:auto;
    position: relative;
    margin: 0px auto; /* center a webpage */
    /*padding: 1em; */
}
div#aboutImg {
	/*float: left; */
    display: inline-block; 
    padding: 0px 0px 1px 1px;
    height: auto;
    /*width: 550px; */
    /*border-style:solid;
    border-width:5px;
    border-color:#2a97d2;
    outline: 2px dashed black;
    background-color: #322f2f;*/
	font-family: monaco;
	font-size: 15px;
    color: gold;
    text-align: justify;
}
div#about {
	float: right;
    right: 5px;
    display: inline-block;
    padding:1px 1px 0.5px 1px;
    height: auto;
    /*width: 550px; */
    width: 50%;
    margin-right: 5px;
    border-style: double;
    border-width:5px;
    border-color:#2a97d2;
    outline: 2px solid black;
    background-color: #322f2f;
	font-family: monaco;
	font-size: 15px;
    color: antiquewhite;
    text-align: justify;
}
div#colleague {
	float: left;
    left: 20px; 
    display: inline-block;
    height: auto;
    /*width: 550px; */
    width: 50%;
    margin-left: 55px;
    border-style:solid;
    border-width:5px;
    border-color:#2a97d2;
    outline: 2px dashed black;
    background-color: #322f2f;
	font-family: monaco;
	font-size: 15px;
    color: gold;
    text-align: justify;
}
.img {
    width: 380px;
    height: auto;
}
.navbarleft {
	float: left;
	width: 15%;
	height: 895px;
	padding-top: 120px;
	margin-top: 1px;
	margin-right: 5px;
}
div#contactme {
    display: inline-block;
    padding:1px 1px 0.5px 1px;
    height: auto;
    /*width: 550px; */
    width: 75%;
    margin-right: 5px;
    border-style: double;
    border-width:5px;
    border-color:#2a97d2;
    outline: 2px solid gray;
    background-color: #322f2f;
	font-family: monaco;
	font-size: 15px;
    color: antiquewhite;
    text-align: justify;
}
div#contactinfo {
    padding-top: 175px;
    /*width: 15%;*/
    /*height: 1200px;*/
    border-style: double;
    border-width:3px;
    border-color: antiquewhite;
    outline: 1px solid powderblue;
    background-color: #314f7a;
    color: #fff;
    overflow: hidden;
	font-family: monaco;
	font-size: 13px;
}
div#homeinfo {
    height: 1200px;
    border-style: double;
    border-width:3px;
    border-color: antiquewhite;
    outline: 1px solid powderblue;
    background-color: #163056;
	font-family: monaco;
	font-size: 18px;
    color: #fff;
    overflow: hidden;
}

/* buttons! */
.button {
    /*background-color: #4CAF50;  */ /*green*/
    background-color: #FFD34E; /* bronze*/
    border: 2px solid #FFD34E;
    /*color: #2c8fbd;*/ /* blue */
    color: #333;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
	letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer; 
    transition: all 0.4s ease-in-out;
}
.button:hover {
	background: #fff;
}


/* navbar */
.navbar-default {
    background-color: transparent;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}
.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}

