a {
  text-decoration: none;
}

.backgroundimage {
  background-image: url("images/SF2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}

.background-wrap {
  position: fixed;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  margin: 0px;
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  min-height: 100%;
}

.dropdown-item-container {
  display: none;
}

.dropdown-menu-item-div {
  flex: 1 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
}

.dropdown-menu-item-div:hover {
  background: rgba(10, 10, 10, 1.0);
}

.dropdown-menu-item {
  color: white;
  margin: auto;
  font-size: 32px;
  padding: 10px;
}

.dropdownmenu-container {
  background-color: inherit;
  height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enterbutton-container {
  flex-grow: 1;
  z-index: 101;
  width: 20%;
}

.enterbutton {
  text-align: center;
  width: 20%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

#enterwebsite {
  font-family: 'Cookie';
  font-size: 60px;
  color: white;
  border: solid white 2px;
  border-radius: 15px;
  text-align: center;
  padding: 10px 25px;
}

#enterwebsite:hover {
  font-family: 'Cookie';
  font-size: 60px;
  color: black;
  border: solid black 2px;
  border-radius: 15px;
  text-align: center;
  padding: 10px 25px;
}

.first-item {
  border-top: solid 2px white;
}

.footer-menu {
  flex-wrap: wrap;
}

h2 {
  color: white;
  font-family: 'Raleway';
}

.home {
  position: relative;
  display: none;
  margin-top: -150px;
}

html {
  margin: 0px;
  /*margin: 0;
  background-image: url("images/SF2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;*/
}

.intro {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  transition: width 0.5s;
  margin-top: 225px;
  padding-top: 25px;
}

.intro-container {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}

.intropage {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.logo {
  display: flex;
  flex-grow: 30;
  justify-content: center;
  align-items: center;
}

.logo h1 {
  margin: 0;
  color: rgba(230, 230, 230, 1.0);
  font-family: 'Raleway';
  font-size: 32px;
}

#logobottom {
  text-decoration: overline;
}

.logotext {
  justify-content: center;
}

#logotop {
  text-decoration: underline;
}

@media only screen and (max-width: 736px) {
  .enterbutton {
    width: auto;
  }
  video {
    display: none;
  }
  body {
    background-image: url("images/SF2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
}

@media only screen and (min-width: 798px) {
  .backgroundimage img {
    min-width: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    overflow: auto;
    background-size: cover;
    object-fit: cover;
  }
}

@media only screen and (min-width: 736px) {
  .intro {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 25px;
  }
}

.menu {
  flex-grow: 70;
  display: flex;
  align-items: flex-end;
  z-index: auto;
}

.menubutton {
  color: white;
  background-color: inherit;
  height: 100%;
  flex-grow: 1;
  font-family: 'Cookie';
  font-size: 48px;
  border-left: solid white 3px;
  padding-left: 25px;
}

.menubutton:hover {
  cursor: pointer;
}

.menubutton-container {
  display: none:
}

.menu-item {
  flex-grow: 1;
  color: white;
  font-family: 'Raleway';
}

.nav-wrapper {
  position: fixed;
  z-index: inherit;
  /*width: 0%;*/
  height: 95px;
}

.navigation {
  display: flex;
  background: rgba(10, 10, 10, 0.9);
  height: 100%;
}

p {
  color: white;
  padding: 32px;
  font-family: 'Raleway';
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.professional-links {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

.pro-link-img {}

.profilepic {}

.profilepic img {
  border: solid 2px cyan;
  border-radius: 50%;
  margin-top: -100px;
}

.topmenuitem {
  text-decoration: none;
  color: white;
  flex-grow: 1;
  display: inline-block;
  margin: 0px;
}

.topmenuitem:after {
  display: block;
  content: '';
  border-bottom: solid 2px white;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.topmenuitem:hover:after {
  transform: scaleX(1);
}

.topmenuitem:before {
  display: block;
  content: '';
  border-top: solid 2px white;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.topmenuitem:hover:before {
  transform: scaleX(1);
}

.ul-menu-container {
  display: flex;
  flex-grow: 70;
}

.ul-menu {
  flex-grow: 1;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}

video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  background: url("images/SF2.jpg") no-repeat;
  background-size: cover;
  object-fit: cover;
}
