@charset "utf-8";
@import url("richardlimdesignlayout.css");
/* CSS Document */
html, body {



margin:0;

padding:0;
}
#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	z-index: 1;
	font-family: 'Biryani';
}
#header {
	text-align: center;
	background-color: #002A2E;
	font-family: 'Biryani';
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	color: #95934D;
	border-top: 50px solid #002A2E;
	border-bottom: 10px solid #002A2E;
}
#title{
	font-family: 'Biryani';
	font-size: 25px;
	color: #95934D;
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	text-decoration: none;
	width: 91%;
}
#landingpageprojecttitle{
	font-family: 'Biryani';
	font-size: 20px;
	color: #95934D;
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
	padding-left: 20px;
	padding-top: 15px;
	background-color: #002A2E;
}
#landingpageprojectsubtitle{
	font-family: 'Biryani';
	font-size: 15px;
	color: #95934D;
	font-weight: 300;
	letter-spacing: 2px;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
	padding-left: 20px;
	padding-bottom: 15px;
	background-color: #002A2E;
	border-radius: 0px 0px 20px 20px;
}
#masonry img{
    	border-radius: 20px 20px 0px 0px;
}
#masonry2 img{
    	border-radius: 20px 20px 0px 0px;
}
#aboutsidebyside img[src="images/ProfilePicture.JPEG"]{
    	border-radius: 20px 20px 20px 20px;
	width:91%;
}
#pagetitleheader img{
	border-radius: 20px 20px 20px 20px;
}
#landingpageheader3{
	font-family: 'Biryani';
	font-size: 32px;
	color: #95934D;
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	padding-top: 70px;
}
#landingpageheader4{
	font-family: 'Biryani';
	font-size: 22px;
	color: #95934D;
	font-weight: 300;
	letter-spacing: 2px;
	font-style: normal;
	padding-bottom: 15px;
}
#landingpageheader{
	font-family: 'Biryani';
	font-size: 32px;
	color: #95934D;
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}
#landingpageheader2{
	font-family: 'Biryani';
	font-size: 32px;
	color: #95934D;
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}
#headertriangleshape {
	text-align: center;
}
#Logo {
	float: left;
	height: 125px;
	margin-left: 45px;
	padding-top: 10px;
	width: 60px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#Links {
	float: none;
	font-family: 'Biryani';
	font-size: 16px;
	color: #95934D;
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	text-align: center;
	border-top: 25px solid #002A2E;
	border-bottom: 25px solid #002A2E;
}
li {
    display: inline;
}
#websitelinkbutton {
	color:#FFF;
	font-weight: 700;
	font-family: 'Biryani';
	font-size: 14px;
	text-align: center;
	background-color: #87934D;
	height: 65px;
	width: 210px;
	letter-spacing: 2px;
	text-decoration:none;
	line-height: 70px;
	border-radius: 8px;
}
#websitelinkbutton a:hover{
	text-decoration: none;
	background-color: #B1B163;
	display:block;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	border-radius: 8px;
}
a:link {
	text-decoration: none;
	color: #95934D;
}
#websitelinkbutton a {
	color: #FFF;
	border-radius: 8px;
}
a:visited {
    color: #95934D;
}
a:hover {
	text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
/* nav footer */
#footer {
	font-family: 'Biryani';
	font-size: 17px;
	font-weight: 800;
	color: #95934D;
	clear: both;
	letter-spacing: 2px;
	background-color: #002A2E;
	padding-top: 50px;
	text-align: center;
}
#masonry3 {
	-webkit-column-count: 3;
    	-column-count: 3;
	margin-left: 42%;
	margin-right: 42%;
	padding-bottom: 20px;
	padding-top: 70px;
}
#masonry3 {
    	-webkit-column-gap: 2.5em;
    	-webkit-column-fill: intial;
    	-moz-column-gap: 2.5em;
    	-moz-column-fill: intial;
    	column-gap: 2.5em;
    	column-fill: initial;	
}
#masonry3 #brick3 {
    	font-family: 'Biryani';
    	font-size: 17px;
    	font-style: normal;
    	font-weight: 800;
    	color: #95934D;
    	text-decoration: none;
    	letter-spacing: 2px;
    	vertical-align: top;
    	text-align: center;
    	margin-bottom: 30px;
}
@media only screen and (min-width: 1100px){
    #masonry3 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (max-width: 1099px){
    #masonry3 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
/* end nav footer */
#credits {
	background-color: #002124;
	height: 57px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: 'Biryani';
	font-size: 16px;
	font-weight: 700;

/* Landing Page CSS Below */
}
@-webkit-keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
@-moz-keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
@-o-keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
@-ms-keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
@keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
#landingpagecontainer{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
#landingpagewrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 9em;
    padding-bottom: 5em;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1440px;
    background-color: #FFFFFF}
