html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {height:100%;}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

body {
    font-family: "Open Sans", sans-serif;
    background: #5b87cc;
}

h1 {
    background: #5b87cc;
    padding: 25px 20% 100px 0px;
    text-align: center;
    font-size: 200%;
    color: #fff;
    background-image: linear-gradient(#5b87cc, #fff);
    font-weight: normal;
}

#page {
    position: relative;
    width: 100%;
    background: #fff;
    height: 900px;
    overflow: hidden;
}

#sidepic {
    float: left;
    width: 35%;
    position: relative;
    z-index: 10;
}

#sidepic img {
  height: 100%;
}

#content {
    float: left;
    width: 45%;
    text-align: center;
    padding: 40px 20% 0px 0px;
}

ul {
    width: 50%;
    margin: 0px auto 0px;
    list-style-image: url(images/arrow.png);
    list-style-position: outside;
}

.dots {
    border-bottom: 5px dotted #c2d2f4;
    margin: 25px 0px 25px 10%;
}

#footer {
    background: #5b87cc;
    padding: 25px 0px 100px 0px;
    background-image: linear-gradient(#fff, #5b87cc);
    position: absolute;
    bottom: 0px;
    z-index: 0;
    width: 100%;
}


@media screen and (max-width: 1450px) {
    h1 {
        padding: 25px 10% 100px 0px;
    }
    
    #content {
        width: 55%;
        padding: 40px 10% 0px 0px;
    }

    .dots {
        margin-left: 20%
    }
 
}


@media screen and (max-width: 1300px) {
    h1 {
        padding: 25px 0px 100px 0px;
    }
    
    #content {
        width: 65%;
        padding: 40px 0px 0px 0px;
    }

    .dots {
        width: 50%;
        margin-left: 25%;
    }
    
    #sidepic img {
        position: relative;
        left:-15%;
    }
 
}

@media screen and (max-width: 1100px) {
    #sidepic img {
        position: relative;
        left:-25%;
    }
}

@media screen and (max-width: 1000px) {
    #sidepic {
        width: 50%;
    }
    #content {
        width: 50%;
    }
    #sidepic img {
        left:-35%;
    }
    ul {
        width: 90%;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        padding-bottom: 50px;
    }
    
    ul {
        width: 90%;
    }
            
    #sidepic img {
        left: 0px;
        width: 100%;
    }
    
    
    #page {
        height: auto;
        overflow: auto;
    }
    
    #content {
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 730px) {
    #sidepic {
        width: 100%;
        position: absolute;
        top: 0px;
        z-index: 0;
        height: 100%;
        overflow:  hidden;
        
    }
    
    #sidepic img {
        width: 125%;
        height: auto;
    }
    
    h1 {
        position: relative;
        background-image: none;
        padding: 30px 10px;
        font-size: 150%;
    }
    
    #content {
        position: relative;
        z-index: 20;
        background: #fff;
        top: 60px;
        width: 80%;
        margin-left: 10%;
        float: none;
        min-height: 500px;
        opacity: 0.9;
        border-radius: 25px;
    }
    
    ul {
        width: 65%;
    }
    
    #footer {
        position: relative;
        background-image: none;
    }
    
}

@media screen and (max-width: 430px) {
    #sidepic {
        top: 90px;
    }
    
    #content {
        min-height: auto;
        padding-bottom: 30px;
        margin-bottom: 80px;
    }
}
