html, body {
	height: 100%
}
.headertext {
	color: #FF66CC;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: 5px;
}
.tagtext {
	color: #FF99FF;
}
@media screen and (max-width: 600px) {
	.headercontainer {
		width: 100%;
		height: 4em !important;
		height: 10%;
		order: 0;
		justify-content: space-between;
	}
	.socialcontainer {
		width: 100%;
		font-size: 2em;
	}
	.portfolioimg{
		width:100%;
		float:unset;
	}
	.secfont {
		font-family: 'Tangerine';
		color: blue;
		font-size:small;
		font-weight:bold;
	}
    .captionstyle {
	
		line-break: normal;
		padding-top:10%;
		float:right;
		color:blue;
		position:relative;
		font-size:small;
		font-weight:bold;
		font-family:'Tangerine';
		width:90%;
		left:0px;
		text-align:center;
	}
	.maincontainer {
		width: 60%;
        height: 10em !important;
        height: 50%;
        order: 2;
        margin-right: 0px;
        padding-left: 30px;
        padding-right: 30px;
	}
	.carouselcontainer {
       
        width: auto;
        height: 40px !important;
        margin-top: 40px;
        height: 10%;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: justify;
	}
    .cardimg
    {
        width: 40px;
    
    }
	.footercontainer {
		order: 4;
		font-size: 5px;
	}
	.socimg {
		padding-left: 0%;
		padding-right: 0%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
}
@media screen and (min-width:601px) {
	.headercontainer {
		width: 100%;
		height: 6em !important;
		height: 15%;
		order: 0;
		justify-content: space-between;
        }
	.socialcontainer {
		width: 100%;
		order: 1;
	}
     .cardimg
    {
        width: 15%;
    
	}
	.portfolioimg{
		width:100%;
		float: unset;
	}
	.secfont {
		font-family: 'Tangerine';
		color: blue;
		font-size:small;
		font-weight:bold;
	}
    .captionstyle {
		 
		line-break: normal;
		float: right;
		padding-top:10%;
		color:blue;
		position:relative;
		font-size:small;
		font-weight:bold;
		font-family:'Tangerine';
		width:50%;
		left:0px;
		text-align:center;
	}
	.maincontainer {
		width: 100%;
		height: 15em !important;
		height: 50%;
		order: 2;
		padding-left: 30%;
		padding-right: 30%;
	}
	.carouselcontainer {
		
		width: auto;
		height: 15%;
        /* Safari */
	   -webkit-flex-direction: column;
	   /* Safari 6.1+ */
	   flex-direction: column;
       justify-content: justify;
	}
	.footercontainer {
		order: 4;
		font-size: 5px;
	}
	.headertext {
		padding-top: 4%;
	}
	.tagtext {
		padding-top: 4%;
	}
	.socimg {
		padding-left: 20%;
		padding-right: 20%;
		padding-top: 5%;
		padding-down: 5%;
	}
}
@media screen and (min-width:800px) {
	.socialcontainer {
		justify-content: center;
	}
    .carouselcontainer {
		order: 3;
		width: auto;
		height: 15%;
        /* Safari */
	   -webkit-flex-direction: column;
	   /* Safari 6.1+ */
	   flex-direction: column;
       justify-content: justify;
	}
	.portfolioimg{
		width:70%;
		float:left;
	}
	.secfont {
		font-family: 'Tangerine';
		color: blue;
		font-size:xx-large;
		font-weight:bold;
	}
   .captionstyle {
		
		float:right;
		padding-top:10%;
		color:blue;
		position:relative;
		font-size:large;
		font-weight:bold;
		font-family:'Tangerine';
		width:20%;
		word-wrap: normal;
		left:0px;
		text-align:left;
	}
	.footercontainer {
		order: 4;
		font-size: 10px;
	}
    .cardimg
    {
        width: 15%;
    
    }
}
@media screen and (min-height:759px) {
	.headercontainer {
		width: 100%;
		height: 6em !important;
		height: 15%;
		order: 0;
		justify-content: center;
	}
	.socialcontainer {
		width: 100%;
		order: 1;
		justify-content: center;
	}
	.maincontainer {
		width: 100%;
		height: 15em !important;
		height: 50%;
		order: 2;
		padding-left: 30%;
		padding-right: 30%;
	}
	.carouselcontainer {
		order: 3;
		width: 90%;
		height: 15%;
        /* Safari */
	    -webkit-flex-direction: column;
	    /* Safari 6.1+ */
	    flex-direction: column;
        justify-content: justify;
	}
	.portfolioimg{
		width:70%;
		float:left;
	}
	.secfont {
		font-family: 'Tangerine';
		color: blue;
		font-size:xx-large;
		font-weight:bold;
	}
	.captionstyle {
	
		float:right;
		padding-top:10%;
		color:blue;
		position:relative;
		font-size:large;
		font-weight:bold;
		font-family:'Tangerine';
		width:20%;
		word-wrap: normal;
		left:0px;
		text-align:left;
	}
	.footercontainer {
		order: 4;
		font-size: 10px;
	}
	.headertext {
		padding-top: 4%;
	}
	.tagtext {
		padding-top: 4%;
	}
	.socimg {
		padding-left: 20%;
		padding-right: 20%;
		padding-top: 5%;
		padding-down: 5%;
	}
	.cardimg {
		width: 9%;
		height: 50%;
	}
}
.carouselcontainer {
	-webkit-display:column;
	display: column;
	padding-top: 10px;
	background-color: #FFFFFF;
}
.logocontainer {
	background-color: #ffffff;
	height: 100%;
}
.headercontainer {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	/* Safari */
	-webkit-flex-wrap: wrap;
	/* Safari 6.1+ */
	border-bottom: 1px solid #66FF33;
}
.quotecontainer {}
.socialcontainer {
	font-size: 2em;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	/* Safari */
	-webkit-flex-wrap: wrap;
	/* Safari 6.1+ */
	margin-bottom: 5px;
}

@keyframes mainanim {
	0% {
		background-color: #00CCCC;
		top: 0px;
		left: 0px;
	}
	25% {
		background-color: #CC3300;
		top: 0px;
		left: 50px;
	}
	50% {
		background-color: #6666CC;
		top: 0px;
		left: 100px;
	}
	75% {
		background-color: #00FF00;
		top: 0px;
		left: 200px;
	}
	100% {
		background-color: #66FF00;
		top: 0px;
		left: 500px;
	}
}
@-webkit-keyframes mainanim {
	0% {
		background-color: #00CCCC;
		top: 0px;
		left: 0px;
	}
	25% {
		background-color: #CC3300;
		top: 0px;
		left: 50px;
	}
	50% {
		background-color: #6666CC;
		top: 0px;
		left: 100px;
	}
	75% {
		background-color: #00FF00;
		top: 0px;
		left: 200px;
	}
	100% {
		background-color: #66FF00;
		top: 0px;
		left: 500px;
	}
}
.mainanim {
	width: 200px;
	height: 50px;
	position: relative;
	-webkit-animation-name: mainanim;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinte;
	-webkit-animation-direction: alternate-reverse;
	animation-name: mainanim;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}
.texttop {
	position: absolute;
	top: 400px;
	left: 200px;
}
.invtext {
	position: absolute;
	top: 50px;
	left: 100px;
	font-family: 'Pacifico';
	color: white;
	font-size: 20px;
	font-weight: bold;
}
.maincard {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border: 2px double black;
}


.mainfont {
	font-family: 'Tangerine';
	font-weight: bold;
	font-size: 30px;
}
.quoteclass {
	font-family: 'Tangerine';
	font-size: 30px;
	font-weight: bold;
	color: #3300CC;
}
.listitems {
	font-family: 'Tangerine';
	font-size: 20px;
	font-weight: bold;
	color: #3300CC;
}
.smfont {
	font-family: 'Pacifico';
	font-size: medium;
	font-weight: bold;
	}
.topmenu {
	top: 0px;
	position: fixed;
}
.footercontainer {
	display: flex;
	/* Safari */
	-webkit-flex-direction: row;
	/* Safari 6.1+ */
	flex-direction: row;
	-webkit-flex: flex;
	padding-top: 10px;
	justify-content: center;
	background-color: #FFFFFF;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	color: black;
	font-weight: bold;
}
.menuitem {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
}

.toppart {
	padding: 50px;
}
.mainimg {
	border: 2px double black;
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
}
.logoimg {
	height: 100%;
}
.smimg {
	border: 10px double black;
	width: 100%;
	height: 100%;
}

.cardimg {
	border: 1px solid black;
	height: 100%;
    margin-bottom: 5px;
}
.socimg {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.flexcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	display: -webkit-flex;
	/* Safari */
	-webkit-flex-wrap: wrap;
	/* Safari 6.1+ */
	flex-direction: row;
	-webkit-flex-direction: row;
}
.maincontainer {}

.btninfo {
	background-color: white;
	padding-top: 10px;
	color: Red;
	width: 50px;
	height: 30px;
	font-size: 10px;
	font-weight: bolder;
	opacity: 0;
	filter: alpha(opacity=0);
}