
* {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-image: url("../css/HomeFlower.png");
    background-repeat: no-repeat;
    background-size: 100em;
    background-position: center;
    background-position-y: 5em;
    line-height: 1;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    background-color: rgba(0, 0, 0, 0.986);
    
}

@font-face {


    font-family: bink-font;
    src: url("./font/MlkWsn - stronger.otf"); 
}

.navbar-logo:hover {

   
   color: transparent;
}

#logoText {
    font-family: bink-font;
    color: white;
    padding-top: 0.5em;
    padding-left: 0.3em;
    font-size: 10em;
}

#marketing{
    position: relative;
    top: -1em;
    padding-left: 1.5em;
    font-size: 2em;
    color: white;
    font-family: bink-font;
   
}

.navbar {
    padding: 0em;
}

.nav-item {
    font-size: 1.2em;
    padding-right: 1em;
}

#contactusLink{
    margin-right: 2em;
}


li > a {
    color: white;

}

li > a:hover {
    color: white;

}


#introduction {
    margin-top: 7em;
    padding-left: 6em;
    padding-bottom: 6.8em;
    max-width: 50em;
}

h1, h2 {
    color: white;
}


#intro-header {
    font-family: bink-font;
    font-size: 6.5em;
}

#intro-subheader {
    font-size: 1.5em;
}

#intro-desc {
    line-height: 2em;
    color: rgba(255, 255, 255, 0.658);
}

#about-header {
    font-family: bink-font;
    font-size: 5em;
}

#about-desc {
    line-height: 2em;
    color: rgba(255, 255, 255, 0.658);
    margin-bottom: 1em;
}


#bold {
    color: white;
}

.about-desc {
    padding-left: 0;
    padding-right: 2em;
}

.bounce {
    position: relative;
    animation-name: bounce;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    text-align: center;
   
}


.navbar-toggler, #navbar-icon {

    border: none;
    height: 2em;
    width: 2em;
    
    margin-right: 2em;
}

.navbar-toggler:focus {

    outline: none;
 
}

#navSupportedContent{

    margin-left: 3em;
    margin-bottom: 3em;
   

}

#navSupportedContent > ul > li {
    margin-bottom: 0.5em;
}




.aboutPic {
    margin-top: 4em;
}

.aboutPic img {
    width: 100%;
    height: 100%;
    
}

#bounceIcon {
    height: 5em;
}

@keyframes bounce {
    0%   {top:30px; bottom:0px;}
    50%  {top:0px; bottom:30px;}
    100% {top:30px; bottom:0px;}
  
}

.fade-in {
    animation: fadeIn ease 20s;
    -webkit-animation: fadeIn ease 20s;
    -moz-animation: fadeIn ease 20s;
    -o-animation: fadeIn ease 20s;
    -ms-animation: fadeIn ease 20s;
    }

    @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }


.footerLine {
    max-width: 100%;
    opacity: 50%;
}

.footerText {
    margin-top: 1.5em;
    margin-bottom: 2em;
    text-align: center;
}

.footerInfo {
    color: white;
    font-size: 1em;
}

#navDiv {
    display: block;
}

a {
    color: rgba(255, 255, 255, 0.658);
}
    
a:hover {
    color: rgba(255, 255, 255, 0.658);
}

.today{
    font-weight: bold;
}

#footer {
    width: 100%;
    height: 2.5rem;  
}