.content {
    /*background-color: white;*/
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*background-image: url("../ForWeb/ScientificVision.webp");*/
    background-image: url("../ForWeb/shutterstock_1470261605.jpg");
    background-size: cover;
    background-position: 25% 55%;
    /*padding-top:10px;*/ /*this decides whether there is gap between banner and content*/
    padding-top: 10px;
    height: 100vh;
    overflow: auto;
}

.ServicesContent {
    background-image: url("../ForWeb/shutterstock_1470261605.jpg"); /*shutterstock_1470261605.jpg, ScientificVision.webp*/
    background-size: cover;
    background-position: 25% 55%;    
}

.LeftAlignedContent {
    background-color: white;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;   
}

.footer {
    width: 75%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    color: #F58720;
    display:block;
}
    .footer a {
        text-decoration: none;
        color: #F58720;
    }


        .footer a:hover {
            text-decoration: none;
            color: white;
        }

.background {

    width:100%;
    background-image: url("../ForWeb/shutterstock_1470261605.jpg"); /*shutterstock_1470261605.jpg*/
    background-size: cover;
}


.banner {
    /*background-color: #00CCCC;*/
    background-image: url("../ForWeb/shutterstock_1470261605.jpg"); /*shutterstock_1470261605.jpg*/
    background-size: cover;
    background-position: 25% 10%;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 0px;
    color: #FF8720;
    font-family: Helvetica;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.navbar {
    width: 75%;
    /*min-width: 350px;
    max-width: 1100px;*/
    height: 30px;
    /*text-align: left;*/
    margin-left: auto;
    margin-right: auto;    
    padding: 10px;
    vertical-align: bottom;
}

    .navbar a {
        text-decoration: none;
        color: #F58720;
    }

        
    .navbar a:hover {
            text-decoration: none;
            color: white;
        }

.bh1 {
    /*background-color:blue;*/
    color: #F58720;
    font-weight: bold;
    width: 30%;
    vertical-align: bottom;
    float: left;
    text-align: left;
    align-content: flex-start;
}

/*.LogoInPage
{
    align-content:center;
    margin: 0px;
    padding: 0px;
}

    .LogoInPage image {
        align-content: center;
        margin: -20px;
        padding: 0px;
    }
*/
.bh1 span {
    padding-left: 10px;
    padding-bottom: 10px;
    /*font-size: calc(6px + 1vw);*/
    font-size: max(18px + 1vw, 12px);
}

    .bh1 img {
        /*padding-left:10px;*/
        width: 8%;
        height: 8%;
    }


.bh2 {
    /*background-color: red;*/
    /*background-color: #00CCCC;*/
    font-size: max(6px + 1vw, 12px);
    color: #F58720;
    /*font-weight: bold;*/
    width: 70%;
    height: 30px;
    float: right;
    text-align: right;
    vertical-align: bottom;
    /*padding-bottom: 10px;
    margin-bottom:10px;*/
}

.bh2 a {
    padding-right: 20px;    
}
    .bh2 div {
        padding-right: 20px;
    }

.center {
    
    
}


.MainText {
    color: white;
    font-weight: bold;
    font-size: 30px;
}

.SubDiv
{
    width:100%;
    text-align:center;
    align-content:center;
}

.SubText {
    padding: 10px;
    width: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #F58720;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
}

.mytable {
    height: 50%;
    /*align-content: center;
    text-align: center;*/
    
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    border-spacing:20px 0px;
}

tr.fixed {
    width: 100%;
    border: 1px solid black;
    
    padding: 0px;
}

.tdTextDiv {
    width: 33%;
    padding: 20px;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: white;
    color: black;
    overflow-x: hidden;
    overflow-y: auto;
    /*margin: 10px;
    min-width: 30px;
    max-width: 300px;
    font-size: 20px;
    width: 400px;
    height: 150px;*/
}
.thead {
    color: white;
    font-weight: bold;
    font-size: calc(6px + 1vw);
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: #F58720;    
    /*width: 100%;
    padding: 10px,0px,10px,0px;
    height:25px;
    vertical-align:top;*/
}

.subp {
    text-align: center;
    color: black;
    font-weight: normal;
    /*font-size: 1vw;*/
    font-size: max(1vw, 12px);
    width: 100%;
    padding: 10px,0px,10px,0px;
    vertical-align: top;
}


.visible {
    display: inline-flexbox;
}

.invisible {
    display: none;
}


/* Dropdown Button */
.dropbtn {
    /*background-color: #00CCCC;*/
    background-color: transparent;
    color: #F58720;
    /*padding: 16px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: max(6px + 1vw, 12px);
    border: none;
}

    .dropbtn:hover {
        color: white;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F58720; /*#1c6747;*/
    color: #0B0B45;
    text-align: left;
    padding-left: 10px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #0B0B45;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: max(6px + 1vw, 12px);
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            color:white;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {
    
    color:black;
}*/

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}


input[type=text], select, textarea {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover {
        background-color: #45a049;
    }



.LeftAlignedContent {
    background-color: white;
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}
.placeholderRed {
    background-color: #FAA0A0;
}