body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background: url(../images/bkg.png);
    background-size: contain;
}


/* animation for words */

.wordschange {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}

.wordschange:before {
    content: "us";
    animation: animate infinite 8s;
}

@keyframes animate {
    0% {
        content: "Be who you wanna be";
    }
    25% {
        content: "exepress with love";
    }
    50% {
        content: "The world is sick, cure it!";
    }
    75% {
        content: "Love not war";
    }
    100% {
        content: "Always be awesome.";
    }
}


/* golbal any thing that can be put any where */

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}


/* the unordered list in the header */

ul {
    margin: 0;
    padding: 0;
}


/* submision button of newsletter */

.button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
}


/* header */

header {
    background: url(../images/jpg.jpg);
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}


/* all links in header tag */

header a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}


/* all the list in the unordered list */

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 0px;
}


/* editing for the div in the header */

header #logo {
    float: left;
}


/* editing for the heading in header */

header #logo h1 {
    margin: 0;
}


/* editing for the navigation in the header */

header nav {
    float: right;
    margin-top: 10px;
}


/* editing for header first word and the link whic is the homepage */

header .highlight,
header .current a {
    color: #e8491d;
    font-weight: bold;
    text-transform: capitalize;
    font-weight: bold;
}


/* when some hovers with a mouse over content.
on the navigation links */

header a:hover {
    color: #cccccc;
    font-weight: bold;
}


/* showcase: back ground image of under header */

#showcase {
    min-height: 400px;
    background: url(../images/obama.jpg) 0 0 no-repeat;
    text-align: center;
    color: #e8491d
}


/* logo image */

header span #logoimg {
    width: 50px;
    height: auto;
    padding-right: 10px;
    float: left;
    margin-top: -2px;
}

#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p {
    font-size: 20px;
}


/* newsletter editing */

#newsletter {
    padding: 15px;
    color: #ffffff;
    background: #35424a;
}

#newsletter h1 {
    float: left;
}

#newsletter form {
    float: right;
    margin: 15px;
}

#newsletter input[type="email"] {
    padding: 4px;
    height: 25px;
    width: 250px;
}


/* Gallery editing */

.colourchange {
    color: #deeaee
}

#boxes {
    padding: 100px;
    text-align: center;
}

#boxes .box {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
}

#boxes .box img {
    width: 150px;
}


/* gallery background */

#table_background {
    background-color: rgb(255, 235, 239);
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
    border-top: 15px solid #e8491d;
    height: 800px;
    width: auto;
}

#present {
    text-decoration: underline;
    text-align: center;
    color: white;
}

#frontborder {
    width: 100%;
    height: 0px;
    font-family: Bradley Hand ITC;
}


/* bottom page footer */

footer {
    background-color: #e8491d;
    color: white;
    text-align: center;
    padding-bottom: 20px;
    height: 25px;
    font-size: 18px;
}


/* cv background editing */

.table_backgroundCv {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
    border-top: 15px solid #e8491d;
    height: 1600px;
    width: auto;
}


/* Cv image editing */

.cv {
    width: 1000px;
    margin-right: 100px;
    padding: 50px 0 0 100px
}

.aboutme {
    width: 80%;
    margin-left: 100px;
    background-color: white;
}body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background: url(../images/bkg.png);
    background-size: contain;
}


/* animation for words */

.wordschange {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}

.wordschange:before {
    content: "us";
    animation: animate infinite 8s;
}

@keyframes animate {
    0% {
        content: "Be who you wanna be";
    }
    25% {
        content: "exepress with love";
    }
    50% {
        content: "The world is sick, cure it!";
    }
    75% {
        content: "Love not war";
    }
    100% {
        content: "Always be awesome.";
    }
}


/* golbal any thing that can be put any where */

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}


/* the unordered list in the header */

ul {
    margin: 0;
    padding: 0;
}


/* submision button of newsletter */

.button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
}


/* header */

header {
    background: url(../images/jpg.jpg);
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}


/* all links in header tag */

header a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}


/* all the list in the unordered list */

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 0px;
}


/* editing for the div in the header */

header #logo {
    float: left;
}


/* editing for the heading in header */

header #logo h1 {
    margin: 0;
}


/* editing for the navigation in the header */

header nav {
    float: right;
    margin-top: 10px;
}


