@charset "utf-8";
/* CSS Document */
/*
 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|                                                                     |
|     Designed and coded by Cooki Karriem | www.cookikarriem.com      |
|                                                                     |
 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
*/

/* ---------------------------- GLOBAL -------------------------------- */
* {
    box-sizing: border-box;     
}

body, html {
    margin: 0;
    font-family: "Verdana", sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #8064a2;
}

a:hover,
a:visited {
    color: #8064a2;
}

.container {
    width: 95%;
    max-width: 75em;
    margin: 0 auto;   
}

.bigbin {
    width: 95%;
    max-width: 72em;
    margin: 0 auto;
}

.medbin {
    width: 95%;
    max-width: 70em;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 4em;
}

.medbin2 {
    width: 95%;
    max-width: 70em;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.lilbin {
    width: 95%;
    max-width: 40em;
    margin: 0 auto;
}

.clearfix::after,
section::after,
footer::after {
    content: '';
    display: block;
    clear: both;
}


/* ------ TYPOGRAPHY ------ */

h1 {
    font-family: 'Milonga', cursive;
    margin: 0;
}

h2 {
    font-family: 'Milonga', cursive;
    margin-top: .25em;
    margin-bottom: .25em;
    padding-top: .5rem;
    padding-bottom: .5rem;   
    color: #8064a2;
    border-top: 1px solid #8064a2;
    border-bottom: 1px solid #8064a2;
}

h3.help {
    font-family: 'Milonga', cursive;
    font-size: 2.5rem;
    padding: 3em;
    color: #ff7f50;  
    margin: 0;  
    text-shadow: 0px 2px 2px #000;
    background-image: url(images/outsource.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    outline: 2px solid #8064a2;
    outline-offset: -1.5em;
    min-height: 13em;
    width: 100%;
    line-height: 1.15em;
    
}

h3.help a,
h3.help a:visited {
    color: #ff7f50;
}

h3.help a:hover {
    color: whitesmoke;
}

h4 {
    font-family: 'Milonga', cursive;
    border-bottom: 2px solid whitesmoke; 
    font-size: 1.5em;
    margin-top: .25em;
    margin-bottom: .25em;
}
 
.titletag {
    padding: 0;
    margin: 0;
    margin-top: -1.75em;
}

@media screen and (max-width:41em) {
    h3.help {  
        background-image: url(images/outsources.jpg);
        font-size: 2rem;
        outline-offset: -1em;
        min-height: none;
        padding: 2em;
    }
}


/* ------- MASTHEAD ------- */
header {
    position: fixed;
    top: 0;
    height: 8.5em;
    width: 100%;
    border-bottom: 3px solid #8064a2;
    background-color: #fff;
    z-index: 99999;
    padding-left: 1em;
    padding-top: .5em;  
    display: grid;
    grid-template-columns: 1fr; 
    
}

/* ------ NAVIGATION ------ */
nav {
    color: #8064a2;
    cursor: pointer;
    max-height: 7.250em;  
    background-color: #fff;  /*
    z-index: 500;  */
}

nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding:0;
    
}

nav li {  
    padding: .5em;
    flex: auto;
    text-align: center;
    
}

nav li:hover {
    text-transform: uppercase;
    transition: all ease-in-out 250ms;
}

nav a,
nav a:hover,
nav a:visited {
    color: #8064a2;
}

@media (min-width:40em) { 
    header {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        height: 4.250em;
    }   
    
    header img {
        grid-column: 2/2
    }
    nav {
        grid-column: 4/5;
        background-color: none;
        max-height: 3.500em;
    }
    
    nav li {
        padding-top: 1.05em;
        padding-bottom: .90em;
    }
}

/* ------ INNER MENU ------ */

.bin {
    width: 95%;
    max-width: 60em;
    margin: 0 auto;
}

.menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: .5em;
    margin-top: -3em;
    margin-left: 3em;
    margin-right: 3em;
    
}

