/* Basic Setup */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html{
    background-color: white;
    color:#555;
    font-family: 'Lato','Arial','sans-serif';
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;

}

.clearfix{zoom:1}
.clearfix:after{
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* Reusable Components */

section {
    padding: 30px 0;
    z-index: 9999;
}

.row {
    max-width: 1140px;
    margin: 0 auto;

}

.box {
    padding: 1%;
}

h1,
h2,
h3 {
    font-weight:300;
    text-transform: uppercase;

}

h1{
    margin-top: 0;
    margin-bottom:20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;

}


h3 {
    font-size: 110%;
    margin-bottom: 15px;
}
h2:after {
    display: block;
    height: 2px;

    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

/* ---- Paragraphs ---- */

.long-copy {
    width: 70%;
    margin-left: 15%;
    line-height: 145%;
}


.box p {
    font-size: 90%;
    line-height: 145%;
}

/* ---- Icons ---- */

.icon-big {
    font-size: 350%;
    display: block;

    margin-bottom: 10px;


}

.icon-small {
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size:120%;
     /* secrets to align text+code*/
    line-height: 120%;
    vertical-align: middle;
    margin-top:-5px;
}

/* ---- Links ---- */



/* Header */

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/learning.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
    width: 100%;
    z-index: 990;

}
nav {
  width: 100%;
  background-color: black;
}

.title {
    float: left;
    margin-top: 20px;
    padding: 0;
    color: white;
    font-weight: 300;
}
.main-nav {
    float: right;
    list-style: none;
    margin-top: 30px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
}

.main-nav li a:hover,
.main-nav li a:active {
  padding: 4px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border 0.2s
}


/* Mobile navi */
.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}


/* Sticky navi */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav { margin-top: 18px; }

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0;
    color: #555;
}

.header-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    z-index: 991
}
#arrow-down{
    position: absolute;
    transform: translate(-50%, -50%);
    bottom:.2%;
    right:5%;
    color:#ffffff;
}

.covid-19{
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    height:80px;
    background-color: red;
}

.covid-19 h4 {
    color: white;
    position: relative;
    top:-25px;
    left: 30px;
    padding: 20px;

}
.covid-19 a {
    color: white;
    position: absolute;
    top: 10px;
}

/* Sticky Navi */

.sticky{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        background-color: rgba(255,255,255,0.98);
        box-shadow: 0 2px 2px #efefef;
        z-index: 9999;

}

.sticky .main-nav {margin-top: 7px;}


.sticky .main-nav li a:link,
.sticky .main-nav li a:visited{
    padding: 16px 0;
    color: #555;
}
.sticky .logo {display: none;}
.sticky .logo-black {display: block;}

/* Goals */

.section-goals {
    background-color: #ffffff;
}


/* - Covid Section - */
.section-covid {
    background-color: #f8f8f8;
}
#.section-covid a href {


}

/*Footer*/

footer {
    background-color: #333;
    padding: 50px;
    font-size: 90%;
}

.footer-nav {
    list-style: none;
    float: none;
}
.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.2;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 170%;
    text-decoration: none;
}

.ion-social-facebook,
.ion-social-twitter, {
    transition: color 0.2s;
}

.ion-social-facebook:hover,
.ion-social-facebook:active{
    color: #3b5998;
}

.ion-social-twitter:hover,
.ion-social-twitter:active{
    color: #00aced;
}



footer p {
    color: #888;
    text-align: center;
    margin-top: 30px;
}
/* Experiences */
.experiences{background-color: #f8f8f8;}

/* About Us */

.about-us {
    background-color: #f8f8f8;
}

.description {
    margin-top: 20px;
}
.profile-img{
    height:159px;
    width: 120px;
}

/* Book */

.book{
    margin:0 auto;
    padding: 0 auto;
    height:80%;
    background-color: #ffffff;
}