/* editing for header first word and the link whic is the homepage */

header .highlight,
header .current a {
    color: #e8491d;
    font-weight: bold;
    text-transform: capitalize;
    font-weight: bold;
}


/* when some hovers with a mouse over content.
on the navigation links */

header a:hover {
    color: #cccccc;
    font-weight: bold;
}


/* showcase: back ground image of under header */

#showcase {
    min-height: 400px;
    background: url(../images/obama.jpg) 0 0 no-repeat;
    text-align: center;
    color: #e8491d
}


/* logo image */

header span #logoimg {
    width: 50px;
    height: auto;
    padding-right: 10px;
    float: left;
    margin-top: -2px;
}

#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p {
    font-size: 20px;
}


/* newsletter editing */

#newsletter {
    padding: 15px;
    color: #ffffff;
    background: #35424a;
}

#newsletter h1 {
    float: left;
}

#newsletter form {
    float: right;
    margin: 15px;
}

#newsletter input[type="email"] {
    padding: 4px;
    height: 25px;
    width: 250px;
}


/* Gallery editing */

.colourchange {
    color: #deeaee
}

#boxes {
    padding: 100px;
    text-align: center;
}

#boxes .box {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
}

#boxes .box img {
    width: 150px;
}


/* gallery background */

#table_background {
    background-color: rgb(255, 235, 239);
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
    border-top: 15px solid #e8491d;
    height: 800px;
    width: auto;
}

#present {
    text-decoration: underline;
    text-align: center;
    color: white;
}

#frontborder {
    width: 100%;
    height: 0px;
    font-family: Bradley Hand ITC;
}


/* bottom page footer */

footer {
    background-color: #e8491d;
    color: white;
    text-align: center;
    padding-bottom: 20px;
    height: 25px;
    font-size: 18px;
}


/* cv background editing */

.table_backgroundCv {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
    border-top: 15px solid #e8491d;
    height: 1600px;
    width: auto;
}


/* Cv image editing */

.cv {
    width: 1000px;
    margin-right: 100px;
    padding: 50px 0 0 100px
}

.aboutme {
    width: 80%;
    margin-left: 100px;
    background-color: white;
}body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background: url(../images/bkg.png);
    background-size: contain;
}


/* animation for words */

.wordschange {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}

.wordschange:before {
    content: "us";
    animation: animate infinite 8s;
}

@keyframes animate {
    0% {
        content: "Be who you wanna be";
    }
    25% {
        content: "exepress with love";
    }
    50% {
        content: "The world is sick, cure it!";
    }
    75% {
        content: "Love not war";
    }
    100% {
        content: "Always be awesome.";
    }
}


/* golbal any thing that can be put any where */

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}


/* the unordered list in the header */

ul {
    margin: 0;
    padding: 0;
}


/* submision button of newsletter */

.button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
}


/* header */

header {
    background: url(../images/jpg.jpg);
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}


/* all links in header tag */

header a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}


/* all the list in the unordered list */

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 0px;
}


/* editing for the div in the header */

header #logo {
    float: left;
}


/* editing for the heading in header */

header #logo h1 {
    margin: 0;
}


/* editing for the navigation in the header */

header nav {
    float: right;
    margin-top: 10px;
}


/* editing for header first word and the link whic is the homepage */

header .highlight,
header .current a {
    color: #e8491d;
    font-weight: bold;
    text-transform: capitalize;
    font-weight: bold;
}


/* when some hovers with a mouse over content.
on the navigation links */

header a:hover {
    color: #cccccc;
    font-weight: bold;
}


/* showcase: back ground image of under header */

#showcase {
    min-height: 400px;
    background: url(../images/obama.jpg) 0 0 no-repeat;
    text-align: center;
    color: #e8491d
}


/* logo image */

header span #logoimg {
    width: 50px;
    height: auto;
    padding-right: 10px;
    float: left;
    margin-top: -2px;
}

#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p {
    font-size: 20px;
}


/* newsletter editing */

#newsletter {
    padding: 15px;
    color: #ffffff;
    background: #35424a;
}

#newsletter h1 {
    float: left;
}

#newsletter form {
    float: right;
    margin: 15px;
}

#newsletter input[type="email"] {
    padding: 4px;
    height: 25px;
    width: 250px;
}


/* Gallery editing */

