@import 'https://fonts.googleapis.com/css?family=Arvo';

@font-face {
    font-family: GoodDog;
    src: url(GoodDog.otf);
}

body {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #EEEEEE url(../img/home.png) repeat;
}

p {
    font-family: 'Arvo', serif;
}

a {
    font-family: serif;
}

.final.gooddogFont.green {
    margin: 0;
    text-align: center;
}

.colbox {
    margin-left: 60px;
}

p {
    line-height: 2em;
}

a {
    font-family: 'Arvo', serif;
}

.col-1 {
    width: 400px;
    position: absolute;
    float: left;
}

.col-2 {
    clear: left;
    position: initial;
    width: 400px;
    float: right;
}

.col-2 img {
    width: 70%;
}

.share {
    width: 90%;
    background-color: #ccc;
    margin: auto;
    margin-top: 500px;
    display: none;
}

.text-below-share {
    display: none;
}

.share-wrapper {
    padding: 20px 20px;
}

.share-img {
    padding: 5px;
}

.gooddogFont {
    font-family: "GoodDog";
}

.avroFont {
    font-family: 'Arvo', serif;
}

.charimg {
    float: right;
    margin-left: 2em;
    margin-right: -2em
}

.container {
    width: 900px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 0;
}

.gooddogFont.onoTitle {
    margin-bottom: 0;
}


.onoTitle {
    font-size: 4em;
    color: #79b82c;
}

.green {
    color: #79b82c;
}

.blue {
	color: #96D6E4;
}

.red {
	color: #E14D1D;
}

.onoText {
    color: #4C4C4C;
}

.textText {
    position: relative;
    margin-bottom: -8em;
}

.text{
    /*position: fixed;*/
    word-break: break-all;
}

.questionContainer {
    box-shadow: .5px .5px  #000;
    width: 100%;
    margin: auto;
    background-color: white;
    border-radius: 5px;
    padding-top: 0;
    padding: 20px 20px;
    /*height: 340px;*/
}

.question {
    width: 500px;
    margin: auto;
}

.images {
    position: relative;
    z-index: -1;
    margin-bottom: 10em;
}

.images .img-left {
    /*position: relative;*/
    float: left;
    width: 22%;

}

.images .img-right {
    float: right;
    margin-top: -2em;
}

.blue {
    color: #64bbdf;
}

.final {
    text-align: left;
}

.title {
    font-family: 'Arvo', serif;
    width: 500px;
    margin: auto;
}

.progress {
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #ccc;
    width:8px;
    height:8px;
}

.progressFilled {
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #ccc;
    background-color: #ccc;
    width:8px;
    height:8px;
}

.button {
    border-radius: 5px;
    font-family: 'Arvo', serif;
    color: #ffffff;
    width: 250px;
    background: #64ae27;
    font-size: 12pt;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 1px solid #64AE27;
    margin-top: 10px;
}

.start {
    background-color: #FF2479;
    border: 1px solid #FF2479;
    width: 120px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

li {
    display: inline;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #FFF;
}

.footer {
    width: 100%;
    bottom: 0;
    position: fixed;
}

.footer-content {
    margin: auto;
    width: auto;
    padding-top: 10px;
}

.footer-content p {
    margin: 2px;
}

.left-title {
    float: left;
    width: 120px;
}

.left-title img {
    width: 150px;
}

a {
    text-decoration: none;
    color: #79b82c;;
}

a:hover {
    text-decoration: underline;
}


.wrapper-header {
    width: 60%;
    margin: auto;
    padding-top: 15px;
}


.right-items {
    float: right;
}


.right-items img {
    width: 32px;
}


.footer {

    width: 100%;
    bottom: 0;
    background-color: #FFF;

}


@media screen and (max-width: 900px) {
    .container {
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    .images {
        display: none;
    }

    .container {
        width: 90%;
    }

    .header {
        /*display: none;*/
        height: auto;
    }

    .left-title {
        float: none;
    }

    .right-items {
        float: none;
    }

    .phone {
        display: none;
    }

    .title {
        width: auto;
    }

    .question {
        width: auto;
    }

    .questionContainer {
        padding: 5px 5px;
    }

    .textText {
        margin-bottom: 0;
    }

    .colbox {
        margin: 5px;
    }

    .col-1 {
        width: auto;
        position: relative;
        float: none;
    }

    .col-2 {
        position: relative;
        float: none;
        width: auto;
        display: block;
    }

    .col-2 img {
        width: 60%;
    }

    .share {
        margin-top: 0px;
    }

    .onoTitle {
    	font-size: 3em;
    }

    .onoText {
    	font-size: 11pt;
    }

    .button {
    	width: 100%;
    }



}

@media screen and (max-width: 500px) {

    .col-2 img {
        width: 70%;
    }

    .footer {
        position: relative;
    }

    .left-title {
        width: auto;
    }


}

