/* Default styles for elements */

h1{
    color: #0F4C75;
    font-family: 'Dancing Script', cursive;
}
h2{
    font-family: 'Comfortaa', cursive;
    font-weight: normal;
    color: #0F4C75;
}
h3,th{
    color: #0F4C75;
    font-family: 'Comfortaa', cursive;
}
p,td,li{
    color:#1B262C;
    font-family: 'Roboto', sans-serif;
}
a{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
}


/* Classes */
.avatar-img{
    margin-top: 10px; /*Some images are provided by flaticons.com*/
    max-width: 200px; 
}

.intro{
    padding-top: 9rem;
    position: relative;
    background-color: #BBE1FA;
}
.intro h1{
    margin: 0;
    padding-top: 0.125rem;
    line-height: 2;
}
.intro hr{
    border-style: solid;
    border-width: 1px;
    border-color: #653614;
    width: 100%;
    margin-top: 0;
    margin-bottom:0; 
}
.cloud1{
   position: absolute;
   right: 380px;
   top: 100px;     
}
.cloud2{
    position: absolute;
    bottom: 320px;
    left: 380px;
}

.mid-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.bot-container{
    background-color: #0F4C75;
}
.paragraph{
    width: 70%;
    margin: 0 auto 3%;
}

