
.normal {  font-family: Times, "Times New Roman", serif;  font-size: 19px; text-decoration: none}

/*
font-family: futura, arial, "ms sans serif", sans-serif; 
*/

p { 
 font-family: Times, "Times New Roman", serif; 
 font-size: 19px;
  color: #444;
 font-weight: normal;
line-height: 30px;	
	
 }

 
h1 { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif;
 font-weight: normal;
 font-size: 40px; 	 
 line-height: 45px;
 margin: 0px 0px;
 color: #444;
 }

h2 { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif;
 font-weight: normal;
 font-size: 27px; 	 
 color: #444;
line-height: 30px;		
margin: 0px 0px;	
 }

h3 { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif;
 font-weight: normal;
 font-size: 20px; 	 
line-height: 25px;		
margin: 0px 0px;	
 }

h4 { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif;
 font-weight: normal;
 font-size: 13px; 	 
line-height: 20px;		
margin: 0px 0px;	
 }


h5 { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif;
 font-weight: normal;
 font-size: 11px; 	 
 color: #444;
line-height: 17px;		
margin: 0px 0px;	
 }

ul,ol { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif;
 font-size: 16px; 

 padding-left: 30px;
 color: #252525;
 padding-top: 0px;
 }

li { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif;
 font-size: 16px; 
 color: #252525;
 }
 
a:link {
 color: #005b7f;
 font-weight: normal; 
 text-decoration: none;
 }

a:visited {
 color: #005b7f;
 font-weight: normal;
 text-decoration: none;
 }

a:active {
 color: #005b7f;
 font-weight: normal;
 text-decoration: none;
 }

a:hover {
 color: #fda10c;
 font-weight: normal;
 text-decoration: underline;
 }


.styled-select select {
   background: transparent;
   width: 268px;
   padding: 0px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  &:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  &>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
  }
  header {
    font-weight: bold;
  }
  h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  &:hover {
    color: black;
  }
}

/* Demo Styles */

html,
body {
  height: 100%;
}

body {
  font: 600 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
     /* background-image: linear-gradient(to right,#7f53ac 0,#657ced 100%);*/
  color: black
}

a {
  color: inherit;
}

.container {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

small {
  color: #aaa;
}

.btn {
  background-color: #fff;
  padding: 1em 1.5em;
  border-radius: 3px;
  text-decoration: none;
  i {
    padding-right: 0.3em;
  }
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:0;
}


.navbar {
  overflow: hidden;
  background-color: #ebebeb;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 13px 15px;
 
}

.navbar a:hover {
  background: #ffffff;
  color: black;
}

.navbar a.active {
  background-color: #4CAF50;
  color: white;
}		  
	
  
     /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #ebebeb; /* Black#1d1f2a*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ffffff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-right .5s;
  padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 300px) {
  .sidenav {padding-top: 5px;}
  .sidenav a {font-size: 5px;}
} 