@charset "utf-8";
/* CSS Document */

#headImg {
	width: 910px;
	height: 100%;
	position: absolute;
	right: 0px;
	padding: 0px;
	background-image: url("../images/DribbbleDesSys.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.title {
	height:150px;
}

.subtitle {
	width:100%;
	font-family: 'ccshannonwheeler regular';
	font-size: 16pt;
	color: #28DAAD;
	margin: 0;
		padding: 8px 0px;
	background-color: #263E5F;
}

/* WIREFRAMES */

#ddsWires {
	width: auto;
	height: auto;
	position: relative;
	margin-bottom: 40px;
}

#ddsWires H3 {
	width: 100%;
	text-align: center;
	margin-bottom: 32px;
}

#ddsWire01_full {
	display: block;
	width: 500px;
	height: auto;
	margin-bottom: 40px;
}

#ddsWires H4 {
	width: auto;
	text-align: center;
	margin-bottom: 8px;
}

#ddsWire01{
	width: 100%;
}

#ddsWire02_full {
	display: block;
	width: 500px;
	height: auto;
	margin-bottom: 40px;
}

#ddsWire02{
	width: 100%;
}

#ddsWire03_full {
	width: 500px;
	height: auto;
	position: absolute;
	top: 170px;
	right: 0px;
	margin-bottom: 40px;
}

#ddsWire03{
	width: 100%;
}


/* UI */

#ddsUI {
	width: auto;
	height: auto;
	position: relative;
	margin-bottom: 32px;
}

#ddsUI H3 {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

#ddsUI01_full {
	display: block;
	width: 500px;
	height: auto;
	margin-bottom: 40px;
}

#ddsUI H4 {
	width: auto;
	text-align: center;
	margin-bottom: 8px;
}

#ddsUI01{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

#ddsUI02_full {
	display: block;
	width: 500px;
	height: auto;
	margin-bottom: 40px;
}

#ddsUI02{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

#ddsUI03_full {
	width: 500px;
	height: auto;
	position: absolute;
	top: 170px;
	right: 0px;
	margin-bottom: 40px;
}

#ddsUI03{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

#ddsUI04_full {
	width: 800px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#ddsUI04{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

#ddsUI .content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* Updated UI */

#ddsUpdate {
	width: auto;
	height: auto;
	position: relative;
	margin-bottom: 32px;
}

#ddsUpdate H3 {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

#ddsUP01_full {
	display: block;
	width: 500px;
	height: auto;
	margin-bottom: 40px;
}

#ddsUpdate H4 {
	width: auto;
	text-align: center;
	margin-bottom: 8px;
}

#ddsUP01{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

#ddsUP02_full {
	display: block;
	width: 500px;
	height: auto;
	margin-bottom: 40px;
}

#ddsUP02{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

#ddsUP03_full {
	width: 500px;
	height: auto;
	position: absolute;
	top: 170px;
	right: 0px;
	margin-bottom: 40px;
}

#ddsUP03{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

#ddsUP04_full {
	width: 800px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#ddsUP04{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

#ddsUP05{
	width: 100%;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

.zeroButtons {
	width: 80%;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -20px;
	margin-bottom: 40px;
	text-align: center;
}

.zeroButtons a {
	display: inline-block;
	height: 60px;
	width: 260px;
	top: -10px;
	margin-bottom: 36px;
	margin-left: 16px;
	margin-right: 16px;
}


@media (max-width: 1087px) {

	#headImg{
		width: 665px;
	}
	
	.title {
		height:120px;
	}
	
	.subtitle {
		font-size: 14pt;
	}

	/* Wireframes */

    #ddsWire01_full {
        width: 350px;
    }

    #ddsWire02_full {
        width: 350px;
    }

    #ddsWire03_full {
        width: 350px;
        top: 150px;
    }


    /* UI */

    #ddsUI01_full {
        width: 350px;
    }

    #ddsUI02_full {
        width: 350px;
    }

    #ddsUI03_full {
        width: 350px;
        top: 150px;
    }
	
    #ddsUI04_full {
        width: 700px;
    }


    /* Updated UI */


    #ddsUP01_full {
        width: 350px;
    }

    #ddsUP02_full {
        width: 350px;
    }

    #ddsUP03_full {
        width: 350px;
        top: 150px;
    }

    #ddsUP04_full {
        width: 700px;
    }
}


@media (max-width: 780px) {

    #headImg{
        width: 382px;
        background-position: center;
    }

    .title {
        height:75px;
    }

    .subtitle {
        font-size: 12pt;
    }
	
	/* WIREFRAMES */

    #ddsWires {
		width: 470px;
		display: inline-block;
		align-items: center;
    }

    #ddsWire01_full {
        width: 100%;
    }

    #ddsWire02_full {
        width: 100%;
    }

    #ddsWire03_full {
        width: 100%;
        position: relative;
        top: 0;
        right: 0px;
        margin-bottom: 40px;
    }
	
	/* UI */
	
	#ddsUI {
        width: 470px;
		display: inline-block;
		align-items: center;
    }

    #ddsUI01_full {
        width: 100%;
    }

    #ddsUI02_full {
        width: 100%;
    }

    #ddsUI03_full {
        width: 100%;
        position: relative;
        top: 0;
        right: 0px;
        margin-bottom: 40px;
    }
	
    #ddsUI04_full {
        width: 100%;
    }
	
	#ddsUI .content {
        width: 90%;
    }
	
	
	/* Updated UI */

    #ddsUpdate {
        width: 470px;
		display: inline-block;
		align-items: center;
    }

    #ddsUP01_full {
       width: 100%;
    }

    #ddsUP02_full {
        width: 100%;
    }

    #ddsUP03_full {
        width: 100%;
        position: relative;
        top: 0;
        right: 0px;
        margin-bottom: 40px;
    }

    #ddsUP04_full {
        width: 100%;
    }
	
    #ddsUP05{
        width: 100%;
        outline: solid;
        outline-width: 1px;
        outline-color: #99B5BD;
    }
	
	
	.zeroButtons {
        width: 100%;
        height: 160px;
    }
}
	
	
@media (max-width: 480px) {

    #headImg{
        width: 244px;
        background-position: center;
    }

    .title {
        height:52px;
    }

    .subtitle {
		width: 244px;
        font-size: 10pt;
    }
	
	
		/* WIREFRAMES */

    #ddsWires {
		width: 310px;
    }
	
	/* UI */
	
	#ddsUI {
        width: 310px;
    }
	
	#ddsUI .content {
        width: 100%;
    }
	
	
	/* Updated UI */

    #ddsUpdate {
        width: 310px;
    }
	
	

	

}