*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html
{
    scroll-behavior: smooth;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{
    p{
        font-size: 18px;
        color: white;
        font-family: "Libre Baskerville", serif;
    }
    li{
        font-size: 18px;
        color: white;
    }
    h1, h2, h3, h4
    {
        color: white;
        font-family: "League Spartan", sans-serif;
    }
    button
    {
        background-color: white;
        border-radius: 8px;
        padding: 10px;
        font-size: 18px;
        border: solid 1px white;
        font-family: "Chakra Petch", sans-serif;
        color: black;
    }
    #centerDoc
    {
        width: 100%;
        background-image: url("images/background.jpg");
        background-size: cover;
    }
    nav
    {
        position: fixed;
        padding-top: 25px;
        font-size: 32px;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        font-family: "Chakra Petch", sans-serif;
        font-weight: 700;
        font-style: italic;
        text-decoration: none;
    }
    #nav-left a, a:link, a:visited, a:hover, a:active
    {
        color: white;
        text-decoration: none;
    }
    #nav-right a, a:link, a:visited, a:hover, a:active
    {
        color: black;
        text-decoration: none;
    }
    nav li
    {
        list-style-type:none;
    }
    #nav-left
    {
        width: 50%;
        margin-left: 10%;
        float: left;
    }
    #nav-right
    {
        margin-right: 10%;
        float: right;
    }
    #complete-web-solutions
    {
        max-width: 90%;
        padding-top: 3%;
        display: block;
        align-items: center;
    }
    #complete-web-solutions h1
    {
        margin-bottom: 35px;
    }
    #complete-web-solutions p
    {
        margin-bottom: 10px;
    }
    #complete-web-text
    {
        padding-top: 100px;
        width: 90%;
        margin-left: 10%;
        margin-right: 0%;
        text-align: center;
    }
    #complete-web-img img
    {
        margin-left: 14%;
    }
    #complete-web-img img
    {
        max-width: 80%;
        max-height: 100%;
    }
    #the-OWS-difference
    {
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
    }
    #design-principles
    {
        margin-top: 7%;
        text-align: center;
    }
    #design-principle-grid
    {
        display: grid;
        grid-template-columns: auto;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-item {
        background-color: rgb(1, 10, 16);
        border: 1px solid white;
        border-radius: 25px;
        padding: 10px;
        font-size: 30px;
        text-align: center;
        width: 325px;
        height: 280px;
        margin: 10px auto;
    }
    #review-carousel
    {
        width:100%;
        position:relative;
        margin-top:8%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        align-items: center;
    }
    #carousel-text
    {
        width:40%;
        margin: 0 auto;
        align-items: center;
    }
    #carousel-text p
    {
        margin-top: 25px;
    }
    .mySwiper
    {
        max-width: 90%;
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .card
    {
        width: 300px;
        height: 470px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-color: #051019;
        opacity: .8;
        padding: auto 30px;
        border-radius: 8px;
        box-shadow:rgb(149 157 165 / 20%) 0px 8px 24px;
        border: solid 2px black;
    }
    .swiper-slide
    {
        display:flex;
        align-items:center;
        margin-bottom: 1px;
    }
    .card img
    {
        width: 130px;
        border-radius: 50%;
        margin-top: 40px;
        border: 1px solid white;
    }
    .card h3
    {
        color: white;
        margin-top: 20px;
    }
    .card p
    {
        color: white;
    }
    .card h4
    {
        font-weight: normal;
        color: #0096FF;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev
    {
        color:#0096FF;
    }
    .swiper-button-next:after, .swiper-button-prev:after
    {
        font-size:32px;
    }
    .review i
    {
        color: goldenrod;
    }
    #FAQ
    {
        margin-top: 7%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    #FAQ h2
    {
        margin-bottom: 2%;
    }
    #FAQ h3
    {
        margin-top: 1%;
    }
    .accordion
    {
        display: block;
        background-color: rgb(30, 42, 58);
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 80%;
        text-align: left;
        font-size: 18px;
        border: none;
        outline: none;
        transition: 0.4s;
        margin: 0 auto;
        border: solid black 1px;
    }
    .accordion:hover
    {
        background-color: #ccc;
        color: black;
    }
    .panel
    {
        padding: 60px 18px;
        display: none;
        background-color: rgb(40, 51, 71);
        overflow: hidden;
        margin: 0 auto;
        width: 70%;
        font-size: 16px;
    }
    .panel p
    {
        color: white;
    }
    #final-call-to-action
    {
        padding-top: 1%;
        margin-top: 7%;
        margin-left: auto;
        margin-right: auto;
        height: 600px;
        text-align: center;
        background-color: #051019;
        opacity: .8;
        width: 90%;
        border-radius: 8px;
    }
    label
    {
        color: white;
        font-size: 24px;
    }
    input[type=submit]
    {
        height: 40px;
        width: 80px;
        background-color: rgb(26, 115, 232);
        color: white;
        padding: 14px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    #name-div, #email-div, #phone-div
    {
        display: inline-block;
        margin-bottom: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    input[type=submit]:hover
    {
        background-color: #3287f0;
    }
    #form-div
    {
        margin-top: 30px;
    }
    input[name=name], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;

    }
    input[type=email], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;

    }
    input[type=tel], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;

    }
    input[name=message], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        height: 80px;
    }
    #message-div
    {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    #footer
    {
        padding-top: 3%;
    }
    textarea
    {
        width: 90%;
        height: 100px;
        margin: 0px auto;
        font-size: 16px;
        resize: none;
    }
}/* End of less than 600px Media Query */
  
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)
{
    p{
        font-size: 18px;
        color: white;
        font-family: "Libre Baskerville", serif;
    }
    li{
        font-size: 18px;
        color: white;
    }
    h1, h2, h3, h4
    {
        color: white;
        font-family: "League Spartan", sans-serif;
    }
    button
    {
        background-color: white;
        border-radius: 8px;
        padding: 10px;
        font-size: 18px;
        border: solid 1px white;
        font-family: "Chakra Petch", sans-serif;
        color: black;
    }
    #centerDoc
    {
        width: 100%;
        background-image: url("images/background.jpg");
        background-size: cover;
    }
    nav
    {
        position: fixed;
        padding-top: 25px;
        font-size: 32px;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        font-family: "Chakra Petch", sans-serif;
        font-weight: 700;
        font-style: italic;
        text-decoration: none;
    }
    #nav-left a, a:link, a:visited, a:hover, a:active
    {
        color: white;
        text-decoration: none;
    }
    #nav-right a, a:link, a:visited, a:hover, a:active
    {
        color: black;
        text-decoration: none;
    }
    nav li
    {
        list-style-type:none;
    }
    #nav-left
    {
        width: 50%;
        margin-left: 10%;
        float: left;
    }
    #nav-right
    {
        margin-right: 10%;
        float: right;
    }
    #complete-web-solutions
    {
        max-width: 90%;
        padding-top: 3%;
        display: block;
        align-items: center;
    }
    #complete-web-solutions h1
    {
        margin-bottom: 35px;
    }
    #complete-web-solutions p
    {
        margin-bottom: 10px;
    }
    #complete-web-text
    {
        padding-top: 100px;
        width: 90%;
        margin-left: 10%;
        margin-right: 0%;
        text-align: center;
    }
    #complete-web-img img
    {
        margin-left: 14%;
    }
    #complete-web-img img
    {
        max-width: 80%;
        max-height: 100%;
    }
    #the-OWS-difference
    {
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
    }
    #design-principles
    {
        margin-top: 7%;
        text-align: center;
    }
    #design-principle-grid
    {
        display: grid;
        grid-template-columns: auto;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-item {
        background-color: rgb(1, 10, 16);
        border: 1px solid white;
        border-radius: 25px;
        padding: 10px;
        font-size: 30px;
        text-align: center;
        width: 325px;
        height: 280px;
        margin: 10px auto;
    }
    #review-carousel
    {
        width:100%;
        position:relative;
        margin-top:8%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        align-items: center;
    }
    #carousel-text
    {
        width:70%;
        margin: 0 auto;
        align-items: center;
    }
    #carousel-text p
    {
        margin-top: 25px;
    }
    .mySwiper
    {
        max-width: 90%;
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .card
    {
        width: 300px;
        height: 470px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-color: #051019;
        opacity: .8;
        padding: auto 30px;
        border-radius: 8px;
        box-shadow:rgb(149 157 165 / 20%) 0px 8px 24px;
        border: solid 2px black;
    }
    .swiper-slide
    {
        display:flex;
        align-items:center;
        margin-bottom: 1px;
    }
    .card img
    {
        width: 130px;
        border-radius: 50%;
        margin-top: 40px;
        border: 1px solid white;
    }
    .card h3
    {
        color: white;
        margin-top: 20px;
    }
    .card p
    {
        color: white;
    }
    .card h4
    {
        font-weight: normal;
        color: #0096FF;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev
    {
        color:#0096FF;
    }
    .swiper-button-next:after, .swiper-button-prev:after
    {
        font-size:32px;
    }
    .review i
    {
        color: goldenrod;
    }
    #FAQ
    {
        margin-top: 7%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #FAQ h2
    {
        margin-bottom: 2%;
    }
    #FAQ h3
    {
        margin-top: 1%;
    }
    .accordion
    {
        display: block;
        background-color: rgb(30, 42, 58);
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 80%;
        text-align: left;
        font-size: 18px;
        border: none;
        outline: none;
        transition: 0.4s;
        margin: 0 auto;
        border: solid black 1px;
    }
    .accordion:hover
    {
        background-color: #ccc;
        color: black;
    }
    .panel
    {
        padding: 60px 18px;
        display: none;
        background-color: rgb(40, 51, 71);
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 70%;
        font-size: 16px;
    }
    .panel p
    {
        color: white;
    }
    #final-call-to-action
    {
        padding-top: 1%;
        margin-top: 7%;
        margin-left: auto;
        margin-right: auto;
        height: 600px;
        text-align: center;
        background-color: #051019;
        opacity: .8;
        width: 60%;
        border-radius: 8px;
    }
    label
    {
        color: white;
        font-size: 24px;
    }
    input[type=submit]
    {
        height: 40px;
        width: 100px;
        background-color: rgb(26, 115, 232);
        color: white;
        padding: 14px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
    }
    #name-div, #email-div, #phone-div
    {
        display: inline-block;
        margin-bottom: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    input[type=submit]:hover
    {
        background-color: #3287f0;
    }
    #form-div
    {
        margin-top: 30px;
    }
    input[name=name], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    input[type=email], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    input[type=tel], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    input[name=message], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        height: 80px;
    }
    #message-div
    {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    #footer
    {
        padding-top: 3%;
    }
    textarea
    {
        width: 90%;
        height: 120px;
        margin: 0 auto;
        font-size: 16px;
        resize: none;
    }
}/* End of 600px Media Query */
  
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px)
{
    p{
        font-size: 18px;
        color: white;
        font-family: "Libre Baskerville", serif;
    }
    li{
        font-size: 18px;
        color: white;
    }
    h1, h2, h3, h4
    {
        color: white;
        font-family: "League Spartan", sans-serif;
    }
    button
    {
        background-color: white;
        border-radius: 8px;
        padding: 10px;
        font-size: 18px;
        border: solid 1px white;
        font-family: "Chakra Petch", sans-serif;
        color: black;
    }
    #centerDoc
    {
        width: 100%;
        background-image: url("images/background.jpg");
        background-size: cover;
    }
    nav
    {
        position: fixed;
        padding-top: 25px;
        font-size: 32px;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        font-family: "Chakra Petch", sans-serif;
        font-weight: 700;
        font-style: italic;
        text-decoration: none;
    }
    #nav-left a, a:link, a:visited, a:hover, a:active
    {
        color: white;
        text-decoration: none;
    }
    #nav-right a, a:link, a:visited, a:hover, a:active
    {
        color: black;
        text-decoration: none;
    }
    nav li
    {
        list-style-type:none;
    }
    #nav-left
    {
        width: 50%;
        margin-left: 10%;
        float: left;
    }
    #nav-right
    {
        margin-right: 10%;
        float: right;
    }
    #complete-web-solutions
    {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 70px;
    }
    #complete-web-solutions h1
    {
        margin-bottom: 35px;
    }
    #complete-web-solutions p
    {
        margin-bottom: 10px;
    }
    #complete-web-text
    {
        padding-top: 20px;
        max-width: 50%;
    }
    #complete-web-img
    {
        max-width: 100%;
        max-height:100%;
    }
    #the-OWS-difference
    {
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
    }
    #design-principles
    {
        margin-top: 7%;
        text-align: center;
    }
    #design-principle-grid
    {
        display: grid;
        grid-template-columns: auto auto;
        padding: 10px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .grid-item {
        background-color: rgb(1, 10, 16);
        border: 1px solid white;
        border-radius: 25px;
        padding: 10px;
        font-size: 30px;
        text-align: center;
        width: 325px;
        height: 280px;
        margin: 10px;
    }
    #review-carousel
    {
        width:100%;
        position:relative;
        margin-top:8%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        align-items: center;
    }
    #carousel-text
    {
        width:70%;
        margin: 0 auto;
        align-items: center;
    }
    #carousel-text p
    {
        margin-top: 25px;
    }
    .mySwiper
    {
        max-width: 90%;
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .card
    {
        width: 300px;
        height: 470px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-color: #051019;
        opacity: .8;
        padding: auto 30px;
        border-radius: 8px;
        box-shadow:rgb(149 157 165 / 20%) 0px 8px 24px;
        border: solid 2px black;
    }
    .swiper-slide
    {
        display:flex;
        align-items:center;
        margin-bottom: 1px;
    }
    .card img
    {
        width: 130px;
        border-radius: 50%;
        margin-top: 40px;
        border: 1px solid white;
    }
    .card h3
    {
        color: white;
        margin-top: 20px;
    }
    .card p
    {
        color: white;
    }
    .card h4
    {
        font-weight: normal;
        color: #0096FF;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev
    {
        color:#0096FF;
    }
    .swiper-button-next:after, .swiper-button-prev:after
    {
        font-size:32px;
    }
    .review i
    {
        color: goldenrod;
    }
    #FAQ
    {
        margin-top: 7%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #FAQ h2
    {
        margin-bottom: 2%;
    }
    #FAQ h3
    {
        margin-top: 1%;
    }
    .accordion
    {
        display: block;
        background-color: rgb(30, 42, 58);
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 80%;
        text-align: left;
        font-size: 18px;
        border: none;
        outline: none;
        transition: 0.4s;
        margin: 0 auto;
        border: solid black 1px;
    }
    .accordion:hover
    {
        background-color: #ccc;
        color: black;
    }
    .panel
    {
        padding: 60px 18px;
        display: none;
        background-color: rgb(40, 51, 71);
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 15px;
        width: 70%;
        font-size: 16px;
    }
    .panel p
    {
        color: white;
    }
    #final-call-to-action
    {
        padding-top: 1%;
        margin-top: 7%;
        margin-left: auto;
        margin-right: auto;
        height: 550px;
        text-align: center;
        background-color: #051019;
        opacity: .8;
        width: 80%;
        border-radius: 8px;
    }
    label
    {
        color: white;
        font-size: 24px;
    }
    input[type=submit]
    {
        height: 40px;
        width: 120px;
        background-color: rgb(26, 115, 232);
        color: white;
        padding: 14px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
        margin-top: 30px;
    }
    #name-div, #email-div, #phone-div
    {
        display: inline-block;
        margin-bottom: 20px;
        text-align: left;
        margin-left: 50px;
        margin-right: 0px;
    }
    input[type=submit]:hover
    {
        background-color: #3287f0;
    }
    #form-div
    {
        margin-top: 30px;
    }
    input[name=name], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    input[type=email], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    input[type=tel], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    input[name=message], select
    {
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        height: 80px;
    }
    #message-div
    {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    #footer
    {
        padding-top: 3%;
    }
    textarea
    {
        width: 90%;
        height: 100px;
        margin: 0 auto;
        font-size: 16px;
        resize: none;
    }
}/* End of 768px Media Query */
  
  /* Extra large devices (large laptops and desktops, 1875px and up) */
@media only screen and (min-width: 1275px)
{
a
{
    text-decoration: none;
}
p{
    font-size: 18px;
    color: white;
    font-family: "Libre Baskerville", serif;
}
li{
    font-size: 18px;
    color: white;
}
h1, h2, h3, h4
{
    color: white;
    font-family: "League Spartan", sans-serif;
}
button
{
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    border: solid 1px white;
    font-family: "Chakra Petch", sans-serif;
    color: black;
}
#centerDoc
{
    width: 100%;
    background-image: url("images/background.jpg");
    background-size: cover;
}
nav
{
    position: fixed;
    padding-top: 25px;
    font-size: 32px;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-style: italic;
}
#nav-left a, a:link, a:visited, a:hover, a:active
{
    color: white;
    
}
#nav-right a, a:link, a:visited, a:hover, a:active
{
    color: black;
}
nav li
{
    list-style-type:none;
}
#nav-left
{
    width: 50%;
    margin-left: 10%;
    float: left;
}
#nav-right
{
    margin-right: 10%;
    float: right;
}
#complete-web-solutions
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
#complete-web-solutions h1
{
    margin-bottom: 35px;
}
#complete-web-solutions p
{
    margin-bottom: 10px;
}
#complete-web-text
{
    padding-top: 20px;
    max-width: 25%;
}
#complete-web-img
{
    max-width: 100%;
    max-height:100%;
}
#the-OWS-difference
{
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
}
#design-principles
{
    margin-top: 7%;
    text-align: center;
}
#design-principle-grid
{
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    margin-left: 15%;
    margin-right: 15%;
}
.grid-item {
    background-color: rgb(1, 10, 16);
    border: 1px solid white;
    border-radius: 25px;
    padding: 10px;
    font-size: 30px;
    text-align: center;
    width: 425px;
    height: 250px;
    margin: 10px;
}
#review-carousel
{
    width:100%;
    position:relative;
    margin-top:8%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
}
#carousel-text
{
    width:40%;
    margin: 0 auto;
    align-items: center;
}
#carousel-text p
{
    margin-top: 25px;
}
.mySwiper
{
    max-width: 80%;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.card
{
    width: 400px;
    height: 400px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #051019;
    opacity: .8;
    padding: auto 30px;
    border-radius: 8px;
	box-shadow:rgb(149 157 165 / 20%) 0px 8px 24px;
    border: solid 2px black;
}
.swiper-slide
{
    display:flex;
    align-items:center;
    margin-bottom: 1px;
}
.card img
{
    width: 130px;
    border-radius: 50%;
	margin-top: 40px;
    border: 1px solid white;
}
.card h3
{
    color: white;
    margin-top: 20px;
}
.card p
{
    color: white;
}
.card h4
{
    font-weight: normal;
    color: #0096FF;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev
{
	color:#0096FF;
}
.swiper-button-next:after, .swiper-button-prev:after
{
	font-size:32px;
}
.review i
{
	color: goldenrod;
}
#FAQ
{
    margin-top: 7%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#FAQ h2
{
    margin-bottom: 2%;
}
#FAQ h3
{
    margin-top: 1%;
}
.accordion
{
    display: block;
    background-color: rgb(30, 42, 58);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 40%;
    text-align: left;
    font-size: 18px;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: 0 auto;
    border: solid black 1px;
}
.accordion:hover
{
    background-color: #ccc;
    color: black;
}
.panel
{
    padding: 60px 18px;
    display: none;
    background-color: rgb(40, 51, 71);
    overflow: hidden;
    margin: 0 auto;
    width: 40%;
    font-size: 16px;
}
.panel p
{
    color: white;
}
#final-call-to-action
{
    padding-top: 1%;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    text-align: center;
    background-color: #051019;
    opacity: .8;
    width: 40%;
    border-radius: 8px;
}
label
{
    color: white;
    font-size: 24px;
}
input[type=submit]
{
    margin-top: 20px;
    height: 40px;
    width: 180px;
    background-color: rgb(26, 115, 232);
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
#name-div, #email-div, #phone-div
{
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}
input[type=submit]:hover
{
    background-color: #3287f0;
}
#form-div
{
    margin-top: 30px;
}
input[name=name], select
{
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=email], select
{
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=tel], select
{
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}
input[name=message], select
{
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 80px;
}
#message-div
{
    margin-top: 10px;
    margin-bottom: 15px;
}
textarea
{
    width: 90%;
    height: 160px;
    margin: 0 auto;
    font-size: 16px;
    resize: none;
}
#footer
{
    padding-top: 3%;
}
}/* End of 1850 Media Query */