
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@font-face {
  font-family: 'SpaceMono';
  src: url("/fonts/SpaceMono-Regular.ttf");
  font-weight: normal;
}
  body {
    background-image: url("SpaceBackground.gif");
    color: #ca9bfa;
    font-family: 'SpaceMono';
    font-weight:normal;
    font-style:normal;
  }
  .sidenav {
    overflow: hidden;
    position: relative;
    margin: auto;
    display: flex;
    float: right;
    align-items: center;
    border: #ca9bfa;
    border-width: 3px;
  }
  .topnav {
    overflow: hidden;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topnav a {
    overflow: hidden;
    float: left;
    color: #ca9bfa;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    margin: auto;
  }
  .topnav a:hover {
    color: black;
    text-align: center;
    margin: auto;
  }
  .topnav a.active {
    color: #ca9bfa;
    text-align: center;
    margin: auto;
  }
  .title h1 {
    text-align: center;
    color: #ca9bfa;
  }
  .mainiframe {
    width: 99.5%;
    height: 700px;
    border-width: 5px;
    border-radius: 10px;
  }
  h1 {
    color: #ca9bfa;
    font-family: 'SpaceMono';
    font-weight:normal;
    font-style:normal;
    text-align: center;
  }
  .button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'SpaceMono';
    margin: 4px 2px;
    cursor: pointer;
  }
  .notice {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .portfolioalign {
    margin: auto;
    display: flex;
    flex-direction: row;
  }
  .portfolioimages {
    margin: auto;
  }
  .portfoliotext {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  a:link {
    color: #ca9bfa;
    text-align: center;
    text-decoration: none;
    
  }
  a:visited {
    color: #ca9bfa;
    text-align: center;
    text-decoration: none;
    
  }
  a:hover, a:active {
    background-color: #303030;
    color: white;
    
  }
  a:hover {
    color: #ca9bfa;
  }
  a:active {
    color: #ca9bfa;
  }
  .images {
    margin: auto;
    display: flex;
    height: 500px;
    padding: 15px;
  }
  .about {
    margin: auto;
    display: flex;
    flex-direction: column;
    float: left;
  }
  .comingsoon {
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 50px;
    flex-direction: column;
  }
  #aboutintro {
    margin: auto;
    display: flex;
    justify-content: center;
    float: left;
    width: 50%;
    padding: 15px;
  }
  #links {
    margin: auto;
    display: flex;
    float: left;
  }
  #comingsoonimage {
    margin: auto;
    display: flex;
    height: 500px;
    padding: 50px;
  }
  #comingsoontext {
    margin: auto;
    display: flex;
  }

/* Media Query for Tablets and Larger Screens (min-width: 768px) */
@media screen and (min-width: 768px) {
  p {
    font-size: 10px;
  }
  ul {
    font-size: 10px;
  }
   .mainiframe {
    width: 97.5%;
    height: 480px;
    border-width: 5px;
    border-radius: 10px;
  }
  .title h1 {
    text-align: center;
    color: #ca9bfa;
    font-size: 20px;
  }
  .topnav {
    overflow: hidden;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }
  .topnav a {
    overflow: hidden;
    float: left;
    color: #ca9bfa;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 13px;
    margin: auto;
  }
  .topnav a:hover {
    color: black;
    text-align: center;
    margin: auto;
  }
  .topnav a.active {
    color: #ca9bfa;
    text-align: center;
    margin: auto;
  }
  .images {
    margin: auto;
    display: flex;
    height: 200px;
    padding: 35px;
  }
  .about {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
   .portfolioimages {
    margin: auto;
    height: 200px;
    
  }
}

/* Media Query for Tall Screens (Portrait orientation with significant height) */
@media screen and (max-width: 600px) and (min-height: 800px) {
  p {
    font-size: 10px;
  }
  ul {
    font-size: 10px;
  }
   .mainiframe {
    width: 97.5%;
    height: 600px;
    border-width: 5px;
    border-radius: 10px;
  }
  .title h1 {
    text-align: center;
    color: #ca9bfa;
    font-size: 20px;
  }
  .topnav {
    overflow: hidden;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }
  .topnav a {
    overflow: hidden;
    float: left;
    color: #ca9bfa;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 13px;
    margin: auto;
  }
  .topnav a:hover {
    color: black;
    text-align: center;
    margin: auto;
  }
  .topnav a.active {
    color: #ca9bfa;
    text-align: center;
    margin: auto;
  }
  .images {
    margin: auto;
    display: flex;
    height: 250px;
    padding: 35px;
  }
  .about {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .portfolioalign {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
   .portfolioimages {
    margin: auto;
    height: 250px;
  }
  .comingsoon {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #comingsoonimage {
    margin: auto;
    display: flex;
    height: 300px;
    justify-content: center;
  }
  #comingsoontext {
    margin: auto;
    display: flex;
  }
}

/* Media Query for Small Screens (max-width: 450px) - Mobile phones */
@media screen and (max-width: 450px) {
  p {
    font-size: 10px;
  }
  ul {
    font-size: 10px;
  }
   .mainiframe {
    width: 97.5%;
    height: 700px;
    border-width: 5px;
    border-radius: 10px;
  }
  .title h1 {
    text-align: center;
    color: #ca9bfa;
    font-size: 20px;
  }
  .topnav {
    overflow: hidden;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }
  .topnav a {
    overflow: hidden;
    float: left;
    color: #ca9bfa;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 13px;
    margin: auto;
  }
  .topnav a:hover {
    color: black;
    text-align: center;
    margin: auto;
  }
  .topnav a.active {
    color: #ca9bfa;
    text-align: center;
    margin: auto;
  }
  .images {
    margin: auto;
    display: flex;
    height: 200px;
    padding: 35px;
  }
  .about {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .portfolioalign {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
   .portfolioimages {
    margin: auto;
    height: 200px;
  }
  .comingsoon {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #comingsoonimage {
    margin: auto;
    display: flex;
    height: 300px;
    justify-content: center;
  }
  #comingsoontext {
    margin: auto;
    display: flex;
  }
}
