


* {
    margin: 0;
    padding: 0;
}




#content{
    display: none;
    height: 100%;
    font-family: Georgia,Times,Times New Roman,serif; 
}


#Header{
    /* height: 200px; */
    width: 100%;
    /* height: 0; */
    padding: 15% 0 5%;
    /* background-color: rgb(24, 94, 185); */
    /* background-image: linear-gradient(to bottom right, rgb(24, 94, 185), rgb(0, 1, 84)); */
    background-image: url("images/SG\ Website\ Background.png");
    color: rgb(255, 242, 216);;
    background-size: cover;
    background: solid;
    /* position: fixed; */
    border-bottom: 5px, black;
    text-align: center;
    /* padding-top: 50px; */
    /* position: absolute; */
    /* height: 100%; */
    /* height: 300px; */
    min-height: 40vh;
}

#Header h1{
    font-size: 375%;
    text-shadow: 4px 4px 5px #000f30;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: black; */
}


#subtitle{
    font-size: 200%;
    /* opacity: 0; */
    text-shadow: 1px 1px 2px #000f30;
    /* transition-property: opacity;
    transition-duration: 4s; */
    animation: fadeIn 8s;
    -webkit-animation: fadeIn 8s;
    -moz-animation: fadeIn 8s;
    -o-animation: fadeIn 8s;
    -ms-animation: fadeIn 8s;
}
@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; }
  }



#fixedHeader{
    display: none;
    position: fixed;
    z-index: 10;
    background: solid;
    background-color: rgb(24, 94, 185);
    background-image: linear-gradient(to bottom right, rgb(24, 94, 185), rgb(0, 1, 84));
    width: 100%;
    height: 70px;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    top: 0%;
    /* height: 100%; */
    /* padding-top: 20px; */
    /* z-index: 10; */
}

#fixedHeader h5{
    color: white;
    margin-left: 40px;
    /* padding: 70px 0; */
    font-size: 170%;
    text-shadow: 2px 2px 3px #000f30;
    padding: 25px;
}

/* 
#Content h2 {
    /* padding-top: 100px; */
    /* padding-bottom: 60px;
    height: 100%;
    text-align: center;
}  */

#catalogue {
    /* margin-top: 40%; */
    padding: 30px;
    margin-bottom: 30px;
}

#Content{
    display: block;
    /* height: 100%; */
    /* height: 550px; */
    min-height: 70vh;
    font-family: Georgia,Times,Times New Roman,serif; 
    align-items: center;
    text-align: center;

}

#comingSoon {
    font-weight: lighter;
    padding: 30px;
}


#Footer{
    background-color: rgb(94, 94, 94);
    /* bottom: 0%; */
    color: white;
    /* padding-top: 10px; */
    /* height: 275px; */
    height: 175px;
}




#footertext {
    /* color: white; */
    padding-left: 35px;
    padding-top: 30px;
}

#copyright {
    /* padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px; */
    padding: 35px;
    font-size: 80%;
    /* margin-bottom: 30px; */
}



#scrollup{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 0;
    opacity: 0.7;
}

#scrollup:hover{
    background-color: rgba(85, 85, 85, 0.5);
}




#logo {
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    /* padding-left: 20px;
    padding-right: 20px; */
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#MaestroPitch{
    font-size: 200%;
    font-weight: bold;
    color: rgb(71, 128, 255);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#AppleBadge {
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: auto; */
    /* left: 50%; */
    display: block;
    margin-left: auto;
    margin-right: auto; 


    /* margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */


    height: auto;
    width: 150px;
    padding: 30px;
    /* border: none; */
}

#AppWebsite {
    /* position: absolute; */
    /* top: 50%; */
}

/* 
ul {
    list-style: none;
    display: inline;
}

li {
    display: inline;
    padding-right: 12px;
    padding-left: 12px;
    border-right: solid;
    border-width: 1.5px;
} */

/* .table{
    display: table;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
    height: 80px;
}

#horizontal-list{
    /* min-width: 696px; */
    /* list-style: none; */
    /* padding-top: 20px; */
    /* display: inline; */
    /* color:rgb(245, 241, 235); */
/* } */

/* .table li{
    display: inline;
    float: right; */
    /* padding: 5px; */
    /* padding-right: 12px;
    padding-left: 12px;
    border-right: solid;
    color:rgb(245, 241, 235);
    border-color: rgb(245, 241, 235);
    border-width: 1.5px;
}  */


#MPOptions {
    height: 120px;
    /* position: absolute; */
    /* top: 50%; */
}

