@font-face {
    font-family: 'CustomFont';
    src: url('Bazooka.ttf') format('ttf'),
    url('Bazooka.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #131414;
    text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

a {
    color: White;
    text-decoration: none;
}
a:visited {
    color: White;
}
.title {
    color: #cde3e7;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 40px;
    border-bottom: 4px solid rgba(22, 147, 165,.2);
}
.bodytext {
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
}
.bodytitle {
    border-bottom: 3px solid rgba(22, 147, 165,.2);
}
.container {
    background-color: #212929;
    max-width: auto;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 92%;
    box-shadow: 0px 0px 10px 0px rgba(22, 147, 165, 0.5);
}

.header {
    background-color: #131414;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}        
.header > div.titleimg {
    flex-grow: 1;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 30%;
    z-index: 5;
}
.header > div.phonenumberheader,
.header > div.addressheader {
    flex-grow: 1;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}
.header > div.addressheader a {
    text-decoration: underline;
}
.header > div.phonenumberheader img,
.header > div.addressheader img {
    margin-right: 10px;
    margin-left: 10px;
    width: 8%;
}           

.tracegraphic {
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.tracegraphic img {
    width: 50%;
    height: auto;
}
.tracetext {
    color: White;
    background-color:rgba(22, 147, 165,.2);
    backdrop-filter: blur(1px);
    font-size: 25px;
    font-style: italic;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 4px solid rgba(22, 147, 165,.4);
}

.texthours {
    color: #cde3e7;
    padding: 20px;
    background-color: #131414;
    font-size: 20px;
    font-style: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px #131414;
}
.texthours b {
    padding-left: 20px;
    padding-right: 20px;
}
.texthours span {
    border-bottom: 4px solid rgba(12, 104, 117,.4);
    display: inline-block;
    width: 20%;
}

.fixedtitle {
    /*background: linear-gradient(to right, #1b1e1f, #142224, #142224, #1b1e1f);*/
    background: linear-gradient(to right, #131414, transparent 100%), linear-gradient(to left, #131414, transparent 100%);
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: 80% 100%;           
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    transform: translateY(-20px);
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s, transform 1s;
    padding: 20px;
    /*box-shadow: 0px 0px 20px 0px rgba(22, 147, 165, 0.5);*/
}
.fixedtitle span {
    border-bottom: 4px solid rgba(12, 104, 117,.4);
    display: inline-block;
    width: 20%;
}
.fixedtitle > #titlefixed {
    padding-left: 1%;
    padding-right: 2%;
}
.fixedtitle > #phonefixed {
    padding-right: 1%;
}
.topnav {
    display: flex;
    justify-content: center;
    padding: 1%;
    background-color: #0c6875;
    padding-left: 15%;
    padding-right: 15%;
}
.topnav a {
    margin: 0 5px;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.topnav a:hover {
    background-color: #d5e3e6;
    color: black;
    transition: 0.5s;
}

.middlenav .dropdown-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.middlenav .dropdown-content.show {
    display: block;
    opacity: 1;
}
.dropdown {
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #0c6875;
    z-index: 50;
}
.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px; 
    border: none;
    outline: none;
    color: white;
    font-size: 30px;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(12, 104, 117,.9);
    backdrop-filter: blur(15px);
    width: 600px;
    z-index: 100;
    box-shadow: 0px 5px 5px 0px #0c6875;
}
.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    font-size: 35px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.dropdown-content a:hover {
    background-color: #d5e3e6;
    color: black;
    transition: 0.5s;       
}
.show {
    display: block;
}

#topbutton {
    background: linear-gradient(to right, #131414, transparent 100%), linear-gradient(to left, #131414, transparent 100%);
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: 80% 100%;           
    backdrop-filter: blur(10px);
    color: #cde3e7;
    font-size: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
}

.parallax-container {
    overflow: hidden;
    position: relative;
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.parallax img {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .6;
}

.cover {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 50%, #212929 100%);
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: 100% 100%;           
    backdrop-filter: blur(1px);
    box-shadow: 0px 0px 10px 0px rgba(22, 147, 165, 0.5);
    max-width: auto;
    margin: 0 auto;
    width: 92%;
    padding: 20px;
    padding-bottom: 0px;
}
.covertitle {
    color: white;
    font-size: 50px;
    text-align: center;
    border-bottom: 4px solid rgba(22, 147, 165,.4);
    text-shadow: -2px 0 6px #131414, 0 2px 6px #131414, 2px 0 6px #131414, 0 -2px 6px #131414;
}
.cover button {
    background-color: rgba(22, 147, 165,.5);
    color: White;
    font-size: 25px;
    width: 150px;
    height: 50px;
    margin-top: 50px;
}
.cover button:hover {
    background-color: white;
    color: black;
    transition: 0.5s;
}

.icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%; 
}
.slogantext {
    color: White;
    font-style: bold;
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.alert {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-color: #043941;
    border: 3px solid #0c6875;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: -20px;
    color: white;
    font-size: 20px;
    width: 60%;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
}
.alert b {
    font-size: 35px;
}
.alert span:not(.title) {
    text-align: center;
    font-size: 25px;

}
.alert span br {
    content: "";
    display: block;
    margin-bottom: 10px;
}
.alert img {
    width: 35px;
    height: auto;
    padding: 0px 5px 0px 5px;
}
.alertclose {
    position: absolute; 
    top: 10px;
    right: 10px; 
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}


td, th {
    color: white;
    font-size: 20px;
    padding: 10px;
}
tr:nth-child(odd) {
    background-color: #1a2224;
}
tr:nth-child(even) {
    background-color: #1a2224;
}
tr:nth-child(even) div {
    background-color: #212c2e;
    height: auto;
}
tr:nth-child(even) img {
    width: 100px;
    padding: 10px;
}
.tablebody {
    display: flex;
    flex-direction: column;
}
.tablebodyrow {
    display: flex;
    flex-direction: row;
}
.tablebodytitle {
    flex: 0.4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tablebodytitle span {
    text-align: center;
}
.tablebodytitle div {
    background-color: #212c2e;
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 5px;
    margin: 1px;
    width: 100%;
}
.tablebodytitle img {
    width: 20%;
    padding-right: 10px;
}
.tablebodytext  {
    flex: 1;
    background-color: #212929;
    font-size: 20px;
    text-align: left;
    padding-top: 20px;
    padding-left: 50px;
    text-decoration: none;
    align-items: flex-start;
}
.tablebodytext br {
    line-height: 5;
}

.contactcontainer {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
}

.contactentry {
    flex: 1;
}
.contactinfotitle {
    color: #cde3e7;
    border-bottom: 3px solid rgba(22, 147, 165,.2);
    font-size: 25px;
}
.contactinfo {
    flex: 1;
    text-align: center;
}
.contactinfo p {
    padding-top: 5px;
    text-indent: 0px;
    margin-left: 15px;
}
.user-cannot-see {
    /*Honeypot*/
    display: none;
}

input {
    color: white;
    font-size: 20px;
    background-color: #1a2224;
    border: 2px solid #1693A5;
    border-radius: 5px;
    padding: 10px;
    padding-left: 10px;
    width: 0px;
    height: 0px;
}
input::placeholder {
    color: transparent;
    font-size: 0px;
    font-family: "Roboto", sans-serif;
}

textarea {
    color: white;
    font-size: 20px;
    background-color: #1a2224;
    border: 2px solid #1693A5;
    border-radius: 10px;
    padding: 10px;
    padding-left: 10px;
    width: 0px;
    height: 0px;
    resize: vertical;
}
textarea::placeholder {
    color: transparent;
    font-size: 0px;
    font-family: "Roboto", sans-serif;
}

.contactcontainer button {
    color: white;
    font-size: 20px;
    background-color: #0c6875;
    border: 2px solid #1a2224;
    border-radius: 10px;
    padding: 10px;
    width: 95%;
}

.locationtext {
    color: white;
    font-size: 20px;
}

@media (max-width: 1000px) {
    .title {
        font-size: 40px;
    }
    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .header > div.phonenumberheader,
    .header > div.addressheader {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .header > div.titleimg {
        order: 1;
        padding-right: 0%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 60%;
    }
    .header > div.phonenumberheader {
        order: 2;
        padding-left: 0%;
        font-size: 100%;
    }
    .header > div.addressheader {
        order: 3;
        padding-right: 0%;
        font-size: 100%;
        text-align: left;
    }
    .header > div.phonenumberheader img,
    .header > div.addressheader img {
        width: auto;
        height: 35px;
    }
    .addresssmall {
        display: none;
    }
    .addresswide {
        display: block;
    }
    
    .tracegraphic img.tracebackright {
        width: 100%;
    }
    .tracegraphic > img.tracebackleft {
        display: none;
    }
    .tracetext {
        font-size: 25px;
    }

    .texthours span {
        display: none;
    }

    .fixedtitle #titlefixed {
        width: 40%;
    }
    .fixedtitle #phonefixed {
        width: 17%;
    }
    .fixedtitle span {
        width: 10%;
    }
    
    #circuitweb {
        display: none;
    }
    #circuitphone {
        display: block;
    }
    .covertitle {
        font-size: 35px;
    }
    
    .alert{
        font-size: 20px;
        width: 70%;
    }
        
    .container {
        padding: 0px;
        width: 100%;
    }
    .container > img {
        width: 30%;
    }
    .icon {
        width: 25%;
    }
    .topnav a {
        display: none;
        width: 0;
    }
    .middlenav {
        display: block;
    }

    .tablebodyrow {
        flex-direction: column;
    }
    .tablebodytitle span {
        order: 2;
    }
    .tablebodytitle img {
        order: 1;
    }
    td, th {
        font-size: 25px;
    }
    .tableaboutphone td, th{
        width: 50%;
    }
    .tablebodytitle img {
        width: 75px;
    }
    .tablebodytitle div {
        background-color: #1a2224;
    }  
    .tableaboutphone {
        display: block;
    }
    .tableaboutweb {
        display: none;
    }
    .tscwphoto {
        width: 90%;
    }
}

@media (min-width: 1001px) {
    .topnav a {
        display: block;
    }
    .middlenav {
        display: none;
    }
    .addresssmall {
        display: block;
    }
    .addresswide {
        display: none;
    }
    #circuitweb {
        display: block;
    }
    #circuitphone {
        display: none;
    }
    .tableaboutweb {
        display: block;
    }
    .tableaboutphone {
        display: none;
    }
}


