
/*
    HEADER STYLING
 */

body{
    font-size: 16px;
}

.header {
    padding: 20px;
    color: grey;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: white;
    font-family: 'Abel', sans-serif;

}

.header h1 {
    margin: 0;
}

.icon {
    max-width:5%;
    vertical-align: middle
}

/*
    NAVIGATION STYLING
 */

.nav {
    overflow: hidden;
    padding: 14px 16px;
    text-align: center;
    font-size: 20px;
    color:grey;
    background-color: white;
}

.nav ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    position: sticky;
    font-family: 'Abel', sans-serif;
    text-align: center;

}

.nav li {
    display: inline;
}

.nav li a{
    color: grey;
    margin: 30px;
}

.nav li a:hover
{
    color: mediumpurple;
}


/*
    GENERAL PAGE STYLING
 */

body {
    margin: 0;
    background: #f5f5f5;
    font-family: 'Abel', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
}

h1 {
    font-size: 50px;
    text-align: center;
}

h2 {
    font-size: 40px;
    text-align:center;
}

h3 {
    font-size: 30px;
    text-align: center;
}

p {
    font-size: 20px;
}

a {
    padding: 8px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.inline-link {
    color: #afa4ff;
}

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

.container {
    width:80%;
    margin: 10px auto;
    background: white;
    padding: 10px 40px;
}

.paragraph {
    text-align: left;
    margin: 20px 20%;
}

.title {
    text-align:center;
}

.row {
    display: flex;
}
.row:after {
    content: "";
    display:table;
    clear:both;
}


.column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex:1;
    float: left;
    width: 33.33%;
    padding-top: 8px;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
}

/*
    SUGGESTED PAGES STYLING
 */

.bButton {
    width: 100%;
    height: 100%;
    border: none;
    text-align:center;
    text-decoration:none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
    background-color: #afa4ff;
}

.bButton:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


/*
    GENERAL IMAGE STYLING
 */
.gallery {
    margin: 10px auto;
    max-width: 200px;
    display: block;
}

.profile {
    margin: 4%;
}

.profile-img{
    max-width: 300px;
}

#team-img {
    max-width:700px;
}



/*
    Table styling
 */
#varieties {
    text-align: left;
    font-family: 'Lato', sans-serif;
    margin:auto;
}

#varieties tr:nth-child(even){
    background-color: #f2f2f2;
}
#varieties tr:hover {
    background-color: #ffcff8;
}

.intro {
    margin: 5% 10%;
    text-align:center;
}



/*
    Styling for cards - used for sketches
 */
.sketches {
    margin: 5%;
}
.card {
    width: 100%;
    height: 100%;
    margin: 1%;
    border: #afabb5;
}

.card-img-top {
    max-width: 90%;
}

.card-text {
    margin: 5px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.title
{
    font-size: 70px;
    text-align: center;
    margin: 20px 0px 20px;
    font-weight: 500;
    letter-spacing: 5px;
}

.subtitle
{
    font-size: 50px;
    text-align: center;
    margin: 10px 0px 20px;
    font-weight: 400;
    letter-spacing: 3px;
}

.subsubtitle
{
    font-size: 30px;
    text-align: center;
    margin: 10px 0px 10px;
    font-weight: 400;
    letter-spacing: 3px;
}

.subsubsubtitle
{
    font-size: 25px;
    text-align:left;
    margin:10px 0px 10px;
    font-weight: 400;
    letter-spacing: 3px;
}

.section
{
    margin: 40px 20px ;
}

.subsection
{
    margin: 10px 40px 10px 40px;
}
