/*Utils*/
.mr-20{
    margin-right: 20px;
}
.mt-50{
    margin-top:50px;
}
.vAlignTop{
    vertical-align: top;
}
.displayInlineBlock{
    display: inline-block;
}
.posRelative{
    position: relative;
}
.maxWidth80px{
    max-width: 80px;
}
.boldText{
    font-weight: bold;
}
.text80{
    font-size: 80px;
}
.lineHeight80{
    line-height: 80px;
}

.paddingC50{
    padding-left: 50px;
    padding-right: 50px;
}

/*exercisez*/
.exSectionTitle{
    margin-left:20px;
}
.exerciseRow{
    margin-bottom: 25px;
}
.exHeader{
    font-size: 18px;
    font-weight: bold;
}
.exNo{
    margin-right: 5px;
    font-size: 20px;
}
.exSentence{

}
.exIcon{
    max-width: 30px;
    margin-right: 5px;
}
.exBody{
    margin-top: 15px;
}
.exBody ol{

}
.exBody ol li{

}
.interface{
    color:#cc2f3a;
}

/*footer*/
.footerNo{
    color: #231f20;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    border: solid 1px #a3a3a3;
    font-size: 1.4em;
    box-shadow: 0px 0px 3px rgba(186, 186, 186, 1);
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom:50px;
}
.pinkNo{
    background: #caa3cc;
    background: -webkit-linear-gradient(#ede4f1, #caa3cc, #eae0ef);
    background: -o-linear-gradient(#ede4f1, #caa3cc, #eae0ef);
    background: -moz-linear-gradient(#ede4f1, #caa3cc, #eae0ef);
    background: linear-gradient(#ede4f1, #caa3cc, #eae0ef);
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .text80{
        font-size: 40px;
    }
    .lineHeight80{
        line-height: 40px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .maxWidth80px{
        max-width: 40px;
    }
    .text80{
        font-size: 20px;
    }
    .lineHeight80{
        line-height: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*talk bubble*/
.bubble {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}
.bubble::before {
    background-color: #ffffff;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate( 29deg) skew( -35deg);
    -moz-transform: rotate( 29deg) skew( -35deg);
    -ms-transform: rotate( 29deg) skew( -35deg);
    -o-transform: rotate( 29deg) skew( -35deg);
    -webkit-transform: rotate( 29deg) skew( -35deg);
    width: 20px;
    right: 5px;
}

.bubble-tip-right::before {
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4);
    right: -9px;
}

.headerTitleBox{
    position: absolute;
    top: 5%;
    left: 10%;
    background: white;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid grey;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#row1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}
#row3{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
#row4{
	position: absolute;
    bottom: 18%;
    left: -102px;
    width: 100%;
    height: 495px;
}

#row2{
    position: absolute;
    bottom:25%;
    left:0;
    width: 100%;
}

.p1,.p2{
    height:50px;
    color:white;
}
.p1{
	padding-left: 30px;
    padding-top:15px;
    background-color: #FFCB08;
    letter-spacing: 2px;
    font-size: 18px;
}
.p2{
    background-color: #CE305C;
    font-weight: bold;
    font-size: 35px;
    text-align:center;
    letter-spacing: 5px;
}

.p3,.p4{
    padding-left:50px;
    padding-top:15px;
    padding-bottom: 15px;
    padding-right: 15px;
    color:white;
}
.p3{
    background-color: #00A1E4;
    padding-bottom: 50px;
    padding-right: 50px;
}
.p4{
    background-color: #FFCB08;
    letter-spacing: 3px;
    margin-right: 25%;
	color: black;
}

.fakeBg{
    position: absolute;
    top:0;
    left:0;
    background-color: #FFF;
    height: 1200px;
}
.fakeBg2{
    position: absolute;
    top:0;
    left:0;
    background-color: #FF0000;
    height: 1200px;
}

.img8 { width: 250px; }

.pt1 {
    padding-top: 70px;
}

@media (max-width: 768px) { 
	#row4{
		position: absolute;
		bottom: 18%;
		left: 0px;
		width: 100%;
		height: 85px;
	}
	.img8 { width: 180px; }
	
	.p1 {
		padding-left: 30px;
		padding-top: 0px;
		background-color: #FFCB08;
		letter-spacing: 2px;
		font-size: 18px;
	}
}
@media (min-width: 769px){
    .img8 {
        margin-top: 70px;
    }
}


/*Page specific*/
#chat1{
    position: absolute;
    top: 35%;
    left: 35%;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .pt1 {
        padding-top: 120px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #chat1{
        position: absolute;
        left: 20%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #chat1{
        position: absolute;
        top: 45%;
        left: 5%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}