@charset "utf-8";
@import url("../webfonts/ccshannonwheeler_italic/stylesheet.css");


@font-face {
	font-family: "Gilroy Regular";
	src: url("../webfonts/font.woff")
}

@font-face {
	font-family: "ccshannonwheeler regular";
	src: url("../webfonts/ccshannonwheeler-regular-webfont.woff")
}

@font-face {
	font-family: "ccshannonwheeler bold";
	src: url("../webfonts/ccshannonwheeler-bold-webfont.woff")
}

@font-face {
	font-family: "CC Ultimatum Bold";
	src: url("../webfonts/ccultimatum-bold-webfont.woff")
}


body {
	padding: 0;
	margin: 0;
}

#wrapper {
	max-width: 1032px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

header {
	width: 100%;
	height: 386px;
	position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

.tag {
	position:absolute;
	width: 122px;
	height: 386px;
	padding: 0px;
	flex-shrink: 0;
	background-image: url("../images/tag_Desk.svg");
	background-repeat: no-repeat;
	z-index: 10;
}

.projInfo {
	position: absolute;
	vertical-align: bottom;
	right: 0px;
	text-align: center;
	height: auto;
	width: 910px;
	bottom: 16px;
}

.divider {
	width: 100%;
	height: 48px;
	position: relative;
	margin: 18px 0px 18px;
	padding: 0px;
}

.line {
	display: block;
	width: 764px;
    height: 2px;
	position: absolute;
	top: 22px;
	left: 0;
    border: 0;
    border-top: 2px solid #082145;
    margin: 0;
}

.backBtn {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

.summary {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 0;
	margin-bottom: 40px;
}

.projectInfo {
	display: inline-block;
	width: 680px;
	height: auto;
	vertical-align: top;
	margin-right: 24px;
	margin-bottom: 0;
	padding: 0;
}

.spacerSm {
	display: flex;
	height: 12px;
	width: auto;
}

H3 {
	font-family: "ccshannonwheeler bold";
	font-size: 22px;
	font-style: normal;
	color: #082145;
	margin: 0;
}

.roleDetails {
	display: inline-flex;
	width: 256px;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	border: 2px solid #082145;
	background: #BFD4D7;
	vertical-align: top;
	margin: 0;
}

.lists {
	font-family: "ccshannonwheeler italic";
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
	color: #263E5F;
	list-style-type: none;
	margin: 4px 0 24px 0;
}

.dividerLeft {
	display: flex;
	width: inherit;
	padding: 40px 88px;
	flex-direction: column;
	align-items: flex-start;
	background: #4D6D84;
	margin-bottom: 40px;
}

.dividerRight {
	display: flex;
	width: inherit;
	padding: 40px 88px;
	flex-direction: column;
	align-items: flex-end;
	background: #4D6D84;
	margin-bottom: 40px;
}

.divTextBox {
	width: 592px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	background: #ffffff;
}

.shadTitle {
	font-family: "CC Ultimatum Bold";
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: -1px 1px 0px #082145, -2px 2px 0px #082145, -3px 3px 0px #082145, -4px 4px 0px #082145, -5px 5px 0px #082145, -6px 6px 0px #082145, -7px 7px 0px #082145, -8px 8px 0px #082145;
	margin-bottom: 40px;
}

.divTextBox .content {
	margin-bottom: 8px;
}


/* data circles */

.dataFull221 {
	display: flex;
	flex-direction: row;
	justify-content:center;
	width: 100%;
	padding: 0px;
	margin-bottom: 40px;
}

.dataFull h4 {
	padding: 0px;
	margin-bottom: 8px;
}

.dataBox {
	display: flex;
	flex-direction: column;
	width: 200px;
	align-items: center;
	padding: 0px;
	margin: 0px;
}

.dataDescr {
	display: block;
	width: 80%;
	text-align: center;
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.dataBox2 {
	display: flex;
	flex-direction: row;
	padding: 0px;
	margin: 0px;
}

.dataLayout2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 24px;
}

.dataLayout1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 24px;
}


/* end of data circles */



/* single double triple images */

.singleImg {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	align-items: center;
}

.singleImg img {
	width: 100%;
	height: auto;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

.singleImg p {
	display: block;
	width: auto;
	text-align: center;
	padding: 0px 64px;
	margin-bottom: 16px;
}

.singleImg h4 {
	width: auto;
	text-align: center;
	margin: 16px 0px 8px 0px;
}

.singleImg .description {
	display: flex;
	text-align: center;
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 14px;
	margin: 0px;
	padding: 0px 24px;
}

.singleImgSpec {
	width: 500px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	align-items: center;
}

.singleImgSpec img {
	width: 100%;
	height: auto;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

.singleImgSpec p {
	display: block;
	width: auto;
	text-align: center;
	padding: 0px 64px;
	margin-bottom: 16px;
}

.singleImgSpec h4 {
	width: auto;
	text-align: center;
	margin: 16px 0px 8px 0px;
}

.singleImgSpec .description {
	display: flex;
	text-align: center;
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 14px;
	margin: 0px;
	padding: 0px 24px;
}

.doubleImg {
	width: 100%;
	margin-bottom: 40px;
}

.doubleImgBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 16px;
}

.doubleImgCont {
	display: flex;
	flex-direction: column;
	width: 500px;
	align-items: center;
	padding: 0px;
	margin-bottom: 24px;
}

.doubleImg img {
	display: block;
	width: 450px;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
	margin-bottom: 16px;
}

.doubleImg p {
	display: block;
	width: auto;
	text-align: center;
	padding: 0px 104px;
	margin-bottom: 16px;
}

.doubleImg .description {
	display: flex;
	text-align: center;
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 14px;
	margin: 0px;
	padding: 0px 24px;
}

.doubleImg h4 {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.tripleImg {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.tripleImgCont {
	display: flex;
	flex-direction: column;
	width: 500px;
	align-items: center;
	padding: 0px;
	margin-bottom: 24px;
}

.tripleImgCont2 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 0px;
}

.tripleImg img {
	width: 500px;
	margin-bottom: 16px;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

.tripleImg p {
	display: block;
	width: 100%;
	text-align: center;
	color: var#404040;
	font-family: "Gilroy Regular";
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.tripleImg .content {
	display: block;
	width: auto;
	text-align: center;
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 16px;
	padding: 0px 120px;
	margin-bottom: 16px;
}

.tripleImg h3 {
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
}

.tripleImg h4 {
	margin-bottom: 16px;
	text-align: center;
}

/* end of single double triple images */


/* Image Grid */

.imgGrid {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: auto;
	margin-bottom: 40px;
}

.imgGridWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}

.gridImgCont {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 20px 24px;
}

.gridImgCont img {
	width: 300px;
	margin-bottom: 8px;
}

.gridImgCont p {
	display: block;
	width: 90%;
	text-align: center;
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 14px;
	margin: 0px;
}

.gridImgCont h4 {
	margin-bottom: 16px;
}

.imgGrid h3 {
	margin-bottom: 16px;
}



/* End of Image Grid */



/* Image Left and Right Containers */

.imgLeft {
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.imgRight {
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.imgLeftCont {
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 16px;
	margin-bottom: 16px;
	width: 80%;
}

.imgRightCont {
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 16px;
	margin-bottom: 16px;
	width: 80%;
}

.imgLeftContainer {
	width:100%;
	display: flex;
	flex-direction: row;
	column-gap: 24px;
	align-items: center;
}

.imgRightContainer {
	width:100%;
	display: flex;
	flex-direction: row;
	column-gap: 24px;
	align-items: center;
}

.textRight {
	width: auto;
	height: auto;
}

.textLeft {
	width: auto;
	height: auto;
}

.sectTitle {
	text-align: center;
	margin-bottom: 16px;
}

H4 {
	color: #082145;
	font-family: "ccshannonwheeler bold";
	font-size: 16px;
	margin: 0;
}



.imgAndBtn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.imgAndBtn a {
	display: flex;
	width: 240px;
	height: 60px;
	padding: 0px;
	margin: 0px;
}

.checkItOut {
	width: 240px;
}

.leftImage {
	display: flex;
	width: 500px;
	height: auto;
	outline: solid;
	outline-width: 1px;
	outline-color: #99B5BD;
}

/* End of Image Left and Right Containers */

.content {
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 16px;
	margin: 0;
	padding: 0px;
	width: 100%;
}


strong {
	font-weight: 900;
	font-style: italic;
}

p{
	padding-bottom: 16px;
}




/* GALLERY */

.gallery {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

/* slide container */
.slider-container {
	height: 800px;
	width: auto;
	position: relative;
	overflow: hidden;
}

/* thumbnail container */
.menu {
	position: absolute;
	left: 0;
	z-index: 900;
	width: 100%;
	bottom: 0;
	text-align: center;
}

/* thumbnails */
.menu label {
	cursor: pointer;
	display: inline-block;
	width: 152px;
	height: 90px;
	margin: 0 8px;
    outline: 2px solid #4D6D84;
	background-size: contain;
	background-position: 50% 50%;
}

.menu label:hover,
.menu label:focus {
	outline: 2px solid #28daad;
}
.slide {
	width: 1032px;
	height: 581px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 10;
	padding: 0;
	background-size: cover;
	background-position: 50% 50%;
}
[id^="slide"]:checked + .slide {
	left: 0;
	z-index: 100;
	overflow: visible;
}

.slideText {
	width: 100%;
	height: 80px;
	position: absolute;
	line-height: 1.2;
	bottom: -90px;	

	text-align: center;
}

.slideText h4 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.slideText p{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Gilroy Regular";
	font-size: 14px;
}

/* GALLERY END */


.textMultiButtons {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.textButtons {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

.textLeft {
	display: inline-block;
	width: 50%;
	margin-right: 16px;
}

.buttonsRight{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: auto;
}
.buttonsRight a {
	display: flex;
	width: 240px;
	height: 60px;
	padding: 0px;
	margin: 8px;
}

.linkButton {
	width: 240px;
}


.headline {
	text-align: center;
	margin-bottom: 16px;
}

.yTube {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.yTube iframe {
	width: 854px;
	height: 480px;
}

#MUIpdf {
	display: flex;
	flex-direction: column;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	align-items: center;
}

#MUIpdf object {
	width: 900px;
	height: 900px;
}

#MUIpdf h3 {
	margin-bottom: 16px;
	text-align: center;
}

#MUIpdf h4 {
	margin-bottom: 16px;
}

footer{
	position: relative;
	width: 100%;
	height: 464px;
	flex-shrink: 0;
	padding: 0;
	background-color: #BFD4D7;
	overflow: visible;
	border-radius: 16px 16px 0px 0px;
}

H5 {
	font-family: 'ccshannonwheeler bold';
	font-style: normal;
	font-size: 14px;
	color: #082145;
	margin-bottom: 16px;
	margin-top: 32px;
}

.footygroup {
	width: auto;
	float: left;
	padding-left: 48px;
	padding-right: 48px;
}

.footylinks {
	text-decoration: none;
	font-family: 'ccshannonwheeler regular';
	font-style: normal;
	font-size: 11px;
	line-height: 32px;
	color: #4D6D84;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#brag {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 32px;
	font-family: 'ccshannonwheeler regular';
	font-style: normal;
	font-size: 10px;
	color: #4D6D84;
}

#copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	font-family: 'ccshannonwheeler bold';
	font-style: normal;
	font-size: 14px;
	color: #082145;
}

#footerFace {
	width: 260px;
	height: auto;
	position: absolute;
	bottom: 20px;
	right: -10px;
	transform: rotate(15deg);
}



@media (max-width: 1087px) {

    #wrapper {
        max-width: 765px;
    }

    header {
        height: 317px;
    }

    .tag {
        width: 100px;
        background-size: 100px;
    }
	
	.projInfo {
		width: 665px;
	}

    .line {
        width: 530px;
    }

    .backBtn {
        height: 90%;
    }

    .projectInfo {
        width: 445px;
    }

    H3 {
        font-size: 20px;
    }

    .roleDetails {
        width: 224px;
    }

    .dividerLeft {
        padding: 40px 64px;
    }

    .dividerRight {
        padding: 40px 64px;
    }

    .divTextBox {
        width: 440px;
    }

	
	/* data circles */

    .dataBox {
        width: 160px;
    }


	/* end of data circles */
	
	/* Single Double Triple Images */
	
    .singleImg {
        width: 760px;
    }

    .singleImg img {
        width: 100%;
        height: auto;
    }
	
	.singleImgSpec {
        width: 360px;
    }

    .singleImgSpec img {
        width: 360px;
    }

    .imgAndBtn img {
        width: 400px;
    }

    .checkItOut {
        width: 100%;
        height: 47px;
    }

    .doubleImgCont {
        width: 360px;
    }

    .doubleImg img {
        width: 360px;
    }

    .tripleImgCont {
        width: 360px;
    }

    .tripleImg img {
        width: 360px;
    }
	
	.tripleImg .content {
		padding: 0px 16px;
	}
	
	/* End of Single Double Triple Images */

	.yTube iframe {
	width: 760px;
	height: 428px;
    }
	
	#MUIpdf {
	width: 760px;
	}
	
	#MUIpdf object {
	width: 700px;
	height: 850px;
	}

    footer{
        height: 500px;
    }

    .footygroup {
        padding-left: 40px;
        padding-right: 24px;
    }

    #footerFace {
        width: 190px;
        bottom: 80px;
        right: -10px;
    }


    .slider-container {
        height: 620px;
    }

    .slideText h3 {
        width: 80%;
    }
    .slideText p{
        width: 80%;
    }

    .menu label {
        width: 130px;
        height: 73px;
    }

}