@media (max-width: 600px) {
    .title {
        font-size: 30px;
    }
    .bodytext {
        font-size: 15px;
    }
    .header {
        padding: 0%;
        padding-bottom: 10px;
    }
    .header > div.titleimg {
        width: 80%;
        padding-right: 0%;
        padding: 0%;
        padding-top: 4%;
        flex-grow: 0;
    }
    .header > div.phonenumberheader {
        font-size: 13px;
        padding-top: 15px;
    }
    .header > div.addressheader {
        font-size: 13px;
        text-align: center;
        text-indent: 0%;
    }
    .addresssmall {
        display: block;
    }
    .addresswide {
        display: none;
    }
    .tracetext {
        font-size: 19px;
    }
    .fixedtitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        z-index: 10;
    }
    .fixedtitle #titlefixed {
        width: 80%;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-right: 0%;
    }
    .fixedtitle #phonefixed {
        width: 30%;
        padding-bottom: 20px;
    }
    .fixedtitle span {
        width: 70%;
    }

    .dropdown-content {
        width: 100%;
    }
    .dropdown-content a {
        font-size: 30px;
    }

    .covertitle {
        font-size: 21.5px;
        padding: 0px;
    }
    .fadein-text {
        font-size: 30px;
    }
    .typecontainer {
        padding-bottom: 20px;
    }
    .cover button {
        font-size: 20px;
        width: 120px;
        height: 40px;
        margin-top: 10px;
    }

    .alert{
        width: 80%;
    }
    .alert p {
        font-size: 25px;
    }
    .alert img {
        width: 25px;
        height: auto;
    }
    .alert-circit {
        display: none;
    }

    td, th {
        font-size: 20px;
    }
    .tablebodytitle img{
        width: 50px;
    }

    .contactcontainer {
        flex-direction: column;
    }
    .contactentry {
        padding-right: 0%;
    }
    .contactinfo {
        flex: 1;
        text-align: center;
        margin-left: 10%;
        margin-right: auto;
    }

    #footerimg {
        display: none;
    }
}
