.img-school{
    padding: 5px;
    border-radius: 20px;
    /*background-color: rgba(0,0,0,.50);*/
    width: 100px !important;
    height: 100px !important;
    margin: 3px;
}

.div-school{
    display: inline-block;
    width:150px !important;
    height:150px !important;
    border-radius: 20px;
    background-color: rgba(0,0,0,.50);
    margin:10px
}

.div-school-name{
    /* max-width:127px !important; */
    white-space:nowrap;
    font-size: 60%;
    color:#ffffff;
}

.div-school:hover{
    cursor: pointer;
    background-color: rgba(255,255,255,.50);
}

.div-school.div-school-name:hover{
    color:black;
}

#grid-container{
    display: none;
}

body {
    /* background-image: url("../images/bg-ai.jpg"); */
    background-image: url("../images/hallway-bg.jpg");
    background-repeat: no-repeat, repeat;
    width: 100%;
    background-size: cover;
}

.find-my-school-box-left{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-color: #ccc  !important;
    border-width: 1px  !important;
    background-color: black !important;
}

.find-my-school-font-1{
    text-align: left;
    font-size: 2rem !important;
    color: white !important;
}

.find-my-school-font-2{
    text-align: left;
    margin-top: -5px !important;
    margin-bottom: 15px !important;
    font-size: .75rem !important;
    color: white !important;
}

.school-icon{
    float: right;
    margin-top:10px;
    /* margin-right: 20px; */
}

#in-school-search{
    margin-top: 18px;
    margin-bottom: 18px;
    width: 98%;
}

#school-search-results-container{
    z-index: 1;
}

.order-form-container{
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
    /* background-color: rgba(255,255,255, .75); */
    background-color: white;
    padding: 15px;
    border-radius:15px;
}

.title-font{
    font-size: 2rem;
}

.subject-font{
    font-weight: bold;
    font-size: 1rem;
}

.desc-font{
    font-size: .75rem;
}

.placecard-container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.placecard{
    border-radius:10px;
    padding:10px;
    margin:10px;
    background-color:white;
    min-width: 600px;
    max-width: 600px;
}

.placecard-image-container{
    margin-right:20px;
    float:left;
    max-width:150px;
}

.placecard-data-container{
    min-width:300px;
}

.wordwrap{ 
    vertical-align: bottom !important;
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
 }