@media (max-width: 780px) {

    #wrapper {
        max-width: 470px;
    }

    header {
        height: 278px;
    }

    .tag {
        width: 88px;
        background-size: 88px;
    }
	
	.projInfo {
		width: 382px;
	}

    .line {
        width: 250px;
    }

    .backBtn {
        height: 85%;
        margin-top: 3px;
    }

    .projectInfo {
        width: 100%;
    }

    .roleDetails {
        width: 402px;
        margin-top: 24px;
    }

    .dividerLeft {
        padding: 40px 48px;
    }

    .dividerRight {
        padding: 40px 48px;
    }

    .divTextBox {
        width: 320px;
    }
	
	.singleImg {
        width: 470px;
    }
	
	.singleImg p {
		padding: 0px;
	}
	
	.singleImgSpec {
        width: 470px;
    }
	
	.singleImgSpec img {
		width: 95%;
	}
	
	.singleImgSpec p {
		padding: 0px;
	}

    .imgLeftContainer {
        flex-direction: column;
    }
	
	.imgRightContainer {
        flex-direction: column-reverse;
    }
	
	.imgAndBtn {
		margin-bottom: 16px;
	}
	
	.imgAndBtn img {
		width: 100%;
	}
	
	.imgLeftCont {
		width: 100%;
	}

    .leftImage {
        width: 470px;
        margin-top: 16px;
    }
	
	.doubleImgBox {
		flex-direction: column;
		align-items: center;
	}
	
	.doubleImgCont {
		width: 100%;
	}
	
	.doubleImg img {
		width: 95%;
	}
	
	.doubleImg p {
		padding: 0px;
	}
	
	.tripleImgCont2 {
        flex-direction: column;
		align-items: center;
        width: 100%;
        margin-bottom: 0px;
    }
	
	.tripleImg img {
        width: 440px;
    }

