
html, body{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

html{
    height: 100%;
}

body{
    background-color: #fafafa;
    display: flex;
    justify-content: center;
}

.fa{
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}


.places-to-review, .thanks-for-5-star{
    display: none;
}


@media (max-width: 910px){
    #submit-button{
        margin-bottom: 50px;
    }
}


#submit-done{
    display: none;
}

#submit-done i {
    font-size: 88px;
    color: #1e60ac;
}

#bad-review{
    display: none;
}

#submit-button{
    margin-top: 25px;
    background: #1e60ac;
    width: 80%;
    display: inline-block;
    color: white;
    padding: 15px;
    border-radius: 3px;
    font-size: 23px;
    cursor: pointer;
}

input[type=text], textarea{
    width: 80%;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 10px;
    font-size: 18px;
    font-weight: 200;
    margin: 10px 0;
}

textarea{
    height: 90px
}


.thumb-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 60px;
    padding-left: 10%;
    padding-right: 10%;
}


@media (max-width: 590px){

    .thumb-wrap div{
        height: 250px;
    }

}



.thumbs{
    font-size: 116px;
    padding:0 30px;
}

@media(max-width: 910px){

    .good-or-bad{
        min-height: 500px;
    }

}



.thumbs:hover{
    font-size: 128px;
    cursor: pointer;
    /*margin-top:-2px;*/
}


.good{
    color: #48ac1e;
    margin-top: -40px;
}

.good ~ div{
    margin-top: 70px;
    font-weight: bold;
    color: green;
}

.bad{
    color:#c12c1d;
}

.bad ~ div{
    margin-top: 30px;
    color:#c12c1d;
}


.box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-top:4%;
    box-shadow: 3px 4px 50px #afafaf;
    border-radius: 8px;
    width: 860px;
    height: 475px;
    background-color:white;
}
@media(max-width: 910px){
    .box{
        margin-top: 0;
        left:0;
        width: 100%;
        height: auto;
        border-radius: 0;
        box-shadow: none;
    }
}

.item{
}

.right{
    background: url('../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 8px 8px 0px;
    text-align: center;
    width: 40%;
}
@media(max-width: 910px){
    .right{
        order:1;
        height:250px;
        width: 100%;
        border-radius: 0;
        background-position: 0px -130px;
    }
}
@media(max-width: 590px){
    .right{
        background-position: 0px 0px;
    }
}

.logo{
    height: 40px;
    margin: 25px 0px;
}

.cursive{
    font-family: 'jellyka', cursive;
    font-size: 110px;
    line-height: 84px;
    color: #1a5eae;
    text-shadow: 0px 1px 1px #fafafa;
    transform: rotate3d(0.5,0.5,0.5,20deg);
    margin-top: 85px;
    margin-left:30px;
}
.cursive-small{
    display: none;
}
.cursive-big{
    display: block;
}
@media(max-width: 910px){
    .cursive{
        margin-left: 0;
        margin-top: 0px;
        transform: none;
        font-size: 80px;
        margin-top: 20px;
    }
    .cursive-small{
        display: block;
    }
    .cursive-big{
        display: none;
    }
}
@media(max-width: 590px){
    .cursive{
        font-size: 62px;
    }
}


.left{
    text-align: center;
    width: 60%;
}
@media(max-width: 910px){
    .left{
        order:2;
        width: 100%;
    }
}

.headline{
    font-size:36px;
    font-weight: 200;
    font-family: 'mesmerizebook', sans-serif;
}

.subtext{
    margin-top:-22px;
    margin-bottom: 35px;
    padding: 0px 20px;
}

.button-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.button{
    border-radius: 5px;
    padding: 13px;
    box-shadow: 1px 1px 1px #ccc;
    cursor:pointer;
    color:white;
    width: 150px;
    height: 50px;
    margin: 0px 10px 20px 10px;
    font-size: 13px;
    text-decoration: none;
}
@media(max-width: 910px){
    .button{
        width: 250px;
    }
}

.google{
    background-color: #3e82f7;
}
.google:hover{
    background-color: #3269c7;
}

.nextDoor{
    background-color: #00b43e;
}
.nextDoor:hover{
    background-color: #207d2b;
}

.yelp{
    background-color: #d42017;
}
.yelp:hover{
    background-color: #a21710;
}

.fb{
    background-color:#4867aa;
}
.fb:hover{
    background-color:#344c80;
}

.ha{
    background-color: #f99000;
}
.ha:hover{
    background-color:#bd6e02;
}

.yp{
    background-color: #ffd300;
    color:#3a3939;
}
.yp:hover{
    background-color:#d4b004;
}

.al{
    background-color: #29a036;
}

.al:hover{
    background-color: #207d2b;
}

