@import url('https://fonts.googleapis.com/css?family=Maven Pro|Nunito|Comfortaa');

/* === GLOBAL === */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/*Link Animation*/
a::before 
{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #ffffff;

  bottom: -4px;
  left: 0;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform .3s ease-in-out
}

a:hover::before 
{
  transform-origin: center;
  transform: scaleX(1);
}

/* Presentational Styles */
a 
{
  color: white;
  position: relative;
  text-decoration: none;
  font-family: 'Maven Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

ul
{
    list-style: none;
}
.active
{
    color: white;
    text-decoration: underline;
    font-weight: bold;
}
body, html
{

    /* overflow-x: hidden; */
    /* overflow-x: initial !important; */
    overflow-x: intial !important;
    
    font-family: "Maven Pro", sans-serif;
}


/* NavBar CSS START*/
.nav-linksl
{
    display: flex;
    margin-left: auto;
    margin-right: 40px;
}
.nav-linksl li
{
    margin: 20px 20px;
}

.nav-linksr
{
    display: flex;
    margin-right: auto;
    margin-left: 40px;
}
.nav-linksr li
{
    margin: 20px 20px;
}
.nav_header 
{
    height: 110px;
    width: 100%;
    table-layout: fixed;
    display: flex;
    flex-flow: row nowrap;
}
.header > div 
{
    display: table-cell;
}
.l_head
{
    background:white;
    width: 50%;
    text-align: center;
}
.l_row_top
{
    height: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(141, 185, 252));
    padding-top: 15px;
    text-align: right;
    padding-right: 60px;
    font-size: 3vmin;
    vertical-align: middle;
    font-family: "Maven Pro", sans-serif;

}
.l_row_bottom
{
    display:flex;
    padding: 0px;
    color: white;

    height: 50%;
    background: rgb(26, 66, 126);
    background: linear-gradient(to bottom, rgb(4, 33, 75), rgb(26, 66, 126));
    text-align: center;
    vertical-align: middle;

}
.m_head
{
    background:white;
    width: 0px;
    text-align: center;
}
.r_head
{
    background:white;
    width: 50%;
    text-align: center;
}
.r_row_top
{
    height: 50%;
    padding-top: 15px;
    text-align: left;
    padding-left: 60px;
    font-size: 3vmin;
    background: rgb(255, 255, 255);
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(141, 185, 252));
    vertical-align: middle;
    font-family: "Maven Pro", sans-serif;
}
.r_row_bottom
{
    display:flex;
    padding: 0px;
    color: white;
    height: 50%;
    background: rgb(26, 66, 126);
    background: linear-gradient(to bottom, rgb(4, 33, 75), rgb(26, 66, 126));
}
.logo_cent
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-color: rgb(255, 255, 255);
    position: relative;
    left: -50px;
    top: 5px;
    margin:0px
}

/* NavBar CSS END*/





/* Divider Lines etc*/
.line_home
{
    width: 420px;
    height: 5px;
    background-color: dodgerblue;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(26, 66, 126);
}
.line_home_sponsor
{
    width: 420px;
    height: 5px;
    background-color: dodgerblue;
    margin: 25px auto;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(26, 66, 126);
}
.linethin
{
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    margin-top: 3px;

}
.linethinner
{
    width: 100%;
    height: 1px;
    background-color: rgb(83, 123, 173);
    margin-top: 3px;
}



.header3
{
    width: 100%;
    height: 100vh;
    background-image: url('./img/mainbg.jpg');
    background-position: bottom;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    justify-content: center;

    color: white;
    text-align: center;  

    font-size: 3vmin;
}



.header-content h2
{
    font-size: 8vmin;
}
.header-content h1
{
    font-size: 8vmin;
    margin-top: 50px;
    margin-bottom: 20px;
}
.ctn
{
    margin-top: 10px;
    padding: 10px 15px;
    background-color: rgb(26, 66, 126); 
    border-radius: 25px;
    color: white;
}




