html {
    scroll-behavior: smooth;
}
body {
    scroll-behavior: smooth;
    background-image: url("../images/BexarCourthouse.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}
.divBackground {
    background-color: rgba(255,255,255,.90)
}
.divBackground2 {
    /* background-color: rgba(36,41,46,.90) */
    background-image: url(../images/prism.png);
    opacity: .9;
}
#mynav {
    background-color: white;
    box-shadow: 0px 0px 10px black;
}
ul {
    font-size: 23px;
    font-weight: 300;
    /* color: white; */
    margin-left: 25%;
    /* margin-right: 10%; */
    margin-bottom : 10%;
}
.spotlightTitle {
    margin-top: 2%;
    margin-left: 25%;
}
.container1 {
    min-height: 460px;
    display: flex;
}
.textSide{
    flex: 1;
}
.imgSide{
    flex: 1;
}
.respImg {
    height: 100%;
    width: 100%;
}
.whiteText {
    color: white;
}
.blackText {
    color: black;
}
.divTitles {
    font-size: 35px;
}
.titleDiv {
    padding: 30px;
}
#mailLink {
    font-size: 23px;
}


#titleText {
    /* text-shadow: -1px 0 #a7a7a7, 0 1px #a7a7a7, 1px 0 #a7a7a7, 0 -1px #a7a7a7; */
    color: black;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 65px;
    background-color: #518cd5;
    border-radius: 10px;

}
.myFont1 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.border {
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}
.listText1 {
    font-weight: 900;
    line-height: 35px;
    color: black;
}
.tlta-img {
    max-width: 300px;
}
.alta-img {
    max-height: 230px;
}
@media only screen and (min-width: 1200px) {
    #titleText {
        color: black;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 65px;
        background-color: #518cd5;
        border-radius: 10px;    
        width: 30%;
        margin: auto;
    }
  }
  @media only screen and (min-width: 1024px) {
    #titleText {
        color: black;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 65px;
        background-color: #518cd5;
        border-radius: 10px;    
        width: 40%;
        margin: auto;
    }
   
  }
  @media only screen and (max-width: 1024px) {
 ul {
        /* color: white; */
        font-size: 25px;
        margin-left: 6%;
        margin-right: 6%;
        margin-bottom: 6%;
    }
    .spotlightTitle {
        margin-top: 2%;
        margin-left: 10%;
    }
    .textSide{
     width: 100%;
    }
    .imgSide{
        display: none;
    }
    .respImg {
       display: none;
    }
    .divTitles {
        font-size: 30px;
    }
  }
  