.clue {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    background-color: #8064a2;
    border-radius: 15px;
    height: 5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cluecurrent {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    background-color: #017b88;
    border-radius: 15px;
    height: 5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtext p {
    padding-top: .5rem;
    text-align: center;
    align-self: center;
    font-size: 1.1rem; 
}

.mtext :hover {   
    transition: .5s;
    text-transform: uppercase;
}

.mtext a,
.mtext a:hover,
.mtext a:visited {
    color: #e6e0ec;
}

.mtext .current {
    text-transform: uppercase;
    color: #8064a2;
}

@media (min-width:42em) {
    .menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1.2em;
    }
    
}

/* ------ CTA AREA ------ */

.cbutton {
    background-color: #017b88;
    border-radius: 60px 60px;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    text-align: center;
    align-self: center;
    padding: .25em;
    margin-bottom: 3em;
    margin-top: 2em;
    margin-left: 2em;
    margin-right: 2.5em;
}

.cbutton p {
    text-align: center;
    align-self: center;
    font-size: 1em; 
    font-weight: bold;
}

.cbutton :hover {   
    transition: 250ms;
    text-transform: uppercase;
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
}

.cbutton a,
.cbutton a:hover,
.cbutton a:visited {
    color: whitesmoke;
}



@media screen and (min-width:52em) {
    .cbutton {
        margin-bottom: 3em;
        margin-top: 3em;
        margin-left: 20em;
        margin-right: 20em;
        min-height: 2em;
    }
} 

/* -------- FOOTER -------- */
footer {
    background-color: #8064a2;
    min-height: 15em;  /*
    padding-top: 3em;
    padding-bottom: 3em;  */
    padding: 3em 2em;
    
}  

.footcontact,
.footinfo {
    font-size: .80em;
    color: whitesmoke;
    text-align: left;
    line-height: 1.5;
}



/* --------- COPY --------- */   
.copy {
    background-color: #8064a2;
    min-height: 2em;
    padding: .5em 2em;
}

.copyin {
    font-size: .75em;
    color: whitesmoke;
    text-align: left;
}

.copyout {
    font-size: .75em;
    color: whitesmoke;
    text-align: left;
}

@media (min-width:56.25em) {
    footer {
        display: grid;
        grid-template-columns: 1fr 1fr 2fr 1fr;
        padding: 3em 0;
    }
    
    .footcontact {
        grid-column: 2/3;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }
    
    .footinfo {
        grid-column: 3/4;
        text-align: justify;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }
   
}

@media (min-width:56.25em) {
    .copy {
        display: grid;
        grid-template-columns: 1fr 1fr 2fr 1fr;
        padding: .5em 0;
    }
    
    .copyin {
        grid-column: 2/3;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }
    
    .copyout {
        grid-column: 3/4;
        margin-left: 1.5em;
        margin-right: 1.5em;
        text-align: right;
    }
   
}

/* ---------- 404 ---------- */

@media (max-width:23.5em) {
    .error {
        background-image: url(images/beach404s.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 31.5em;
        margin-bottom: -1em;
        margin-top: 4em;
    }

    .vacay {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 4em 20em 12em;

    }

    .oops {
        grid-row: 2/2;
        font-family: "Trebuchet MS", sans-serif;
        font-size: 2em;
        font-weight: 500;
        color: #0c949e;
        margin: 1em 0 0 .5em;
        padding: 0;
    }

    .home {
        grid-row: 3/4;
        margin: 0 .25em 4em 0;
        display: inline-block;
        width: 13em;
        background-color: #f4b05c;
        border-radius: 10px;
        box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
        padding: .25em;
        text-align: center;
        align-self: center;
        font-weight: bold;
        color: #8064a2;
        position: absolute;
        top: 85%;
        left: 40%;
    } 
    
    .home p {
        text-align: center;
        align-self: center;
        font-weight: bold;
        color: #8064a2;
    }

    .home :hover{
        transition: 250ms;
        text-transform: uppercase;
        font-weight: bold;
        color: whitesmoke;
    }

    .home a,
    .home a:visited {
        color: #8064a2;
    }
}

.error {
    background-image: url(images/beach404.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 64em;
    margin-bottom: -1em;
    margin-top: 4em;
    
}

.vacay {
    display: grid;
    grid-template-columns: 9fr 3fr;
    grid-template-rows: 4em 41em 12em;
}

.oops {
    grid-row: 2/2;
    grid-column: 1/2;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 3em;
    font-weight: 500;
    color: #0c949e;
    margin: 0 0 0 1em;
    padding: 0;
}

.home {
    grid-column: 2/3;
    grid-row: 4/4;
    margin: 0 .25em 4em 0;
    display: inline-block;
    width: 13em;
    background-color: #f4b05c;
    border-radius: 10px;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    text-align: center;
    align-self: center;
    font-weight: bold;
    color: #8064a2;
    
}

.home p {
    text-align: center;
    align-self: center;
    font-weight: bold;
    color: #8064a2;
}

.home :hover{
    transition: 250ms;
    text-transform: uppercase;
    font-weight: bold;
    color: whitesmoke;
}

.home a,
.home a:visited {
    color: #8064a2;
}
    


/* ----------------------------- SECTION ------------------------------ */

/* ---------- FEATURE ---------- */
.feature {
    display: grid;
    grid-template-columns: .25fr 1.5fr 3fr .25fr; 
    grid-template-rows: 7em auto; 
    max-height: 34.50em;
    width: 100%;
    margin-top: 8em; 
}

.featurette {
    grid-column: 1/5;
    grid-row: 1/3;
}

.featurette img {
    object-fit: cover; 
    height: 34.38em;  
}


.pgtitle {
    align-self: center;
    grid-column: 3/4;
    grid-row: 1/2;
    justify-self: right;
    font-family: 'Milonga', cursive; 
}

.tag {
    grid-column: 2/4;
    grid-row: 2/3;
    background-color: rgba(230, 224, 236, 0.60); 
    position: static; 
    font-weight: bold;
    align-self: flex-end;  
    margin-top: -7em;
    padding-bottom: .5em;
    z-index: 100;
    max-width: 70em;
    margin-left: 0;
    margin-right: 0;
}


@media (min-width:40em) {
    .feature {
        margin-top: 4.2em;
    } 
    
    .feature1 {
        margin-top: 4.2em;
    } 
    
    .tag {
        margin-top: -5.5em;  
        margin-left: 1em;
        margin-right: 1em;  
        padding-bottom: 0.625em;
    }
    
}

@media (max-width:23.5em){
    .featurette img {
        object-fit: cover; 
        max-height: 14.31em;  
    }    
}

/* ---------- CONTENT ---------- */
.content {
    text-align: justify;
    margin-left: 1.5em;
    margin-right: 1.5em;
    padding-top: 3em;
    padding-bottom: 3em;
    line-height: 1.50em;
}

.pcontent {
    text-align: justify;
    margin-left: 1.5em;
    margin-right: 1.5em;
    padding-top: 2em;
    padding-bottom: 2em;
    line-height: 1.50em;
}


/* ----------------------------- INDEX -------------------------------- */

/* --------- PORTFOLIO --------- */

.portfolio {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    
}

.port-item {
    
    position: relative;
    margin: 0;  /
}

.port-item img {
    max-height: 18.75em;  
    display: block;  
    width: 100%;
  
}

.port-desc {
    position: absolute;
    z-index: 100;
    color: white;
    background-color: #8064a2;
    min-height: 2em;
    margin-top: -4em;
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px;  
    
}

.button {
    display:inline-block;
    font-size: 1.15em;
    text-decoration: none;
    padding: .5em 1em; 
    color: whitesmoke;
    min-width: 15em;
}

.port-desc a,
.port-desc a:visited {
    color: whitesmoke;
}

.port-desc a:hover {
    color: #e6e0ec;
    transition: .5s;
    text-transform: uppercase;
}


@media (min-width:56.25em) {
    .portfolio {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .port-item img{
        width: 100%;
    }
   
}

/* --------------------------- SERVICES ------------------------------- */

/* --------- SHOWCASE --------- */

.showcase {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.2em;
    padding: 1em;
}

.showcase img {
    max-width: 4.688em;   
    float: left;
    margin-right: .625em;
    margin-bottom: .625em;
}

.showcase > hilite {  
    display: flex;
}

.showcase > talllite {
    grid-row: span 2;
    display: flex; 
}

.showcase > widelite {
    grid-column: span 2;
    display: flex; 
}

.showcase p {
    padding-left: .5em;
    margin-top: 0;
    text-align: justify;
    font-size: .85em;
}

.showhead {
    font-weight: bold;
    color: #8064a2;
    margin: 0;
}

@media (min-width:60em) {
   .showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    }
    
    .showcase p {
        font-size: 1em; 
    }
    
}

/* ----------------------------- ABOUT -------------------------------- */
.astyle {
    display: grid;
    grid-template-columns: .5em 1fr .5em;
    grid-template-rows: 2em 23em auto 2em;
    justify-self: center;
    background-color: #8064a2;
}

.atop {
    grid-area: top;
    background-color: white;
    grid-column: 1/4;
    grid-row: 1/2; 
}

.abottom {
    grid-area: bottom;
    background-color: white;  
    grid-column: 1/4; 
    grid-row: 4/5;  
}

.abody {   
    grid-column: 2/3; 
    grid-row: 3/5;
}

.photo {
    grid-column: 2/3;  
    grid-row: 2/3;   
    max-width: 21.5em; /*
    margin-right: .5em;  */
    padding-top: 2em;
}

.photo img {
    
    object-fit: contain;
    max-width: 21.5em;
    max-height: 23em;
}

.resume {
    grid-row: 3/4;
    background-color: #e6e0ec;
    border: 10px solid whitesmoke;
    padding: 1em;
    max-width: 21.5em;
    margin: 0;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    text-align: justify;
    line-height: 1.25em;
}

.missphil {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1em;
    margin-top: 3em;
    grid-row-gap: 1.5em;
}

.mptitle {
    font-size: 1.5em;
    color: #ff7f50;
    border-bottom: 2px solid #ff7f50;
}

.mptag {
    font-size: 1.5em;
}


@media screen and (min-width:48em) {
    .astyle {
        display: grid;
        background-color: #8064a2;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2em auto 2em;
        justify-self: center;
    }
    
    .atop {
        background-color: white;
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .abottom {
        background-color: white;
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .abody {
        grid-column: 1/2;
        grid-row: 1/4;
    }
    
    .photo {
        background-color: #8064a2;
        grid-column: 2/3;
        grid-row: 2/3; 
        width: 25em;
    }
    
    .photo img {
        object-fit: contain;
        max-width: 22em;
        max-height: 40em;
        margin-left: 1em;
        margin-right: 1em;
        margin-top: 5em;
    }
    
    .resume {
        background-color: #e6e0ec;
        border: 10px solid whitesmoke;
        width: 25em;
        padding: 0.813em;
        margin: 0;
        margin-left: 1em;
        margin-right: 1em;
        box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
        text-align: justify;
        line-height: 1.25em;
    }
    
    .missphil {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 1em;
        margin-top: 3em;
        grid-column-gap: 3em;
    }
    
    .miss {
        grid-column: 1/2;
        text-align: justify;
    }

    .phil {
        grid-column: 2/3;
        text-align: justify;
    }

}


@media screen and (min-width:63.5em) {
    .astyle {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
        grid-template-rows: 2em auto 2em;
        justify-self: center;
        background-color: #8064a2;
    }
    
    .atop {
        background-color: white;
        grid-column: 1/5;
        grid-row: 1/2;
    }

    .abottom {
        background-color: white;
        grid-column: 1/5;
        grid-row: 3/4;
    }

    .abody {
        grid-column: 2/3;
        grid-row: 1/4;
    }

    
    .photo {
        background-color: #8064a2;
        grid-column: 3/4;
        grid-row: 2/3; 
        min-width: 30em;
        margin-left: 1em;
        margin-right: 3em;
    }
    
    .photo img {
        padding-top: .5em;
        padding-bottom: .5em;
        object-fit: cover; 
        max-width: 45em;
        max-height: 26em;
        margin-left: 1em;
        margin-right: 1em;
        margin-top: auto;
    }
    
    .resume {
        grid-area: about;
        background-color: #e6e0ec;
        border: 10px solid whitesmoke;
        min-width: 35em;
        padding: 13px;
        margin: 0;
        margin-left: 3em;
        box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
        text-align: justify;
        line-height: 1.25em;
    }

}


/* --------------------------- CONTACT -------------------------------- */
.fcontact {
    font-size: 2.5em;
    color: #ff7f50;
}

.fstyle {
    background-color: #017b88;
    min-height: 22em;
    width: 100%;
}

.folder{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    padding: 3em 0; 
    margin: auto;
    text-align: center;
}

.form-msg{
    grid-column: 2/3;
    width: 50%;
    min-width: 22em;   
    margin: auto;
    background: whitesmoke;
    padding: 1.5em;
    border-radius: 10px;
    text-align: center;
}

.form {
    grid-column: 2/3;
    width: 50%;
    min-width: 22em;   
    margin: auto;
    background: whitesmoke;
    padding: 1.5em;
    border-radius: 10px;
    text-align: center;
    
}

.form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form li {
    display: block;
    padding: 9px;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    border-radius: 3px;
}

.form li:last-child {
    border: none;
    margin-bottom: 0px;
    text-align: center;
}

.form li > label {
    display: block;
    float: left;
    margin-top: -19px;
    background-color: whitesmoke;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #017b88;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form textarea {
    box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    padding: .25em;
    font-family: 'Georgia', serif;
    font-size: 16px;
}

.form li > span {
    background: #017b88;
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9x;
    text-align: center;
    color: whitesmoke;
    font-family: 'Verdana', sans-serif;
    font-size: 0.75em;
}

.form textarea {
    resize: none;
}

.form input[type="submit"],
.form input[type="button"] {
    background: #8064a2;
    border: none;
    padding: 1em 3em 1em 3em;
    border-bottom: 3px solid #523f68;
    border-radius: 3px;
    color: whitesmoke;
}

.form input[type="submit"]:hover,
.form input[type="button"]:hover {
    background: #886ea8;
    color: black;
}

.alert {    /*
    box-sizing: border-box;   */
    width: 100%;
    display: block;
    outline: none;
    border: none; /*
    height: 4em;  */
    padding: .75em 1.25em;
    margin-bottom: 1em;
    font-family: 'Georgia', serif;
    font-size: 1em;
    font-weight: bold;
}

.alert-success {
    background: #8064a2;
    color: whitesmoke;
}

.alert-fail {
    background: #e6e0ec;
    color: #8064a2;
}

.acknow {
    color: #ff7f50;
    font-size: 1.5em;
}

.credit {
    font-size: .8em;
}

@media screen and (min-width:40em) {
    .form {
        width: 40em;
    }
}


/* -------------------------- OUTSOURCE ----------------------------- */

.lcurve {
    max-width: 9.38em;
    float: left;
    margin-right: 2em;
    margin-top: -2em;
    border-radius: 50%;
    shape-outside: circle();
}

.lhtag {
    margin-left: 6.38em;
    margin-right: 1.25em;
    text-align: right;
}

.ltag {
    margin-left: 2em;
    margin-right: 2em;
    text-align: justify;
}

.rcurve {
    max-width: 9.38em;
    float: right;
    margin-left: 2em;
    margin-top: -2em;
    border-radius: 50%;
    shape-outside: circle();
}

.rhtag {
    text-align: left;
    margin-right: 6.38em;
    margin-left: 1.25em;
}

.rtag {
    margin-right: 2em;
    margin-left: 2em;
    text-align: justify;
}

@media (min-width:28em){
    .lcurve {
        max-width: 13em;
    }
    
    .rcurve {
        max-width: 13em;
    }
}