.colourchange {
    color: #deeaee
}

#boxes {
    padding: 100px;
    text-align: center;
}

#boxes .box {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
}

#boxes .box img {
    width: 150px;
}


/* gallery background */

#table_background {
    background-color: rgb(255, 235, 239);
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
    border-top: 15px solid #e8491d;
    height: 800px;
    width: auto;
}

#present {
    text-decoration: underline;
    text-align: center;
    color: white;
}

#frontborder {
    width: 100%;
    height: 0px;
    font-family: Bradley Hand ITC;
}


/* bottom page footer */

footer {
    background-color: #e8491d;
    color: white;
    text-align: center;
    padding-bottom: 20px;
    height: 25px;
    font-size: 18px;
}


/* cv background editing */

.table_backgroundCv {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
    border-top: 15px solid #e8491d;
    height: 1600px;
    width: auto;
}


/* Cv image editing */

.cv {
    width: 1000px;
    margin-right: 100px;
    padding: 50px 0 0 100px
}

.aboutme {
    width: 80%;
    margin-left: 100px;
    background-color: white;
}body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background: url(../images/bkg.png);
    background-size: contain;
}


/* animation for words */

.wordschange {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}

.wordschange:before {
    content: "us";
    animation: animate infinite 8s;
}

@keyframes animate {
    0% {
        content: "Be who you wanna be";
    }
    25% {
        content: "exepress with love";
    }
    50% {
        content: "The world is sick, cure it!";
    }
    75% {
        content: "Love not war";
    }
    100% {
        content: "Always be awesome.";
    }
}


/* golbal any thing that can be put any where */

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}


/* the unordered list in the header */

ul {
    margin: 0;
    padding: 0;
}


/* submision button of newsletter */

.button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
}


/* header */

header {
    background: url(../images/jpg.jpg);
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}


/* all links in header tag */

header a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}


/* all the list in the unordered list */

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 0px;
}


/* editing for the div in the header */

header #logo {
    float: left;
}


/* editing for the heading in header */

header #logo h1 {
    margin: 0;
}


/* editing for the navigation in the header */

header nav {
    float: right;
    margin-top: 10px;
}


/* editing for header first word and the link whic is the homepage */

header .highlight,
header .current a {
    color: #e8491d;
    font-weight: bold;
    text-transform: capitalize;
    font-weight: bold;
}


/* when some hovers with a mouse over content.
on the navigation links */

header a:hover {
    color: #cccccc;
    font-weight: bold;
}


/* showcase: back ground image of under header */

#showcase {
    min-height: 400px;
    background: url(../images/obama.jpg) 0 0 no-repeat;
    text-align: center;
    color: #e8491d
}


/* logo image */

header span #logoimg {
    width: 50px;
    height: auto;
    padding-right: 10px;
    float: left;
    margin-top: -2px;
}

#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p {
    font-size: 20px;
}


/* newsletter editing */

#newsletter {
    padding: 15px;
    color: #ffffff;
    background: #35424a;
}

#newsletter h1 {
    float: left;
}

#newsletter form {
    float: right;
    margin: 15px;
}

#newsletter input[type="email"] {
    padding: 4px;
    height: 25px;
    width: 250px;
}


/* Gallery editing */

.colourchange {
    color: #deeaee
}

#boxes {
    padding: 100px;
    text-align: center;
}

#boxes .box {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
}

#boxes .box img {
    width: 150px;
}


/* gallery background */

#table_background {
    background-color: rgb(255, 235, 239);
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
    border-top: 15px solid #e8491d;
    height: 800px;
    width: auto;
}

#present {
    text-decoration: underline;
    text-align: center;
    color: white;
}

#frontborder {
    width: 100%;
    height: 0px;
    font-family: Bradley Hand ITC;
}


/* bottom page footer */

footer {
    background-color: #e8491d;
    color: white;
    text-align: center;
    padding-bottom: 20px;
    height: 25px;
    font-size: 18px;
}


/* cv background editing */

.table_backgroundCv {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
    border-top: 15px solid #e8491d;
    height: 1600px;
    width: auto;
}


/* Cv image editing */

.cv {
    width: 1000px;
    margin-right: 100px;
    padding: 50px 0 0 100px
}

.aboutme {
    width: 80%;
    margin-left: 100px;
    background-color: white;
}