@charset "UTF-8";
@import url("../webfonts/coolvetica_compressed_rg/stylesheet.css");
@import url("../webfonts/coolvetica_condensed_rg/stylesheet.css");
@import url("../webfonts/Poppins_Regular/stylesheet.css");
@import url("../webfonts/Mount_Hills/stylesheet.css");
@import url("../webfonts/Jost_Regular/stylesheet.css");
/* CSS Document */

nav ul {
	position: relative;
	padding: 20px 50px;
    list-style-type: none;
    display: flex;
    justify-content:flex-end;
}

nav ul li a {
    position: relative;
    display: block;
    padding: 40px;
    font-family: "Poppins Regular";
    text-decoration: none;
    font-size: 1.3em;
    color: #FFFFFF;
}

nav ul li a:hover {
    position: relative;
    display: block;
    padding: 40px;
    font-family: "Poppins Regular";
    text-decoration: none;
    font-size: 1.3em;
    color: #aab437;
}

.image01{
    transform: scale(.11);
    display: block;
    width: 3%;
    position: absolute;
    top: -100px;
    margin-top: -70px;
} 

body {

  /* The image used */
  background-image: url("../images/coursebackground01.jpg");

  min-height: 770px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
}



h1{
    font-family: "coolvetica condensed rg";
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing: 10px;
    text-shadow: 4px 4px 5px #000000;
    transform: scaleY(1.2);
    font-size: 6em;
    text-align: center;
}

article h2 {
    position: absolute;
    font-family: "Poppins Regular";
    color: #000000;
    font-size: 3em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 650px;
    margin-left: 1086px;
}

article h4 {
    position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 3em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 1975px;
    margin-left: 1086px;
}

article h6 {
	position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 3em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 3420px;
    margin-left: 1086px;
}

article h3 {
	    position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 3em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 1280px;
    margin-left: 170px;
}

article h5 {
	    position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 3em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 2730px;
    margin-left: 170px;
}

article h7 {
	    position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 3em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 4290px;
    margin-left: 90px;
}

article p1 {
    position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 2em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 790px;
    margin-left: 1080px;
}

article p3 {
    position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 2em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 2400px;
    margin-left: 1086px;
}



article p2 {
    position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 2em;
    font-weight: lighter;
    width: 20em;
    text-align: left;
    margin-top: 1450px;
    margin-left: 120px;
}

article p {
    position: absolute;
    font-family: "Jost Regular";
    color: #000000;
    font-size: 2em;
    font-weight: lighter;
    width: 40em;
    text-align: center;
    padding-top: 300px;
    padding-left: 350px;
}

article a {
    position: absolute;
    font-family: "Jost Regular";
    color: #aab437;
    font-size: 2em;
    font-weight: lighter;
    width: 40em;
    text-align: center;
    padding-top: 400px;
    padding-left: 350px;
}







.row {
    position: absolute;
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin-top: 90px;
}

/* Create four equal columns that sits next to each other */
.column1 {
  -ms-flex: 30%; /* IE10 */
  flex: 30%;
  max-width: 45%;
  padding: 0 80px;
}

.column2 {
    -ms-flex: 30%; /* IE10 */
    flex: 30%;
    max-width: 45%;
    position: absolute;
    padding-left: 970px;
    padding-top: 750px;
}

.column1 img {
  margin-top: 1050px;
  vertical-align: middle;
  width: 100%;
}

.column2 img {
  margin-top: 1050px;
  vertical-align: middle;
  width: 100%;
}
