h1 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@keyframes fadeinall {
    0% {
      opacity: 1; }
    97% {
      opacity: 0; }
    98% {
      opacity: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    99% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    100% {
      opacity: 0;
      z-index: -1; } }
    #loader {
      opacity: 1;
      position: fixed;
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      background-color: #fff;
      z-index: 999;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation: fadeinall 1s normal both;
      animation: fadeinall 1s normal both;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}



header img {
    width: 30%;
    height: auto;
    padding: 10px 0px 10px 10px;
}

header nav {
    float: right;
    display: inline;
    margin-top: 4%;
}

nav li {
    display: inline-block;
    padding-left: 60px;
    margin-right: 50px;
    font-size: 1.2em;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: #0069D9;
}

a:active {
    text-decoration: none;
    color: #0069D9;
}

#infobox3 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: 15px;
    border-radius: 15px; 
}

#widgetbox {
    display: inline-flex;
    justify-content: space-around;
    margin: 15px;
    width: 96vw;
    border-radius: 15px;
}

#widgetbox div {

    height: auto;
    width: 35em;

}

#contactwidget {
    display: inline-block;
    height: auto;
    width: 300px;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 0px;
}

#infoboxflex {
    display: inline-flex;
    justify-content: space-between;
    text-align: center;
    width: 98vw;
}



#infobox1contact {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: 15px;
    border-radius: 15px;
    width: 75vw;
    padding-left: 30px;
}


#infobox1 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: 15px;
    border-radius: 15px;
}

#infobox1 img {
    padding: 20px;
    width: auto;
    height: 300px;
    border-radius: 25px;
}

#innerinfobox1 {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}

#innerinfobox1 p {
    text-align: center;
    padding-top: 15%;
}

#infobox2 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: 15px;
    border-radius: 15px;
}

#infobox2 img {
    padding: 20px;
    width: 300px;
    height: auto;
    border-radius: 25px;
}

#innerinfobox2 {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}

#innerinfobox2 p {
    text-align: center;
    padding-top: 15%;
}

#flashcardsbox {
    margin: 15px 0px 15px 0px;
}

#innerflashcardsbox {
    width: 100%;
    padding: 20px 0px 15px 0px;
    display: inline-flex;
    justify-content: space-around;
}

#innerflashcardsbox img {
    width: 80px;
    height: auto;
    
}

#innerflashcardsbox div div {
    height: 200px;
    padding: 50px 20px 10px 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    
}

#fc1 {
    background-color: #CC5D2F;
    
}

#fc2 {
    background-color: #6EA3B5;
    
}

#fc3 {
    background-color: #8BBE4F;
   
}

#fc4 {
    background-color: #C8398C;
    
}

#fc5 {
    background-color: #DCD8AC;
    
}




footer {
    background-color: #F0F0F0;
    width: 100vw;
    font-size: 1em;
    
}

#innerfooter {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    padding: 20px 0px 15px 0px;
}

#innerfooter #icons {
    display: inline-flex;
    justify-content: space-between;
    padding: 0px 400px 0px 200px;
}

#innerfooter div p {
    opacity: 0.5;
}


.socialmediaicons {
    width: auto;
    padding: 0px 20px 0px 20px;
    height: 28px;
}

/* contact page */

