a {
  text-decoration: none;
}

body,html{
  margin: 0px;
}

.column-40-middle{
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 25px;

}

.construction-div{

  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

.construction-div h1{

  font-family: 'Cookie';
  font-size: 60px;
  color: white;
  margin: 5px auto;
  text-align: center;

}


.column-40-middle-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin: auto;
}

.column-60-middle-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin: auto;
}

.default-body{
  background-image: url("images/SF2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin: 0px;
  min-width: 100%;
  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;
}

.first-item {
  border-top: solid 2px white;
}

.infocontainer{
  flex-grow: 1;

}

.intro-container{
    display: flex;
    justify-content: center;
    margin-top: 150px;
    top: -150px;
    position: relative;
}

html,body{
  height: 100%;
  width: 100%;
}

.large-link{
  font-size: 48px;
}

.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;
}

.medium-link{
  font-size: 36px;
}

@media only screen and (max-width: 320px){
  .column-40-middle-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .default-body{
    height: auto;
    min-width: auto;
    display: flex;
    flex-direction: column;
  }

}

.main-body{
  display: flex;
  height: 100%;
}

.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: 1;
  width: 100%;
  height: 95px;
}

.navigation {
  display: flex;
  background: rgba(10, 10, 10, 0.9);
  height: 100%;
}

p{
  font-family: 'Raleway';
  color: white;
}

.standard-dark-box{
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
}

/*.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);
}*/

.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: none;
  flex-grow: 70;
}

.ul-menu {
  flex-grow: 1;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}
