@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: rgb(233, 233, 233);
}

body {
    margin: 0%;
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

p {
    font-size: 20px;
    font-weight: 400;
}

.wrapper {
    width: 85%;
    margin: auto;
}

.covid_info {
    text-align: center;
    font-size: 20px;
    color: rgb(228, 178, 41);
    padding-top: 10px;
    text-decoration: none;
}

.nav {
    height: 7vh;
    background-color: white;
    text-align: center;
    box-shadow: 1px 1px 5px; 
}

.nav ol {
    padding: 0px
}

.nav ol li {
    display: inline-block;
    text-align: center;
    margin-top: 1.5vh;
}

.nav ol li a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    padding: 20px;
}

.nav ol li a:hover {
    color: rgb(228, 178, 41);
}

.main1 h1 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.main1 h2 {
    text-align: center;
    padding-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.Horizontal_Pencil { /* This image was found at https://weareticonderoga.com/wp-content/uploads/2019/06/13308_GLAMOUR_2000X2000.png*/
    margin-left: 200px;
    margin-right: 200px;
    padding-bottom: 30px
}

.buy_button {
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    background-color: white;
    box-shadow: 1px 1px 5px; 
    color: black;
    border-radius: 10px;
    padding: 10px;
    margin-left: 550px;
}

.main2 h4 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.main2 p {
    text-align: center;
    padding-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.math_pencil { /*This image was found at https://unsplash.com/photos/fteR0e2BzKo*/
    padding-left: 315px;
    padding-top: 10px;
}

.features p {
    margin-bottom: 15px;
}

.features_button {
    color: rgb(228, 178, 41);
    font-size: 20px;
    text-decoration: none;
    margin-left: 515px
}

.footer {
    height: 50px;
    background-color: rgb(228, 178, 41);
    text-align: center;
    font-size: 20px;
    padding-top: 25px;
    margin-top: 30px;
}

/*-------------Features Page Starts Here-------------*/

.grid_container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0px;
}

.grid_pic {
    margin-left: 70px;
    height: 300px;
    text-align: center;
}

.grid_name {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

.grid_desc {
    font-style: italic;
    font-size: 20px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

/*----------------Buy Page Starts Here---------------*/

.grid_container2 {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0px;
}

.grid_container3 {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0px;
}

.main3 {
    background-color: white;
    width: 25%;
    box-shadow: 1px 1px 5px;
    margin-top: 20px;
    margin-left: 460px;
    padding: 10px;
}

.main3 form {
    font-size: 20px;
    text-align: center;
}

.main3 form label {
    font-weight: 600;
}