/* Home Info Section - 40 Years of Football */
section
{
    width: 90%;
    margin: 40px auto;  
}
.title
{
    text-align: center;
    font-size: 4vmin;
    color: black
}
.line2
{
    width: 60%;
    height: 6px;
    background-color: dodgerblue;
    margin: 10px auto;
    border-radius: 5px;
}
.row
{
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    
    justify-content: space-between;
    background: rgb(26, 66, 126);
    background-image: linear-gradient(rgb(26, 66, 126), rgb(0, 20, 50));
    box-shadow: 0px 0px 4px 1px rgba(0, 3, 22, 0.5);
}
.col
{
    width: 50%;
}
.row .col 
{

    display: flex;
    flex-direction: column;
    align-items:center;
}
img
{
    margin-top: 30px;
    width: 80%;
    max-height: 400px;
    overflow: hidden;
    object-fit: cover;
}
.latest_news_title
{
    margin-top: 10px;
    color: white;
    font-size: 2.5vmin;
    
}
.latest_news_text
{
    color: white;
    font-size:small;
    text-align: justify;
    padding: 10px 40px;
}

.text_we_are
{
    font-size: 5vmax;
    font-weight:900;
    color: white;
}
.text_we_are_wfc
{
    font-size: 1.8vmax;
    font-weight:500;
    color: white;
    background-color: rgb(26, 66, 126,0.6);
    border-radius: 5px;
    padding: 3px;
}



.sponsor_title
{
    font-size: 4vmax;
    text-align: center;
    font-weight:900;
    color: rgb(0, 0, 0);
}
.sponsor_text
{
    font-size: 2vmax;
    text-align: center;
    color: rgb(0, 0, 0);
}
.sectionsponsors
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.rowsponsors
{
    display: flex;
    width: 100%;
}
.colsponsors
{
    background-color: rgb(255, 255, 255);
    width: 33%;
}
.rowsponsors .colsponsors
{
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    text-align: center;
    flex-direction: column;
}
.image_sponsor_wrap
{
    width: 100%;
    margin: auto;
    display: block;
}
.sponsorlink
{
    margin-top: 20px;
    text-align: center;
}





h3
{
    font-size: 2vmin;
    margin-top: 5px;
}

h4
{
    font-size: 3vmin;
    margin: 20px auto;
}

h5
{
    font-size: 4vmin;
    margin: 10px auto;
}



/* Page tops */
.page_title
{
    border-top: 1px solid rgb(85, 159, 223);
    text-align: center;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px; 
    color: white;
    font-size: 3vmin;
    font-family: "Maven Pro", sans-serif;
    text-shadow:1px 1px 10px #8683be, 1px 1px 10px #ccc;
    background-color: rgb(26, 66, 126);
    background-image: linear-gradient(rgb(48, 97, 170),rgb(26, 66, 126));

}


p
{
    color: black;
    padding: 0px 40px;
}
.p1
{
    color: white;
}