#masonry {
    -webkit-column-count: 3;
    column-count: 3;
}
#masonry {
    -webkit-column-gap: 2.5em;
    -webkit-column-fill: intial;
    -moz-column-gap: 2.5em;
    -moz-column-fill: intial;
    column-gap: 2.5em;
    column-fill: initial;
    animation-name: fadeslideup;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeslideup;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeslideup;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: fadeslideup;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: forwards;
    -ms-animation-name: fadeslideup;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: forwards;
}
#masonry #brick {
    margin-bottom: 50px;
    vertical-align: top;
    max-width: 100%;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesignself.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/self 575 x 738px.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesign1.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesign2.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/UIdesign1a.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesign5.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesign6.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesign7.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesign8.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesign9.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/UIdesignc.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/UIdesigna.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/UIdesignHotZone.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/UIdesigne.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/graphicdesign4.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/websitedesignlandingpage.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/websitedesignlandingpageb.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
#masonry img[src="images/landingpagepreviewimg/motiongraphiciconcirclelarge.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
@media only screen and (max-width: 812px){
    #masonry {
        -moz-column-count: 1;
        -webkit-column-count:1;
        column-count: 1;
    }
}
@media only screen and (min-width: 813px){
    #masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
#landingpagewrapper2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    max-width: 1440px;
    margin-bottom: 210px;
    background-color: #FFFFFF}
#masonry2 {
    -webkit-column-count: 3;
    column-count: 3;
}
#masonry2 {
    -webkit-column-gap: 2.5em;
    -webkit-column-fill: intial;
    -moz-column-gap: 2.5em;
    -moz-column-fill: intial;
    column-gap: 2.5em;
    column-fill: initial;
    animation-name: fadeslideup;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeslideup;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeslideup;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: fadeslideup;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: forwards;
    -ms-animation-name: fadeslideup;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: forwards;
}
#masonry2 #brick2 {
    margin-bottom: 50px;
    vertical-align: top;
    max-width: 100%;
}
#masonry2 img[src="images/landingpagepreviewimg/traditionaliconlarge.png"]:hover{
    background:#ef5d22;
    opacity: .2;
    transition: .7s ease;
}
@media only screen and (max-width: 812px){
    #masonry2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 813px){
    #masonry2 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
#titlecentered{
	font-family: 'Biryani';
	font-size: 25px;
	color: #95934D;
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	margin-bottom: 40px;
}
/* Landing Page CSS End */

#graphicdesignsandartworks {
	clear: both;
	text-align: center;
	font-family: 'Biryani';
	font-size: 16px;
	color: #95934D;
	font-weight: 700;
}
#pagetitleheader img[src="images/mount rainier 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/the last drop 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Kobebreakaway Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/flows 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/weather app UI 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#artworkcontainer {
	width: 91%;
}
#artworkcontainer 1 {
	background-color: black;
}
#artworkdescription {
	font-weight: 400;
	font-family: 'Biryani';
	color: #87934D;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: left;
	line-height: normal;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#artworkdescriptioninner {
	font-weight: 400;
	font-family: 'Biryani';
	font-size: 1.07em;
	color: #87934D;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: left;
	line-height: normal;
	width: 91%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#artworkdescription a:hover{
    text-decoration: none;

