@charset "UTF-8";
/* CSS Document */

/*Font group*/
/*Sans serif font for headline:
	.ofelia-medium {
		font-family: "ofelia-text", sans-serif;
		font-weight: 500;
		font-style: normal;
}
*/

/*Serif font for body paragraph:
	.decoy-light {
		font-family: "decoy", serif;
		font-weight: 300;
		font-style: normal;
}
	
	.decoy-regular {
		font-family: "decoy", serif;
		font-weight: 400;
		font-style: normal;
}

	.decoy-bold {
		font-family: "decoy", serif;
		font-weight: 700;
		font-style: normal;
}
*/

/*Color Group*/
/*Dark to Light:
	off black: #160D27
	purple: #4851A3
	bright blue: #3B3AD3
	green: #AFCE3A
	pink to go with purple: #F490B2
	darker pink: #F17098
	mid pink: #F490B3
	light pink: #F8BFD0
	off white: #FDFCFC
*/


body {font-family: "decoy", serif;
}
h1, h2, h3, h4, h5, h6 {font-family: "ofelia-text", sans-serif;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation Styles */
.navbar-custom {font-family: "ofelia-text", sans-serif;
}

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #FDFCFC;
}

/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #160D27;
}

/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #F490B2;
    color: #FDFCFC;
	padding: 10px;
}

/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(244, 144, 178, 1.00);
    color: #FDFCFC;
}

