* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    font-size: 100%; 
}

article, body, header, html, nav, section {
	/* display: block; */
}

article ul {
	font-size: .95em;
	margin: 0px 0px 20px 20px;
	color: #444;
}

article li {
	margin-bottom: 4px;
}

html {
    font-family: 'Ubuntu', sans-serif;
}

body {
    color: #201c1c;
}

body,html {
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    padding: 0;
    margin: 0;
}

/* footer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23bababa' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #3A3F45;
    height: 80px;
} */

footer p {
    font-size: .95em;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}


h1 {
    color:#2B2B2B;
    font-size: 1.95em;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.65em;
}

h2 {
    color: #2B2B2B;
    font-size: 1.75em;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1em;
}

h1.header-name a {
    font-size: 1.2em;
    font-weight: 600;
    color: #322;
}

.clearItems {
	clear: both;
}

/* / / / /  HOME Section / / / / */

header {
    width: 100%;
    height: auto;
}

header hgroup h1 {
    z-index: 999;
}
header hgroup h1 span {
    z-index: 999;
}

header hgroup h2 {
    font-size: 1.75em;
    font-weight: 500;
}

header p {
    width: 60%;
    margin-top: 10px;
}
/* 
nav {
    height: 70px;
    line-height: 70px;
} */

/* nav a img {
    vertical-align: middle;
    padding: 20px 0 25px 0;
    margin-left: 45px;
    width: 50px;
    height: 50px;
} */

p {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}

#container {
    width: 85%;
    margin: 0 auto;
    color: #EDEDED;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#main-home-img {
    background-image: url("./images/ann-radcliffe-home-img.svg");
    background-color: #F2F2F2;
    height: 100vh;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#menu-conatainer {
    height: auto;
    float: right;
    padding: 25px 25px 0 0;
    margin: 0 40px 0 0;
}

#menu-container:hover, #menu-container:focus {
    background-color: rgb(211, 112, 81);
}

#mobile-button {
    display: none;
}

.about-bar {
    background-color: #5D6357; 
    color: #E0E5DC;
    padding: 1em 4em;
    font-weight: 400;
}

.ann-radcliffe {
    font-weight: 600;
}
   
.bar1, .bar2, .bar3 {
    width: 34px;
    height: 3px;
    background-color: #f15a24;
    margin: 6px 0;
    transition: 0.4s;
}

.my-skills-headings {
    color: #5D6357;
    font-size: 1.75em;
    font-weight: 400;
}


/* / / / /  ABOUT Section / / / / */

figcaption {
	margin: 0;
	padding: 0;
	display: block;
}

figcaption.about-me {
    padding-left: 10px;
    font-size: 1em;
    text-align: left;
    font-weight: 700;
    color: #444;
    text-shadow: none;
}

/* h2.my-heading {
    width: 100%;
    text-align: left;
    padding: 60px 0 10px 10px;
    font-size: 1.9em;
	line-height: 1.8em;
    font-weight: 500;
    color: #444;
} */
 
hr.divider {
    border-top: 1px solid #585858;
    width: 60%;
}


#about-image {
    width: 100%;
    height: 100%;
}

#biopic {
	margin: 0.5em 1em 0.5em 1em;
    padding: 6px;
    border: 1px solid  #585858;
    background-color: #fff;
    text-align: center;
    box-shadow: 5px 5px #807f7f;
    width: 35%;
    height: auto; 
}

.about-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    height: 100%;
    padding-bottom: 30px;
}

.about-descript {
    color: #201c1c;
    font-size: 1.1em;
    letter-spacing: .02em;
    line-height: 1.75em;
    padding: 0 0 0 10px;
    font-weight: 400;
}


.big-portfolio {
    width: 90%;
    height: auto;
}


.bio-left {
    float: right; 
    padding-left: 4px;
} 


.bold {
    font-weight: 600;
}


.btn {
    border: none;
    color: white;
    padding: 10px 10px;
    font-size: 18px;
}


.btn:hover {
    background-color: #c23400;
}


.cell {
    margin: 1% auto;
    position: relative;   
}


.cell:hover .image {
    opacity: 0.3;
}
 

.cell:hover .middle {
    opacity: 1;
}


.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 13px);
    transform: rotate(-45deg) translate(0px, 13px);
}


.change .bar2 {
    opacity: 0;
}


