* {
    font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    word-spacing: 2px;
    letter-spacing: 1px;
    margin: 0%;
}

nav {
    height:80px;
    width: 100%;
    background-color: #465C46;
}

.logo a{
    color: white;
    font-size: 35px;
    line-height:75px;
    padding: 100px 0;
    padding-left: 20px;
    font-weight: 600;
}
.logo1 a{
    color: #FFCC00;
    font-size: 35px;
    line-height:72px;
    padding: 100px 0;
    padding-left: 20px;
    font-weight: 545;
}

img {
    border: 1px;
    border-radius: 10px;
}

nav input {
    margin-top: 1%;
    padding: 0%;
    border: 0%;
    margin-left: 7%;
    width: 20%;
}

nav label {
    word-spacing: 0px;
}

.button4 {
    background-color: #D9D9D9;
    color: #465C46;
    border: 1px solid #D9D9D9;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

nav ul {
    float:right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    padding: 100px 0;
    padding: 5px 0;
    margin-top: 25px;
}

nav ul li a {
    color: white;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 590;

}

.button {
    background-color: #465C46;
    color: #D9D9D9;
    border: 1px solid #D9D9D9;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.button:active {
    background-color: #D9D9D9;
    color: #465C46;
    border: 1px solid #D9D9D9;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.button2 {
    background-color: #D9D9D9;
    color: #465C46;
    border: 1px solid #D9D9D9;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;

}

.button2:active {
    background-color: #465C46;
    color: #D9D9D9;
    border: 1px solid #D9D9D9;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.button3 {
    background-color: #FFCC00;
    color: black;   
    border: 1px solid #FFCC00;
    font-size: 18px;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.button3 a {
    color: black;
}

.button3:active {
    background-color: black;
    color: #FFCC00;
    border: 1px solid #FFCC00;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: #FFCC00;
    font-weight: 600;
    font-size: 35px;
}



.body {
    float: left;
    width:50%;
}
.body h1 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 540;
    margin-bottom: 5%;
    color: #465C46;
    font-weight: 600;
}

.body a {
    font-weight: 600;
}

.body p {
    line-height: 25px;
    color: #465C46;
}

aside {
    display: inline-block;
    float: right;
    width: 50%;
}

.clr {
    clear: both;
}

@media(min-width:1000px){
    .thecourses {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}



.thecourses div {
    border: 1px;
    border-radius: 20px;
    padding: 10px;
}

.block{
    flex-basis: 20%;
    background-color: #f9f9f9;
}

.block h2 {
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}

.block p {
    text-align: center;
}

.mainbody {
	margin: auto;
    background-color: 
    #E1ECE1;
}

img {
    width: 100%;
    height: 100%;   
}

aside div img {
    height: 400px;
    width: min-content;
    margin-top: 40px;
}

.courses h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 549;
    color: #465C46;
    font-weight: 600;
}

.course {
    color: black;
    font-weight: 550;
}

.block h2 {
    font-weight: 600;
    letter-spacing: 2px;
}

.block p {
    font-weight: 590;
}

.yo {
    width: 80%;
    margin: auto;
}

footer {
    background-color: #465C46;
    color: white;
    padding: 20px;
    text-align: center;
}

.cour {
    width: 80%;
    margin: auto;
}
