/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2;
  background-color: rgb(255, 195, 244);
  font-family:sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.main {
  background-color: rgb(253, 249, 244);
  margin: auto;
  float: left;
  color: white;
  border-radius: 10px;
  color: black;
}
/* dropdown.html */
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: rgb(253, 249, 244);
  color: white;
  border-radius: 10px;
  color: black;
}

.topnav {
  overflow: hidden;
  background-color: rgb(10, 0, 43);
  position: sticky;
  top: 0; 
  z-index: 1000;
}

.topnav #myLinks {
  display: none;
}
.topnav a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  display: block;
}

.topnav a.icon {
  background: rgb(75, 121, 203);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 21px 21px 21px 21px;
}

.topnav a:hover {
  background-color: rgb(225, 225, 234);
  color: black;
}

.active {
  background-color: rgb(75, 121, 203);
  color: white;
}
.logo {
  width: px;
  height: 70px;
  padding-top: 10px;
  padding-left: 10px;
}
.mainwordthingy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: auto; 
}
.mainwordthingy > .homeimage {
  background-image: url("RitaRose.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height:200px;
  margin: 0px;
  font-size: 350%;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(225, 225, 234);
  text-shadow: 2px 2px 4px #000000;
  align-self: center;
  margin-right: 16px;
  padding-left: 16px;
  text-align: center;
}
#myLinks > a {
  margin-left: 10px;
  margin-bottom: 10px;
}
#intro {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10%;
  padding-bottom: 10%;
}
footer {
  width: 100%;
  height:auto;
  background-color: rgb(10, 0, 43);
  color: white;
  text-align: center;
  padding-bottom: 10px;
  color: rgb(225, 225, 234);
  margin-right: 16px;
  padding-left: 16px;
  padding-top: 51px;
}
#socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: auto; 
  justify-content: space-between;
  margin-right: 16px;
  padding-left: 16px;
}
td{
  padding: 3px;
  text-align: center; 
  color: rgb(225, 225, 234);
}
th{
  padding: 3px;
  text-align: center; 
  color: rgb(225, 225, 234);
}
@media screen and (max-width: 375px) {
  .mainwordthingy > .homeimage {
    height: 100px;
  }
  
}
h2{
  text-align: center;
  color: rgb(10, 0, 43);
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 16px;
  padding-left: 16px;
}
.photo {
  display: flex;
  text-align: center;
  width: 70%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px; 
  margin-bottom: 10px;
  border-radius: 10px;
  color: black;
  border-color: black;
  margin-left: 30px;
}