.textButtons {
    flex-direction: column;
}

.textLeft {
	width: 100%;
}

.buttonsRight{
	width: 100%;
}
	
	/* data circles */

    .dataFull221 {
        flex-direction: column;
    }
	
    .dataBox {
        width: 200px;
		margin: 0px 12px
    }

    .dataLayout2 {
        margin: 0px 24px 16px 24px;
    }

    .dataLayout1 {
        margin: 0px 24px 16px 24px;
    }


    /* end of data circles */
	

    footer{
        height: 640px;
    }

    H5 {
        font-size: 16px;
        margin-bottom: 24px;
        margin-top: 40px;
    }

    .footygroup {
        padding-left: 48px;
        padding-right: 48px;
    }

    .footylinks {
        font-size: 12px;
    }

    #brag {
        font-size: 8px;
    }

    #copyright {
        font-size: 12px;
    }

    #footerFace {
        width: 180px;
        bottom: 420px;
        right: 0px;
        transform: rotate(-15deg);
    }

    .slider-container {
        height: 600px;
    }

    .slide {
        width: 470px;
        height: 310px;
    }

    .slideText h3 {
        width: 100%;
    }
    .slideText p{
        width: 100%;
    }

    .menu label {
        width: 130px;
        height: 73px;
    }
	
	.yTube iframe {
        width: 460px;
        height: 259px;
    }
	
	#MUIpdf {
		width: 470px;
	}
	
	#MUIpdf object {
		width: 440px;
		height: 660px;
	}

}