.change .bar3 {
    -webkit-transform: rotate(45deg) translate(0px, -13px);
    transform: rotate(45deg) translate(0px, -13px);
}


.content {
    background-color: white;
    padding: 10px 0 0 10px;
    width: 65%;
}

/* .dropdown {
    position: relative;
    display: inline-block;
} */


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-content a {
    font-size: 1em;
    color: black;
    padding: 18px 16px;
    text-decoration: none;
    /* display: block; */
}


.dropdown a:hover {
    background-color: #ddd;
}


.grid {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 90%;
}


.header2 {
    margin: 130px 0 80px 40px;
}


.header-text-container {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: #2B2B2B;
}

.home-button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    background-color: #F76F55;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
  

.home-button:hover {
    background-color: #873600;
    color: #f1f1f1;
    text-decoration: none;
}


.image {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    max-width: 100%;
    display: block;
}


.image:hover {
    transform: scale(1.1); 
    filter: blur(1px);
} 


.img-div {
    width: 400px;
    height: 250px;
    overflow: hidden;
}


.logo-name {
    color: #f15a24;
    font-weight: 600;
    font-size: larger;
    padding-left: 0.125em;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}



.text {
    background-color: rgba(206, 92, 47, 0.9);
    color: white;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: .05em;
    padding: 10px 10px;
    line-height: 2em;
}


.text .bold {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .05em;
}


/* / / / /  CONTACT pages / / / /  */

#contact {
	margin-top: 20px;
	float: left;
}

#contact h1 {
	font-size: 2.1em;
	font-weight: 700;
	margin-bottom: -6px;
}

#contact h2 {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-left: 2px;
	font-weight: 600;
}

#contact-info {
	margin-right: 40px;
}

#contact-info ul {
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 0px;
}

#contact-info ul li {
	display: inline-block;
	color: #585858;
}


#contact-info ul li a:active {
    color: #873600;
}

#contact-info ul li a:link {
	color: #585858;
	text-decoration: none;
}

#contact-info ul li a:visited {
	color: #585858;
	text-decoration: none;
}

#contact-info ul li a:hover { 
	color: #A04000;
	text-decoration: underline;
}
h2.about-inner-heading {
    width: 100%;
    text-align: left;
    padding: 60px 0 10px 10px;
    font-size: 1.9em;
	line-height: 1.8em;
    font-weight: 500;
    color: #444;
}

.about-container {
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.about-descript {
    color: #201c1c;
    font-size: 1.1em;
    letter-spacing: .02em;
    line-height: 1.75em;
    padding: 0 0 0 10px;
    font-weight: 400;
} 

.social-cell {
    margin: 20px auto;
    position: relative;   
    padding: 0;
    font-size: 1.8em;
}


.social-cell a:active {
    color: #873600;
}

.social-cell a:link {
	color: #444;
	text-decoration: none;
}

.social-cell a:visited {
    color: #444;
	text-decoration: none;
}

.social-cell a:hover { 
	color: #A04000;
	text-decoration: none;
}

.social-contact {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 30%;
    margin-bottom: 40px;
}


/* / / / / / porfolio pages / / / / / */

/* #portfolio-nav {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 30px 0;
} */

/* #portfolio-nav ul {
    font-size: 1em;
}

#portfolio-nav ul li {
	display: inline-block;
    color: #585858;
    padding: 0 15px;
}

#portfolio-nav a:active .fa {
    color: #873600;
}

#portfolio-nav ul li a:link .fa,
#portfolio-nav ul li a:visited .fa {
	color: #585858;
	text-decoration: none;
}

#portfolio-nav ul li a:hover .fa { 
    color: #A04000;
} */

.column-tools {
    float: left;
    width: 50%;
  }
  
.row:after {
    content: "";
    display: table;
    clear: both;
  }

.port-btn i {
    font-size: 1.4em;
}

.port-descript {
    color: #201c1c;
    font-size: 1.1em;
    padding: 5px 0 0 10px;
    width:75%;
}

.port-descript a {
    font-size: 1em;
    font-weight: 500;
}

.port-descript i.fas {
    font-size: .8em;
}

.port-subhead {
    color: #201c1c;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px 0 0 10px;
}

.resume-content {
	float: right;
    width: 75%;
}

.resume-content h2 {
	font-size: 1.1em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: -2px;
    color: #444;
}

.project-information h2.portfolio-subheads span {
    font-weight: 500;
}

.resume-content h1.portfolio-project-title {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.75em;
    margin-bottom: -2px;
    color: #444;
    margin-top: 1em;
}


.project-information h2.job-title span {
    font-size: 1em;
    font-weight: 400;
    /* font-style: italic; */
}

.project-information h3 {
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.5em;
    color: #444;
}

.project-information p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    color: #444;
}