/* sidebysidecolumns */
}
#sidebyside img[src="images/Images 1440px/Weather UI Details 2 No Bg.png"]{
	width: 91%;
}
#sidebyside img[src="images/Images 1440px/Weather UI Details 3 No Bg.png"]{
	width: 91%;
}
#sidebyside img[src="images/Images 1440px/V Wallet App Details Column No Bg 1.png"]{
	width: 95%;
}
#sidebyside img[src="images/Images 1440px/Beyond Earth Art Deco Poster 1440px.png"]{
	width: 91%;
	padding-bottom: 40px;
}
#sidebyside img[src="images/Images 1440px/RGB Abstract Poster Design 1440px.png"]{
	width: 91%;
}
#sidebyside img[src="images/Images 1440px/NEO BAY Poster 1440px.png"]{
	width: 91%;
	padding-bottom: 40px;
}
#sidebyside img[src="images/Images 1440px/A-Hallow-Night-Vector alt.png"]{
	width: 91%;
}
#sidebysidewrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
#sidebysidecolumns {
    -webkit-column-count: 2;
    column-count: 2;
}
#sidebysidecolumns {
    -webkit-column-gap: 5px;
    -webkit-column-fill: intial;
    -moz-column-gap: 5px;
    -moz-column-fill: intial;
    column-gap: 5px;
    column-fill: initial;
}
#sidebysidecolumns #sidebyside {
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}
@media only screen and (min-width: 813px){
    #sidebysidecolumns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (max-width: 813px){
    #sidebysidecolumns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
/* end sidebysidecolumns */


/* aboutsidebysidecolumns */
#aboutsidebysidewrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
#aboutsidebysidecolumns {
    -webkit-column-count: 2;
    column-count: 2;
}
#aboutsidebysidecolumns {
    -webkit-column-gap: 5px;
    -webkit-column-fill: intial;
    -moz-column-gap: 5px;
    -moz-column-fill: intial;
    column-gap: 5px;
    column-fill: initial;
}
#aboutsidebysidecolumns #aboutsidebyside {
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}
@media only screen and (min-width: 1063px){
    #aboutsidebysidecolumns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (max-width: 1063px){
    #aboutsidebysidecolumns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
/* end aboutsidebysidecolumns */

#pagetitleheader {
	padding-bottom: 40px;
	font-family: 'Biryani';
	font-size: 14px;
	font-weight: 400;
}
#pagetitleheader img[src="images/Hendrixguitars Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
	opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Rjbarandgrill Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
	opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/locktight 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
	opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Irishspring Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Rocknroll Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/cardinals 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Twisteddevilsguitars Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Avocado Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Pressstart Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/financestock 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/fitness 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/kobe 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/amendmentbooklet 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Los Angeles Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/We've Come A Long Way Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Look Out! Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Drinkingwater Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/SPLATT! Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/motiongraphic 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/Therabbithole Thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/imagination 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
	transition: .5s ease;
}
#pagetitleheader img[src="images/vectorillustrations 195 x 130px thumbnail.png"]:hover{
    width:195px;
    height:130px;
    background:#ef5d22;
    opacity: .5;
    transition: .5s ease;
}
a:visited {
    color: inherit;
}
#Bio {
	text-align: left;
	font-weight: 400;
	font-family: 'Biryani';
	font-size: 16px;
	color: #87934D;
	background-color: #FFF;
	border-bottom-width: 105px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 100%;
	float: left;
}
#Bioinner {
	text-align: left;
	font-weight: 400;
	font-family: 'Biryani';
	font-size: 1.07em;
	color: #87934D;
	background-color: #FFF;
	margin-left: 4%;
	margin-right: 4%;
	width: 50%;
	display: inline-block;
	float: left;
}
@media only screen and (max-width: 812px){
    #Bioinner {
	width: 91%;
    }	
}
@media only screen and (min-width: 813px){
    #Bioinner {
	width: 50%;
    }	
}
#Image {
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: inline-block;
	margin-left: 4%;
}
#aboutpagecontainer{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1440px;
}
#break {
    height: 200px;
    height: 50px;

/* Old Landing Page CSS Below */
}
#text {
	width: 575px;
	height: 728px;
	font-family: 'Biryani';
	font-size: 30px;
	color: rgba(118,116,61,0);
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	text-align: center;
	line-height: 664px;
	background-color: rgba(247,247,247,0);
	text-decoration:none;
	transition: .5s ease;
}
#text:hover {
	color: rgba(118,116,61,1.00);
  	background-color: rgba(247,247,247,0.90);
	text-decoration:none;
	transition: .5s ease;
	font-weight: 800;
	font-family: 'Biryani';
}
#text2 {
	width: 575px;
	height: 344px;
	font-family: 'Biryani';
	font-size: 30px;
	color: rgba(118,116,61,0);
	font-weight: 800;
	letter-spacing: 2px;
	font-style: normal;
	text-align: center;
	line-height: 364px;
	background-color: rgba(247,247,247,0.00);
	text-decoration:none;
	transition: .5s ease;
}
#text2:hover {
	color: rgba(118,116,61,1.00);
  	background-color: rgba(247,247,247,0.90);
	text-decoration:none;
	transition: .5s ease;
}
#landingpageimg {
	text-align: center;
	background-color: #FFFFFF;
	text-decoration:none;
	width: 1190px;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#landingpageimg2 {
	text-align: center;
	background-color: #FFFFFF;
	text-decoration:none;
	width: 1190px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