/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(244, 144, 178, 1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*navbar-brand logo*/
.navbar-brand {
	background-image: url("../images/A_logo_150.png");
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 2% center;
	padding-left: 70px;
}

container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

.nav-item {
	padding-left: 40px;
}

/* Main Section */ 
.container {
	display: flex;
}

.btn {
	font-size: 20px;
	color: #160D27;
	outline-style: solid;
	outline-width: thin;
	outline-color: #160D27;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 100px;
	float: right;
}


.jumbotron {
	text-align: left;
	height: 630px;
	background-color: #4851A3;
	padding-left: 19px;
	padding-top: 60px;
}

.display-1 {
	color: #F490B2;
	font-size: 160px;
	line-height: 160px;
}

.display-2 {
	color: #F490B2;
	font-size: 80px;
	line-height: 80px;
}

.display-3 {
	color: #F490B2;
	font-size: 40px;
	line-height: 40px;
}

.text1-curious {
	font-size: 60px;
	color: #F17098;
	text-indent: 13px;
}

.text2-thought {
	font-size: 60px;
	color: #F490B3;
	text-indent: 13px;
}

.text3-evolve {
	font-size: 60px;
	color: #F8BFD0;
	text-indent: 13px;
}

.card {
	height: 400px;
}

.lead {
	font-size: 60px;
	color: #FDFCFC;
	line-height: 80px;
	
}

.text-left {
	padding-left: 1px; 
	font-size: 50px;
	line-height: 80px;
	
}

.caption-left {
	padding-left: 1px;
	font-size: 35px;
	line-height: 10px;
}

.pabout {
	font-weight: lighter;
	line-height: 30px;
	
}

.p-review {
	font-weight: lighter;
}

.col-lg-12 {
	padding-left: 30px;
	padding-right: 30px;
}

.img-fluid {
	max-height: 100%;
	max-width: 100%;

}
.flyer {
	max-height: 100%;
	max-width: 100%;
	
}

.card-img-top {
	max-height: 100%;
	max-width: 100%;
}

.myname {
	color: #3B3AD3;
}

.h-edu {
	color: #3B3AD3;
	padding-left: 20px; 
	text-align: left; 
}

.h-skills {
	color: #3B3AD3;
	text-align: center;
}

.h-workex {
	color: #3B3AD3;
	text-align: right;
	padding-right: 20px;
}

.h-education {
	padding-left: 20px;
}

.h-myskills {
	text-align: center;
	
}

.h-mywork {
	text-align: right;
}

.h-clientreviews {
	color:  #3B3AD3;
	font-size: 95px;
}


.h-reviewhead {
	text-align: center;
}

.p-review {
	text-align: center;
}


.bottom {
	text-align: center;
}

.resumepic {
	max-height: 100%;
	max-width: 100%;
}

.download {
	color: #3B3AD3;
	text-decoration: underline;
}

.h-letsconnect {
	font-size: 95px;
	color: #3B3AD3;
}

.h-linkedin {
	text-decoration: underline;
	text-align: center;
}

.h-instagram {
	text-decoration: underline;
	text-align: center;
}

.h-resume {
	text-decoration: underline;
	text-align: center;
}

html {
scroll-behavior: smooth;
}


footer {
	height: 380px;
	line-height: 30px;
	background-color: #AFCE3A;
	text-align: left;
	text-indent: 30px;
	color: #160D27;
}




/*Media Query Breakpoints*/

/*X-SMALL SIZE ONLY*/
@media screen and (min-width:350px){
    
	.jumbotron {
		text-align: left;
	}
	
	.jumbotron {
		height: 260px;
	}
	
	.jumbotron {
		background-color: #4851a3;
	}
	
	.jumbotron {
		padding-left: 13px;
	}
	
	.jumbotron {
		padding-top: 50px;
	}
	
	.jumbotron2 {
		text-align: left;
	}
	
	.jumbotron2 {
		height: 270px;
	}
	
	.jumbotron2 {
		background-color: #4851a3;
	}
	
	.jumbotron2 {
		padding-left: 13px;
	}
	
	.jumbotron2 {
		padding-top: 20px;
	}
	
	.carousel-inner {
		
	}
	
	.display-1 {
        color: #F490B2;
    }

	.display-1 {
        font-size: 60px;
    }

	.display-1 {
        line-height: 60px;
    }
	
	.h-letsconnect {
		font-size: 70px;
	}
	
	.h-letsconnect {
		text-align: left;
	}
	
	.h-email {
		font-size: 18px;
	}
	
	.h-email {
		text-align: center;
	}

	.h-linkedin {
		font-size: 35px;
	}
	
	.h-linkedin {
		text-align: center;
	}
	
	.h-instagram {
		font-size: 35px;
	}
	
	.h-instagram {
		text-align: center;
	}
	
	.h-resume {
		font-size: 35px;
	}
	
	.h-resume {
		text-align: center;
	}
	
	.lead {
        color: #FDFCFC;
    }

	.lead {
        font-size: 16.5px;
    }

	.lead {
        line-height: 20.5px;
    }
	
	.myname {
		font-size: 17px;
	}
	
	.myname {
		text-align: center;
	}
	
	.download {
		font-size: 17px;
	}

	.download {
		text-align: center;
	}
	
	.psmallabout {
		text-align: center;
	}
	
	.psmallabout {
		font-size: 15px;
	}
	
	.h-edu {
		font-size: 17px;
	}
	
	.h-edu {
		text-align: center;
	}
	
	.h-education {
		font-size: 15px;
	}
	
	.h-education {
		text-align: center;
	}
	
	.h-skills {
		text-align: center;
	}
	
	.h-skills {
		font-size: 17px;
	}
	
	.h-myskills {
		font-size: 15px;
	}
	
	.h-myskills {
		text-align: center;
	}
	
	.h-workex {
		font-size: 17px;
	}
	
	.h-workex {
		text-align: center;
	}
	
	.h-mywork {
		text-align: center;
	}
	
	.h-mywork {
		font-size: 15px;
	}
	
	.bottom {
		font-size: 25px;
	}
	
	.col-md-4 {
		padding-bottom: 10px;
	} 
	
	.text-left {
        padding-left: 3px;
    }

	.text-left {
        font-size: 25px;
    }

	.text-left {
       line-height: 30px;
    }

	.text-left {
       text-indent: 12px;
    }
	
	.text1-curious {
		font-size: 50px;
	}
	
	.text1-curious {
		text-align: left;
	}
	
	.text2-thought {
		font-size: 50px;
	}
	
	.text2-thought {
		text-align: left;
	}
	
	.text3-evolve {
		font-size: 50px;
	}
	
	.text3-evolve {
		text-align: left;
	}
	
	.caption-left {
       padding-left: 1px;
    }
	
	.caption-left {
       font-size: 16px;
    }
	
	.caption-left {
		line-height: 1px;
	}
	
	
	.footerhead {
		font-size: 25px;
}
	
	.footerhead {
		text-indent: 12px;
}
	
	.footercontacts {
		font-size: 20px;
}
	
	.footercontacts {
		text-indent: 12px;
}
	
	.footercontacts {
		line-height: 30px;
}
	
	.footer {
		height: 450px;
}
	
	.footercopy {
		font-size: 11px;
}
	
	.footercopy {
		text-align: left;
}
	
	.footercopy {
		text-indent: 12px; 
}
	
	.footercopy {
		line-height: 32px; 
}
}
	
/*SMALL SIZE ONLY*/
@media screen and (min-width:576px){
	
	.jumbotron {
		text-align: left;
	}
	
	.jumbotron {
		height: 330px;
	}
	
	.jumbotron {
		background-color: #4851a3;
	}
	
	.jumbotron {
		padding-left: 13px;
	}
	
	.jumbotron {
		padding-top: 50px;
	}

	.jumbotron2 {
		text-align: left;
	}
	
	.jumbotron2 {
		height: 390px;
	}
	
	.jumbotron2 {
		background-color: #4851a3;
	}
	
	.jumbotron2 {
		padding-left: 13px;
	}
	
	.jumbotron2 {
		padding-top: 30px;
	}
	
	.display-1 {
        color: #F490B2;
    }

	.display-1 {
        font-size: 90px;
    }

	.display-1 {
        line-height: 80px;
    }
	
	.display-1 {
		padding-bottom: 20px;
	}
	
		.myname {
		font-size: 25px;
	}
	
	.myname {
		text-align: center;
	}
	
	.download {
		font-size: 20px;
	}

	.download {
		text-align: center;
	}
	
	.psmallabout {
		text-align: center;
	}
	
	.psmallabout {
		font-size: 18px;
	}
	
	.h-edu {
		font-size: 25px;
	}
	
	.h-edu {
		text-align: center;
	}
	
	.h-education {
		font-size: 18px;
	}
	
	.h-education {
		text-align: center;
	}
	
	.h-skills {
		text-align: center;
	}
	
	.h-skills {
		font-size: 25px;
	}
	
	.h-myskills {
		font-size: 18px;
	}
	
	.h-myskills {
		text-align: center;
	}
	
	.h-workex {
		font-size: 25px;
	}
	
	.h-workex {
		text-align: center;
	}
	
	.h-mywork {
		text-align: center;
	}
	
	.h-mywork {
		font-size: 18px;
	}
	
	.bottom {
		font-size: 30px;
	}
	
		.h-letsconnect {
		font-size: 80px;
	}
	
	.h-letsconnect {
		text-align: left;
	}
	
	.h-email {
		font-size: 25px;
	}
	
	.h-email {
		text-align: left;
	}

	.h-linkedin {
		font-size: 35px;
	}
	
	.h-linkedin {
		text-align: left;
	}
	
	.h-linkedin {
		padding-left: 28px;
	}
	
	.h-instagram {
		font-size: 35px;
	}
	
	.h-instagram {
		text-align: left;
	}
	
	.h-instagram {
		padding-left: 28px;
	}
	
	.h-resume {
		font-size: 35px;
	}
	
	.h-resume {
		text-align: left;
	}
	
	.h-resume {
		padding-left: 28px;
	}
	
	.lead {
        color: #FDFCFC;
    }

	.lead {
        font-size: 25px;
    }

	.lead {
        line-height: 32px;
    }
	
	.text-left {
        padding-left: 3px;
    }

	.text-left {
        font-size: 30px;
    }

	.text-left {
       line-height: 35px;
    }

	.text-left {
       text-indent: 12px;
    }
	
	.caption-left {
       padding-left: 1px;
    }
	
	.caption-left {
       font-size: 18px;
    }
	
	.caption-left {
		line-height: 1px;
	}
	
	.footerhead {
		font-size: 35px;
}
	
	.footerhead {
		text-indent: 12px;
}
	
	.footercontacts {
		font-size: 23px;
}
	
	.footercontacts {
		text-indent: 12px;
}
	
	.footercontacts {
		line-height: 28px;
}
	
	.footer {
		height: 455px;
}
	
	.footercopy {
		font-size: 14px;
}
	
	.footercopy {
		text-align: left;
}
	
	.footercopy {
		text-indent: 12px; 
}
	
	.footercopy {
		line-height: 32px; 
}
}

/*MEDIUM SIZE ONLY*/
@media (min-width: 768px) {

	.jumbotron {
		text-align: left;
	}
	
	.jumbotron {
		height: 420px;
	}
	
	.jumbotron {
		background-color: #4851a3;
	}
	
	.jumbotron {
		padding-left: 13px;
	}
	
	.jumbotron {
		padding-top: 50px;
	}
	
	.jumbotron2 {
		text-align: left;
	}
	
	.jumbotron2 {
		height: 520px;
	}
	
	.jumbotron2 {
		background-color: #4851a3;
	}
	
	.jumbotron2 {
		padding-left: 13px;
	}
	
	.jumbotron2 {
		padding-top: 40px;
	}

	.display-1 {
        color: #F490B2;
    }

	.display-1 {
        font-size: 120px;
    }

	.display-1 {
        line-height: 110px;
    }
	
		.myname {
		text-align: left;
	}
	
	.download {
		font-size: 20px;
	}

	.download {
		text-align: left;
	}
	
	.psmallabout {
		text-align: left;
	}
	
	.psmallabout {
		font-size: 18px;
	}
	
	.h-edu {
		font-size: 25px;
	}
	
	.h-edu {
		text-align: left;
	}
	
	.h-education {
		font-size: 18px;
	}
	
	.h-education {
		text-align: left;
	}
	
	.h-skills {
		text-align: center;
	}
	
	.h-skills {
		font-size: 25px;
	}
	
	.h-myskills {
		font-size: 18px;
	}
	
	.h-myskills {
		text-align: center;
	}
	
	.h-workex {
		font-size: 25px;
	}
	
	.h-workex {
		text-align: right;
	}
	
	.h-mywork {
		text-align: right;
	}
	
	.h-mywork {
		font-size: 18px;
	}
	
	.bottom {
		font-size: 30px;
	}
	
	.h-letsconnect {
		font-size: 90px;
	}
	
	.h-letsconnect {
		text-align: left;
	}
	
	.h-email {
		font-size: 30px;
	}
	
	.h-email {
		text-align: left;
	}

	.h-linkedin {
		font-size: 35px;
	}
	
	.h-linkedin {
		text-align: center;
	}
	
	.h-instagram {
		font-size: 35px;
	}
	
	.h-instagram {
		text-align: center;
	}
	
	.h-resume {
		font-size: 35px;
	}
	
	.h-resume {
		text-align: center;
	}
		
	.lead {
        color: #FDFCFC;
    }

	.lead {
        font-size: 35px;
    }

	.lead {
        line-height: 45px;
    }
	
	.text-left {
        padding-left: 3px;
    }

	.text-left {
        font-size: 35px;
    }

	.text-left {
       line-height: 45px;
    }

	.text-left {
       text-indent: 12px;
    }
	
	.caption-left {
       padding-left: 1px;
    }
	
	.caption-left {
       font-size: 20px;
    }
	
	.caption-left {
		line-height: 1px;
	}	
	
	.footerhead {
		font-size: 45px;
}
	
	.footerhead {
		text-indent: 12px;
}
	
	.footercontacts {
		font-size: 28px;
}
	
	.footercontacts {
		text-indent: 12px;
}
	
	.footercontacts {
		line-height: 34px;
}
	
	.footer {
		height: 495px;
}
	
	.footercopy {
		font-size: 16px;
}
	
	.footercopy {
		text-align: left;
}
	
	.footercopy {
		text-indent: 12px; 
}
	
	.footercopy {
		line-height: 32px; 
}
}	

/*LARGE SIZE ONLY*/
@media screen and (min-width:992px){
   
	.jumbotron {
		text-align: left;
	}
	
	.jumbotron {
		height: 500px;
	}
	
	.jumbotron {
		background-color: #4851a3;
	}
	
	.jumbotron {
		padding-left: 13px;
	}
	
	.jumbotron {
		padding-top: 50px;
	}
	
	.jumbotron2 {
		text-align: left;
	}
	
	.jumbotron2 {
		height: 580px;
	}
	
	.jumbotron2 {
		background-color: #4851a3;
	}
	
	.jumbotron2 {
		padding-left: 13px;
	}
	
	.jumbotron2 {
		padding-top: 30px;
	}

	.display-1 {
        color: #F490B2;
    }

	.display-1 {
        font-size: 160px;
    }

	.display-1 {
        line-height: 140px;
    }
	
	.myname {
		text-align: left;
	}
	
	.download {
		font-size: 20px;
	}

	.download {
		text-align: left;
	}
	
	.psmallabout {
		text-align: left;
	}
	
	.psmallabout {
		font-size: 18px;
	}
	
	.h-edu {
		font-size: 25px;
	}
	
	.h-edu {
		text-align: left;
	}
	
	.h-education {
		font-size: 18px;
	}
	
	.h-education {
		text-align: left;
	}
	
	.h-skills {
		text-align: center;
	}
	
	.h-skills {
		font-size: 25px;
	}
	
	.h-myskills {
		font-size: 18px;
	}
	
	.h-myskills {
		text-align: center;
	}
	
	.h-workex {
		font-size: 25px;
	}
	
	.h-workex {
		text-align: right;
	}
	
	.h-mywork {
		text-align: right;
	}
	
	.h-mywork {
		font-size: 18px;
	}
	
	.bottom {
		font-size: 30px;
	}
	
	.lead {
        color: #FDFCFC;
    }

	.lead {
        font-size: 40px;
    }

	.lead {
        line-height: 50px;
    }
	
	.h-letsconnect {
		font-size: 100px;
	}
	
	.h-email {
		font-size: 40px;
	}

	.text-left {
        padding-left: 3px;
    }

	.text-left {
        font-size: 40px;
    }

	.text-left {
       line-height: 60px;
    }

	.text-left {
       text-indent: 12px;
    }

	.caption-left {
       padding-left: 1px;
    }
	
	.caption-left {
       font-size: 25px;
    }
	
	.caption-left {
		line-height: 1px;
	}	
	
	.footerhead {
		font-size: 55px;
}
	
	.footerhead {
		text-indent: 12px;
}
	
	.footercontacts {
		font-size: 23px;
}
	
	.footercontacts {
		text-indent: 16px;
}
	
	.footercontacts {
		line-height: 34px;
}
	
	.footer {
		height: 400px;
}
	
	.footercopy {
		font-size: 16px;
}
	
	.footercopy {
		text-align: center;
}
	
	.footercopy {
		text-indent: 12px; 
}
	
	.footercopy {
		line-height: 32px; 
}
}	
	
	
	
	
	