.upcomingevents .ctn
{
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Home - We are the Woottons */
.explore
{
    width: 100%;
    height: 100vh;
    margin-bottom: -40px;
    background-image: url("./img/coaches-img.JPG");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.explore-content
{
    width: 100%;
    margin-bottom: 300px;
    padding: 10px;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.explore-content h1
{
    font-size: 5vmin;
}
.explore-content .line2
{
    margin-bottom: 10px;
}
.explore-content p
{
    color: white;
}
.explore-content .ctn
{
    margin-top: 10px;
}


.matchday
{
    width: 100%;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-image: linear-gradient(0.25turn,rgb(89, 168, 205),rgb(26, 66, 126));
}
.matchday_info
{
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.matchday_text
{
    font-size: 3vmax;
    text-align: center;
    font-weight:600;
    color: white;
}
.about_text_visitors
{
    color: Black;
    font-size:medium;
    margin-bottom: 30px;
}


/* ------ ------- ------ OTHER SITE PAGES ------ ------ ------ */

/* PAGE: About Page */
.sectionabout
{
    margin-top: 0px;
    width: 100%;
    min-height: 1000px;
    margin-bottom: 0px;
}
.rowabout
{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgb(255, 255, 255);

}
.rowabout .colabout
{
    color: white;
    display: flex;
    margin: 25px;
    flex-direction: column;
}
.about_header
{
    margin-top: 0px;
    font-size: 3.5vmin;
    font-weight:900;
    color: rgb(10, 45, 98);
    margin-bottom: 10px;
}
.about_text_sub_header
{
    margin-top: 0px;
    font-size: 3vmin;
    font-weight:bold;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
    text-decoration: underline;
}
.about_text
{
    color: Black;
    font-size:medium;
    margin-bottom: 10px;
}
.about_texts
{
    color: Black;
    font-size:medium;
    margin-bottom: 5px;
}

.row_a1
{
    margin-top: 0px;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    background: rgb(26, 66, 126);
    background-image: linear-gradient(rgb(26, 66, 126), rgb(0, 20, 50));
    box-shadow: 0px 0px 4px 1px rgba(0, 3, 22, 0.5);
}
.col_a1
{
    width: 100%;
}
.row_a1 .col_a1
{
    display: flex;
    flex-direction: column;
    align-items:center;
}
.image_a1
{
    margin: auto;
    display: block;
    width: 100%;
    padding: 10px;
}

.center_img 
{
    display: block;
    min-width:200px;
    min-height:200px;
    max-width:400px;
    max-height:400px;
    width: auto;
    height: auto;
}




.row_gallery
{
    margin-top: 0px;
    margin-bottom: 20px;

    width: 100%;
    padding: 0px 20px 0px 20px;

    justify-content: space-between;
    background: rgb(26, 66, 126);
    background-image: linear-gradient(rgb(26, 66, 126), rgb(0, 20, 50));
    box-shadow: 0px 0px 4px 1px rgba(0, 3, 22, 0.5);
}

.slideshow-container 
{
    position: relative;
    width: 100%;
    overflow: hidden;
 }
 .image-gallery 
 {
    display: flex;
    transition: transform 0.5s ease-in-out;
 }
 .image-container 
 {
    text-align: center;
    width: 100%;
    height: 100%;
 }
 .image-container img 
 {
    width: 100%;
    max-height: 700px;
 }
 .about_gallery
 {
    text-align: center;
 }
 .prev-img, .next-img 
 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
 }
 .next-img 
 {
    right: 0;
 }
 .prev-img:hover, .next-img:hover 
 {
    background-color: rgba(0, 0, 0, 0.8);
 }
 .bottom-img-container 
 {
    text-align: center;
    margin-top: 10px;
 }
 .bottom-img 
 {
    height: 80px; 
    width: 80px; 
    margin: 10px 10px; 
    cursor: pointer;
    opacity: 0.5; 
 }
 .bottom-img.current-bottom-img 
 {
    opacity: 1; 
 }














/* PAGE: News */
.sectionnews
{
    margin-top: 0px;
    width: 100%;
    min-height: 1000px;
    margin-bottom: 0px;
    background-color: rgb(203, 221, 248);
}
.rownews
{
    display: flex;
    width: 100%;

}
.colnews
{
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    margin: 10px;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.news_title
{
    color: rgb(255, 255, 255);
    background-color: rgb(26, 66, 126);
    font-size: 3vmin;
    font-weight: 900;
    padding: 5px;
}
.news_date
{
    color: gray;
    font-size: 2vmin;
    width: 100%;
    margin: 5px;
}
.rownews .colnews
{
    display: flex;
    color: white;
    flex-direction: column;
    align-items:left;
    text-align: left;

}
.imgnews
{
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}

.news_item
{
    background-color: white;
    color: black;
    text-align: left;
    margin: 5px;
    font-size: small;
    min-height: 100px;;
}

.team_desc
{
    color: white;
    text-align: justify;
    margin: 10px;
    font-size: small;
}






/* PAGE: Events Page */

.sectionevents
{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.rowevents
{
    display: flex;
    width: 100%;
    background: rgb(227, 236, 246);
}
.colevents
{
    border-radius: 7px;
    background-color: rgb(26, 66, 126);
    
    margin:10px;
    
    width: 33%;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.7);
}
.rowevents .colevents
{
    display: flex;
    color: white;
    flex-direction: column;
    align-items:center;
    text-align: center;
}
.imgevents
{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
 
}
.p_event
{
    color: white;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.event_title
{
    color: rgb(255, 255, 255);
    background-color: rgb(26, 66, 126);
    font-size: 2vmin;
    font-weight: 900;
    padding: 3px;
}







/* 
.rowheader
{
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}
.sectionteams
{
    background: linear-gradient(to bottom, rgb(48, 84, 138), rgb(26, 66, 126));
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px; 
    justify-content: center;
    align-items: center;
}
.rowteams 
{
    display: flex;
    align-items: center;
    aspect-ratio: 6 / 5;
    width: 100%;          
    max-height: 60vh;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }
  .colteams 
  {
    max-width: 90vw;
    border-radius: 7px;
    border: 3px solid #ffffff;
    background-color: rgb(2, 88, 218);
    box-shadow: 0px 0px 4px 1px rgba(0, 3, 22, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
  }

.imgteams
{
     border-radius: 3px 3px 0px 0px;
     margin-top: 0px;
     display: block;
     width:100%;
     height: auto;
}
.teams_manager
{
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-top: 3px;   
}

.teams_link
{
    display: flex;
    width: 100%;
    text-align: center;
}
.teams_col
{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    text-align: center;
}
.teams_link a
{
    color:  rgb(217, 229, 247);
    font-weight: bolder;
}
*/




/* Teams Page */
.rowheader
{
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}
.sectionteams
{
    background: linear-gradient(to bottom, rgb(48, 84, 138), rgb(26, 66, 126));
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    
}
.rowteams
{
    display: flex;
    width: 100%;
    /*aspect-ratio: 6 / 3;*/
    justify-content: space-between;
}
.colteams
{
    width: 50%;
    border-radius: 7px;
    border: solid #ffffff;
    border-width: 3px;

    background-color: rgb(2, 88, 218);
    margin:20px;
    box-shadow: 0px 0px 4px 1px rgba(0, 3, 22, 0.5);
}
.rowteams .colteams
{
    display: flex;
    color: white;
 
    flex-direction: column;
    align-items:center;
}
.imgteams
{
     border-radius: 3px 3px 0px 0px;
     margin-top: 0px;
     display: block;

     width:100%;
     height: auto;

}
.teams_manager
{
    font-size: 100%;
    color: rgb(255, 255, 255);
    margin-top: 3px;   
}

.teams_link
{
    display: flex;
    width: 100%;
    text-align: center;
}
.teams_col
{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    text-align: center;
}
.teams_link a
{
    color:  rgb(217, 229, 247);
    font-weight: bolder;
}







/* PAGE: Contacts Page */
.sectioncontact
{
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    background-color: rgb(190, 210, 251);
}
.rowcontact
{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.colcontact
{
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    margin: 5px;
    width: 30%;
    box-shadow: 0px 0px 1px 1px rgba(0, 3, 22, 0.2);
}
.rowcontact .colcontact
{
    display: flex;
    padding: 5px;
    display: inline-block;
    text-align: left;
    color: white;
    flex-direction: column;
}
.contact_type
{
    padding-top: 10px;
    text-align: center;
    font-size: 2.5vmin;
    font-weight: bolder;
    color: rgb(0, 0, 0);
}
.contact_name
{   
    margin-top: 5px;
    font-size: 2vmin;
    color: rgb(0, 0, 0);
}
.contact_role
{   
    font-size: 2vmin;
    color:royalblue
}
.contact_email
{   
    margin-top: 10px;
    font-size: 2vmin;
    font-family: Arial, Helvetica, sans-serif;
    color:rgb(5, 44, 160);    
}







/* MOBILE MENU */
.menu 
{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    display: none;
}
.menu > li 
{
    margin: 0 1rem;
    overflow: hidden;
}
  
 .menu-button-container 
 {
    display: none;
    height: 100%;
    width: 30px;
    padding-right: 20px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle 
  {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  .menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }









/* Footer */




.footer_map
{
    width: 100%;
    height: 320px;
    padding: 10px 10px;
    margin: 0;
    background-color: rgb(70, 107, 145);
}

.google_map iframe 
{
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    position: relative;
}


  .footer
  {
    background-color: rgb(26, 66, 126);
    background-image: linear-gradient(rgb(26, 66, 126), rgb(0, 20, 50));

    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    }
    
    .footer .rowff
    {
        width:100%;
        margin:1% 0%;
        padding:0.6% 0%;
        color:rgb(159, 153, 153);
        font-size:0.8em;
    }
    
    .footer .rowff a
    {
        text-decoration:none;
        color:rgb(150, 147, 147);
        transition:0.5s;
    }
    
    .footer .rowff a:hover
    {
        color:#fff;
    }
    
    .footer .rowff ul
    {
        width:100%;
    }
    
    .footer .rowff ul li
    {
        display:inline-block;
        margin: 0px 30px;
    }
    
    .footer .rowff a i
    {
        font-size:2em;
        margin:0% 5%;
    }

    .rowcr
    {
        font-size:0.8em;
        color:rgb(152, 156, 184);
    }


/* Mobile Device */
@media only screen and (max-width:768px)
{

 
    /* MOBILE MENU TOGGLE */
    .menu-button-container 
    {
        display: flex;
    }

    .menu 
    {
        display: block;
        position: absolute;
        top: 0;
        margin-top: 110px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #menu-toggle ~ .menu li 
    {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li 
    {
        border: 1px solid #dbdbdb;
        height: 3em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu > li 
    {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: rgb(255, 255, 255);
        background: linear-gradient(to bottom, rgb(43, 78, 131), rgb(26, 66, 126));
    }
    .menu > li:not(:last-child) 
    {
        border-bottom: 1px solid #eceaea;
    }

    .nav-linksl
    {
        height: 0;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: dodgerblue;
        margin-top: -2000px;
    }
    .nav-linksr
    {
        height: 0;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: dodgerblue;
        margin-top: -2000px;
    }


    .line_home
    {
        width: 320px;
        height: 5px;
        background-color: dodgerblue;
        margin: 10px auto;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgb(26, 66, 126);
    }
    .line_home_sponsor
    {
        width: 320px;
        height: 5px;
        background-color: dodgerblue;
        margin: 25px auto;
        margin-bottom: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgb(26, 66, 126);
    }



    /* HOME - Upcoming Events */
    .col
    {
        width: 100%;
    }
    .row
    {
        flex-direction: column;
    }
    .row .col
    {
        margin: 0px auto;
    }
    .col .ctn
    {
        margin-top: 10px;
        margin-bottom: 20px;
    }


    /* HOME - WE ARE THE WOOTTONS */
    .explore
    {
        height: 70vh;
        background-position: center;
        background-size: cover;
        display: flex;
    }
    .explore-content
    {
        margin-bottom: 10px;
        padding: 10px;
    }
    .text_we_are
    {
        font-size: 7vw;
        text-align: center;
        font-weight:900;
        color: white;
    }


    /* TEAMS Mobile */
    .colteams
    {
        width: auto;
    }
    .rowteams
    {
        flex-direction: column;
    }
    .rowteams .colteams
    {
        margin: 30px;
    }


    /* ABOUT Mobile */
    .col_a1
    {
        width: 100%;
    }
    .row_a1
    {
        flex-direction: column;
    }
    .bottom-img 
    {
       height: 60px; 
       width: 60px; 
       margin: 5px 5px; 
       cursor: pointer;
       opacity: 0.5; 
    }



    /* EVENTS Mobile */
    .sectionevents
    {
        margin-top: 0px;
        width: 100%;
        padding-bottom: 10px;
        background: rgb(227, 236, 246);
    }  
    .colevents
    {
        border-radius: 7px;
        width: auto;
    }
    .rowevents
    {
        flex-direction: column;
    }
    .rowevents .colevents
    {
        margin: 20px;
        margin: 15px 15px 0px 15px;
    }
    .event_title
    {

        font-size: 4vmin;

    }
    .imgevents
    {
        object-fit:contain;
    }
    /* NEWS Mobile */
    .sectionnews
    {
        margin-top: 0px;
        width: 100%;
        padding-bottom: 10px;
        background-color: rgb(203, 221, 248);
    }  
    .colnews
    {
        width: auto;
    }
    .rownews
    {
        flex-direction: column;
    }
    .rownews .colnews
    {
        margin: 10px 10px 0px 10px;
    }


    /* Contacts */
    .colcontact
    {
        border-radius: 3px;
        width: 60vw;
    }
    .rowcontact
    {
        margin-top: 0px;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .rowcontact .colcontact
    {
        margin-bottom: 5px;
        align-self: center;
    }
    .contact_type
    {
        font-size: large;
        text-align: center;
    }
    .explore-content
    {
        width: 100%;
        margin-bottom: 40%;
    }

    /* Footer */
    .footer
    {
        text-align:left;
        padding:3%;
    }
    .footer .rowff ul li
    {
        display: block;
        margin: 4px;
        margin-left: 15px;
        text-align: left;
    }
    .footer .rowff a i
    {
        margin:0% 4%;
    }
    .rowcr
    {
        margin-left: 15px;
    }

}



   /* Annimations */
.ctn:hover
{
    background: rgb(75, 132, 255);
}

