
* {
    box-sizing: border-box;
}
body{
    color:black;
}

header {
    text-align: center;
    padding: 32px;
}

#hello p{
    font-size:1.3em;
}

#hello h3 {
    font-family: Gill Sans, Verdana;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

#hello h2 {
    font-family: times, Times New Roman, times-roman, georgia, serif;
    color: #444;
    margin: 0;
    padding: 0px 0px 6px 0px;
    font-size: 51px;
    line-height: 44px;
    letter-spacing: -2px;
    font-weight: bold;
}

.first-word-uppercase-p::first-letter {
    float: left;
    line-height: 35px;
    font-size: 55px;
    font-family: Montserrat;
    color: #000000;
    border: solid #418538;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    margin-bottom: -5px;
}
.controls{

    display: inline;
    /*list-style-type: none;*/
    padding-right: 0px;
}

.controls li{
    margin-right: 10px;
    cursor: pointer;
    list-style-type: square;
    display: inline;
    list-style-type: none;
    padding:2px 6px 2px 6px;
    white-space: nowrap;
    background-color: #ccc;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

}

.controls li.active{
    font-weight: 700;
    background-color: #999;
}

hr{
    margin: 14px 0 10px;
    height: 0;
    border: 0 none;
    border-top: 1px solid #eee;
}

#Grid{
    margin:0;
    padding:0;
    text-align: justify;
    list-style-type: none;
}

#Grid .mix{
    /*display: none;*/
    /*opacity: 0;*/
    display: inline-block;
    margin:10px;
    vertical-align: top;
    color: #000;
    text-align: center;
    width:31%;
    height:600px;

}

.img-container {
    position: relative;
    text-align: center;
    color: white;
    padding:0 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:600px;
}

.img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    background-color: rgba(0, 0, 0, 0.47);
}

@media only screen and (max-width: 600px) {
    #Grid{
        margin:0;
        padding:0;
        text-align: center;
        list-style-type: none;
    }
    #Grid .mix{
        width:90%;
        height:600px;

    }
}