.project-information p.job-description {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6;
}

.project-information p.job-info {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6;
	color: #444;
	/* margin-bottom: 1px; */
} 

.project-information .job-info span.company {
	font-size: 1.1em;
	font-weight: 600;
	color:#444;
}

.project-information ul.skills li {
    font-size: 1em;
}
.project-information ul.skills li span {
    font-weight: 600;
}

.project-information ul li.first-bullet {
    margin-top: .5em;
}

.project-information ul li {
    font-size: 1em;
}

.portfolio-big {
    width: 90%;
    height: auto;
}


.portfolio-container a {
    color: #585858;
	text-decoration: none;
}

.portfolio-container a:active {
    color: #A04000;
	text-decoration: none;
}

.portfolio-container a:link {
    color: #585858;
	text-decoration: none;
}

.portfolio-container a:visited {
    color: #585858;
	text-decoration: none;
}

.portfolio-container a:hover{ 
    color: #A04000;
	text-decoration: none;
}

.portfolio-inner-heading {
    width: 100%;
    text-align: left;
    padding: 20px 0 10px 10px;
    font-size: 1.9em;
    line-height: 1.8em;
    font-weight: 500;
    color: #444;
}

.portfolio-main-heading {
    width: 85%;
    color:  rgb(206, 92, 47);
    text-align: left;
    font-weight: 700;
    margin-left: 1%;
    padding: 40px 0 10px 0;
}

article h2.portfolio-subheads {
    color:  rgb(206, 92, 47);
    font-weight: 500;
    font-size: 1.25em;
}


/* / / / / RESUME / / / / / */

a.home-resume-button  {
    border: none;
    outline: 0;
    float:left;
    margin-left: 4%;
    padding: 4px 12px;
    color: #fff;
    background-color: rgb(206, 92, 47);
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

section {
	border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    color: #444;
}

section:first-child {
	border-top: none;
}

#logo {
	width: 10%;
	float: left;
	margin-right: 20px;
}

#main-content {
	width: 90%;
	padding: 0 40px;
}

#wrapper {
	width: 90%;
	margin: 5%;
}


/* .footer-container {
    display: flex;
    flex-wrap: wrap;
} */

.highlight {
	color: #A04000;
	font-weight: 700;
}


/* .main  {
	padding: 20px 40px;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
	box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
} */

.resume-button {
    border: none;
    outline: 0;
    float: right;
    padding: 4px 12px;
    color: #f1f1f1;
    background-color: #F76F55;
    /* background-color: #f15a24; */
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.resume-button-footer {
    display: inline-block;
}

.resume-content {
	float: right;
    width: 75%;
}

.resume-content h2 {
	font-size: 1.1em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: -2px;
    color: #444;
}

.resume-content h2 span {
    font-weight: 500;
}

.resume-content h2.education-title-add {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.75em;
    margin-bottom: -2px;
    color: #444;
    margin-top: 1em;
}

.resume-content h2.job-title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: -2px;
    color: #444;
}

.resume-content h2.job-title span {
    font-size: 1em;
    font-weight: 400;
    /* font-style: italic; */
}

.resume-content h3 {
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.5em;
    color: #444;
}

.resume-content h4.clients {
    font-weight: 400;
    font-size: 1em;
    margin-top: -.75em;
    margin-bottom: 1.5em;
}

.resume-content h4.clients span {
    font-weight: 600;
}

.resume-content p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    color: #444;
}

.resume-content p.job-description {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6;
}

.resume-content p.job-info {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6;
	color: #444;
	/* margin-bottom: 1px; */
} 

.resume-content .job-info span.company {
	font-size: 1.1em;
	font-weight: 600;
	color:#444;
}

.resume-content ul.skills li {
    font-size: 1em;
}
.resume-content ul.skills li span {
    font-weight: 600;
}

.resume-content ul li.first-bullet {
    margin-top: .5em;
}

.resume-content ul li {
    font-size: 1em;
}

