
html {
  scroll-behavior:default;
} 

body {
    background-color: rgb(0, 0, 0);
    
      background-image: url("background_image2.png");
      background-repeat: no-repeat;
      /*background-size: 100% 100%;*/
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      font-family:Arial, Helvetica, sans-serif;
      color:white;

  overflow-x: hidden;
  margin: 0;
  padding:0;
}

.mainmenu{
  background-image: url("menu_background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.topimage{
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top:70px;
    margin-bottom: 120px;
}

.topcontent{
  background-image: url("top_content_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;

  width: auto; max-width:900px; height:auto; 
  text-align: justify;
  border-radius: 20px;
  padding: 20px;

  
  margin-top: 20px;

  margin-bottom: 20px;


}

@media (min-width: 900px) {
  .topcontent{
    margin: auto;
  }
}
@media (min-width: 800px) {
  .column {
    float: left;
    width: 50%;
    height:100%;
    position: relative;
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column-pad{
    padding-left: 20px;
    padding-right: 20px;
  }

  .center{
    margin: auto;
  }


  .center-vid {
    position: absolute;
    margin-top: 16%; /* Half the height */
  }

  .button-margin{
    margin-left: 15px;
    margin-right: 10px;
  }

  .showwhennarrow{
    display:none;
  }



.vert-helper {
    
    height: 100%;
    
}

.vert-helper img {
display:block;
margin:auto;
margin-top: 58px;
}


}

.column2 {
  float: left;
  width: 50%;
  height:100%;
  position: relative;
}


@media (max-width: 800px) {
  .hidewhennarrow{
    display:none;
  }

  .button-margin{
    margin-top: 10px;
    margin-left: -5px;
    margin-right: 10px;
  }
  .topcontent{
    margin-top: 70px;
  }
}

.width-limit-90{
  width: 100%; max-width:900px;
}

.button-individual-margin{
  margin-left: 5px;
  margin-right: 5px;
}



.contentpiece-bar{
  background-color: #262626fa;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  width: auto; height:auto; 
  text-align: justify;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;

  margin-top: 20px;
  margin-bottom: 70px;
}

.contentpiece-bar-fade{
  background-image: url("content-bar.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;

  width: auto; height:auto; 
  text-align: justify;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;

  margin-top: 20px;
  margin-bottom: 70px;
}



.contentpiece{
  background-color: rgba(38, 38, 38, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;

  width: auto; height:auto; 
  text-align: justify;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;

  margin-top: 20px;
  margin-bottom: 40px;
}




.leftspaceextra{
  transition: padding 0.25s;
}
a.r{
  transition: padding 0.25s;
}
@media (min-width:2100px){
  .leftspaceextra{
    padding-left: 29%;
  }
  a.r{
    padding-right: 29%;
  }
}

@media (min-width: 1400px) and (max-width: 2100px){
  .leftspaceextra{
    padding-left: 19%;
  }
  a.r{
    padding-right: 19%;
  }
}

@media (max-width:1400px){
  .leftspaceextra{
    padding-left: 3%;
  }
  a.r{
    padding-right: 3%;
  }
}

.contentimage{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.round{
  border-radius: 4px;
}


ul.m{ /*Styling for main menu navbar, sets initial basic backgrounds*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #2a2929e3;

  

  position:fixed;
  width:100%;
  top:8px;

  z-index: 5;
}

ul.r{ /*Extra formatting for logo on navbar*/
  position:fixed;
  margin:2px 2px;
  list-style-type: none;
  top:0px;
  right: 5px;
  z-index: 5;
  padding: 0px 0px;
  width: 100%;

  pointer-events: none;
}

a.r{
  float:right;

  pointer-events:all;
}



li.m{ /*Extra formatting for menu navbar*/
	float: left;
}

li a { /*Applies specific formatting to links in list items*/
	display: block;
	color: white;
  transition: padding 0.25s;
	padding: 18px 18px;
	text-decoration: none;
}

li a.active{/*Sets up as seperate class for the active navbar element, which is marked per each page as a class.
This is to highlight which page of the menu you are on*/
	background-color: red;
  /*background-color: #ff8800ff;*/
	color:white;
	font-weight: bold;
  text-decoration: none;
}

li a:hover:not(.active){/*This sets up what happens when a link item in a list is hovered over, and is not active.*/
	background-color: gray;
	color: white;
  text-decoration: none;
  transition: padding 0.25s;
  padding: 18px 18px;
}

#mainVideo {
  position:absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;


  filter: blur(6px);
  
}

.hover-effect:hover{
  filter: hue-rotate(90deg);
  filter: opacity(25%);
  filter: saturate(80%);
  filter: brightness(70%);
}


#fullpage {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;

  transform: translate(-50%,-50%);
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.308);
  cursor: pointer;
  border-radius: 4px;
}

.clickable{
  cursor: pointer;
}

.bottom-bar{
width: 100%;
height:20px;

background-image: url("menu_background.png");
background-repeat: no-repeat;
background-size: 100% 100%;

}

.socials{
  max-height: 20px;
  float: right;
  margin-top: 18px;
  margin-right: 3px;
  margin-left: 6px;
}



.bot-menu{

  list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;

  z-index: 5;
}

ol a { /*Applies specific formatting to links in list items*/
	display: block;
	color: white;
  padding: 7px 7px;
	text-decoration: none;
  max-width: 100px;
}

ol a:hover:not(.active){/*This sets up what happens when a link item in a list is hovered over, and is not active.*/
	
	color: rgb(218, 40, 40);
  text-decoration: none;
  
}
.copyright{
text-align: right;
right:0;
margin: 7px 7px;
}
.end-pad{
margin-top: 10px;
margin-bottom: 30px;
}
h2{
font-size:32px;
border-top:10px;
margin-top:21px;
margin-bottom: 21px;
}





input[type=submit]:disabled {
  background-color: rgb(107, 107, 107);
  border: black;
  color: rgb(192, 192, 192);
  /* color: rgb(0, 0, 0); */
  padding: 10px 32px;
  text-decoration: none;
  margin: 0px 2px;
  cursor: not-allowed;
  
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}

input[type=submit]:disabled:hover {
  background-color: rgb(107, 107, 107);
}


input[type=submit]:hover {
  background-color: rgb(248, 44, 30);
}

input[type=submit] {
  background-color: red;
  border: black;
  color: white;
  /* color: rgb(0, 0, 0); */
  padding: 10px 32px;
  text-decoration: none;
  margin: 0px 2px;
  cursor: pointer;
  
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}

input[type=text],
input[type=email] {
  font-size: 16px;
  color: rgb(0, 0, 0);
  width: 100%;
  margin-bottom: 15px;
}
textarea[type=text]{

  font-size: 16px;
  color: rgb(0, 0, 0);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

form {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 14px;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 18px;
  font-weight: bold;
}