/* style the main body of the document */
body {
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;

    background-image: linear-gradient(#4BC4EB,#8084FF)
}

.semibold-italic {
    font-weight: 600;
    font-style: italic;
}

.thin {
    font-weight: 100;
    font-style: normal;
}

.light {
    font-weight: 300;
    font-style: normal;
}

.black {
    font-weight: 900;
    font-style: normal;
}

.thin-italic {
    font-weight: 100;
    font-style: italic;
}

.black-italic {
    font-weight: 900;
    font-style: italic;
}

.extrabold {
    font-weight: 800;
    font-style: normal;
}

.light-italic {
    font-weight: 300;
    font-style: italic;
}

.semibold {
    font-weight: 600;
    font-style: normal;
}

.regular {
    font-weight: 400;
    font-style: normal;
}

.medium {
    font-weight: 500;
    font-style: normal;
}

.bold {
    font-weight: 700;
    font-style: normal;
}

p.indent {
    text-indent: 30px;
}

.kern1 {
    letter-spacing: 0.1em;
}

img {
  float: right;
}

p.clear {
  clear: initial;
}

h4.clear {
    clear: initial;
}

/* style the paragraph text */
p {
font-weight: 300;
font-style: normal;
font-size: 20px;
padding-top: ;
padding-right: 720px;
padding-bottom: 0px;
padding-left: 135px;
}

/* style the headings */
h1 {
text-align: center;
font-size: 200px;
line-height: 10px;
}

h2 {
font-weight: 300;
font-style: normal;
font-size: 50px;
line-height: 10px;
padding-top: 130px;
padding-right: 5px;
padding-bottom: 25px;
padding-left: 135px;
}

h3 {
font-weight: 300;
font-style: normal;
font-size: 50px;
line-height: 10px;
padding-top: 25px;
padding-right: 5px;
padding-bottom: 400px;
padding-left: 135px;
}

h4 {
text-align: left;
font-weight: 100;
font-style: normal;
font-size: 60px;
line-height: 5px;
padding-top: 300px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 135px;
}

h5 {
text-align: left;
font-weight: 100;
font-style: normal;
font-size: 30px;
line-height: 5px;
padding-top: 2px;
padding-right: 15px;
padding-bottom: 2px;
padding-left: 135px;
}

h6 {
text-align: left;
font-weight: 500;
font-style: italic;
font-size: 50px;
padding-top: 400px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 135px;
}


/* style the unordered list */
ul {

}

/*define the link styles*/
a {

}
a:hover {

}
a:visited {

}

/*define the strong styles*/
strong {

}

/*define the emphasis styles*/
em {

}
/*define the image styles*/

img {
 
}