@font-face {
  font-family: VT323; /* name */
  src: url("VT323/VT323-Regular.ttf"); /* url of the font */
}

*{
    font-family: VT323;
}
body{
    max-width: 100vw;
    min-height: 105vh;
    background-color: #0c081b;
}
a{
    color: #ffffff;
    text-decoration: none;
    float: left;
    margin-right: 20px; 
}
.aInP{
    color: #ff00ee;
    float: none;
    margin: 0px;
    text-decoration: none;
}
a:hover{
    color:#ff87eb
}
li{
    display: block;
    margin: auto;
}
li a{
    font-size: 28px;
    margin: 0px 20px;
}
.aboutCenter{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 700px;
    margin: 0px 50px 0px 50px;
}
.aboutFlavorDoodle{
    height: 250px; 
    width: 250px; 
    position: relative; 
    top: 25px;
}
.homePageIcon{
    margin: 5px 10px;
    width:200px; 
    height: 200px; 
    border-radius: 50%; 
    object-fit: cover;
}
.redirectButton{
    margin: 10px 15px;
    font-size: 32px;
    border: 2px solid #ff87eb;
    border-radius: 15px;
    padding: 10px 15px; 
}
.redirectButton:hover{
    background-color: #ff87eb;
    color: white;
}
.redirectButtonSmall{
    margin: 5px 10px;
    font-size: 24px;
    border: 2px solid #ff87eb;
    border-radius: 15px;
    padding: 5px 10px; 
}
.redirectButtonSmall:hover{
    background-color: #ff87eb;
    color: white;
}
.iframeContainer{
    width: 1280px;
    height: 720px;
}
.iframeContainer2{
    width: 560px;
    height: 315px;
    margin:auto;
}
.iframeContainer3{
    width: 315px;
    height: 560px;
    margin:auto;
}
iframe{
    height: 100%;
    width: 100%;
}

/*---------------- PROJECT DROPDOWN MENU CSS START-------------------*/
.dropdown {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #ffffff;
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ff87eb;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 24px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*---------------- PROJECT DROPDOWN MENU CSS END -------------------*/
h1{
    color: #2bd5ff;
    margin: 12px;
    font-size: 36px;
}
h2{
    color: #ffffff;
    margin: 12px;
    font-size: 30px;
}
p{
    color: #ffffff;
    margin: 12px;
    font-size: 24px;
}
img {
    height: 100%;
    width: auto;
}
.center {
  display: flex;
  flex-direction: row;
  justify-content: top;
  align-items: center;
}
.center2{
    margin:12px 0px;
    outline-style: solid;
    outline-width: 2px;
    outline-color: #2efcff5c;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: top;
    align-items: center;
}
.centerAlt {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
}
.centerAlt2 {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  margin: 0px 50px;
  text-align: center; 
  align-content: flex-start;
}
.centerAlt3 {
  display: block;
  width: 75vw;
  height: 100vh;
  margin: auto;
  padding-top:5px;
  text-align: left;
}
.topBar {
    display: flex;
    flex-direction: row;
    justify-content: top;
    align-items: center;
    top: 12px;
    z-index: 10;
    background-color: #2a253b;
    height: 100px;
    margin: 12px;
    font-size: 42px;
}
.footerStyle{
    transform: translateX(-15px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99vw;
    min-height: 16px;
    padding: 0px 20px 0px 12px;
    background-color: #000000;
}
.logo{
    height: 100px; 
    object-fit: contain; 
    margin:0px 15px 0px 10px; 
    padding-top: 10px
}
.sketchesImgs{
    width:400px;
    margin: 15px 0px;
}
.sketchesImgs2{
    width:800px;
    margin: 15px 0px;
}
.verticalImgs{
    width:800px;
    margin: 15px 0px;
}
.verticalImgs2{
    display:block;
    width:600px;
    margin: 15px 0px;
}
.horizontalImgs{
    width:1000px;
    margin: 15px 0px;
}
.flexRow{
    display: flex;
    justify-content: space-around;
}
.flexRow img{
    width: 25%;
}
.leftSideColumn{
    width: 250px;
    /* visibility: hidden; */
}
.aboutPhoto{
    display: block;
    margin: auto;
    width: 400px;
}
.flavorColumn{
    background: linear-gradient(to top, #88027f, #0691c3 90%);
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end; 
    overflow: hidden; 
    height: 1080px;
}
.playP{
    margin: 10px 50px
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 2px solid #ff87eb;
  color: white;
  background-color: transparent;
  border-radius:50%; 
  cursor: pointer;
  padding: 10px 15px;
}
#topBtn:hover {
  background-color: #ff87eb;
}