﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body, html {
    height: 100%;
    font: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background: white;
    color: black;
}

h1 {
    font-size: 250%;
}

h2 {
    font-size: 200%;
}

h3 {
    font-size: 150%;
}

p {
    font-size: 100%;
}


/* ~~ Top Navigation Bar ~~ */

#navigation {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    z-index: 1;
}

#navigation2 {
    padding-top: 50px;
    overflow: hidden;
    background-color: #c4c4c4;
    width: 100%;
    z-index: 1;
}

.navigation-container {
    background-color: #c4c4c4;
    width: 100%;
    margin: 0 auto;
}

#navigation-container2 {
    background-color: #c4c4c4;
    z-index: 2;
}
#reg-container {
margin-left: auto;
margin-right: auto;
width: 100%;
padding-bottom: 50px;

}
#reg-container form{
margin-left: auto;
margin-right: auto;
width: 350px;
background-color: #c4c4c4;
padding-top:25px;
 }
#main-screen {
    background-color: rgb(106,106,106) ;
}

#menu {
padding: 25px;

}

.navigation-container h1 {
    margin: 0 auto;

}

.navigation-bar {
    background-color: #c4c4c4;
    height: 100px;
    width: 100%;
    text-align: center;
}

.navigation-bar2 {
    background-color: #c4c4c4;
    height: 50px;
    width: 100%;
    text-align: center;
}

.navigation-bar h1 {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    letter-spacing: 4px;
    font-size: 30px;
    font-weight: bold;
}

.navigation-bar2 h1 {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    letter-spacing: 4px;
    font-size: 30px;
    font-weight: bold;
}

.navigation-bar h2 {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: bold;
}

.navigation-bar2 h2 {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: bold;
}

.navigation-bar ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.navigation-bar2 ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.navigation-bar li {
    list-style-type: none;
    padding: 4px;
    height: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline;
}

.navigation-bar2 li {
    list-style-type: none;
    padding: 4px;
    height: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline;
}

.navigation-bar li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
    line-height: normal;
    padding: 5px 15px;
}

.navigation-bar2 li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
    line-height: normal;
    padding: 5px 15px;
}

.hero-image {
    background-image: url("../img/welcome_image.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
    font-weight: bold;
    font-size: 50px;
    text-shadow: 2px 2px black;
}

.hero-text p {
    padding-top: 25px;
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 2px 2px black;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #555;
    color: white;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color:  #6B6969;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flex-container2 {

background-size: 100% 100%;
     background-repeat: no-repeat;
display: -webkit-flex;
display: flex;
justify-content: center;
width: 100%;
height: auto;
background-color: #6B6969;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;

}
.flex-container3 {
background-size: 100% 100%;
     background-repeat: no-repeat;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color:  #6B6969;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flex-container3 img {
height: 100%;
width: 100%;

}

.flex-container img {
    width: 100%;
    height: auto;
}

.flex-item {
    background-color: #c4c4c4;
    width: 400px;
    height: auto;
    margin: 20px;
        box-shadow: 10px 10px 5px rgb(138, 138, 138);

}
.flex-item h1 {
	margin: 10px 5px 5px 5px;
}
.flex-item h3 {
    
    margin: 5px;
}


.flex-item h4 li a {
    font-size: 150%;
text-align: center;
text-decoration: none;
}

.flex-item2 {

    background-color: #c4c4c4;
    width: auto;
    height: auto;
    padding: 15px;
    margin: 40px;
    margin-bottom:  60px;
    margin-top: 80px;

    box-shadow: 10px 10px 5px rgb(138, 138, 138);
    border: 2px solid black;
        box-sizing: border-box;
}
.flex-item3 {

    background-color: #c4c4c4;
    width: auto;
    height: auto;
    padding: 15px;
    margin-bottom:  60px;
    box-shadow: 10px 10px 5px rgb(138, 138, 138);
    border: 2px solid black;
        box-sizing: border-box;

}
#screen1 {
    height: 100vh;
    background-color: #c4c4c4;
}
#screen1a {
    padding-top: 110px;
    height: auto;
    background-color: #c4c4c4;
}

#screen2 {
    height: auto;
    background-color: #c4c4c4;
}

#screen2 h1, h2, h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#screen3 {
    height: auto;

}
#screen3 img{
height:auto;
width:100%;
}

#screen3a {
height: auto;
background-color: white;
}

#screen3a h1, h2, h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#screen4 {
    height: auto;
	background-color: #c4c4c4;
}
#screen4 img{
height:auto;
width:100%;
}
#screen4 h1{
padding-top: 100px;
}

#screen5 {
    height: 600px;
    background-color: #c4c4c4;
}

#footer {
    background-color: #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
}

#decisive {
    background-color: #c4c4c4;
}
#contact-content {
background-color: rgb(106,106,106) ;
height: auto;
color: white;
padding-bottom: 100px;

}
#contact-content h1{
padding-top: 200px;
}

#contact-content a{
color:lightblue;

}

#short-header {


}
