/*-------------- Defaults -------------*/
nav, 
header, 
footer {
    display: block;
}

body{
    line-height: 1;
    margin: 0;
    padding: 0%;
}

/*-------------- Key sections  -------------*/

.section_1_Title{
    margin: 0%;
}

.main_heading{
    font-size: 60px;
    text-align: center;
    margin: auto;
    padding-top: 1%;
    padding-bottom: 1%;

}

.section_2_main_picture_container{
    width: 100%;
    margin: auto;
    padding-top: 4%;
    padding-bottom: 20%;  
    background-image: url("images/cover_pic_v1_Athena.jpeg");  
    background-size: cover;  
    background-position: center;
    background-repeat: no-repeat;
 
}


.section_3_main_content_container{
    margin-left: 15%;
    margin-right: 15%;
}

.section_4_bottom_picture_container{
    width: 100%;
    margin-top: 2%;
    padding-top: 10%;
    padding-bottom: 20%;  
    background-image: url("images/bottom_2.jpeg");  
    background-size: cover;  
    background-position: center;
    background-repeat: no-repeat;
 
}

.section_5_footer_section{
    margin-top: 2%;
}
.address_footer{
    text-align: center;

}
.email_footer{
    text-align: center;
}
.telephone_footer{
    text-align: center;
}

/*-------------- header styles  -------------*/
.header_2_format{
 font-size: 65px;
 font-weight: 000;
 text-align: center;
 margin-top: 10%;
 margin-bottom:5% ;
 padding-top: 1%;
 padding-bottom: 1%;
 font-family: sans-serif;

}

/*-------------- paragraph styles  -------------*/

.typical_paragragh_settings{
    font-size: 30px;
    color: dimgray;
    line-height: 1.3;
}

.container{
    width: 100%;
    margin: auto;
    padding-top: 4%;
    padding-bottom: 4%;       
}



.row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col-1 {width:8.33%;}
.col-2 {width:16.66%;}
.col-3 {width:25%;}
.col-4 {width:33.33%;}
.col-5 {width:41.66%;}
.col-6 {width:50%;}
.col-7 {width:58.33%;}
.col-8 {width:66.66%;}
.col-9 {width:75%;}
.col-10 {width:83.33;}
.col-11 {width:91.66%;}
.col-12 {width:100%;}

.col-6{
   
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    /*--border: 1px solid #ccc;--*/


}
.contents{
    text-align: center;
}

.certifications_contents{
   text-align: left; 
}

.at_a_glance_enhancement{
    font-size: 80px;
    font-weight: 100;
    color: black;
}

.variety_name{
    font-weight: bold;
    font-style:normal;
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
}
.head_size{
    font-style: italic;
    text-align: center;
    font-size: 25px;
}
.mps_category{
    font-weight: bold;
    font-style:normal;
    font-weight: 500;
    text-align: left;
    font-size: 30px;
    padding-top: 20px;

}
.mps_paragraph{
    font-style: normal;
    text-align:left;
    font-size: 18px;
    color: dimgray;
}


.certifications_section{
    margin-bottom: 5%;
}

/*-------------- Mobile -------------*/

@media screen and (max-width:680px){

    .row{
        flex-direction: column;
    }
    .col-6, 
    .col-4{
        width: 100%;
        display: block;
    }
    .typical_paragragh_settings{
        font-size:40px;
        color: dimgray;
        line-height: 1.3;
    }
    
}