@media (max-width: 480px) {
	
    #wrapper {
        max-width: 320px;
    }

    .tag {
        width: 76px;
        height: 240px;
        background-image: url("../images/tag_Mob.svg");
        background-size: cover;
    }

    header {
        height: 240px;		
    }

    .projInfo {
        width: 100%;
		left: 0px;
    }

    .roleDetails {
        width: 252px;
    }

    .line {
        width: 128px;
    }

    .backBtn {
        height: 75%;
        margin-top: 5px;
    }

    .dividerLeft {
        padding: 32px 32px;
    }

    .dividerRight {
        padding: 32px 32px;
    }

    .divTextBox {
        width: 208px;
    }

    .leftImage {
        width: 320px;
        margin-top: 16px;
    }
	
	.singleImg {
        width: 310px;
    }
	
	.singleImgSpec {
		width: 310px;
	}
	
	.tripleImg img {
        width: 320px;
    }
	
	.tripleImg h4 {
		width: 320px;
	}
	
	
	/* data circles */

	
    .dataBox {
        width: 150px;
		margin: 0px 12px
    }

    .dataLayout2 {
        margin: 0px 24px 16px 24px;
    }

    .dataLayout1 {
        margin: 0px 24px 16px 24px;
    }


    /* end of data circles */
	

    footer{
        height: 920px;
    }

    #brag {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 10px;
    }

    #footerFace {
        width: 130px;
        bottom: 770px;
        right: -20px;
        transform: rotate(-15deg);
    }

    .slider-container {
        height: 610px;
    }

    .slide {
        width: 320px;
        height: 215px;
    }

    .menu label {
        width: 130px;
        height: 73px;
    }
	
	.yTube iframe {
        width: 320px;
        height: 180px;
    }
	
	#MUIpdf {
		width: 320px;
	}
	
	#MUIpdf object {
		width: 320px;
		height: 500px;
	}

}