#last{
    width: 100%;
    height: auto;
    justify-content: center;
    background-color: #ffffff;
    }
    .full{
    width: 80%;
    display: inline-block;
    margin:2%;
    margin-left: 10%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    margin-bottom: 8%;
    margin-top: 8%;
    }
    .full h3{
    font-size: 2rem;
    display:block;
    margin: 2%;
    margin-bottom: 0;
    }
    .lt{
    padding: 2%;
   text-align: center;
    margin: 2%;
    }
    .rt{
    padding: 2%;
    margin: 2%;
    }
    .lt textarea{
    width: 94%;
    margin-left: 2.8%;
    }
    button{
    margin: 2%;
    
    }
    .btn-primary{
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5%;
    }
    .list-item{
    margin-bottom: 2%;
    list-style-type: none;
    }
    .list-item span{
    margin-left: 10px;
    font-size: 1.4rem;
    }
    .list-item a{
    color: rgb(0, 0, 0);
    display: inline-block;
    }
    .list-item a:hover{
    text-decoration: underline;
    }
    .form-control{
    background-color: rgb(255, 255, 255);
    }

    #address {
        font-family: 'Raleway', sans-serif;
        font-size: 17px;
    }

    #email {
        font-family: 'Raleway', sans-serif;
        font-size: 17px;
    }

    #phone1 {
        font-family: 'Raleway', sans-serif;
        font-size: 17px;
    }

    #phone2 {
        font-family: 'Raleway', sans-serif;
        font-size: 17px;
    }
        
    @media screen and (min-width: 770px){
    .full{
        width: 70%;
        margin-left: 15%;
    }
    .lt textarea{
    width: 95%;
    margin-left: 2.4%;
    }
    }
        
    @media screen and (min-width: 1100px){
    .full{
        width: 65%;
        margin-left: 17%;
        margin-top: 5%;
    }
    .lt{
        width: 55%;
        display: inline-block;
        float: left;
        margin-right: 0;
    }
    .rt{
        width: 35%;
        display: inline-block;
        margin-left: 0;
    }
    .list-item{
    margin-bottom: 10%;
    }
    .contact-list{
        margin-top: 22%;
        padding-right: 8%;
    }
    .fa-envelope, .gmail{
        display: inline-block;
        width: auto;
    }
    }
    
    /* Blog page*/

    #blogheader {
        font-weight: 500;
    }


    @media only screen and (min-width: 481px) and (max-width: 760px) {
      header nav {
           margin-top: 4%;
       }
       nav li {
        display: inline-block;
        padding-left: 15px;
        margin-right: 10px;
        font-size: 1.2em;
    }
    #innerinfobox1{
        flex-direction: column-reverse;
    }
    #infobox1 img {
        padding: 20px;
        margin-left: 15%;
        width: auto;
        height: 300px;
        text-align: center;
    }
    #innerinfobox1 p {
        padding-top: 5%;
    }
    #flashcardsbox {
        margin: 15px 0px 15px 0px;
    }
    
    #innerflashcardsbox {
        width: 100%;
        padding: 0px 0px 0px 0px;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-around;
    }
    
    #innerflashcardsbox img {
        width: 40px;
        height: auto;
        margin-top: 20px;
        
    }
    
    #innerflashcardsbox div div {
        height: 150px;
        padding: 5px 5px 5px 0px;
        border-radius: 10px;
        text-align: center;
        color: white;
        
    }
    #innerflashcardsbox div {
        padding-bottom: 5px;
    }
    #infobox2 img {
        padding: 20px;
        width: 300px;
        margin-left: 15%;
        height: auto;
        border-radius: 25px;
    }
    
    #innerinfobox2 {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-around;
    }
    
    #innerinfobox2 p {
        text-align: center;
        padding-top: 5%;
    }
    footer {
        background-color: #F0F0F0;
        width: 100vw;
        font-size: 1em;
        
    }
    
    #innerfooter {
        width: 100%;
        display: inline-flex;
        justify-content: space-around;
        padding: 20px 0px 15px 0px;
    }
    
    #innerfooter #icons {
        display: inline-flex;
        justify-content: space-between;
        padding: 0px 80px 0px 0px;
    }
    
    #innerfooter div p {
        opacity: 0.5;
    }

    #widgetbox {
        flex-direction: column;
    }

    #widgetbox div {
        width: 30em;
        padding-top: 5px;
    }

    #infoboxflex {
        display: block;
    }

    #infobox1contact {
        width: 90vw;
    }

    #contactwidget {
        margin-top: 10px;
        width: 400px;
    }
      }



      @media only screen and (max-width: 480px) {
       
      }