@-webkit-keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
@-moz-keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
@-o-keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
@-ms-keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
@keyframes fadeslideup{
	from{ transform: translateY(0px)}
	to{ transform: translateY(-60px)}
	from{ opacity: 0;}
	to{ opacity: 1;}
}
#landingpageimgpreviews1 {
	background-image: url(../images/landingpagepreviewimg/selfvector 575 x 738px.png);
	text-decoration: none;
	width: 575px;
	height: 728px;
	display: inline-block;
	float: left;
	background-image: url(../images/landingpagepreviewimg/selfvector%20575%20x%20728px.png);
	animation-name: fadeslideup;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeslideup;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeslideup;
	-moz-animation-duration: 1s;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: fadeslideup;
	-o-animation-duration: 1s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: fadeslideup;
	-ms-animation-duration: 1s;
	-ms-animation-fill-mode: forwards;
}
#landingpageimgpreviews2 {
	background-color: #FFFFFF;
	text-decoration: none;
	width: 575px;
	height: auto;
	display: inline-block;
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
	background-image: url(../images/landingpagepreviewimg/fitnessapp575px.png);
	animation-name: fadeslideup;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeslideup;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeslideup;
	-moz-animation-duration: 1.2s;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: fadeslideup;
	-o-animation-duration: 1.2s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: fadeslideup;
	-ms-animation-duration: 1.2s;
	-ms-animation-fill-mode: forwards;
}
#landingpageimgpreviews3 {
	background-color: #FFFFFF;
	text-decoration: none;
	width: 575px;
	height: auto;
	display: inline-block;
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
	background-image: url(../images/landingpagepreviewimg/thelastdroplandingpage575px.png);
	animation-name: fadeslideup;
	animation-duration: 1.4s;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeslideup;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeslideup;
	-moz-animation-duration: 1.4s;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: fadeslideup;
	-o-animation-duration: 1.4s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: fadeslideup;
	-ms-animation-duration: 1.4s;
	-ms-animation-fill-mode: forwards;
}
#landingpageimgpreviews4 {
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 575px;
	height: auto;
	display: inline-block;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	background-image: url(../images/landingpagepreviewimg/hendrixguitarlandingpage575px.png);
	animation-name: fadeslideup;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeslideup;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeslideup;
	-moz-animation-duration: 1.2s;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: fadeslideup;
	-o-animation-duration: 1.2s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: fadeslideup;
	-ms-animation-duration: 1.2s;
	-ms-animation-fill-mode: forwards;
}
#landingpageimgpreviews5 {
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 575px;
	height: auto;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	background-image: url(../images/landingpagepreviewimg/motiongraphiclandingpage575px.png);
	animation-name: fadeslideup;
	animation-duration: 1.6s;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeslideup;
	-webkit-animation-duration: 1.6s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeslideup;
	-moz-animation-duration: 1.6s;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: fadeslideup;
	-o-animation-duration: 1.6s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: fadeslideup;
	-ms-animation-duration: 1.6s;
	-ms-animation-fill-mode: forwards;
}
#landingpageimg a:hover {
    text-decoration: none;
}
#landingpageimg2 a:hover {
    text-decoration: none;
}
#landingpagelinkarea {
	text-align: center;
	width: 1060px;
	margin-top: 0px;
	margin-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
}
#landingpagelinkareabreak{
	text-align: center;
	width: 1060px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 1175px;
}
#illustrationiconlink {
	float: left;
	text-align: center;
	width: 220px;
	padding-top: 5px;
	font-family: 'Biryani';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #95934D;
	text-decoration: none;
	letter-spacing: 2px;
	padding-bottom: 85px;
	margin-bottom: 100px;
}
#illustrationiconlink a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}
#logoiconlink {
	text-align: center;
	float: left;
	width: 220px;
	padding-top: 5px;
	font-family: 'Biryani';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #95934D;
	text-decoration: none;
	letter-spacing: 2px;
	padding-bottom: 20px;
	margin-bottom: 100px;
}
#logoiconlink a {
	text-decoration: none;
	font-size: 18px;
}
#abouticonlink {
	width: 180px;
	text-align: center;
	padding-top: 5px;
	font-family: 'Biryani';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #95934D;
	text-decoration: none;
	letter-spacing: 2px;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 100px;
}
#abouticonlink a {
	text-decoration: none;
}
#webdesignlink {
	text-align: center;
	float: left;
	width: 220px;
	padding-top: 5px;
	font-family: 'Biryani';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #95934D;
	text-decoration: none;
	letter-spacing: 2px;
	padding-bottom: 20px;
	margin-bottom: 110px;
	padding-left: 95px;
}
#webdesignlink a {
	text-decoration: none;
	font-size: 18px;
}
#publicationiconlink {
	text-align: center;
	width: 220px;
	padding-top: 5px;
	font-family: 'Biryani';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #95934D;
	text-decoration: none;
	letter-spacing: 2px;
	padding-bottom: 20px;
	margin-bottom: 100px;
	float: left;
}
#publicationiconlink a {
	text-decoration: none;
	font-size: 18px;
}
/* nav header */
.topnav {
  overflow: hidden;
  background-color: #002A2E;
  text-align: center;
}
.topnav a {
  display: inline-block;
  color: #95934D;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  text-decoration: underline;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
}
@media screen and (max-width: 1100px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: relative;
    right: 0;
    top: 0;
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}
/* end nav header */