/* .resume-content ul li.job-duty-item {
    font-size: 1em;
    margin-top: .5em;
    line-height: 1.75em;
} */

.section-title h2 {
	float: left;
    width: 25%;
    margin: 0 0 0 30px;
	font-size: 1.45em;
	font-weight: 600;
	color: #444;
}

.skills {
	list-style-type: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin-bottom: 20px;
	font-size: .95em;
	color: #444;
}

.skills li {
	margin-bottom: 0px;
	line-height: 1.6em;
}

.skills span {
	font-weight: 800;
}

.skills-headings {
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
}
/* 
h4.sub-education {
	font-size: 1.1em;
	line-height: 1.2em;
    color: #444;
    font-weight: 400;
} */

.sub-info {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.75em;
	margin-bottom: 2px;
}


/* / / / / / / / Media Queries / / / / / / / */

/* / / / Tablets / / / / */
@media only screen and (min-width: 426px) and (max-width: 768px) {
        
    figcaption.about-me {
        padding-left: 4px;

    }

    header h1 {
        font-size: 32px;
        letter-spacing: .05em;
    }

    header p {
        font-size: 12px;
        width: 90%;
    }

    .content {
        padding: 0;
        width: 87%;
        height: auto;
    }

    .header2 {
        margin: 130px 0 40px 12px;
    }

    .header2 h1 {
        font-size: 36px;
    }

    .header2 p {
        font-size: 12px;
        width: 90%;
    }

    .work img {
        margin: 2%;
        width: 90%;
    }

    .work2 img {
        margin: 2%; 
    }
}


@media only screen and (max-width: 425px) {
    
    
    /* figcaption.about-me {
        padding-left: 3px;
    }


    footer p {
        /* margin: 20px 0 0 auto; */
        /* font-size: .95em;
        text-align: center;
        line-height: 1.5em;
        padding: 10px 20px 5px 20px;
    } */
    

    /* header h1 {
        font-size: 2.4em;
        letter-spacing: .04em;
        line-height: 1em;
    }

    header h2 {
        font-size: 1.4em;
        letter-spacing: .03em;
        font-weight: 500;
        line-height: 1.2em;
    } */

    /* h2.about-inner-heading {
        padding: 24px 0 10px 10px;
    } *
 
    nav a img {
        margin-left: 22px;
    } 

    #biopic {
        margin: 0;
    }


    #main-home-img {
        height: 260px;
    } */

/* 
    #main-content {
        padding: 0 20px;
        width: 80%;
        margin: 0 auto;
    }
    

    #menu-conatainer {
        margin: 0 18px 0 0;
    } */

/* 
    #portfolio-nav {
        padding: 20px 0 20px 0;
    } */

    .big-portfolio {
        padding: 0 20px;
        width: 90%;
    }

    .cell {
        margin: 2% auto;
    }

    .content {
        padding: 0;
        width: 95%;
        height: 100%;
    }
    /* .header-text-container {
        width: 60%;
        top: 45%;
        left: 39%;
    } */

/* 
    .header-text-container .home-button {
        padding: 6px 12px;
        font-weight: 600;
        font-size: .9em;
    } */

    /* .port-content {
        padding: 10px 0 0 0;
        margin: 0 auto;
        width: 65%;
    } */

    .portfolio-inner-heading {
        text-align: center;
        padding: 10px 0 10px 0;
        font-size: 1.7em;
        line-height: 1.2em;
    }
    

    .portfolio-main-heading {
        width: 85%;
        text-align: center;
        font-weight: 600;
        font-size: 1.5em;
        padding: 25px 0 2px 0;
    }


    .resume-button  {
        float: none;
        margin: 0 auto;
        line-height: 2.5em;
    }

     
    .resume-content {
        width: 100%;
    }

    
    .section-title {
        font-size: 1em;
    }

    .section-title, .content {
		clear: both;
	}


    .section-title h2 {
        margin: 0 auto;
        font-size: 1.45em;
        font-weight: 500;
        padding: 2% 0 0 0;
        line-height: 2em;
        color: #444;
        width: 100%;
    }


    .skills {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .skills-headings {
        font-size: 1.2em;
        font-weight: 300;
        line-height: 1.2em;
    }
	
    
    .social-contact {
        width: 70%;
        margin-bottom: 30px;
    }
    
}
