
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.row {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

#rightText{
    text-align: right;
    font-family: 'Lato', sans-serif;
    margin-top: 24px;
}

#belowName{
    font-size: 0.6em;
}

#dissapear{
    margin-top:8px;
}

h2 {
    margin-top: 24px;
    margin-bottom: 4px;
    color: #BCBBBB;
    font-family: 'Roboto' ,sans-serif;
}

div>img{
    margin-top: 0px;
}

h3{
    text-transform: uppercase;
    color: #747704;
    margin-top: 12px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 1.75em;
    font-family: "Lora" , sans-serif;
}

a{
    text-decoration: none;
    color: grey;
    margin: auto;
    width: 60%;
    display: flex;
    font-family: 'Roboto' ,sans-serif;
}

h1{
    font-size:2.5em;
}

@media only screen and (max-width: 645px) {
    #dissapear{
        display: none;
    }
    .col-10{
        width: 100%;
        font-size:1.17em;
    }
    h3{
        font-size: 1.25em;
    }
}