#brand {
    text-decoration: white;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    width: 200px;
}

.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

p, a, label, input {
    font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
    font-size: 15px;

}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
    font-weight: bold;
    color: slategray;
}

.sideimage {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

img {
    border-radius: 5px;
}

.news{
    max-width: 1000px;
    min-width: 1000px;
}

.outline-front{
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
    box-shadow: 0 0 2px 2px whitesmoke;
    border-radius: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px 5px;
}

.default {
    border-color: #e7e7e7;
    color: black;
}

.default:hover {
    background: #e7e7e7;
}

.newslogo {
    max-height: 35px;
}

.titledivs {
    padding-top: 10px;
    border-bottom: solid;
    border-width: thin;
    border-color: lightgray;
    margin-bottom: 15px;
    color: grey;
}

.photo-logo{
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    margin-left: 60px;
    margin-right: 20px;
}

.project-photo-block {
    max-height: 200px;
    min-height: 200px;
}

.project-photo {
    max-width: 700px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-photo img{
    flex-shrink: 0;
    max-width: 700px;
    transition: opacity 1s ease-in-out;
}

.project-text {
    margin-left: 80px;
    margin-right: 80px;
}

.single-project {
    padding-bottom: 100px;
}
