/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
  background-attachment: fixed;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;
  width: 100%;
  padding: 200px 0 0 0;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.topnav {
  display: flex;
  justify-content:center; /* Pushes logo to one side, links to the other */
  align-items: center; /* Vertically centers the items */
  padding: 1rem;
}

#mainlink{
 color:#ffffff;
 font-family:"riffic";
 font-size: 1.3em;
padding: 5pt;
margin:0;
white-space: nowrap;
      text-shadow: 2px 2px black;
}

#entrance{
      font-size: 7em;
      margin: 0;
      font-family:"riffic";
      color: #39B54A;
      text-shadow: 5px 5px black;
}

.section1{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-basis: 25%;
    flex: 3;
    padding: 1%;
}

.section2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-basis: 25%;
    flex: 1;
    padding: 0 1% 1% 1%;
    background-color: #B25601;
    border-radius: 10px;
    margin: 0;
    box-shadow: 3px 3px black;
    
}

.mainbody{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.homebody{
  display: flex; /* Makes the homebody a flex container */
  justify-content: center; /* Centers the content */
  align-items: flex-start; /* Aligns items to the top */
  padding:0px;
  Margin: 0px;
  width:75%;
}

.cardbody{
margin: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
}

.profile{
    position: relative;
    height: 600px;
    width: 500px;
}

.top-image{
    position: absolute; 
  top: 0;
  left: 0;
  width: 25%;
  height: 25%;
}

.bottom-image{
    position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.whiteblack{
  color:#ffffff;
}

.sectiona{
  margin: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.guest{
   flex:1;
    height: 100%;
    margin: 0;
}
.contentwrapped{
    justify-content: flex-start;
    width: 100%;
}

.textpart{
  flex:3;
}

.imagepart{
   flex:1;
}

.imagescale{
 max-width:100%;
 max-height:100%;
}

.contentbody{
 display:flex;
}